Juergen E. Fischer
173ee45405
fix windows build
2015-05-16 21:35:00 +02:00
Juergen E. Fischer
12d7cfca03
indentation update
2015-04-07 14:27:39 +02:00
Juergen E. Fischer
45fbb3f5a9
update_ts.sh: include locations
2015-03-23 20:14:51 +01:00
Werner Macho
554a63aa5b
adding french translators
2015-03-16 23:04:10 +01:00
Juergen E. Fischer
1d1a24b425
release.pl: point releases don't require new pictures
2015-03-09 20:11:35 +01:00
Werner Macho
d956ac76d6
Adding romanian translators as per request from the language coordinator
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-03-09 19:37:31 +01:00
Werner Macho
b93a557cbb
updated names of swedish translators as requested by language coordinator
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-03-09 18:41:16 +01:00
Juergen E. Fischer
74ac7f0e2c
release.pl: add tagging of long term release
2015-03-01 22:00:46 +01:00
Juergen E. Fischer
c1773d8507
remove obsolete python ts removal
2015-02-26 03:09:46 +01:00
Juergen E. Fischer
8979d5596d
release.pl: support point releases
2015-02-22 13:22:51 +01:00
Werner Macho
6b95a0f0a1
adding french translators and first fixes for chinese
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-02-21 23:37:07 +01:00
Juergen E. Fischer
8d1c5c6eee
include missing zh-Hans translation
2015-02-20 14:31:36 +01:00
Juergen E. Fischer
7bb1966d0d
fix syntax error (followup 7ffdef2)
2015-02-20 12:50:22 +01:00
Juergen E. Fischer
d34eaf0759
add translations update and changelog update to bin/release.pl
2015-02-20 08:42:57 +01:00
Nyall Dawson
854c0b8bab
Allow use of masks for unit test control images
...
Masks set which pixels in the control image should be tested and
an optional tolerance for each pixel. This is done via the colors
in the mask image - white pixels are ignored, black must be an
exact match, and gray levels represent the maximum color component
deviation for that pixel.
This should replace the fragile anomaly images, in that a single
control image with a suitable mask will not be susceptible to
antialiasing differences, etc.
A new script (scripts/generate_test_mask_image.py) is included which
either creates a new mask or modifies an existing mask to handle
an acceptable rendered image.
Ultimately, masking along with multi render checks for specific
platform differences should be flexible enough to meet our needs.
2015-02-19 07:23:57 +11:00
Juergen E. Fischer
4a44956222
fix processing plugin main translation and add translations
...
for toplevel toolbox entries (fixes #12168 )
2015-02-13 20:32:18 +01:00
Werner Macho
335a16750e
Adding new polish translator
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-02-11 20:00:31 +01:00
Juergen E. Fischer
10e09bc76b
add override support to qgisstyle
...
include pep8 call in indentation run for python code
2015-02-11 13:49:07 +01:00
Juergen E. Fischer
198d8fe58f
fix warnings and extra semicolons
2015-02-07 13:54:46 +01:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
Juergen E. Fischer
841af773e3
remove (outdated) internal spatialite
2015-01-04 16:18:01 +01:00
Juergen E. Fischer
98c0771b1a
update scripts/fix_allows_to.sh and run it
2014-11-30 01:42:27 +01:00
Juergen E. Fischer
554d55d30b
fix script permissions
2014-11-25 02:07:12 +01:00
Juergen E. Fischer
5dd2f51fcb
translation script update:
...
* TRANSLATORS stats also needs lupdate run
* support numerus forms in python translation strings
2014-11-24 23:07:45 +01:00
Werner Macho
0b9e1f6792
[TRANSUP] some fixes and improvements for transifex including renamed and deleted ts files
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-16 22:49:13 +01:00
Juergen E. Fischer
aa4338a05b
pull_ts.sh: verify lrelease is available
2014-11-14 09:57:28 +01:00
Juergen E. Fischer
d4f64d9bde
indentation update and typo fixes
2014-11-13 23:13:13 +01:00
Juergen E. Fischer
701f4644d0
prepare-commit.sh: fix script directory detection
2014-11-13 20:46:19 +01:00
Juergen E. Fischer
9cb157a7e5
prepare-commit.sh: remove executable bit from source files and exit successfully if nothing modified
2014-11-13 10:00:48 +01:00
Juergen E. Fischer
5ccb1e777d
i18n: script updates
2014-11-12 23:46:57 +01:00
Juergen E. Fischer
a036627d86
fix tim dot linfiniti at com
2014-11-12 17:43:16 +01:00
Juergen E. Fischer
278ffa155f
i18n: move to transifex
...
* deprecate update_ts_files.sh
* use pull_ts.sh to pull updates from transifex
* use push_ts.sh to pull qgis_en.ts from transifex, update it and push it back
2014-11-12 17:43:16 +01:00
Werner Macho
6e51ac96a1
adjust update_ts_files to exclude location
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-29 20:31:56 +01:00
Juergen E. Fischer
4bc4636aeb
fix typos
2014-10-28 12:22:42 +01:00
Werner Macho
1ead57f745
[TRANSUP] transifex update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-22 16:06:16 +02:00
Werner Macho
62ad5ae12b
[TRANSUP] transifex update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-12 23:12:03 +02:00
Juergen E. Fischer
b2e7e6ee8a
followup 3c95b5b9
2014-10-05 15:49:07 +02:00
Jürgen Fischer
1346cb61e2
Merge pull request #1611 from manisandro/readlink
...
Use readlink -f to determine source directory in scripts/prepare-commit.sh
2014-10-05 14:57:52 +02:00
Juergen E. Fischer
3c95b5b936
only include reasonable complete translations
2014-10-05 14:46:41 +02:00
Sandro Mani
fa157843a1
Use readlink -f to determine source directory
2014-10-05 13:46:46 +02:00
Juergen E. Fischer
94919a1ce0
always also update qgis_en.ts in update_ts_files.sh run
2014-07-25 23:23:04 +02:00
Werner Macho
11d5b4cd03
[TRANSUP] transifex update and common string update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-07-15 18:50:24 +02:00
Juergen E. Fischer
21420c6fac
debian packaging update
2014-07-15 09:10:09 +02:00
Juergen E. Fischer
647504306c
indentation update
2014-07-13 17:16:24 +02:00
Werner Macho
061dc4f3e9
[TRANSUP] adding more translators
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-07-11 18:49:35 +02:00
Werner Macho
e3aae9afc7
[TRANSUP] pt_BR from transifex on request
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-07-11 18:27:06 +02:00
Werner Macho
89ed2509e6
[TRANSUP] transifex update
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-07-11 17:22:09 +02:00
Juergen E. Fischer
1691014069
Remove sqlanywhere plugin and provider (implements #10840 )
2014-07-08 08:38:29 +02:00
Juergen E. Fischer
8cccdc5d3a
update release.pl and creatensis.pl
2014-06-20 14:10:10 +02:00
Juergen E. Fischer
d34b75995e
german translation update
2014-06-13 00:52:30 +02:00