453 Commits

Author SHA1 Message Date
Alexander Bruy
35e387c44c add more QNetwork classes to 2to3 script 2016-12-06 18:56:23 +02:00
Matthias Kuhn
abbe281bc7 Preprocess header file in sipdiff to reduce noise
and common sources of trouble.
2016-12-05 14:46:40 +01:00
drnextgis
c9058eddf7 Add QIntValidator and qVersion to fix_pyqt 2016-12-01 17:14:35 +01:00
drnextgis
b59fc04b0b Fix mapping for 2to3 fix_pyqt 2016-12-01 14:42:31 +01:00
drnextgis
e9b835a376 Add QEventLoop to fix_pyqt 2016-12-01 15:07:14 +07:00
Alexander Bruy
5cbf9d5129 remove references to networkanalysis from scrips and packaging files 2016-11-21 16:47:24 +02:00
nirvn
5e487cfea4 [FEATURE] Style management re-work and upgrade
- A new favorite grouping system was added, which the symbols list
widget defaults to
- The selected tag / smartgroup in the symbols list widget now
persists when switching layers (and across sessions)
- The symbols list widget will update the tag / smartgroup combo
box when users add / rename / remove categories
- Users can now directly tag, as well as add to favorites, symbols
while saving those to the style database
- To streamline style management, groups have been removed and
fully replaced by tags
- Tags have been integrated into the import/export user interface
2016-11-16 14:12:19 +07:00
Werner Macho
1d538a6745 Add Translator
Add new italian translator
2016-11-15 20:33:47 +01:00
Werner Macho
dd68d81566 Update tsstat.pl
just a small intendation fix
2016-11-14 20:54:19 +01:00
Nyall Dawson
02ea2d7703 Fix typos 2016-11-08 09:05:47 +10:00
Nyall Dawson
3b30701780 Prepare commit ensures empty line before doxygen block 2016-11-08 08:52:39 +10:00
Nyall Dawson
e75b572b6e [FEATURE] Remove dxf2shp converter plugin
This functionality is available in OGR and there is no longer
a need for a dedicated QGIS plugin to do this task

Marked as feature for documentation + changelog reminder
2016-10-25 09:29:46 +10:00
Nyall Dawson
1367fd09fc Prepare commit converts single line doxygen block format
Flips single line doxygen comments to use the proper single line
format:

/*!< comment */   to   //!< Comment

and

/** comment */    to   //! Comment
2016-10-25 09:17:39 +10:00
Juergen E. Fischer
2cb6982113 release.pl: stay on same master* branch
(cherry picked from commit cc429785edd16a91f7118cb7a1b964492988546f)
2016-10-22 12:28:44 +02:00
Juergen E. Fischer
5c47bd6972 release.pl:
* allow minor releases from master_2 branch
* convert windows splash screen to BMP3 from PNG

(cherry picked from commit 09db6e4a00dda3b573cda7be938d46e8def66bef)
2016-10-20 18:22:57 +02:00
Juergen E. Fischer
14fbb942c7 qgm2cpp.pl fix 2016-10-18 12:07:28 +02:00
Juergen E. Fischer
522013b80e scripts/scandeps.pl: avoid duplicate build depends 2016-10-17 15:59:45 +02:00
Juergen E. Fischer
d9349e5bbb update configuration settings to qgis3 2016-10-06 11:40:42 +02:00
Nyall Dawson
377de52b38 Port generate_test_mask_image.py to python3 2016-10-04 09:22:40 +10:00
Nyall Dawson
456069207e Merge pull request #3554 from nyalldawson/parse_dash
New script to handle multiple render results from a dash results page
2016-10-03 19:13:40 +10:00
Juergen E. Fischer
ffaffadbfa fix typos 2016-10-01 17:58:12 +02:00
Nyall Dawson
a07a57e608 Add new script to handle multiple render results from a dash
results page in an interactive way

