1504 Commits

Author SHA1 Message Date
Malik Blesius
e233e48826 [themes][ui] Fix color for selected tree widget items, when they are also disabled for dark themes 2025-09-30 00:57:55 +02:00
DelazJ
058a323c4e Use 'string' as first parameter for substr_count function 2025-09-19 10:10:51 +02:00
DelazJ
ea329a31d0 Adjust substr_count expression help text 2025-09-18 11:28:13 +02:00
Tudor Barascu
0936526ba7
add count_substring expression 2025-09-18 01:08:40 +02:00
Tudor Bărăscu
1587150943 improve help of num_geometries function 2025-09-18 07:34:31 +10:00
Malik Blesius
535691d4df [themes] Fix options list widget text color on hover 2025-09-11 07:54:01 +07:00
Malik Blesius
306cdba12b
[themes][ui] Fix colors for disabled slider for dark themes (#63011) 2025-09-02 15:13:18 +07:00
Harrissou Sant-anna
646f761a73 Fix text case 2025-09-01 10:34:16 +10:00
Harrissou Sant-anna
ea27b563ed Indicate correct output for the roundness function
This function may return  and not TRUE.
2025-09-01 10:34:16 +10:00
Malik Blesius
b4a7512828 [themes][ui] Fix color for disabled line edits/widget when read-only in dark themes 2025-08-28 08:58:50 +07:00
Malik Blesius
f6d57bc2cb Update style.qss 2025-08-21 10:07:38 +07:00
Tudor Bărăscu
9a894bad76 improve round function help
address review

address review
2025-08-09 18:42:42 +02:00
Nyall Dawson
d55ca18e48 Adapt date strings to work for qt 6 builds 2025-07-25 01:52:43 +10:00
Nyall Dawson
e5508b2d74 Expand examples, tests 2025-07-25 01:52:43 +10:00
Nyall Dawson
3075e6b709 Add expression functions set_timezone and convert_timezone
These functions replace the current timezone for a datetime object
and convert a datetime object to a different timezone respectively.
2025-07-25 01:52:43 +10:00
Nyall Dawson
687f91711f Add expression function to get the timezone from a datetime value 2025-07-25 01:52:43 +10:00
Nyall Dawson
b6173ac2ef Add timezone_from_id, timezone_id expression functions
These functions allow creating a timezone from a IANA time zone
database ID, or extracting the IANA ID from a timezone object
respectively.
2025-07-25 01:52:43 +10:00
Tudor Bărăscu
0b2161cf3b more help improvements 2025-07-03 20:06:43 +02:00
Tudor Bărăscu
d9a2a54351 improve boundary, convex_hull, end_point, geom_to_wkt help 2025-07-03 20:06:43 +02:00
Tudor Bărăscu
e2e3c05705 improve help for length and perimeter functions 2025-07-03 20:06:43 +02:00
Tudor Bărăscu
8265b4e995 improve area function help
Give an example of the most probable usage of this function
2025-07-03 20:06:43 +02:00
Even Rouault
e1223b8e9e resources/data/world_map.gpkg: fix typo on 'Seine-et-Marne' French department
Fixes #62278
2025-06-19 10:26:27 +12:00
Tom Kralidis
ffdb99c171 fix metadata schemas 2025-06-11 13:56:46 +12:00
bdm-oslandia
ba11b01495 fix(wfs server): adjust to new inja where null values are now empty but we need "null" string 2025-05-14 09:33:19 +10:00
Andrea Giudiceandrea
ec42b1af2a [expressions] Fix concave_hull function help 2025-05-13 22:08:31 +02:00
Etienne Trimaille
df3f9a12cc Expressions - Add 2 examples with @layer_cursor_point about raster maptip 2025-05-06 07:49:16 +10:00
Mathieu Pellerin
91e614950d Revert "[themes] Fix ugly top padding for title-less Q*GroupBox"
This reverts commit 95a2acb910b4de26933f516bcce5ca80f2155ce0.
2025-04-26 18:35:45 +07:00
Mathieu Pellerin
95a2acb910 [themes] Fix ugly top padding for title-less Q*GroupBox 2025-04-22 20:34:37 +07:00
Nyall Dawson
95e8d14677 Add 'repeat' expression function
Repeats a given string a specified number of times.

Eg

    repeat('Hello', 3) -> 'HelloHelloHello'
2025-04-06 15:45:27 +10:00
Nyall Dawson
59d6850aac [expressions] Add 'reverse' variant for reversing a string
Allows using a string argument for the reverse function, which
returns a reversed version of the string
2025-04-06 15:45:27 +10:00
Harrissou Sant-anna
3fc8cadbf9 Add regexp to ~ function's tags
Fixes #60781
2025-03-04 08:15:16 +10:00
Harrissou Sant-anna
959ccbd111 Use a more user-friendly "authority ID" label 2025-02-17 10:43:58 +10:00
Alexander Bruy
8cbe41cd02 improve functions help 2025-02-14 08:48:38 +10:00
Alexander Bruy
2655f3125f update bearing and transform expression functions to accept either string
representing CRS authid or CRS object
2025-02-14 08:48:38 +10:00
Alexander Bruy
1aad0d7d9a rename functions 2025-02-14 08:48:38 +10:00
Alexander Bruy
f44bcc623a add functions help 2025-02-14 08:48:38 +10:00
bdm-oslandia
d02efbe9c7 fix(contributors.json): update benoitdm-oslandia commiter flag 2025-02-13 14:08:05 +01:00
Mathieu Pellerin
7bfb001322 [ui][themes][diagrams] Use the eye toggle icons with stacked diagrams view using night mapping 2025-02-10 08:17:53 +10:00
Alessandro Pasotti
7c5db3b307
Update to_string 2025-02-07 07:17:35 +01:00
Alessandro Pasotti
685a002e6f Mention in the docs that to_string is not locale-aware
Fixes #60440
2025-02-06 10:24:50 +01:00
Nyall Dawson
5af35f6290 Cleanup unnecessary old cmake debug message 2025-01-31 06:55:32 +10:00
Harrissou Sant-anna
be1cd30f41 Fix examples of the scale_exponential expression function 2024-12-27 07:01:15 +09:00
t0b3
524a8b00ec doc: fix path 2024-12-14 06:14:13 +10:00
t0b3
354f9358ee yarn upgrade 2024-12-12 09:43:43 +10:00
Alessandro Pasotti
759590fa0b overlay_intersects: flatten collections and filter by type
Partial fix for #59408

- try to merge multilinestrings to get the max length
- consider the tested geomery type when intersection is a collection

Funded by: Body & Soul ♬
2024-12-09 08:08:09 +01:00
Étienne Trimaille
a3383689a6 Add an example with a string to the to_bool expression 2024-11-26 08:04:41 +10:00
Mathieu Pellerin
52dd3047ac [expression] Add a to_bool() function to convert various value types into a boolean 2024-11-19 15:09:58 +07:00
Nyall Dawson
7bdc228f57 Apply suggestions from code review
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2024-10-28 03:42:38 +10:00
Nyall Dawson
fa97668bc8 [server] Avoid extremely verbose yarn output for successful yarn commands 2024-10-28 03:42:38 +10:00
Nyall Dawson
318af1bfea Try to fix landing page resources 2024-10-28 03:42:38 +10:00