84 Commits

Author SHA1 Message Date
bdm-oslandia
d02efbe9c7 fix(contributors.json): update benoitdm-oslandia commiter flag 2025-02-13 14:08:05 +01:00
Raymond Nijssen
560bc72bf5 Put back the removed wink, this time including a nose ;-) 2024-10-02 06:50:55 +10:00
Raymond Nijssen
1c7bd342ca Added hackfest Bratislava 2024-10-02 06:50:55 +10:00
vcloarec
2f65b86524 update vcloarec location 2024-09-24 16:17:44 +02:00
Raymond Nijssen
a33da9b3b4 Update resources/data/qgis-hackfests.json
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2023-11-13 22:14:14 +01:00
Raymond Nijssen
ac68fb8b19 Update qgis-hackfests.json GitLab -> GitHub 2023-11-13 22:14:14 +01:00
Raymond Nijssen
56eb0eacdd Minor fixes to easter egg styles 2023-11-13 22:14:14 +01:00
mari-s4e
9b2c94e2e3 Update qgis-hackfests.qml with pineapples
Added pineapples on pizzas in hackfests layer
2023-11-09 15:59:49 +01:00
raymondnijssen
6265b1976e Map tips for hackfests 2023-11-09 06:46:22 +10:00
raymondnijssen
dbc4ec4dd3 New styles for easter egg layers 2023-11-09 06:46:22 +10:00
Yoann Quenach de Quivillic
b305d04db5 Fix contributors.json commit date 2023-07-20 15:53:57 +02:00
Matthias Kuhn
07d2c2488d
Merge pull request #53772 from benoitdm-oslandia/feat/contrib
Add @benoitdm-oslandia to contributors list
2023-07-12 12:59:07 +02:00
Yoann Quenach de Quivillic
3d74f2c2db Fix typo 2023-07-12 19:05:44 +10:00
bdm-oslandia
fffe590e56 Add @benoitdm-oslandia to contributors list 2023-07-12 09:14:29 +02:00
Loïc Bartoletti
60e6bde762 Contributors.json: Set committer to "Yes" for lbartoletti 2023-07-11 05:34:14 +10:00
Yoann Quenach de Quivillic
cc11dd22ce Add myself to contributors list 2023-07-11 05:33:26 +10:00
Jacky Volpes
10e589e370
Add myself (@Djedouas) to contributors list 2023-07-10 11:43:45 +02:00
Germán Carrillo
92cda6a449 Add new user group in 2022 2023-05-11 04:56:00 +10:00
Tomas Johansson
95e00c50d2
Resolves 'Delete holes' bug when 'area' argument is used
Fixes #49578
2022-10-03 07:58:31 +10:00
Even Rouault
939da08506 world_map.gpkg: little fix to avoid warning with recent GDAL versions
Recent GDAL versions emit in the console a non critical warning when opening
world_map.gpkg at QGIS startup:
"Warning 1: Non-conformant content for record 1 in column update_time, 2019-08-15T21:28:22Z, successfully parsed"

The reason is that values in the update_time column in the layer_styles
column lack milliseconds information.

```
$ sqlite3 ../resources/data/world_map.gpkg "select update_time from layer_styles"
2019-08-15T21:28:22Z
2019-08-15T21:29:54Z
2019-08-15T21:30:31Z
2019-08-22T08:16:25Z
```

Fixed with:
```
$ sqlite3 ../resources/data/world_map.gpkg "update layer_styles set update_time = substr(update_time,0,length(update_time)) || '.000Z'"

$ sqlite3 ../resources/data/world_map.gpkg "select update_time from layer_styles"
2019-08-15T21:28:22.000Z
2019-08-15T21:29:54.000Z
2019-08-15T21:30:31.000Z
2019-08-22T08:16:25.000Z
```
2022-09-26 09:18:27 +10:00
arnaud.morvan@camptocamp.com
f571d0a6ae Add myself as a contributor 2022-08-19 10:07:44 +10:00
nicogodet
fc6fc25586
Add myself to contributors 2022-08-16 10:20:54 +10:00
Nyall Dawson
a06ec1345a Apply suggestions from code review 2022-07-26 16:49:45 +10:00
Zayne Tomlins
915c3f0102 Added name to contributors.json 2022-07-26 16:49:45 +10:00
pathmapper
21aeec7047 Add myself (Björn Hinkeldey) to CONTRIBUTORS 2022-06-17 10:30:20 +10:00
Sandro Santilli
8c18fa28b6 Drop gpkg_metadata_reference_column_name_update trigger generated by GDAL < 2.4.0
Presence of this trigger results in QGIS dropping it whenever the file
is opened in read-write mode (as it happens with vector layer is
created from it)

See https://github.com/qgis/QGIS/issues/48937#issuecomment-1152726973
2022-06-11 01:35:14 +02:00
Jürgen Fischer
6bfc29603e Document SQL to reassign Crimea to the Ukraine 2022-04-29 17:01:35 +02:00
Juergen E. Fischer
1c7d903c8c world_map.gpkg fix (fixes #46810)
update states_provinces set iso_a2='UA',sov_a3='UA',adm0_a3='UA',admin='Ukraine',gu_a3='UKR' where name IN ('Crimea','Sevastopol');
update countries set geom=st_union(geom, (select st_union(geom) from states_provinces where name IN ('Crimea','Sevastopol'))) where name='Ukraine';
update countries set geom=st_difference(geom, (select st_union(geom) from states_provinces where name IN ('Crimea','Sevastopol'))) where name='Russia';
2022-04-29 17:01:35 +02:00
Andrea Giudiceandrea
d34d1cee73
Add myself (Andrea Giudiceandrea) to contributors.json 2022-04-08 14:23:59 +02:00
sumandari
d1c558f2d7
Adding myself @sumandari and @dimasciput to the contributors map (#47252) 2022-02-10 21:51:54 +00:00
Julien Cabieces
9c64400819 Add myself @troopa81 to the contributors list 2021-08-31 18:19:03 +02:00
Jochen Topf
8cd8b9372a
Fix typo (#44459) 2021-07-30 10:22:15 +02:00
Germán Carrillo
23d8c7ab58 Update user groups data (new: SK, EC, AT, GH) 2021-04-09 21:48:40 -05:00
Patrice Pineault
0c36f28295 Added my name to the contributors map 2021-02-17 08:50:04 +10:00
TurboGraphxBeige
34ef8e160a Manage multiple layers selection for actions Zoom/Pan to Selection and Zoom to Layers. Fixes #40647 2021-02-02 06:52:21 +10:00
Belgacem
e222cd530b add myself to contributors list 2021-01-15 11:03:24 +10:00
Germán Carrillo
58280a0695 Update user groups symbology to use gradient type radial with centroid as base point 2020-10-21 06:09:20 +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
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
ghtmtt
3eb4f8c49f add missing country attributes 2020-06-10 11:49:13 +10: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
Samweli Mwakisambwe
780a146ed3 added Samweli Mwakisambwe to contributors list 2020-05-15 08:06:22 +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
Harrissou Sant-anna
d8cbabe2bb Update contributors.json 2019-11-12 03:11:32 +10:00
root676
a418941c45 add myself to contributors 2019-11-11 05:26:02 +10:00
Alessandro Pasotti
112a1cd9ca PG source select maintain newline in tooltips 2019-10-22 13:23:16 +02:00
Alessandro Pasotti
9f54bda17e PG source select word wrap table comments 2019-10-22 13:20:10 +02:00
Alessandro Pasotti
23f1ca66f9 PG source select align table comment top 2019-10-22 13:16:45 +02:00