50092 Commits

Author SHA1 Message Date
Harrissou Sant-anna
b2e4041757 Add handlesnull parameter to custom function template help 2018-09-10 15:25:42 +10:00
Blottiere Paul
b019bfe486 Activates rendering optimisation 2018-09-10 08:56:50 +10:00
Nyall Dawson
69a5de1cdb Fix some build warnings 2018-09-10 07:39:01 +10:00
Denis Rouzaud
e4c69ff061
Merge pull request #7758 from 3nids/search_alllayers
[FEATURE] add new locator filter searching across all layers
2018-09-08 09:48:49 -04:00
Raymond Nijssen
694f86aa3c removed commented line from expression 2018-09-08 22:18:53 +10:00
Raymond Nijssen
b4dbdef72b fix for dynamic hackfest layer styling 2018-09-08 22:18:53 +10:00
Denis Rouzaud
89830f614e
create QgsMapLayer::LayerFlags for Searchable, Identifiable and Removable (#7815)
* create QgsMapLayer::LayerFlags for Searchable, Identifiable and Removable

this brings back the information previously saved in the project node back to the layer node
this will allow to embed this information in layer styles

* skip unexisting flag node to avoid setting wrong value for flag

* mark QgsProject::(set)requiredLayers as deprecated

* better API docs

* use new API in current code

* more docs and more old API fixes

* fix bad conversion

* more old API fix

* add missing SIP_OUT

* s/testFlags/testFlag

* fix var name

* adapt project test to test flags

* remove debug calls

* fixeS
2018-09-08 07:54:21 -04:00
Nyall Dawson
48dcab75cb Fix some crashes in style manager dialog 2018-09-08 20:57:28 +10:00
Nyall Dawson
f979c8e80a Make some protected members private 2018-09-08 20:57:28 +10:00
Nyall Dawson
13ab5e51ac Fix build warning 2018-09-08 18:10:31 +10:00
Nyall Dawson
1c5250b147 [processing] Fix some exceptions in batch dialog after refactoring
Fixes #19779, #19786
2018-09-08 17:51:42 +10:00
Matthias Kuhn
32ee71634f
Merge pull request #7711 from m-kuhn/mapToolSnapToGrid
Snap to grid for maptools [FEATURE]
2018-09-08 08:20:49 +02:00
John Kastner
0cc9501df7 Remove try-except block in voronoi.py fixes #19798
This block was swallowing all exceptions within the voronoi method.
Removing the block causes exceptions throw in the method to propagate up
the stack and eventually become visible in log files.
2018-09-08 14:38:25 +10:00
Loïc Bartoletti
808963bfae Fix error with standardPixmap. signature requires QStyleOption 2018-09-08 07:42:01 +10:00
Loïc Bartoletti
d8f0da8412 Fix OpenCL cmake for *BSD 2018-09-08 07:42:01 +10:00
Loïc Bartoletti
670760b49f FIX segmentation fault in QgsOptions::pageWidgetNameMap : objectName 2018-09-08 07:42:01 +10:00
Luigi Pirelli
8fa5b04c03 typo 2018-09-08 07:41:11 +10:00
Luigi Pirelli
7944f6704b added test for RangePanel widget 2018-09-08 07:41:11 +10:00
Luigi Pirelli
bc8a4605d4 Fix Range wrapper to allow Range parameters to be added in modeler. Not yet fully integrated as input paramter 2018-09-08 07:41:11 +10:00
Denis Rouzaud
6e7ff283ed
add missing SIP_OUT (#7831) 2018-09-07 12:29:09 -04:00
Matthias Kuhn
d57c1842b7 Rename snapToGridEnabled to snapToLayerGridEnabled 2018-09-07 16:21:37 +02:00
Matthias Kuhn
7f63d41b44
Merge pull request #7822 from m-kuhn/constCorrectQgsGeometryError
Const correctness for QgsGeometry::Error
2018-09-07 15:00:40 +02:00
Matthias Kuhn
e637fd5e66 Add doxymentation 2018-09-07 13:19:52 +02:00
Denis Rouzaud
5c172a6f9d add test for 'search all layers' locator 2018-09-07 06:41:20 -04:00
Denis Rouzaud
f8b8a21892 adapt to new flag API for searchable 2018-09-07 06:41:20 -04:00
Denis Rouzaud
53c3150027 correctly set feature request, prefix now set to 'af' 2018-09-07 06:41:20 -04:00
Denis Rouzaud
2aa280e02a add extra notes in the doc 2018-09-07 06:41:19 -04:00
Denis Rouzaud
deb7e62227 only search in searchable layers 2018-09-07 06:41:19 -04:00
Denis Rouzaud
d54b7b1d4d [FEATURE] add new locator filter searching across all layers in display expression 2018-09-07 06:41:19 -04:00
Luigi Pirelli
e611756f09 fix error because constant is not iterable 2018-09-07 20:40:35 +10:00
Luigi Pirelli
95a4c00584 fix reference to widget as instance attribute not through a method 2018-09-07 20:40:35 +10:00
Matthias Kuhn
8ba442f14a Const correctness for QgsGeometry::Error 2018-09-07 10:58:13 +02:00
Blottiere Paul
3ad3fc4f9c
Merge pull request #7751 from pblottiere/server_filter_segfault
[server] Fixes segfault when WMS OGC filter is empty
2018-09-07 08:21:57 +02:00
Blottiere Paul
a6b44b15b3 Add unit test for OGC filters with multiple layers 2018-09-07 05:32:58 +01:00
Blottiere Paul
34c1d7acce Add unit test for empty OGC filter 2018-09-07 05:32:58 +01:00
Blottiere Paul
2aeb5cf735 Fixes segfault when filter is empty 2018-09-07 05:32:58 +01:00
Nyall Dawson
0ea283190b Better (finer) proxy task progress reporting for batch execution 2018-09-07 12:19:48 +10:00
Nyall Dawson
45bc2a0798 [processing] Use multi-step feedback for batch execution
Gives better indication of total progress vs showing just
current algorithm progress
2018-09-07 12:19:48 +10:00
Nyall Dawson
db1600871a [processing] Use a proxy task for batch processing execution 2018-09-07 12:19:48 +10:00
nirvn
5030121e8a [FEATURE][native] Add badge count support for the linux platform 2018-09-07 08:32:32 +07:00
Nyall Dawson
1002824cc6 [metasearch] Minor UI updates to conform to HIG (#7810)
* [metasearch] Use QgsFilterLineEdit for keyword search box

* [metasearch] Remove version number from dialog title

This is no longer required now that the plugin is bundled with
QGIS - the version number now follows QGIS version numbering

* Capitalization, ellipsis

* [metasearch] Use a question messagebox
2018-09-06 20:49:57 -04:00
Etienne Trimaille
36f592cc4b use QT tr macro in layer metadata 2018-09-07 09:38:25 +10:00
Etienne Trimaille
c65fe0e07c do not display metadata related to spatial extent if the layer is not spatial 2018-09-07 09:38:25 +10:00
Nyall Dawson
da3907876e Sipify 2018-09-07 09:36:54 +10:00
Juergen E. Fischer
a823046b5f followup spelling fixes 2018-09-07 00:33:13 +02:00
luz.paz
0908daaa0e Misc. typos
Found via `codespell -q 3 -I ../qgis-word-whitelist.txt --skip="*.ts,*.po,./scripts/spell_check"`
2018-09-07 00:30:54 +02:00
Denis Rouzaud
d6b2537e1e
do not transform project if current_version > transform.to (#7807)
* do nottransform project if current_version > transform.to
* use >=
2018-09-06 11:04:40 -04:00
Martin Dobias
1839daaa18
Merge pull request #7777 from PeterPetrik/mesh_vector_on_grid
[mesh] [feature] allow render vectors/arrows on the user-defined grid
2018-09-06 15:32:54 +02:00
Nyall Dawson
da670f9e63 Unit tests for CRS parameter wrapper 2018-09-06 18:11:24 +10:00
Nyall Dawson
88b324db26 [processing] Allow CRS parameters to be set to a direct QgsCoordinateReferenceSystem object 2018-09-06 18:11:24 +10:00