1012 Commits

Author SHA1 Message Date
Alessandro Pasotti
14b0c24d87 Server standalone: reimplement without signals
Because of WMS internal event loop that will
crash on cascading.
2020-10-20 13:59:52 +02:00
nirvn
4f834cafb8 [themes] Fix vertical slider fill color and sliders' invertedAppearance fill 2020-10-20 13:07:24 +07:00
nirvn
45a0c60b6f [themes] Fix tiny regression with custom indicator for layer tree et cie 2020-10-19 17:01:43 +10:00
nirvn
76be37b070 [themes] Fix missing background fill for user input widgets
(fixes #39452)
2020-10-19 17:01:43 +10:00
Harrissou Sant-anna
cb37b18a7a Various tweaks to the overlay_contains function description and examples 2020-10-16 06:44:23 +10:00
Harrissou Sant-anna
710230cc0c Fix array_slice example 2020-10-15 10:51:56 +10:00
Matthias Kuhn
1258afe635
Merge pull request #39174 from DelazJ/overlayOnly
Rename geometry_overlay_* functions into overlay_*
2020-10-09 17:55:27 +02:00
Richard Duivenvoorde
163941cad5 Update to_interval function examples 2020-10-05 12:22:22 +10:00
Richard Duivenvoorde
6420854bdd Make example fit to real output 2020-10-05 12:22:22 +10:00
Harrissou Sant-anna
5f74d6abeb Rename geometry_overlay_* functions into overlay_* 2020-10-04 09:23:09 +02:00
Hannes
7e2d931e58 fix hash() expression help, had missing quotes 2020-09-22 08:19:08 +10:00
nirvn
d03e172838 [themes] Fix night mapping checkbox glitches when embedded into table (et cie) widgets 2020-09-17 16:46:26 +07:00
nirvn
52c31437bb [themes] Fix blend of gray checkbox glitches when embedded into table (et cie) widgets 2020-09-17 16:46:26 +07:00
Harrissou Sant-anna
6da5db1985 Add geometry overlay functions to a group 2020-09-12 08:41:19 +10:00
Matthias Kuhn
a46acb4169
Merge pull request #38405 from olivierdalang/refFunctionsRebase
[feature][expression] refFunction port to core
2020-09-11 15:40:02 +02:00
olivierdalang
6f759f3f8d [refFunctions] fix (mistaken ?) spell check failure 2020-09-10 10:12:50 +02:00
Matthias Kuhn
ed91ceeea5
Merge pull request #38505 from gacarrillor/easter_egg_user_groups
Add easter egg to show map of user groups (keywords: 'user groups')
2020-09-10 07:04:28 +02:00
olivierdalang
723a6eff10 Merge branch 'master' into refFunctionsRebase 2020-09-09 17:00:25 +02:00
olivierdalang
bcd6d53ff0 [refFunctions] missing help description 2020-09-09 11:27:04 +02:00
olivierdalang
900cef324a [refFunctions] json helps and cleanup 2020-09-08 18:11:57 +02:00
Harrissou Sant-anna
2fa991921d Fix regexp_match example output 2020-09-01 08:45:10 +10:00
Germán Carrillo
3ad126f325 Add easter egg to show map of user groups (keywords: 'user groups') 2020-08-30 21:21:31 -05:00
Nyall Dawson
23c7bd61b9 Update resources/function_help/json/extend 2020-08-31 11:19:06 +10:00
Harrissou Sant-anna
fc1f3bfbf2 Add example for aggregate collect functions
fix #24962
2020-08-31 11:19:06 +10:00
Harrissou Sant-anna
7c6ce37e2f Backslash and groups rearrangement to regex based examples
fix qgis/QGIS-Documentation#5760
2020-08-31 11:19:06 +10:00
Harrissou Sant-anna
97247efef4 Various improvements to expression
- Add/fix details to description and examples to illustrate
- indicate string for geom_to_wkt
2020-08-31 11:19:06 +10:00
Harrissou Sant-anna
13573d2b29 geom_to_wkt returns a string 2020-08-31 11:19:06 +10:00
Harrissou Sant-anna
ae8ea31a0f More updates of expression help
- Expose default values of args
- Fix args name or description
- Fix/add more examples (to show various possibilities of a function or so
that functions that relate have examples that relate)
2020-08-21 13:02:35 +10:00
olivierdalang
b1470aa1ed [refFunctions] help json 2020-08-20 18:11:05 +02:00
olivierdalang
39b5968870 [refFunctions] remove neighbours param for geometry_overlay_nearest and use limit instead 2020-08-20 17:46:06 +02:00
olivierdalang
afd3c59c4e [refFunctions] add help texts 2020-08-20 16:03:08 +02:00
olivierdalang
c738731aec [refFunctions] remove *_test functions and factor repeated code
# Conflicts:
#	src/core/expression/qgsexpressionfunction.cpp
2020-08-20 16:02:56 +02:00
olivierdalang
d4f8e2c21f [refFunctions] (initial help text) 2020-08-20 16:01:09 +02:00
Alessandro Pasotti
440da4cf02 Server landing page: add missing resources 2020-08-19 17:02:52 +02:00
Alessandro Pasotti
d0fcbec8c7 Server landingpage makes good use of initial extent 2020-08-17 18:02:26 +02:00
Harrissou Sant-anna
3c35b75308 Use correct arg for rotate function 2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
fc88150ffd Use correct argument name in the help file
segments and not segment
2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
d49d10bf4d Fix make_triangle parameters name 2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
e9dd082c97 Avoid same name for different parameters in a function
Fix duplicate "geometry" named parameters
2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
3846b04f0a Harmonize geometry-based parameters name in expression
using 'geometry1' instead of 'geometry_a' or 'geometry a'
2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
4f3a2f1da6 Add missing quotes 2020-08-14 08:23:49 +10:00
Harrissou Sant-anna
fa1a9aca36 Fix functions declaring variable length of arguments
while it's actually a fixed number
2020-08-14 08:23:49 +10:00
Alessandro Pasotti
779d218206
Merge pull request #38189 from elpaso/server-landingpage
Server landingpage
2020-08-11 11:41:05 +02:00
Harrissou Sant-anna
1d0749d72d Extend aggregate's concatenator and order_by args description 2020-08-10 08:32:18 +10:00
Harrissou Sant-anna
57b620c92f Use 'value' parameter instead of 'val' 2020-08-10 08:32:18 +10:00
Harrissou Sant-anna
43a20fed2b Updates on expression functions help
fix examples and description
add/update examples to "cross-link" functions
2020-08-10 08:32:18 +10:00
Alessandro Pasotti
a8e033c794 Updated client after rebase 2020-08-06 15:57:38 +02:00
Alessandro Pasotti
13a5bc4459 Server landing page plugin 2020-08-06 14:52:08 +02:00
nirvn
07ab4b3255 [FEATURE][expression] Add a to_decimal() function to convert degree/minute/second strings 2020-07-31 08:06:32 +07:00
Harrissou Sant-anna
a4372d21b7 Fully explain the examples
avoiding use of $geometry function in explanation
2020-07-31 03:07:46 +10:00