960 Commits

Author SHA1 Message Date
Harrissou Sant-anna
8bf698074d Fix formatting 2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
4e2cf102e0 Add precision to multipoint feature $x and $y functions
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
5901d5dc6f Add precision and examples to x, y and z expression functions 2020-07-21 10:16:00 +10:00
Alexandre Neto
83836766be Apply suggestions from Havart
Co-authored-by: Håvard Tveite <havard.tveite@nmbu.no>
2020-07-21 10:12:13 +10:00
Alexandre Neto
fe9e14a5dd Apply suggestions from code review
Co-authored-by: Håvard Tveite <havard.tveite@nmbu.no>
2020-07-21 10:12:13 +10:00
Alexandre Neto
ea6c0446eb Apply suggestions from code review
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2020-07-21 10:12:13 +10:00
Alexandre Neto
ce5a643857 Improve CASE help 2020-07-21 10:12:13 +10:00
Alexandre Neto
c345622723 Fix some HTML syntax to play better with the QGIS-Documentation script 2020-07-21 10:12:13 +10:00
Alexandre Neto
6d2ccb4e3b Update help files 2020-07-21 10:12:13 +10:00
Alexandre Neto
9c631e7d96 Remove obsolete help files
Add missing group help files
2020-07-21 10:12:13 +10:00
Nyall Dawson
bd830ba2dd [feature][expressions] Add "main_angle" function to return the estimated
main angle of a geometry

Returns the angle of the oriented minimum bounding box which covers the
geometry value.

Useful for data defined overrides in symbology of label expressions,
e.g. to rotate labels to match the overall angle of a polygon, and
similar for line pattern fills...
2020-07-16 08:44:51 +10:00
Harrissou Sant-anna
e6f3c7fc70
Move maptip function help to variants structure 2020-07-14 01:15:21 +02:00
Harrissou Sant-anna
133f8ad0fe
Move display_expression help to variants style 2020-07-13 22:31:31 +02:00
Harrissou Sant-anna
9cf31e96ee
Swap display_expression parameters 2020-07-12 11:18:25 +02:00
Matthias Kuhn
2e2acf9170
Merge pull request #37647 from lhirlimann/svgcleaner
svg file reduced with svgcleaner
2020-07-11 13:03:42 +02:00
Harrissou Sant-anna
2004184a96
Use string representation for Color functions example output 2020-07-10 10:22:07 +10:00
Paul Blottiere
7ba050c755
Merge pull request #37622 from pblottiere/fix_ogcapif_json
Fixes OGC API Features certification
2020-07-09 22:15:29 +02:00
nirvn
167b71819d [themes] Also provide checkbox styling for list view widgets 2020-07-09 16:04:25 +07:00
Blottiere Paul
e7ea389bc7 Use query parameter instead 2020-07-09 09:53:48 +02:00
Blottiere Paul
88199ae073 Fix bool type in schema 2020-07-09 09:53:48 +02:00
Ludovic
6247cde584 svg file reduced with svgcleaner 2020-07-07 13:32:51 +02:00
Harrissou Sant-anna
ecb617cfa0 Update darker function description 2020-07-04 07:10:09 +10:00
SrNetoChan
72c0c245e2 Rename JSON help file to match function name 2020-07-02 15:03:16 +10:00
SrNetoChan
d097adeacd Add groups to function_help files 2020-07-02 15:03:16 +10:00
Alessandro Pasotti
ed8695657e Fix json schema case for sortBy/sortDesc 2020-06-26 12:06:35 +02:00
Alessandro Pasotti
a4b8f72da2 Server WFS3 API: implement sorting
Also revert 2e57d114257ecbc09d44abeee5f7460c20b7b785
because it broke landing page HTML link to OPENAPI
overriding content negotiation.
2020-06-26 11:57:28 +02:00
vcloarec
2264fefdd2 new contributor (me) 2020-06-17 06:23:30 +10:00
uclaros
b32bdb2d1d add myself to the contributors 2020-06-15 11:17:13 +10:00
nirvn
332f16a74d [themes] Fix tab widget's panel missing border for non selected tabs 2020-06-11 13:31:15 +07:00
nirvn
11f6ed772a [themes] Improve hover styling for tree widget and option lists 2020-06-11 13:31:04 +07:00
ghtmtt
3eb4f8c49f add missing country attributes 2020-06-10 11:49:13 +10:00
Richard Duivenvoorde
d1d4824d58
Fix #36983 arguments of is_selected are flipped
Improve documentation of is_selected function to describe all available variants
2020-06-09 19:57:59 +10:00
nirvn
cbd3068443 [expression] Add optional language parameter to format_number() to control locale across different systems 2020-06-05 16:25:49 +07:00
nirvn
5aecd49ab5 [themes] Fix missing default checkbox styling for table and tree views 2020-06-04 19:31:04 +07:00
nirvn
f631a88294 [themes] Avoid styling tree view item's hover state by default as doesn't plat well with tree view item delegates 2020-06-04 19:31:04 +07:00
Nyall Dawson
a27e5b21d0
Update resources/data/contributors.json 2020-06-04 08:29:08 +10:00
José de Paula Rodrigues Neto Assis
66fc2cb737 Adds José Assis (espinafre) to the contributors lists. 2020-06-03 14:17:32 -03:00
Andrea Giudiceandrea
fd31c85f45 Fix order_by parameter in relation_aggregate function help 2020-06-01 10:05:19 +10:00
Nyall Dawson
f5e55df3bc [gps] Don't correct for true north by default, and add manual bearing offset option
This change adds two new advanced settings keys for gps:

app\gps\bearingAdjustment: allows for specifying a manual adjustment
factor to apply to bearings obtained from the GPS, in the case that
the GPS reports offset bearings

app\gps\correctForTrueNorth: whether to apply a correction for
true north to bearings obtained from the GPS (now defaults to off)
2020-05-30 11:26:35 +10:00
Richard Duivenvoorde
b0e71a822e Add askToSaveMemoryLayers to ini file template so it has a default and is searchable 2020-05-28 08:34:54 +10:00
nirvn
cf0467a373 [themes] Fix slider 'fill' missing in themes and improve looks of night mapping theme slider 2020-05-21 12:18:20 +07:00
Etienne Trimaille
4587cc1484 review help about maptip and display_expression 2020-05-20 13:53:43 +10:00
Nyall Dawson
f49067cf27 Documentation improvements 2020-05-20 12:40:19 +10:00
Jan Caha
0b260248dc remove variableLenArguments from help 2020-05-20 12:40:19 +10:00
Jan Caha
988ac20647 [feature][expression] base64 to and from helps 2020-05-20 12:40:19 +10:00
Håvard Tveite
1ad63e931a
geom_to_wkb - update description 2020-05-18 07:52:59 +10:00
Samweli Mwakisambwe
780a146ed3 added Samweli Mwakisambwe to contributors list 2020-05-15 08:06:22 +10:00
Nyall Dawson
da042bb61d [feature][expressions] New expression function "make_interval"
Allows direct construction of interval values from years/months/weeks/
days/hours/minutes/second values, without having to construct
a string representation of the interval first
2020-05-09 20:22:52 +10:00
nirvn
3d09e7fe56 Follow up 01ec02a : remove border on QPushButton:open state as Qt merges that with QPushButton:pressed 2020-05-08 11:40:59 +07:00
nirvn
01ec02ae37 [themes] Style checked style of push buttons 2020-05-07 18:10:24 +07:00