Mathieu Pellerin
8a80eeb259
[themes] Fix a few more issues with Night Mapping
...
- provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider
2019-01-12 12:05:03 +07:00
Mathieu Pellerin
495b768726
[themes] Fix a few more issues with Blend of Gray
...
- provide a visual feedback for checked menu actions
- improve scrollbar styling
- fix broken vertical slider
2019-01-12 12:04:42 +07:00
Matthias Kuhn
5962afdf21
Improve expression documentation for sqlite_fetch_and_increment
2019-01-11 10:53:17 +01:00
Matthias Kuhn
d3b4c7d83a
Add cached mode to sqlite_fetch_and_increment for transactions
2019-01-10 10:35:24 +01:00
Matthias Kuhn
8754d55a09
Fix JSON
2019-01-08 11:36:16 +01:00
Matthias Kuhn
af027d9d10
Add NULLIF expression function [FEATURE]
2019-01-08 10:56:34 +01:00
nirvn
b7a607c625
[themes] Move tab widget's pane up 1 pixel to improve border look
2019-01-04 10:11:07 +07:00
nirvn
b921378964
[themes] Adjust Night Mapping and Blend of Gray to improve display on windows
...
Fixes the combo box drop down list clipping text, as well as
the spinbox's up and down arrow.
Turns out having a single theme QSS that looks great across platforms
isn't straightforward.
2019-01-04 10:00:33 +07:00
nirvn
883ae1aa9a
Add palette file for the Blend of Gray theme
2019-01-02 13:51:56 +07:00
nirvn
d8803151c8
Add palette file for the Night Mapping theme
2019-01-02 13:51:56 +07:00
Mathieu Pellerin
9184c31a58
Declare color / color ramp button text color in Night Mapping
2019-01-01 15:33:06 +07:00
Mathieu Pellerin
4e3f270e41
Declare color / color ramp button text color in Blend of Gray
2019-01-01 15:33:06 +07:00
Mathieu Pellerin
43f8b46acd
Fix combobox dropdown list padding issue with themes
2019-01-01 13:00:27 +07:00
Mathieu Pellerin
1b460b5209
Make Blend of Gray theme hidpi-compatible
2019-01-01 13:00:27 +07:00
nirvn
c67e590e6e
Make Night Mapping theme hidpi-compatible
2018-12-31 18:28:12 +07:00
Mathieu Pellerin
b705d90345
Add toolbar handle and separator to Night Mapping theme
2018-12-29 11:14:15 +07:00
Mathieu Pellerin
698ece7be0
Add toolbar handle and separator to Blend of Gray theme
2018-12-29 11:14:15 +07:00
nirvn
b84c097126
Fix Night Mapper alt. table / tree view item color
2018-12-28 14:32:09 +07:00
nirvn
abc20e18c7
Refresh the Night Mapping theme, including _many_ fixes
2018-12-28 12:00:19 +07:00
nirvn
b0aae0b795
Additional Blend of Gray theme fixes:
...
- proper colors for selected item in welcome screen
- fix toolbar border pixel shift
2018-12-27 15:04:46 +07:00
nirvn
8ccf8120c9
Blend of Gray theme fixes:
...
- white background on white text options/project/etc. panel list widget
- unwanted light gray tool button's menu button
2018-12-27 14:00:57 +07:00
Matthias Kuhn
d2b35753be
Merge pull request #8722 from m-kuhn/expression_function_sqlite_fetch_and_increment
...
Expression function sqlite_fetch_and_increment
2018-12-24 12:07:12 +01:00
nirvn
304771a583
[FEATURE] A new grayscale theme, "blend of gray"
2018-12-24 16:47:59 +07:00
Matthias Kuhn
b4bc072030
Improve function help for sqlite_fetch_and_increment
2018-12-21 14:06:53 +01:00
Matthias Kuhn
e698ba877a
Fix JSON formatting
2018-12-21 09:14:44 +01:00
Matthias Kuhn
ff1f2dffea
Add sqlite_fetch_and increment docs
2018-12-20 14:32:24 +01:00
Mathieu Pellerin
e9e1e0d6f3
[FEATURE][expression] Brand new array_sort() function
2018-12-20 11:47:16 +07:00
Matthias Kuhn
0f037daf47
Merge pull request #8649 from qgis/expression_function_decode_uri
...
Expression function `decode_uri`
2018-12-19 08:32:09 +01:00
Nyall Dawson
06d5f924f6
More square brackets
2018-12-19 05:21:49 +10:00
Matthias Kuhn
08965487dd
Double escape for JSON and C++
2018-12-18 17:04:50 +01:00
Matthias Kuhn
10140b1ed1
Fix JSON escaping
2018-12-18 14:57:23 +01:00
Matthias Kuhn
2b5830ec9c
Function help improvements
2018-12-18 14:54:58 +01:00
Matthias Kuhn
7a8939442f
Fix typo
2018-12-18 14:20:11 +01:00
Matthias Kuhn
d3a1285f63
Function help improvements
2018-12-18 14:18:43 +01:00
Matthias Kuhn
65e60d17aa
Add path
to layer_property
expression function
2018-12-18 13:47:46 +01:00
Matthias Kuhn
3cee54cf25
Fix function help json
2018-12-18 13:47:46 +01:00
Matthias Kuhn
84584012ec
Add docs and tests for decode_uri
2018-12-18 13:47:46 +01:00
nirvn
36d363317f
Pass on the theme style data directly instead of a file:///...
...
Benefit: remove requirement to have write permission for the
theme directory.
2018-12-14 15:14:44 +07:00
Harel Dan
1c74e0b04d
fix function call in example
2018-12-13 18:18:04 +02:00
stra2da
0e4b0980d8
first example deleted, cause it is for combine function
2018-11-30 07:39:57 +10:00
Nyall Dawson
7c43bcda76
Add new "allowVersionCheck" setting
...
If true, users may control whether the version check is enabled
or disabled through the QGIS settings dialog. (The default
check behavior is determined by the existing 'checkVersion' setting).
If false, no version checking will be performed AND users will NOT
have an option to enable this check in the settings dialog.
This setting is intended for use in enterprise installs where QGIS version
management is handled centrally.
2018-11-30 05:03:58 +10:00
Alister Hood
5256611169
Expression calculator: clarify documentation for x_at() and y_at()
2018-11-29 23:26:43 +13:00
Nyall Dawson
1b79b9a140
[FEATURE] force_rhr expression function
...
Forces polygons to follow the right hand rule, in which the area that
is bounded by a polygon is to the right of the boundary. In particular,
the exterior ring is oriented in a clockwise direction and the
interior rings in a counter-clockwise direction.
2018-11-09 19:06:48 +10:00
Juergen E. Fischer
9ad01cf9ba
replace three dots with ellipsises in translation strings
2018-10-27 19:06:37 +02:00
Etienne Trimaille
d6a2cbf178
add missing optional flag in some qgs expression helps
2018-10-25 18:20:23 +10:00
Martin Dobias
440d8d854c
Add entry for OSTN15 transformation grid for datum shift
...
This is the change in plain SQL:
INSERT INTO tbl_datum_transform VALUES (7709, 100018, 4277, 4258, 9615, 'OSTN15_NTv2_OSGBtoETRS.gsb',
null, null, null, null, null, null, 'UK National Transformation provided by Ordnance Survey',
'For applications requiring an accuracy of better than 10 centimetres.', 1, 0, 1264);
INSERT INTO tbl_datum_transform VALUES (7710, 100019, 4277, 4326, 9615, 'OSTN15_NTv2_OSGBtoETRS.gsb',
null, null, null, null, null, null, 'UK National Transformation provided by Ordnance Survey',
'For applications requiring an accuracy of better than 10 centimetres.', 1, 0, 1264);
(one still needs to manually download the .gsb grid file to use it but at least no need to modify system srs.db)
https://www.ordnancesurvey.co.uk/business-and-government/help-and-support/navigation-technology/os-net/formats-for-developers.html
2018-10-15 15:12:10 +02:00
Matthias Kuhn
195539d7d3
Merge pull request #7913 from m-kuhn/filenmode
...
Fix file mode
2018-09-16 15:21:47 +02:00
Matthias Kuhn
e306aaaaef
Fix file mode
2018-09-16 14:18:39 +02:00
nirvn
b7a0c8cf89
[FEATURE] hstore_to_map() / map_to_hstore() expression functions
2018-09-14 11:21:40 +07:00
nirvn
68162a5416
[FEATURE] json_to_map() / map_to_json() expression functions
2018-09-14 11:21:40 +07:00