Juergen E. Fischer
6b67708166
add libyaml-tiny-perl & python-autopep8 to debian deps
2018-05-11 01:43:43 +02:00
Juergen E. Fischer
968b50f4f0
expression help: support optional parameters and defaults
2018-05-10 20:15:39 +02:00
Alessandro Pasotti
d06043f723
Merge pull request #6952 from elpaso/DelazJ-symbolselectorHelpShow
...
Delaz j symbolselector help show
2018-05-09 08:04:02 +02:00
Matthias Kuhn
cfad3aa560
Merge pull request #5461 from m-kuhn/less_temp_files
...
Cleanup temporary files in prepare-commit.sh
2018-05-08 10:35:15 +02:00
Nyall Dawson
51a15640dd
Add words to spell check file
2018-05-08 09:33:07 +10:00
Harrissou Sant-anna
ee417aae67
Fix typo and spelling
2018-04-30 14:11:16 +02:00
Juergen E. Fischer
41b6ae6d58
fix astyle version check
...
(cherry picked from commit dee284fe974560a3c9723e35123a02c7c9d30b8a)
2018-04-24 21:56:15 +02:00
Juergen E. Fischer
8e7486bf56
update_ts.sh: handle empty exclusion
2018-04-23 00:20:25 +02:00
Juergen E. Fischer
9242d2f960
remove plugin_template exclusion from translation updates (followup 605ef7d8294b6)
2018-04-21 14:32:28 +02:00
Denis Rouzaud
d94cf12dea
fix list of updated files in pull requests
2018-04-12 10:35:32 -04:00
Matthias Kuhn
c3fdef9db1
Merge pull request #6405 from lbartoletti/mkuidefaults_python3
...
Convert mkuidefaults script to python3 and pep8 it
2018-04-12 10:37:15 +02:00
lbartoletti
99ae08a2aa
use with open as block
2018-04-08 10:08:04 +02:00
Marco Bernasocchi
20c071b515
Add support for imports from qgis.PyQt
...
this adds support to imports from the qgis.PyQt packages like
from qgis.PyQt.QtGui import (QCheckBox, QIcon)
this kind of imports are already used by some plugins
without having the PyQt5 structure of packages (i.e. they use
from qgis.PyQt.QtGui import (QCheckBox, QIcon) instead of
from qgis.PyQt.QtGui import (QIcon)
from qgis.PyQt.QtWidgets import (QCheckBox)
2018-03-24 15:31:36 +01:00
Marco Bernasocchi
ac09795900
add a warning when unsupported imports are detected
...
Works for example with imports like import PyQt4.QtGui
2018-03-24 15:31:36 +01:00
Etienne Trimaille
c0f5d22fcd
fix typo altitide -> altitude
2018-03-16 10:37:04 +01:00
Nyall Dawson
f06b3691c5
More spelling fixes
2018-03-12 14:32:17 +11:00
luz.paz
b82ec177c9
Misc. source comment typos
...
+ added 2 strings in to spelling.dat file
2018-03-12 14:32:17 +11:00
Nyall Dawson
d04b3d9eaf
Update spell check list, spelling
2018-03-12 14:32:17 +11:00
Matthias Kuhn
0d00491436
s/Modeller/Modeler/
2018-03-07 09:00:33 +11:00
Nyall Dawson
0acdcfadfd
Fix crash when using the identify tool on a categorized render
...
with an unchecked category corresponding to the feature at the
clicked point
Also fix count of default category symbols
2018-03-01 16:49:29 +11:00
Denis Rouzaud
d171ca7ae4
offer enterCategory in Python bindings by adding a context manager
2018-02-28 13:43:11 -04:00
Denis Rouzaud
d5bb4a72e9
fix bad regex in parse_dash_results
2018-02-27 05:47:51 -09:00
Borys Jurgiel
388cfb89bb
Merge pull request #6427 from Cracert/trans
...
[TRANSUP] pl: new translator
2018-02-23 09:40:24 +01:00
Juergen E. Fischer
67a578f3dc
fix df76bfc1
2018-02-23 07:40:14 +01:00
Robert Szczepanek
7203574439
[TRANSUP] pl: new translator
2018-02-23 00:53:22 +01:00
Loïc Bartoletti
002c020859
Convert script to python3 and pep8 it
2018-02-22 19:45:37 +01:00
Werner Macho
23951f3f10
Update tsstat.pl
...
correct arry
2018-02-22 16:53:04 +01:00
Alexandre Neto
99e437ce0a
Adds Portuguese translator
2018-02-22 15:40:22 +00:00
Juergen E. Fischer
f14b729e3b
fix some references to PROJ.4
2018-02-19 22:12:09 +01:00
Denis Rouzaud
d468e5bb6a
[sipify] fix Q_FLAG declaration
2018-02-19 05:55:09 -09:00
Juergen E. Fischer
d7edf6c58a
fix e606b795d
2018-02-19 09:43:52 +01:00
Juergen E. Fischer
2c53630747
add missing copyright headers
2018-02-18 20:53:40 +01:00
Juergen E. Fischer
e606b795da
update_ts.sh: fix selective download of translations
2018-02-18 18:23:59 +01:00
Webmaster
65f6a909b1
[ui] update mkuidefaults.py script
2018-02-18 19:00:04 +07:00
Juergen E. Fischer
08bcb1cdd7
drastically speedup update_ts.sh with Qt5's lupdate
2018-02-17 17:02:01 +01:00
Minoru Akagi
dd5448f8bf
Add a Japanese translator
2018-02-15 14:48:52 +09:00
lbartoletti
124e26815d
Standardize shebangs (was Usr bin env) ( #6229 )
...
* Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python}
* fix perl;add bash
* Fix indentation using modified scripts
* Revert "fix perl;add bash"
This reverts commit be8b9113c25f7c2fb9c8c9bad556fbca2f0c0ba2.
* python3 everywhere
* more bash
* rebase
change perl
* Linux perl; missing from last PR
* fix doxygen_space
* Use portable /usr/bin/env/{perl,python} instead of /usr/bin/{perl,python}
* fix perl;add bash
* Fix indentation using modified scripts
* Revert "fix perl;add bash"
This reverts commit be8b9113c25f7c2fb9c8c9bad556fbca2f0c0ba2.
* python3 everywhere
* more bash
* rebase
change perl
* fix doxygen_space
2018-02-05 03:38:02 -09:00
Juergen E. Fischer
df76bfc1a3
update INSTALL on release
2018-02-05 02:31:04 +01:00
Denis Rouzaud
a09b9e7af9
[sipify] fix QMap/Qlist with init in header
2018-02-03 15:52:33 -09:00
Juergen E. Fischer
57d38cd0d5
* revive update-news.pl
...
* osgeo4w: drop globe plugin
2018-02-03 19:24:03 +01:00
Denis Rouzaud
0a93674329
make sipify_all.sh much faster by using background processes
2018-02-02 16:30:29 -09:00
Alessandro Pasotti
cbd0ece0a6
Support comma in annotations when merging inline
2018-01-31 12:50:07 +01:00
Nyall Dawson
f37c2bf6f6
Revert "[needs-qa]Usr bin env"
2018-01-30 11:33:49 +11:00
Nyall Dawson
e5ab743d6d
Revert "Linux perl; missing from last PR"
...
This reverts commit d2244b4a79311b4f0d56b68bc2d0a0108cc0fca4.
2018-01-30 11:32:55 +11:00
Loïc Bartoletti
d2244b4a79
Linux perl; missing from last PR
2018-01-30 08:43:58 +11:00
lbartoletti
1ce7dbad94
Merge branch 'master' of https://github.com/qgis/QGIS into usr_bin_env
2018-01-29 13:13:03 +01:00
Harrissou Sant-anna
4440c09ed1
Running check_spelling.sh
2018-01-29 12:00:52 +11:00
Harrissou Sant-anna
76e778d04d
Fix typo ( fix #17946 )
2018-01-29 12:00:52 +11:00
Zoltan Siki
e77658fc2e
Hungarian translators list extended
2018-01-25 19:27:11 +01:00
Denis Rouzaud
d424222493
fix prepare-commit for sipify
2018-01-18 20:24:29 -04:00