45935 Commits

Author SHA1 Message Date
Tudor Bărăscu
f54cc37258 fix server issue for devicePixelRatio leading to DPI requests with decimals
Some requests send the DPI parameters with decimals due to
devicePixelRatio and the Server doesn't cope with that. This fixes it.
2018-02-07 12:55:03 +02:00
nirvn
2cbf139bcd [ui] save vertical space for the delimited text add layer dialog
(fixes #17972)
2018-02-07 16:30:45 +07:00
nirvn
dd7c168e0b document api break 2018-02-07 13:27:39 +07:00
nirvn
0885414d74 update the stats gatherer to use qgstask 2018-02-07 13:27:39 +07:00
nirvn
715677ee5d move getValues, getDoubleValues to vector layer utils source file 2018-02-07 13:27:39 +07:00
nirvn
8495e8be4d [stats] gather field/expression values in a thread to prevent long UI freeze 2018-02-07 13:27:39 +07:00
Alexander Bruy
c12884cc6b [processing] remove obsolete script tests 2018-02-06 19:25:48 +02:00
Alexander Bruy
23a5dd3197 [processing] fix file permissions 2018-02-06 19:25:48 +02:00
Denis Rouzaud
3205c96af6
Merge pull request #6275 from 3nids/messagelevel
unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
2018-02-06 05:28:17 -09:00
Denis Rouzaud
8f2c857e55
Merge pull request #6258 from 3nids/options_better_3
Allow adding custom highlight widget to custom pages in option
2018-02-06 03:57:12 -09:00
Denis Rouzaud
3dc3d9d1b2 unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
make enum items lower case
remove unused QgsMessageLog::None and All
2018-02-06 08:56:40 -04:00
Denis Rouzaud
90f1d7b7e7 [options search] expand item when found in a tree 2018-02-06 08:37:26 -04:00
Denis Rouzaud
9389be83c6 [processing] search also show children in config 2018-02-06 08:36:46 -04:00
Nyall Dawson
cbd3042b5e Fix build with MODELTEST enabled 2018-02-06 22:39:42 +11:00
Nyall Dawson
2fc0b5b777 Remove some outdated Python api files 2018-02-06 22:39:42 +11:00
Nyall Dawson
7cb20e00d9 Remove some qt4 references 2018-02-06 22:39:42 +11:00
Nyall Dawson
9553dea201 Remove more unused Qt4 cmake code 2018-02-06 22:39:42 +11:00
Nyall Dawson
3e1b99be69 Remove a bunch of Qt4 compatibility code 2018-02-06 22:39:42 +11:00
Nyall Dawson
fc16972646 Remove a bunch of unused Qt4 compatibility code 2018-02-06 22:39:42 +11:00
Alessandro Pasotti
7cb40fbd0c Set first run dialog window title 2018-02-06 12:17:10 +01:00
Nyall Dawson
1d3a4e421e Update sip bindings 2018-02-06 16:30:20 +10:00
Nyall Dawson
9621f38330 Use QMessageBox::question instead of information when asking a question
And where appropriate use Yes/No choices instead of Ok/Cancel
2018-02-06 16:03:35 +11:00
Nyall Dawson
aa3a3356d1 Use question messagebox for layer rollback/cancel/save dialog
...since this messagebox is asking a question. Also change
confusing OK/Cancel option to clearer Yes/No options.
2018-02-06 16:03:35 +11:00
Nyall Dawson
15e04bc9cb Fix missing verification dialog on "all layer" save/rollback/cancel
Fixes #17490
2018-02-06 16:03:35 +11:00
Denis Rouzaud
33ca8fcb69 remove PyQt4 leftovers in mac cmake config 2018-02-05 21:19:16 -04:00
Nyall Dawson
d1c6941ae4 Minor speed boost to identify highlight
Unfortunately this whole identify highlight class is very inefficient,
resulting in multiple large image redraws at every paint event
and slow iteration over every pixel in these images.

TODO This needs to be completely reworked in future.
2018-02-06 10:51:09 +11:00
Nyall Dawson
535de3b1b2 Set the correct expression context for QgsHighlight
Fixes #17896
2018-02-06 10:50:55 +11:00
Denis Rouzaud
3b17d5a784 processing search: also search in group items and fix return value 2018-02-05 09:31:57 -04:00
Denis Rouzaud
058d59b748 do not search for less than 3 letters 2018-02-05 09:31:38 -04:00
Juergen E. Fischer
325af48680 fix #18050 (followup f6269c41d) 2018-02-05 14:04:07 +01:00
Denis Rouzaud
c6840bd0e6 remove ownesrhip transfer 2018-02-05 08:51:47 -04:00
Nyall Dawson
c8d1d2d588 Fix hang in options search widget 2018-02-05 08:51:47 -04:00
Denis Rouzaud
8d55cadeb7 Allow adding custom highlight widget to custom pages in option 2018-02-05 08:51:47 -04:00
Nyall Dawson
fe31c28257 [options] Hide non-matching items in tree widgets when searching children
Makes the search more useful for the advanced panel
2018-02-05 03:40:45 -09:00
Nyall Dawson
8e9bb6d2f9 Put search icon on left of QgsFilterLineEdit 2018-02-05 03:39:11 -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
nirvn
3883547da4 Do not refresh stats when opening the stat summary field combo box
Without this change, stats are calculated when users simply
open the combo box to select a new field. With large datasets,
it freezes QGIS for a long time, and the combo box end up
never opening.
2018-02-05 15:33:46 +07:00
Alessandro Pasotti
7bf0a7f714
Merge pull request #6251 from elpaso/bugfix-17975-server-layer-groups-order
[bugfix][server] WMS respect order of grouped layers
2018-02-05 09:24:37 +01:00
Alexander Bruy
b6c2de48fa
Merge pull request #6225 from alexbruy/processing-algs
[processing][needs-docs] use native syntax for Processing scripts
2018-02-05 09:43:15 +02:00
Alexander Bruy
567ebb9dd0 [processing] fixes after rebasing 2018-02-05 08:53:52 +02:00
Alexander Bruy
15a185dab0 [processing] turn keep n biggest parts script into normal algorithm 2018-02-05 08:50:44 +02:00
Alexander Bruy
54167bcaa6 fix indentation 2018-02-05 08:50:44 +02:00
Alexander Bruy
4f2a4644db [processing] remove obsolete code and disable exporting models as script
until we update it so support new scripts format
2018-02-05 08:50:44 +02:00
Alexander Bruy
fa5ab81a2a [processing] scripts also can be feature-based algorithms 2018-02-05 08:50:37 +02:00
Alexander Bruy
cd7bb16ad5 [processing] class name is not needed anymore to load scripts 2018-02-05 08:50:37 +02:00
Alexander Bruy
5ad3af592f [processing] remove tests for old scripts 2018-02-05 08:50:37 +02:00
Alexander Bruy
f5f0399171 [processing] use custom editor class, as QgsCodeEditor is not available
on some platforms
2018-02-05 08:50:37 +02:00
Alexander Bruy
e1a64f6a8f [processing] remove unused files 2018-02-05 08:50:37 +02:00
Alexander Bruy
724390c7df [processing] completely restore support for script execution from editor 2018-02-05 08:50:37 +02:00
Alexander Bruy
263702e1f0 [processing] ressurect script execution from editor (work in progress) 2018-02-05 08:50:37 +02:00