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
Nyall Dawson
c2715d7b44
[FEATURE][expressions] Add make_date, make_time and make_datetime functions
...
These functions allow for direct creation of date/time values. Previously
this was only possible by going through the to_datetime/to_date/to_time
functions, which are string based and accordingly frustrating/inefficient
to use when you have numeric date/time component values.
2020-05-07 14:46:54 +10:00
Mathieu Pellerin
5f6abada4e
[themes] Fix styling of bottom-located tabs
2020-05-03 11:00:29 +07:00
Jan Caha
89fe6347ae
[feature] close_line expression function
...
Closes an open (multi)linestring geometry
2020-05-02 09:08:35 +10:00
Nyall Dawson
74aa54bc2b
Revert temporary new style inclusions
2020-04-30 10:52:19 +10:00
Nyall Dawson
3069a8eef3
Add mechanism to allow new symbols to be added to the default style
...
library to be updated when QGIS is upgraded
2020-04-30 10:52:19 +10:00
Jan Caha
3656b101ee
Expressions for geometry Z and M minimum and maximum ( #35928 )
...
* add expressions for min and max M and Z - including tests
* add my info to contributors.json
* Apply suggestions from code review
suggestions to help for expressions from Nyall
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
* Apply suggestions from code review
add suggestions to qgsexpressionfunction.cpp from Nyall
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
* [feature][expressions] - fix expressions Z/M min and max
* [feature][expressions] - fix styling Z/M min and max expressions
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2020-04-27 13:28:22 +02:00
Richard Duivenvoorde
546db9e88e
Make cmake output slightly better
2020-04-22 13:52:36 +02:00
Jan Caha
a2cbd9ceea
add is_multipart expression
2020-04-22 05:26:54 +10:00
Jan Caha
d6829feffe
[FEATURE] ascii function for expressions
...
Returns the unicode code associated with the first character of a string
2020-04-20 09:28:57 +10:00
Julien Monticolo
df0f97524f
Expression builder : add layer_property(...,'distance_units')
...
To complete the existing function layer_property(...), this change add a new argument 'distance_units' for return a string with the layer distance units (see QgsUnitTypes::DistanceUnit)
This function can be used for display units for labels, in layouts or for access to more layer properties in the expression builder for algorithms.
2020-04-07 09:20:38 +10:00
Mathieu Pellerin
827f0a1add
[themes] Fix visual disabled state of checked tool buttons
2020-04-06 12:32:58 +07:00
Matthias Kuhn
f08084b61b
Merge pull request #35415 from suricactus/expr_is_editable
...
FIX #33355 New Expression to check the edit mode of a layer
2020-03-29 08:42:06 +02:00
Ivan Ivanov
bcf0ef9b3d
FIX #33355 New Expression to check the edit mode / state
2020-03-28 04:45:30 +02:00
Etienne Trimaille
e7556c4ea6
add maptip, expression display and eval_template expressions
2020-03-26 09:24:18 +10:00
vcloarec
d1c13a9512
adapt test and fix arrows positioning
2020-03-11 07:51:02 +01:00
Harrissou Sant-anna
375242cb18
Fix geom_from_gml example display
2020-03-09 07:30:55 +10:00
Alessandro Pasotti
3246a92db8
Merge pull request #34827 from elpaso/parent-form-current-value-2
...
[feature] Get current parent form values in child forms
2020-03-05 10:51:43 +01:00
Harrissou Sant-anna
ae45af58d6
Add details to project expression and fix example
2020-03-05 09:52:59 +10:00
Alessandro Pasotti
195efa42a1
Final touches to the parent form API
2020-03-04 08:52:52 +01:00
Juergen E. Fischer
edee4a3d10
spelling fixes ( closes #32408 )
2020-02-28 21:04:02 +01:00
Nyall Dawson
7057b37899
Check in updated internal srs db based on latest proj version
2020-02-27 14:33:02 +10:00
Raymond Nijssen
3f80823b34
fix for format_date() help text
2020-02-27 06:36:26 +10:00
Alessandro Pasotti
f1c6bdf00c
Move jsonformatter to own dir, add license and src
...
Fixes #34586
2020-02-23 18:08:36 +01:00
Nyall Dawson
5251852f04
Record proj version number in srs6.db after running srssync utility
...
And when running srssync, return early if the version number is unchanged
from the last run.
This avoids running the full (slow, on proj 6 builds) srssync with
every build, which is PITA for rapid development...
2020-02-22 06:48:10 +10:00
Nyall Dawson
b840ad7f5c
Fix srcsync "... can't be updated" warnings under proj 7
2020-02-20 17:53:05 +10:00
lbartoletti
51ba7e8a89
Fix hash help
...
I realize that I didn't change it after our discussion on the PR https://github.com/qgis/QGIS/pull/31726 .
2020-02-14 06:40:22 +10:00