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
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
lbartoletti
59c2ab45a0
more bash
2018-01-17 21:28:10 +01:00
lbartoletti
842083c5d3
python3 everywhere
2018-01-17 21:13:38 +01:00
Denis Rouzaud
0644f59cde
fix variable used for configuration
2018-01-17 10:16:37 -04:00
Denis Rouzaud
fe5a001df1
[sipify] remove space before semi-column
2018-01-17 10:16:37 -04:00
Denis Rouzaud
1d4e6a820a
[sipify] use configuration file for SIP sources (*.sip.in)
...
to allow preprocessing the files to handle version specific features such as template based classes documentation in 4.19.7+
2018-01-17 10:16:37 -04:00
Denis Rouzaud
5327978ecf
SIP 4.19.7+ allows to document template based classes
2018-01-17 10:16:37 -04:00
lbartoletti
c033b3401c
Revert "fix perl;add bash"
...
This reverts commit be8b9113c25f7c2fb9c8c9bad556fbca2f0c0ba2.
2018-01-15 16:08:08 +01:00
lbartoletti
c41186c98c
Fix indentation using modified scripts
2018-01-15 16:03:46 +01:00
lbartoletti
f2a0c77952
Merge branch 'usr_bin_env' of https://github.com/lbartoletti/QGIS into usr_bin_env
2018-01-15 15:59:08 +01:00
Juergen E. Fischer
0c4e8d57be
translation string fix
2018-01-13 16:05:24 +01:00
Denis Rouzaud
4568bcdf1f
[sipify] prevent creation of param list when not necessary
2018-01-12 21:10:16 -04:00
Denis Rouzaud
ba951893f3
[sipify] fix multiline note or warning
2018-01-12 21:10:16 -04:00
Denis Rouzaud
d87c60512c
[sipify] fix bad handling of \see within sentences
...
and other docstrings improvements
2018-01-09 21:40:10 -04:00