Allows generation and tweaking of mask images while previewing
the result
2016-10-01 14:29:43 +10:00
Nyall Dawson
67d5e19303 Update test masks (Qt5 on Fedora) 2016-09-29 12:23:02 +10:00
Médéric RIBREUX
ee87b0dbc9 [PyQt] Add a lib2to3 custom fix to handle QFileDialog methods in PyQt5 2016-08-21 10:35:32 +02:00
Juergen E. Fischer
3f22a7a77f another scripts/replacev2.sh with minor manual fixes 2016-08-10 12:12:28 +02:00
Juergen E. Fischer
6306fb8a9f replacev2.sh: add file renames 2016-08-10 12:12:28 +02:00
Juergen E. Fischer
8a4574436f replacev2.sh: replace V2 classes and methods 2016-08-10 12:08:52 +02:00
Juergen E. Fischer
b642c02705 doc/TRANSLATORS in an output file (followup 156db22) 2016-07-21 10:04:04 +02:00
Juergen E. Fischer
3da19183dc release.pl: use 99 instead of 999 for premajor minor 2016-07-10 20:53:59 +02:00
Juergen E. Fischer
b649c0bf20 release.pl:
* add second 'master' branch for interim release before a new major release
* allow to skip transifex update
2016-07-02 18:36:58 +02:00
Juergen E. Fischer
9446b20fe1 [gui/hidpi] scale splash screen on startup not on release 2016-07-02 17:44:22 +02:00
Juergen E. Fischer
b369b20843 remove_temporary_files.sh: add .new from addcopyrights.sh 2016-06-22 11:12:48 +02:00
Juergen E. Fischer
6e66eef1ef add missing copyright headers 2016-06-03 10:33:09 +02:00
Juergen E. Fischer
840022d772 fix indentation and some typos 2016-06-02 21:29:35 +02:00
Juergen E. Fischer
797826ea5b spelling fixes 2016-05-31 03:36:27 +02:00
Juergen E. Fischer
aef3dd4da4 remove svn references from prepare-commit.sh and make it work from anywhere in the repository 2016-05-26 17:17:24 +02:00
Matthias Kuhn
a349e702cc Fix from PyQt.xy > from qgis.PyQt.xy import leftovers 2016-05-14 00:38:19 +02:00
Nyall Dawson
948c1f0298 Temporarily fix generate_test_mask_image.py by rolling back to Qt4 2016-05-10 06:52:54 +10:00
Juergen E. Fischer
919c54ef5f release.pl: don't created branches from tag names 2016-05-04 13:20:10 +02:00
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
Robert Szczepanek
ee5548b27a Add Polish translators 2016-04-24 22:15:29 +02:00
Matthias Kuhn
1c6b298833 Add unicode_keep_u fixer 2016-04-15 09:20:40 +02:00
Nyall Dawson
4bbe318c20 [symbology] Remove distorted star symbol 2016-04-12 12:12:57 +10:00
Jürgen Fischer
60ada1185e Merge pull request #2946 from sebastic/debian
Debian packaging improvements
2016-04-07 08:59:58 +02:00
Nyall Dawson
54d093ed48 Function argument name should not be translatable 2016-04-04 13:59:22 +10:00
Nyall Dawson
ae00eb965c [FEATURE] Allow expression functions to use named parameters
This commit sets the framework for allowing expression functions to
use named parameters. Ie, instead of:

clamp(1,2,3)

you can use:

clamp( min:=1, value:=2, max:=3)

This also allows arguments to be switched, eg:

clamp( value:=2, max:=3, min:=1)

Additionally, it allows for a more structured definition of function
parameters to handle optional arguments and default values for
parameters. These are currently being done using a hacky infinite
argument list.

I've utilised the postgres ':=' syntax for specifying named arguments
to avoid potential collisions which may arise with the equality test
if we re-used just the '=' operator alone.

Sponsored by North Road
2016-04-04 13:59:13 +10:00
Juergen E. Fischer
9c2473df52 fix indentation 2016-04-03 01:56:21 +02:00
Juergen E. Fischer
42e42f77b4 2to3: avoid duplicate transformation of print (followup c4d9b0a) 2016-04-01 22:12:09 +02:00
Juergen E. Fischer
4f6c271490 move new composer tests to pyqt wrappers (followup 7a8a541 and f413046) 2016-04-01 15:52:51 +02:00
Juergen E. Fischer
c4d9b0a242 2to3: drop fix_print and avoid double parens in fix_print_with_import 2016-04-01 12:02:14 +02:00