Harrissou Sant-anna
2d1dbe7f74
Add precision to args=-1 usage
2018-09-10 15:25:42 +10:00
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
Matthias Kuhn
da7cc96696
Expression callTips are lowercase
...
Expressions are case insensitive but in all the apis and samples lower case is used. Be conform.
2018-09-09 19:18:28 +02:00
Matthias Kuhn
4b9cc9b34f
Rename lexer
2018-09-09 19:16:35 +02:00
Matthias Kuhn
beb891277b
Initialize to nullptr
2018-09-09 18:28:11 +02:00
Matthias Kuhn
9028ad9eee
Fix build warnings
2018-09-09 18:27:12 +02: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
Matthias Kuhn
203660a3c8
Update some bits
2018-09-08 12:29:23 +02:00
Matthias Kuhn
f1db2ae47c
Fix wordcharacters
2018-09-08 12:23:52 +02:00
Matthias Kuhn
cebaa81996
Code completion for expression builder [FEATURE]
2018-09-08 11:50:03 +02: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
84cdff12bb
Fix docs
2018-09-07 14:50:19 +02:00
Matthias Kuhn
e637fd5e66
Add doxymentation
2018-09-07 13:19:52 +02:00
Matthias Kuhn
ea15e44bd5
Only use one single lock
2018-09-07 13:14:16 +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