Activity

From 2021-02-12 to 2021-03-13

2021-03-12

09:22 PM Revision b06cf95d (qgis): Header enum
Stéphane Brunner
06:15 PM Revision acadc406 (qgis): Merge pull request #42193 from elpaso/raster-legend-add-option-to-use-s...
Add option to use the old legend style Alessandro Pasotti
06:13 PM Revision 64b869e5 (qgis): Merge pull request #42174 from elpaso/server-standalone-threads
Server standalone threaded version Alessandro Pasotti
06:12 PM Revision 5dc20283 (qgis): Merge pull request #42193 from elpaso/raster-legend-add-option-to-use-s...
Add option to use the old legend style Alessandro Pasotti
05:01 PM Revision 3f3435a1 (qgis): spellok
Alessandro Pasotti
04:49 PM Revision d6047d36 (qgis): Add tests for useContinuousLegend flag
Alessandro Pasotti
02:55 PM Revision af01a41e (qgis): [Server][Feature][needs-docs] Make service URL configurable
The goals are:
* To have better result in the GetCapabilities URL without having to fill it in the Project configurat...
Stéphane Brunner
10:18 AM Revision 17044f4d (qgis): Opacity should also be considered for external layers
Marco Hugentobler
10:18 AM Revision 96899a71 (qgis): Test if opacity is applied for external layers
Marco Hugentobler
10:18 AM Revision 6a9455c9 (qgis): Also test the opacity parameter within the external layer
Marco Hugentobler
10:18 AM Revision 3f8c8e2d (qgis): For internal layers, opacitiy has to be set after the style has been set
Marco Hugentobler
03:34 AM Revision f6fd5322 (qgis): [ui] Move layer_property() function from General to Map Layers group fo...
Mathieu Pellerin - nIRV
03:31 AM Revision c1a2904c (qgis): [ui] Display map layer functions above list of map layers
Mathieu Pellerin - nIRV
03:31 AM Revision 6c6fd067 (qgis): [ui] Move layer_property() function from General to Map Layers group fo...
Mathieu Pellerin - nIRV
03:31 AM Revision 516087ed (qgis): [ui] Add map layer icons in th expression builder's tree view
Mathieu Pellerin - nIRV
03:29 AM Revision 99e2566e (qgis): Simplify use of aux field for callout properties
Instead of prompting users for an aux field name and type, just
immediately create the field when the option is selec...
Nyall Dawson
03:27 AM Revision 6eeedbbf (qgis): Allow point clouds, mesh, vector tiles to be exported to qlr
and qml files through layer tree menu, and ensure that the
styles can be reapplied to the layer
Fixes #42111
Fixes #...
Nyall Dawson
02:57 AM Revision 8c70a983 (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson
02:57 AM Revision 69dbed5d (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson
02:54 AM Revision 8bacaa53 (qgis): Add more tests for QgsAbstractGeometry::boundingBoxIntersects
Nyall Dawson
02:54 AM Revision ae54b204 (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson

2021-03-11

08:46 PM Revision 5445acea (qgis): Add QgsRectangle::contains overload which doesn't require QgsPoint/QgsP...
Nyall Dawson
08:46 PM Revision 43d5b0c8 (qgis): Optimise two heavily used methods in QgsLineString
Nyall Dawson
08:46 PM Revision ef214d51 (qgis): Modernize test
Nyall Dawson
08:46 PM Revision 7c410120 (qgis): Super-optimised version of geometry bounding box intersects test
Apply some fancy logic to make this test as cheap as possible
to run
Nyall Dawson
08:46 PM Revision 7fb3c83e (qgis): Sipify
Nyall Dawson
08:46 PM Revision 83dafc57 (qgis): Move trivial check before expensive check
Nyall Dawson
08:46 PM Revision 581d9af4 (qgis): Add unit tests for QgsRectangle::contains( double, double)
Nyall Dawson
08:46 PM Revision c578658d (qgis): Add optimised conversion methods for ogr (multi)polygons to QgsGeometry
Avoids conversion back and forth from wkb to transfer these geometries
from ogr to qgis
Nyall Dawson
08:46 PM Revision 59a2286e (qgis): Cleanups
Nyall Dawson
08:22 PM Revision f2a727d4 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
08:21 PM Revision 6a779476 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
08:18 PM Revision 46178523 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
12:54 PM Revision 935e0c61 (qgis): Merge pull request #42189 from nirvn/ogr_csv_xlsx_ods
[ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets Even Rouault
12:51 PM Revision c2e5b44c (qgis): Merge pull request #42189 from nirvn/ogr_csv_xlsx_ods
[ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets Even Rouault
11:38 AM Revision b269b504 (qgis): Doxy
Alessandro Pasotti
11:26 AM Revision a1e57a7a (qgis): [ogr] Fix absence of proper feature ID when adding features to CSV, ODS...
Mathieu Pellerin - nIRV
11:02 AM Revision 7234d893 (qgis): [feature] Add streaming digitizing mode
When active, points are automatically added following the mouse
cursor movement.
Refs Natural resources Canada Contr...
Nyall Dawson
11:02 AM Revision 135dd715 (qgis): Add test for streaming mode
Nyall Dawson
11:02 AM Revision bffa42ae (qgis): Implement undo logic for streamed digitizing mode
When the backspace key is held down, points will be repeatedly
removed from streamed digitized sections, right up til...
Nyall Dawson
11:02 AM Revision df4d03d7 (qgis): Dox++
Nyall Dawson
11:02 AM Revision c5f15aed (qgis): Many tools support streaming mode
Nyall Dawson
11:02 AM Revision 27ae7cbb (qgis): Only retrieve streaming tolerance once per operation, not with every mo...
Nyall Dawson
11:02 AM Revision 4d9646b3 (qgis): Fix tolerance handling with snapped points
Nyall Dawson
11:02 AM Revision 52601058 (qgis): Add option to control the tolerance of streamed digitizing
Nyall Dawson
11:02 AM Revision 594125af (qgis): Proper icon for streaming digitize mode
Nyall Dawson
11:02 AM Revision c5a0d1d4 (qgis): [needs-docs] Make the Digitize with Curve and Streaming Digitize action...
Nyall Dawson
10:55 AM Revision d3df0e52 (qgis): Sync header after PR review
Alessandro Pasotti
10:53 AM Revision 273fd82e (qgis): Update python/core/auto_generated/layertree/qgscolorramplegendnodesetti...
Co-authored-by: Nyall Dawson <[email protected]> Alessandro Pasotti
10:45 AM Revision 83f3ad65 (qgis): Add option to use the old legend style
Alessandro Pasotti
05:30 AM Revision acc0eb41 (qgis): Enable the use of the browse button for spatialite provider in missing ...
Mathieu Pellerin - nIRV
01:50 AM Revision 5c101e7a (qgis): Correctly store absolute/relative paths for point clouds in projects
Fixes #42114 Nyall Dawson
01:50 AM Revision 2884e077 (qgis): Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types
Refs #42112
Nyall Dawson
01:49 AM Revision 2d6eb995 (qgis): Make bad layers handler dialog more generic so that it can handle other...
(cherry picked from commit b03508fd8501ed6c423cb5e4ca2fcf8bd1e15ece) Nyall Dawson
01:49 AM Revision 13d3ce0b (qgis): Don't show 'None' for provider column in handle bad layers dialog for n...
(cherry picked from commit 62b8f08b8e4aa0a40ea2a9385163131315c7ab86) Nyall Dawson
01:49 AM Revision 0ef7d3b7 (qgis): Add flag to QgsProviderMetadata to indicate if a provider
can handle file based uris
E.g. gdal/ogr can, but postgres/wfs cannot
(cherry picked from commit 1bef866f4b685736ea...
Nyall Dawson
01:49 AM Revision b22bf2e6 (qgis): Fix broken bad layer handler dialog
Fixes #42155
(cherry picked from commit 14c76301b39be23658ce9d01aca266574646643f)
Nyall Dawson
01:49 AM Revision d8b6060d (qgis): Since
(cherry picked from commit fd1c9f3ad1750bbf15b3deaf04667a29bf15b50f) Nyall Dawson
01:49 AM Revision d1fcfdd5 (qgis): Store and retrieve provider name from item custom data
(cherry picked from commit c0269b8df34d89cf67cba6254cacfc04e9cc8d29) Nyall Dawson
01:49 AM Revision ece98c3a (qgis): For consistency, always store custom data in first column in bad layers...
(cherry picked from commit 1c2d3a51e603bb87effc119aff4e77ce7becd013) Nyall Dawson
01:49 AM Revision c85b9863 (qgis): Cleanup handling of selected file based rows in bad layer dialog
(cherry picked from commit 9a02c7da3d11c6eb281f54d516501949bcd74d08) Nyall Dawson
01:49 AM Revision 632c9a2a (qgis): Unit tests for QgsMapLayerFactory
(cherry picked from commit e3106ad0701a12d624df9fde3207bfaa88e404e7) Nyall Dawson
01:49 AM Revision 3186a130 (qgis): Spelling, sip
(cherry picked from commit def799810d7edda3fe82589a56553b63fde7c68a) Nyall Dawson
01:49 AM Revision 419fe143 (qgis): Allow repairing point cloud layer paths in bad layer handler dialog
Fixes #42113
(cherry picked from commit 73613b782e250b3010752985116a27b9cef92342)
Nyall Dawson
01:49 AM Revision 7fe89de1 (qgis): Allow browsing for csv file paths in bad layer handler for delimited te...
(cherry picked from commit fbcf0e740156a34938f0f83a903b4bda1ac04933) Nyall Dawson
01:49 AM Revision 9e204377 (qgis): Stored paths must NEVER be windows style paths
(cherry picked from commit d13689d533e4c43c4a3c7c84ca3a110ff3f15028) Nyall Dawson
01:49 AM Revision 932814cb (qgis): Add some utility functions to new QgsMapLayerFactory class for easier r...
(cherry picked from commit 63a365a6a272b6f2f5374f4709837c5fb9629bf7) Nyall Dawson
01:41 AM Revision 4ec6c817 (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti

2021-03-10

10:38 PM Revision 4037a76c (qgis): Delete map_to_json function
Harrissou Santanna
10:38 PM Revision 7ef4d3e5 (qgis): Alias json_to_map and map_to_json functions
Harrissou Santanna
10:38 PM Revision ffbedde2 (qgis): Delete json_to_map function
Harrissou Santanna
10:36 PM Revision ecaf83b9 (qgis): Add 'NULL' to autocomplete list in expression editor
Stefanow Natsis
08:22 PM Revision 570efee7 (qgis): Updating the Readme file
Harrissou Santanna
06:43 PM Revision d9f0bb5d (qgis): Allow point clouds, mesh, vector tiles to be exported to qlr
and qml files through layer tree menu, and ensure that the
styles can be reapplied to the layer
Fixes #42111
Fixes #...
Nyall Dawson
06:42 PM Revision fbe1cf8c (qgis): move projVersionMajor to cpp (backport #42158)
Vincent Cloarec
02:52 PM Revision 3f5b1659 (qgis): Merge pull request #40444 from pblottiere/geographic-extent-store
Geographic extent storing Paul Blottiere
01:31 PM Revision 1970df7e (qgis): Update doc to 3.20
Paul Blottiere
10:29 AM Revision 70687fa8 (qgis): fix build
Jürgen Fischer
10:03 AM Revision 84b3cb18 (qgis): do not run docker build workflow on forks
Denis Rouzaud
09:00 AM Revision 4819524f (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti
09:00 AM Revision e2234ccb (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti
08:57 AM Revision d140311e (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti
08:51 AM Revision 82c24c0a (qgis): Enable the use of the browse button for spatialite provider in missing ...
Mathieu Pellerin - nIRV
08:48 AM Revision 9238118d (qgis): Enable the use of the browse button for spatialite provider in missing ...
Mathieu Pellerin - nIRV
08:37 AM Revision 914338c1 (qgis): More const
Paul Blottiere
08:37 AM Revision 7b0b4afb (qgis): Fix condition
Paul Blottiere
08:37 AM Revision c21a1ca9 (qgis): Add doc
Paul Blottiere
08:37 AM Revision f94e29ee (qgis): Update doc
Paul Blottiere
08:37 AM Revision c23577fd (qgis): Fix OGC tests
Paul Blottiere
08:37 AM Revision d9dfa5d2 (qgis): Some renaming
Paul Blottiere
08:37 AM Revision 822dd111 (qgis): Add log message
Paul Blottiere
08:37 AM Revision fd965af1 (qgis): mExtent is private
Paul Blottiere
08:37 AM Revision 66674722 (qgis): WGS84 extent is null if the extent is null
Paul Blottiere
08:37 AM Revision 0c831dde (qgis): Invalidate wgs84 extent when setting a transform context
Paul Blottiere
08:37 AM Revision 9146f01b (qgis): Add unit tests
Paul Blottiere
08:37 AM Revision 3799f609 (qgis): Update doc
Paul Blottiere
08:37 AM Revision 36b77764 (qgis): Add an actual parameter to geographicExtent to bypass the trust option
Paul Blottiere
08:37 AM Revision cb633ed7 (qgis): Use the geographicExtent from map layer to avoid an unnecessary computa...
Paul Blottiere
08:37 AM Revision 4e4aa1f1 (qgis): const
Paul Blottiere
08:37 AM Revision 2e1fb1b1 (qgis): Read the geographic extent only when the trust option is activated
Paul Blottiere
08:34 AM Revision 476ebecb (qgis): Read the geographic extent from project
Paul Blottiere
08:33 AM Revision b6e01f98 (qgis): Project: store geographic extent
Alessandro Pasotti
05:11 AM Revision 82fff48c (qgis): Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types
Refs #42112
Nyall Dawson
05:10 AM Revision be65b627 (qgis): Correctly store absolute/relative paths for point clouds in projects
Fixes #42114 Nyall Dawson
05:07 AM Revision 10c3a1a3 (qgis): Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types
Refs #42112
Nyall Dawson
05:07 AM Revision ebdb7ba9 (qgis): Correctly store absolute/relative paths for point clouds in projects
Fixes #42114 Nyall Dawson
05:05 AM Revision 03edd718 (qgis): Merge pull request #42154 from nyalldawson/provider_file_based
Fix broken bad layer handler dialog Nyall Dawson
04:30 AM Revision e0489b31 (qgis): move projVersionMajor to cpp
Vincent Cloarec
04:00 AM Revision fd1c9f3a (qgis): Since
Nyall Dawson
02:51 AM Revision 3719d93d (qgis): nightlies: fix pushing to dash
(cherry picked from commit 6e5f4f36166c5a29759f4f78abeab6e9b579e2aa) Jürgen Fischer
02:47 AM Revision 8e472a8f (qgis): nightlies: fix pushing to dash
(cherry picked from commit 6e5f4f36166c5a29759f4f78abeab6e9b579e2aa) Jürgen Fischer
02:47 AM Revision b47f241a (qgis): debian packaging: add hirsute
(cherry picked from commit 5078939dac14bf6d400988282a54be91c1a49fdf) Jürgen Fischer
02:45 AM Revision 5078939d (qgis): debian packaging: add hirsute
Jürgen Fischer
02:45 AM Revision 6e5f4f36 (qgis): nightlies: fix pushing to dash
Jürgen Fischer
02:24 AM Revision 53928bdb (qgis): [locators] Add a bounding box property to the abstract geocoder locator...
Mathieu Pellerin - nIRV
02:21 AM Revision a144b26c (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
02:21 AM Revision 90b4052f (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
02:11 AM Revision def79981 (qgis): Spelling, sip
Nyall Dawson
01:51 AM Revision 73613b78 (qgis): Allow repairing point cloud layer paths in bad layer handler dialog
Fixes #42113 Nyall Dawson
01:47 AM Revision fbcf0e74 (qgis): Allow browsing for csv file paths in bad layer handler for delimited te...
Nyall Dawson
01:44 AM Revision 14c76301 (qgis): Fix broken bad layer handler dialog
Fixes #42155 Nyall Dawson
01:08 AM Revision d13689d5 (qgis): Stored paths must NEVER be windows style paths
Nyall Dawson
01:08 AM Revision b03508fd (qgis): Make bad layers handler dialog more generic so that it can handle other...
Nyall Dawson

2021-03-09

12:52 AM Revision c0269b8d (qgis): Store and retrieve provider name from item custom data
Nyall Dawson
12:46 AM Revision e3106ad0 (qgis): Unit tests for QgsMapLayerFactory
Nyall Dawson
12:39 AM Revision 63a365a6 (qgis): Add some utility functions to new QgsMapLayerFactory class for easier r...
Nyall Dawson
12:17 AM Revision 9a02c7da (qgis): Cleanup handling of selected file based rows in bad layer dialog
Nyall Dawson
12:05 AM Revision 1c2d3a51 (qgis): For consistency, always store custom data in first column in bad layers...
Nyall Dawson
12:03 AM Revision 62b8f08b (qgis): Don't show 'None' for provider column in handle bad layers dialog for n...
Nyall Dawson
11:58 PM Revision 8350ae9e (qgis): Fix #38955 broken relations when loading an embedded layer
Julien Cabieces
11:58 PM Revision c4e900c3 (qgis): Fix #38955 broken relations when loading an embedded layer
Julien Cabieces
11:55 PM Revision d8deac9b (qgis): Fix #38955 broken relations when loading an embedded layer
Julien Cabieces
11:25 PM Revision 1bef866f (qgis): Add flag to QgsProviderMetadata to indicate if a provider
can handle file based uris
E.g. gdal/ogr can, but postgres/wfs cannot
Nyall Dawson
09:06 PM Revision 7e4d0e9c (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
09:06 PM Revision 8375d540 (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
09:03 PM Revision 524e51c9 (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
08:52 PM Revision 42db258c (qgis): Merge pull request #41376 from pblottiere/wms_min_version
Use the lowest version in wms negotiation Paul Blottiere
07:33 PM Revision 9ce25051 (qgis): Add unit test
Paul Blottiere
07:33 PM Revision f12200dd (qgis): Update wms parameters construction
Paul Blottiere
07:11 PM Revision 1681dbde (qgis): make ASTYLE with c++17
this fixes the compilation on my system (mac) Denis Rouzaud
07:11 PM Revision dcf97f2d (qgis): This allows building against QT 5.15.2.
José de Paula Rodrigues Neto Assis
11:56 AM Revision 2008f5ef (qgis): [locators] Add a description property to locator filter base class (#42...
Mathieu Pellerin - nIRV
09:58 AM Revision c1da9b08 (qgis): Mention latest releases in c++ api website
Harrissou Santanna
09:57 AM Revision 5a467e15 (qgis): Never ever show .txt files as datasets in browser
They are only used for geospatial data in extremely rare cases
and are predominantly just noise in the browser
Nyall Dawson
08:53 AM Revision b4f2b78d (qgis): Fix unit test
Paul Blottiere
08:53 AM Revision a681aa3c (qgis): Fix
Paul Blottiere
08:28 AM Revision ec6aa200 (qgis): fix cache in Docker build workflows
Denis Rouzaud
08:19 AM Revision a62fc8b6 (qgis): indentation
Alessandro Pasotti
08:10 AM Revision 2adf89c9 (qgis): Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]> Alessandro Pasotti
06:32 AM Revision 9c5251a6 (qgis): Operator
Paul Blottiere
06:32 AM Revision 51f2bda1 (qgis): Default operator
Paul Blottiere
06:32 AM Revision cbe3be77 (qgis): Update doc for QgsWmsRequest
Paul Blottiere
06:32 AM Revision 8434b3fc (qgis): Add some doc
Paul Blottiere
06:32 AM Revision 2e801416 (qgis): Update getprint
Paul Blottiere
06:28 AM Revision ebcbc305 (qgis): Update getlegendgraphics
Paul Blottiere
06:27 AM Revision ea016845 (qgis): Update describelayer
Paul Blottiere
06:27 AM Revision ddb30369 (qgis): Update getstyle
Paul Blottiere
06:18 AM Revision daab06ca (qgis): Update getcontext
Paul Blottiere
06:18 AM Revision ca432369 (qgis): Update getfeature info request
Paul Blottiere
06:17 AM Revision 3de90946 (qgis): Update getmap request
Paul Blottiere
06:15 AM Revision 0276a654 (qgis): Use the new class in dxf writer
Paul Blottiere
06:14 AM Revision d83d2928 (qgis): Use the new WMS request class in getcapabilities
Paul Blottiere
06:12 AM Revision 35bac3e1 (qgis): Add unit test
Paul Blottiere
06:12 AM Revision 5ba7cfb1 (qgis): Add a WMS request class
Paul Blottiere
06:12 AM Revision 7a1bb860 (qgis): Add more tests
Paul Blottiere
06:12 AM Revision f82fec3a (qgis): The capabilities request is managed in parameters class
Paul Blottiere
06:12 AM Revision 28a31380 (qgis): Minor clean
Paul Blottiere
06:12 AM Revision c3a4994b (qgis): Add more tests
Paul Blottiere
06:12 AM Revision d5e805ea (qgis): Version 1.3.0 is always used in case of GetProjectSettings request
Paul Blottiere
06:12 AM Revision 0e9edb9f (qgis): Spell check
Paul Blottiere
06:11 AM Revision 9d1a1248 (qgis): Clear executeRequest
Paul Blottiere
06:09 AM Revision 6b31d122 (qgis): Add unit tests
Paul Blottiere
06:08 AM Revision 19348b8f (qgis): Version number negociation in parameters
Paul Blottiere
06:08 AM Revision ab8d645e (qgis): Use the lowest version
Paul Blottiere
04:29 AM Revision c9e1debe (qgis): Add a 3d mask image
Nyall Dawson
04:29 AM Revision d86d69c8 (qgis): Add a 3d mask image
Nyall Dawson
04:29 AM Revision 3b7142e1 (qgis): Update README.md
Even in English, it's Colombia. Germap
04:28 AM Revision cbb0f417 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:32 AM Revision a5bc8173 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:32 AM Revision a1b15e08 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:29 AM Revision f9a6e334 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:29 AM Revision 361eba2d (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
02:29 AM Revision f0ae3dc4 (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
01:13 AM Revision 5a87b0be (qgis): Add a 3d mask image
Nyall Dawson
01:12 AM Revision 4b5da6ee (qgis): Add a 3d mask image
Nyall Dawson
01:11 AM Revision 18119d10 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
01:10 AM Revision cc593f23 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
01:10 AM Revision bd3ae117 (qgis): Add a 3d mask image
Nyall Dawson

2021-03-08

12:04 AM Revision bb7f78ba (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:55 PM Revision f881f942 (qgis): fix cache renew for layer dependencies
MorriganR
11:52 PM Revision 1d03c728 (qgis): fix cache renew for layer dependencies
MorriganR
11:50 PM Revision f59fda7a (qgis): more clear tool descriptions
Raymond Nijssen
11:50 PM Revision ee84ed63 (qgis): open attribute table filter options in toolbar
Raymond Nijssen
11:49 PM Revision 5f6fbbee (qgis): Update README.md
Add server text from Jorge Gustavo Rocha Houska1
11:49 PM Revision df160f9f (qgis): Update README.md
Houska1
11:49 PM Revision cbf82c77 (qgis): Update README.md
Add initial images Houska1
11:49 PM Revision 1956027c (qgis): Update README.md
Add server install link Houska1
11:49 PM Revision 1967b82a (qgis): Update README.md
Try to fix spacing of image Houska1
11:49 PM Revision a18cf9c3 (qgis): Update README.md
Temp fix image spacing Houska1
11:49 PM Revision a41319c4 (qgis): Remove "most"
I don't think anyone will miss it and it's easier to read Matthias Kuhn
11:49 PM Revision f1290f77 (qgis): Update README.md
Jorge Gustavo Rocha
11:49 PM Revision ad08a20d (qgis): Update README.md
Rearrange/tweak added bullet points and add note re incomplete formatting Houska1
11:49 PM Revision e043ab54 (qgis): Create sources.txt
Stub Houska1
11:49 PM Revision 61cb4ba1 (qgis): Add files via upload
Edited images upload Houska1
11:49 PM Revision 695cd188 (qgis): Update images
Temporary fix, need to point to images outside Houska1's repo Houska1
11:49 PM Revision baca79b5 (qgis): Update README.md
Add text where images give us space. Houska1
11:49 PM Revision 1a084c0c (qgis): Update sources.txt
Keep track where images came from Houska1
11:49 PM Revision 58f129f0 (qgis): Manual merge with edits by Ben Hur
Manually incorporating edits by @benhur07b from https://github.com/qgis/QGIS/commit/e1508024a2754107ab6cb6cbf1bbc916b... Houska1
11:49 PM Revision 069f418d (qgis): Add new images referenced
Add Ben Hur's image files now referenced, from https://raw.githubusercontent.com/benhur07b/QGIS/README-md-update/imag... Houska1
11:49 PM Revision fc5b30a8 (qgis): Formatting fixes
Houska1
11:49 PM Revision 04f0575b (qgis): Update README.md
1st of rewrite changes Houska1
11:49 PM Revision afcfa9a1 (qgis): Update README.md
Start updating top text Houska1
11:49 PM Revision ce017917 (qgis): Update README.md
Continue update Houska1
11:49 PM Revision 936776ba (qgis): Update README.md
Finish main text Houska1
11:49 PM Revision 996065e7 (qgis): Update README.md
Add image placeholders Houska1
11:49 PM Revision f80f5d0c (qgis): Update README.md
Small edits Houska1
11:49 PM Revision de940a74 (qgis): Address commend from @DelazJ on new feature docs
Martin Pergler
11:49 PM Revision 49628fb7 (qgis): Update with 2 changes from @DelazJ
Houska1
11:49 PM Revision 6f6bfe85 (qgis): Update README.md break out per @DelazJ suggestion
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 6c659356 (qgis): Add link to API
Add link to API per @DelazJ suggestion. Houska1
11:49 PM Revision 61c85673 (qgis): More formatting
Houska1
11:49 PM Revision 25445224 (qgis): Update README.md punct
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision eb3b5884 (qgis): Update README.md capitalize Server
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 55888bcc (qgis): Update README.md typo
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 7397335f (qgis): Update README.md
Co-authored-by: Nyall Dawson <[email protected]> Houska1
11:49 PM Revision 83740062 (qgis): Update README.md
Co-authored-by: Nyall Dawson <[email protected]> Houska1
11:49 PM Revision c4d028c4 (qgis): Update README.md
Co-authored-by: Nyall Dawson <[email protected]> Houska1
11:49 PM Revision f45af08d (qgis): Update sources.txt
Houska1
11:49 PM Revision cb3f8bfa (qgis): Update README.md
Minor corrections and edits Ben Hur
11:49 PM Revision 9095ce99 (qgis): Add QGIS logo in the README
Ben Hur
11:49 PM Revision d5205c2d (qgis): Add QGIS logo image
Add QGIS logo image in case we want to put it on the README Ben Hur
11:49 PM Revision 311f1713 (qgis): Update README.md link punct
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:47 PM Revision 8f3bb339 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:47 PM Revision f9e31f18 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:44 PM Revision fbf46350 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:34 PM Revision da666794 (qgis): Update widget state when scale locked state is changed from API
Julien Cabieces
11:34 PM Revision 13c3f5b0 (qgis): Fix doxygen
Julien Cabieces
11:27 PM Revision 32a6ee94 (qgis): Fix sporadic failures in HANA tests
Maxim Rylov
10:33 PM Revision 5a5d6704 (qgis): format_date function does not only take and output date
datetime or time can be used to output something else Harrissou Santanna
10:33 PM Revision 5b1f0b29 (qgis): format_date function does not only take and output date
datetime or time can be used to output something else Harrissou Santanna
09:53 PM Revision 627fafc5 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
09:52 PM Revision ced85492 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
09:49 PM Revision 22d08266 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
09:17 PM Revision c3f4102d (qgis): Fix sporadic failures in HANA tests
Maxim Rylov
09:15 PM Revision c91043ae (qgis): Remove trailing comma
Harrissou Santanna
09:15 PM Revision 4e89d1ae (qgis): format_date function does not only take and output date
datetime or time can be used to output something else Harrissou Santanna
09:14 PM Revision 379fbc8b (qgis): Fix sporadic failures in HANA tests
Maxim Rylov
09:09 PM Revision dd33f53d (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
09:09 PM Revision d88c1dcc (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
09:06 PM Revision fe5c7612 (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
08:16 PM Revision 8d905865 (qgis): allow to run flaky tests in PR (#42103)
Denis Rouzaud
07:31 PM Revision a3be5805 (qgis): Merge pull request #42086 from pblottiere/wms_params_cst
Test a more direct way to init QgsWmsParameters Paul Blottiere
04:08 PM Revision 15c83ff6 (qgis): add icons to workflow (#42094)
Denis Rouzaud
04:02 PM Revision 84509209 (qgis): add icons to workflow (#42094)
Denis Rouzaud
04:00 PM Revision 43ea7d83 (qgis): fix typo
Denis Rouzaud
04:00 PM Revision d8493810 (qgis): add dispatch to MingW64 workflow+
Denis Rouzaud
03:18 PM Revision 0189efa7 (qgis): WMS cascading: fix unreported issue wih missing fids
1. in WMS provider try to set fid from external getFeatureInfo JSON response
2. in WMS server, make sure we transform...
Alessandro Pasotti
02:43 PM Revision b116c192 (qgis): Add unit test
Paul Blottiere
02:43 PM Revision f0e5816e (qgis): Return a query with encoded + sign
Paul Blottiere
12:56 PM Revision ed6a8589 (qgis): Fix json_to_map example output
Harrissou Santanna
12:49 PM Revision a216ffc5 (qgis): Fix from_json output
Harrissou Santanna
12:43 PM Revision 210a69e2 (qgis): map_insert overrides existing key
Harrissou Santanna
12:33 PM Revision a9e05dca (qgis): Fix typo and more details to map_get function
Harrissou Santanna
12:24 PM Revision c3e31b04 (qgis): Add missing quote
Harrissou Santanna
12:22 PM Revision 0aecc06c (qgis): Fix map_to_hstore example, output a string
Harrissou Santanna
12:20 PM Revision 34357c1b (qgis): Update hstore_to_map example output
Harrissou Santanna
10:19 AM Revision 884ee7d8 (qgis): force docker rebuild on manually triggered run
Denis Rouzaud
10:18 AM Revision 91ef3367 (qgis): force docker rebuild on manually triggered run
Denis Rouzaud
10:08 AM Revision b33284c6 (qgis): Update WMS parameters cst
Paul Blottiere
10:00 AM Revision 875ba804 (qgis): Merge pull request #41979 from pblottiere/wms_getstyle
WMS getstyle Paul Blottiere
09:34 AM Revision e7fb462f (qgis): [Backport to release-3_18] fix shadow and EDL not being exported with 3...
Backport of #41773 Nedjima Belgacem
09:20 AM Revision 3f274722 (qgis): force docker rebuild on manually triggered run
Denis Rouzaud
09:07 AM Revision bbbca7f3 (qgis): add icons to workflow (#42094)
Denis Rouzaud
08:39 AM Revision 55e967b5 (qgis): Merge pull request #42089 from 3nids/ming318
use Mingw64 builds for 3.18 branch Alessandro Pasotti
02:09 AM Revision 01faac07 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
02:08 AM Revision 2ddaefc7 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea

2021-03-07

12:28 AM Revision 0c075736 (qgis): Fix config saving for Refresh layer on notification
MorriganR
12:07 AM Revision cf443c8e (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn
12:06 AM Revision 75116a7a (qgis): Followup PR #41823
Alessandro Pasotti
11:25 PM Revision cbc1e8bb (qgis): enable dash push for nightlies
Jürgen Fischer
11:25 PM Revision 1a784c15 (qgis): enable dash push for nightlies
Jürgen Fischer
11:24 PM Revision 23a66933 (qgis): enable dash push for nightlies
Jürgen Fischer
09:39 PM Revision 697316c4 (qgis): dispatch
Denis Rouzaud
09:37 PM Revision 52024bc9 (qgis): use Mingw64 builds for 3.16 branch (#41853)
* use Mingw64 builds for 3.16 branch
* add scripts
* fix auth manager
* fix code layout
Denis Rouzaud
09:33 PM Revision d7a0f0bc (qgis): fix typo
Denis Rouzaud
09:32 PM Revision 2c7ffd3d (qgis): add dispatch to MingW64 workflow+
Denis Rouzaud
08:56 PM Revision 3bd0c627 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
08:56 PM Revision 7a11a8a4 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
08:53 PM Revision f036f8d7 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
08:08 PM Revision 4ac3ef28 (qgis): Add a unit test for GetStyle
Paul Blottiere
02:21 AM Revision 63f4f0fc (qgis): Followup PR #41823
Alessandro Pasotti
02:21 AM Revision c3f9f2ff (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn
02:21 AM Revision c85c594e (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn
02:18 AM Revision 84a674ff (qgis): Followup PR #41823
Alessandro Pasotti
02:17 AM Revision c213c491 (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn

2021-03-06

08:09 PM Revision 61dc440c (qgis): Remove unnecessary indents
Paul Blottiere
08:09 PM Revision 159d9616 (qgis): Clean GetStyle
Paul Blottiere
08:09 PM Revision 1531de59 (qgis): Set parameters to context
Paul Blottiere
08:09 PM Revision c7d07148 (qgis): Use wms context
Paul Blottiere
08:09 PM Revision addfe1d4 (qgis): Use serverParameters instead of query
Paul Blottiere
07:37 AM Revision b4b51623 (qgis): Support conversion of embedded symbol renderer to categorized renderer
Nyall Dawson
07:37 AM Revision c371bc3f (qgis): Add a QgsFeatureRequest::EmbeddedSymbols flag to indicate that feature ...
Nyall Dawson
07:37 AM Revision f32d5630 (qgis): Add virtual method QgsFeatureRenderer::usesEmbeddedSymbols()
Should return true for feature renderers which require embedded
feature symbology. The corresponding feature request ...
Nyall Dawson
07:37 AM Revision 4dd6a899 (qgis): If a layer's provider supports feature symbology, show a small summary ...
Nyall Dawson
07:37 AM Revision d8aba0c6 (qgis): Add FeatureSymbology capability to QgsVectorDataProvider
If present, the provider is able to retrieve embedded symbology
associated with individual features.
Nyall Dawson
07:37 AM Revision 6e6bcfd8 (qgis): Add default symbol property for embedded symbol renderer
Used as a fallback symbol for features without embedded symbology Nyall Dawson
07:37 AM Revision fadae2db (qgis): Remove some outdated commented out code
Nyall Dawson
07:37 AM Revision b8b55282 (qgis): Add embeddedSymbol getter and setter to QgsFeature
Allows for storing per-feature symbology, e.g. for symbols which
are an innate part of features from a dataset which ...
Nyall Dawson
07:37 AM Revision c6eec9db (qgis): Fix build
Nyall Dawson
07:37 AM Revision e87e6720 (qgis): Impove dox
Nyall Dawson
07:37 AM Revision 52454304 (qgis): Add widget for Embedded Symbols renderer
Allows users to control the default symbol used for features without
embedded styles
Nyall Dawson
07:37 AM Revision 031e2b0c (qgis): Use embedded symbology renderer by default for TAB/KML files
Nyall Dawson
07:37 AM Revision 49539d02 (qgis): Resolve KML feature styles so that we can read KML embedded symbology
Nyall Dawson
07:37 AM Revision 6a4ba2d6 (qgis): Fetch embedded symbols via OGR feature styles when requested
Allows symbology embedded in TAB files to be read Nyall Dawson
07:37 AM Revision 9b20e5dd (qgis): Add utility functions to convert OGR style string to a QgsSymbol
Supports line symbols only for now Nyall Dawson
07:37 AM Revision 8845a768 (qgis): Allow conversion of embedded renderer to rule based renderers
Nyall Dawson
07:37 AM Revision 50082a39 (qgis): Create new "Embedded Symbol" renderer
This renderer will draw features using their embedded feature symbology Nyall Dawson
07:37 AM Revision ef147599 (qgis): Add some helpful utility functions to QgsSymbol
Nyall Dawson
03:09 AM Revision 351b73a9 (qgis): Do not define in child class a member variable existing in parent class
Even Rouault
03:09 AM Revision 94052bc6 (qgis): Avoid cppcheck warning about potential nullptr dereference
Even Rouault
03:09 AM Revision ae01f67f (qgis): Add missing member variable initialization
Even Rouault

2021-03-05

11:20 PM Revision 22757231 (qgis): Create macOS qgz icon
Guillaume Rischard
11:20 PM Revision c00489e7 (qgis): Create macOS qgz icon
Guillaume Rischard
11:17 PM Revision d6812deb (qgis): Advertise that QGIS can open .qgz files
Guillaume Rischard
11:17 PM Revision ec3fbaab (qgis): Create macOS qgz icon
Guillaume Rischard
08:28 PM Revision 7c98adc7 (qgis): Pin badges to the actual branch status
Harrissou Santanna
08:27 PM Revision e763ee59 (qgis): Pin the tests badge to the actual branch status
Harrissou Santanna
07:01 PM Revision 5820a49a (qgis): Remove debugging output and add colors
this implementation is ~5% faster than the current one Alessandro Pasotti
06:05 PM Revision adbf1978 (qgis): Fix crash when socket is closed by the client
Alessandro Pasotti
04:43 PM Revision d02cdd85 (qgis): Rebase
Alessandro Pasotti
04:05 PM Revision c3d9881d (qgis): Build fixes
Alessandro Pasotti
04:05 PM Revision 7a8766d3 (qgis): Minor cosmetic changes
Alessandro Pasotti
04:05 PM Revision 1a311da0 (qgis): Move unlock
Alessandro Pasotti
04:05 PM Revision dfc4978b (qgis): Monitoring thread implementation
Alessandro Pasotti
04:05 PM Revision b8142f60 (qgis): Take2
Alessandro Pasotti
04:05 PM Revision d7c62318 (qgis): No joy: no HTML labels on background threads
Alessandro Pasotti
04:04 PM Revision 687a6d87 (qgis): Threaded standalone server
Alessandro Pasotti
10:46 AM Revision 0744f62c (qgis): Speed up QGIS compilation by removing all Qt Module-wide includes
Refs https://www.kdab.com/beware-of-qt-module-wide-includes/
(cherry picked from commit c6370c7f52d561f282ff084a6e1c...
Nyall Dawson
06:04 AM Revision eb8d3f26 (qgis): Merge pull request #42053 from nirvn/nonimatim_app
Nonimatim locator filter & processing batch georeferencer Mathieu Pellerin - nIRV
04:47 AM Revision f23f4e10 (qgis): Cleanup map tools handling a bit, and fix a crash on exit
Nyall Dawson
04:19 AM Revision a8121f20 (qgis): Some rebase adjustements
Mathieu Pellerin - nIRV
03:31 AM Revision f2b4948b (qgis): [FEATURE][processing] Add a batch nominatim geocoder algorithm
Mathieu Pellerin - nIRV
03:31 AM Revision 2de94aa2 (qgis): Address review
Mathieu Pellerin - nIRV
03:31 AM Revision 7eaa5b70 (qgis): [FEATURE][locator] Add a nominatim locator filter
Mathieu Pellerin - nIRV
02:23 AM Revision c6370c7f (qgis): Speed up QGIS compilation by removing all Qt Module-wide includes
Refs https://www.kdab.com/beware-of-qt-module-wide-includes/ Nyall Dawson
01:18 AM Revision b967d5d5 (qgis): Merge pull request #41967 from elpaso/bugfix-gh41563-ogr-gdal-drag-and-...
Support vector and raster mime URIs at the same time Alessandro Pasotti

2021-03-04

11:48 PM Revision 42799bc0 (qgis): Add missing sip factory
Alessandro Pasotti
11:19 PM Revision 48c07dc0 (qgis): Add missing sip factory
Alessandro Pasotti
09:40 PM Revision 9c721a69 (qgis): Convert DD labels to destination type (#42041)
Fixes #42022 Alessandro Pasotti
09:37 PM Revision ee0a9777 (qgis): Merge pull request #41823 from elpaso/bugfix-gh41800-server-geprint-acc...
Server WMS GetPrint accesscontrol support Alessandro Pasotti
09:36 PM Revision 0515c311 (qgis): Merge pull request #42031 from elpaso/bugfix-gh42003-broken-value-relation
Fix value relation widget Alessandro Pasotti
07:31 PM Revision dc34d378 (qgis): Add missing sip factory
Alessandro Pasotti
07:31 PM Revision 4013c21b (qgis): Add missing sip factory
Alessandro Pasotti
07:28 PM Revision d0f00ba1 (qgis): Allow use of circular string digitizing in reshape tool
While the reshape operation itself requires geometry segmentization,
this allows for easy reshaping of features to a ...
Nyall Dawson
07:28 PM Revision aed7645b (qgis): Make API more generic
Nyall Dawson
07:28 PM Revision afccd317 (qgis): Add method to add a linestring to compound curves where we extend
the existing final part if it's a linestring and the newly added
curve is also a linestring, instead of adding a whol...
Nyall Dawson
07:28 PM Revision 1f67f263 (qgis): Create simpler compound curve geometries when digitizing
Instead of creating a compound curve with many 2 vertex linestring
curves, condense all possible consecutive linestri...
Nyall Dawson
07:28 PM Revision 0908a099 (qgis): Add missing sip factory
Alessandro Pasotti
07:03 PM Revision 60f38e80 (qgis): Merge pull request #42031 from elpaso/bugfix-gh42003-broken-value-relation
Fix value relation widget Alessandro Pasotti
06:59 PM Revision 06ad10b5 (qgis): Merge pull request #42031 from elpaso/bugfix-gh42003-broken-value-relation
Fix value relation widget Alessandro Pasotti
01:57 PM Revision 57d93f1f (qgis): Fix value relation widget
Fixes #42003 Alessandro Pasotti
09:26 AM Revision a17280d2 (qgis): Use our own nominatim endpoint
Marco Bernasocchi
09:25 AM Revision 72dcd855 (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
nicogodet
06:21 AM Revision dfe734f6 (qgis): [feature] Add per-field control over whether last entered field
values should be reused when creating new features
While there has long been a global option that causes ALL field
v...
Nyall Dawson
03:42 AM Revision 5b0423e3 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV
03:39 AM Revision 7278ec85 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV
03:31 AM Revision 0ffd38d9 (qgis): Revert "Try to enable testMeshSimplified in CI"
This reverts commit 18bdcf0f880b4ca24f553a9c982164171a8f37e5.
The test still intermittently fails on Github CI
Nyall Dawson
03:25 AM Revision 6329501e (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
03:24 AM Revision 879379e7 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
03:20 AM Revision 9ecb0ed3 (qgis): Fix build on older Qt
Nyall Dawson
03:20 AM Revision b8baabf3 (qgis): [FEATURE] Add new snapping option for "Line Endpoints"
When enabled, this snapping mode snaps to the beginning or end
vertex of lines only. When snapping to a polygon layer...
Nyall Dawson
03:20 AM Revision 1ed69928 (qgis): Improve documentation
Nyall Dawson
03:20 AM Revision f51e38b1 (qgis): Switch line endpoint snap to a distinct vertex marker (inverted
triangle)
And minor cleanup/optimisation to QgsVertexMarker code
Nyall Dawson
03:17 AM Revision 422400f0 (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
Fix #41977 nicogodet
03:17 AM Revision 6d408267 (qgis): Fix warnings about unused variable in RelWithDebugInfo builds
Even Rouault
03:15 AM Revision 2c6ec1da (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
03:14 AM Revision 7db81a2c (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
03:08 AM Revision 1e39e082 (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
01:16 AM Revision 09789073 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV
01:13 AM Revision 8c6ffc99 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV

2021-03-03

10:42 PM Revision f7f3e675 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
10:42 PM Revision e9feadb6 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
10:42 PM Revision e46f248c (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
10:42 PM Revision 263001d4 (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
10:39 PM Revision 1040fe87 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
10:39 PM Revision f4e5fdb4 (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
09:48 PM Revision 1e157bb6 (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
09:48 PM Revision 85152719 (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
09:47 PM Revision 5f42287e (qgis): Merge pull request #41967 from elpaso/bugfix-gh41563-ogr-gdal-drag-and-...
Support vector and raster mime URIs at the same time Alessandro Pasotti
09:45 PM Revision 1fd1cdee (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
09:44 PM Revision 5c3a5f56 (qgis): Merge pull request #41967 from elpaso/bugfix-gh41563-ogr-gdal-drag-and-...
Support vector and raster mime URIs at the same time Alessandro Pasotti
11:41 AM Revision 41c84a86 (qgis): Server accesscontrol getfeatureifo rules clear
This fixes and unreported bug where access control rules
were not reset in case of getfeatureinfo calls.
Funded by G...
Alessandro Pasotti
08:12 AM Revision 89446db0 (qgis): No need to checkout
Matthias Kuhn
07:07 AM Revision 5768df61 (qgis): Remove "stale" label when a comment is added
This means, someone still cares.
We will still need to take care of manually removing the "feedback" label
Matthias Kuhn
03:55 AM Revision 5df09f59 (qgis): Fix crash when using GEOS to calculate shortest distance to an empty
geometry
Fixes #41968
Nyall Dawson
03:03 AM Revision 00390a4f (qgis): test QgsTileDownloadManager sometimes fail
test QgsTileDownloadManager two requests for a single URL sometimes fail Serge Dikiy
02:47 AM Revision d1122613 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
02:28 AM Revision aee3ccd0 (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
02:28 AM Revision 046dc4ef (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
02:25 AM Revision 6bf836d9 (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
02:16 AM Revision 0e6ffc70 (qgis): [gdal] rasterize - Include the possibility to use Z of feature to extra...
talledodiego
02:12 AM Revision 99eea21d (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
Fix #41977 nicogodet
02:10 AM Revision 2f428953 (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
Fix #41977 nicogodet
02:02 AM Revision 7c6ca389 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
01:52 AM Revision badb0142 (qgis): remove useless widget in option (#41972)
this widget is not used, the used one is in the project properties dialog
it was added here a1369955de3d4daca445daa6b...
Denis Rouzaud
01:52 AM Revision 53506f35 (qgis): Switch menu shortcuts
Nyall Dawson
01:52 AM Revision 54fc3ba7 (qgis): [feature] Add a shortcut action to toggle labels in the vector layer right
click menu
Allows for labels to be quickly switched on or off, without
losing the label configuration. If a layer ha...
Nyall Dawson
01:52 AM Revision 09f08cc5 (qgis): Toggle labels action works for all selected vector layers
Nyall Dawson
01:52 AM Revision c65604b7 (qgis): Remove shortcut from Layer CRS action
Nyall Dawson

2021-03-02

11:50 PM Revision cf1fbe6f (qgis): test QgsTileDownloadManager sometimes fail
test QgsTileDownloadManager two requests for a single URL sometimes fail Serge Dikiy
11:49 PM Revision 22ec6563 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
11:49 PM Revision 995505a9 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
11:47 PM Revision 04324240 (qgis): test QgsTileDownloadManager sometimes fail
test QgsTileDownloadManager two requests for a single URL sometimes fail Serge Dikiy
11:47 PM Revision b596fefa (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
08:11 PM Revision 54a7d9cc (qgis): followup fa5c4c0d94
Jürgen Fischer
08:10 PM Revision 0d6c12bc (qgis): followup 81ba6c0826
Jürgen Fischer
08:08 PM Revision c108aeda (qgis): update splash
Jürgen Fischer
03:49 PM Revision c72d94b0 (qgis): remove useless widget in option (#41972)
this widget is not used, the used one is in the project properties dialog
it was added here a1369955de3d4daca445daa6b...
Denis Rouzaud
03:45 PM Revision 6af2bd36 (qgis): remove useless widget in option (#41972)
this widget is not used, the used one is in the project properties dialog
it was added here a1369955de3d4daca445daa6b...
Denis Rouzaud
12:41 PM Revision f9797ccb (qgis): Followup 50ecff6ff
Nyall Dawson
12:25 PM Revision 675e1501 (qgis): Remove deprecated calls
Alessandro Pasotti
11:39 AM Revision d762646b (qgis): Add SIP_DEPRECATED
Alessandro Pasotti
11:20 AM Revision dccef522 (qgis): Support vector and raster mime URIs at the same time
Fixes #41563 Alessandro Pasotti
09:05 AM Revision 1bcdbdb6 (qgis): Merge pull request #41929 from nyalldawson/pc
Minor point cloud usability fixes Nyall Dawson
08:01 AM Revision 71b09779 (qgis): Merge pull request #41823 from elpaso/bugfix-gh41800-server-geprint-acc...
Server WMS GetPrint accesscontrol support Alessandro Pasotti
07:58 AM Revision c6699b28 (qgis): Merge pull request #41823 from elpaso/bugfix-gh41800-server-geprint-acc...
Server WMS GetPrint accesscontrol support Alessandro Pasotti
07:57 AM Revision 380c9374 (qgis): Followup 50ecff6ff
Nyall Dawson
07:54 AM Revision 92a6fd7a (qgis): Followup 50ecff6ff
Nyall Dawson
06:44 AM Revision da9a2552 (qgis): Merge pull request #41927 from nyalldawson/pdal_warn
Show user-friendly explanation if las/laz files cannot be used on their QGIS install Nyall Dawson

2021-03-01

09:07 PM Revision 7f326f38 (qgis): Merge pull request #41929 from nyalldawson/pc
Minor point cloud usability fixes Nyall Dawson
09:04 PM Revision 0bb4c3f1 (qgis): Merge pull request #41929 from nyalldawson/pc
Minor point cloud usability fixes Nyall Dawson
01:23 PM Revision a0b858b2 (qgis): fix untwine compilation on macos (#41939)
Peter Petrik
11:02 AM Revision f517743d (qgis): typo
Alessandro Pasotti
09:54 AM Revision 9b537910 (qgis): add enabling/disabling screen capturing
NEDJIMAbelgacem
09:54 AM Revision 65779a96 (qgis): only render image once for each frame when exporting animations
NEDJIMAbelgacem
09:54 AM Revision 7b3b729d (qgis): switch to using offscreen engine for saveAsImage tool
NEDJIMAbelgacem
09:54 AM Revision 18bdcf0f (qgis): Try to enable testMeshSimplified in CI
NEDJIMAbelgacem
09:54 AM Revision 364959aa (qgis): Address reviews
NEDJIMAbelgacem
09:54 AM Revision 0466ba31 (qgis): fix shadow and EDL not being exported in animations
NEDJIMAbelgacem
09:54 AM Revision b3f7a325 (qgis): try setting up default surface format
NEDJIMAbelgacem
09:54 AM Revision 09569c29 (qgis): add docs and fix unused parameter
NEDJIMAbelgacem
09:54 AM Revision e70af6c9 (qgis): fix tests
NEDJIMAbelgacem
09:54 AM Revision ea2e7fa1 (qgis): push frame graph and requestCaptureImage up into QgsAbstract3DEngine
NEDJIMAbelgacem
09:41 AM Revision b4f8fa37 (qgis): Add unfiltered test case to prove that filters are not persistent
Alessandro Pasotti
09:29 AM Revision 24368627 (qgis): Merge pull request #41936 from qgis/backport-41932-to-release-3_18
[Backport release-3_18] Revert "Fix Topological editing when CRS are different" Nyall Dawson
09:17 AM Revision a19f6ceb (qgis): Merge pull request #41927 from nyalldawson/pdal_warn
Show user-friendly explanation if las/laz files cannot be used on their QGIS install Nyall Dawson
09:14 AM Revision 96fd952a (qgis): Merge pull request #41927 from nyalldawson/pdal_warn
Show user-friendly explanation if las/laz files cannot be used on their QGIS install Nyall Dawson
09:09 AM Revision c0baa43a (qgis): typo
Jürgen Fischer
07:09 AM Revision cdc2fd4f (qgis): Merge pull request #41932 from qgis/revert-41306-fix_topological_editin...
Revert "Fix Topological editing when CRS are different" Nyall Dawson
07:06 AM Revision 2101693d (qgis): Merge pull request #41932 from qgis/revert-41306-fix_topological_editin...
Revert "Fix Topological editing when CRS are different" Nyall Dawson
06:27 AM Revision e491f40d (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
05:17 AM Revision 7d9cdd51 (qgis): Update PULL_REQUEST_TEMPLATE.md
Nyall Dawson
05:06 AM Revision 1f8cd396 (qgis): Revert "Fix Topological editing not working when the data CRS is differ...
This reverts commit 16a071a9f01266b0df5d0ceb6afd0bc4af366581. Nyall Dawson
05:06 AM Revision 22bad6e9 (qgis): Revert "catch exception"
This reverts commit 691a0b45a72069094561e777e846c42357ebaf9e. Nyall Dawson
05:06 AM Revision c0c30b42 (qgis): Revert "add test"
This reverts commit 42b2ec3aff33c7a00a2c2bad69fa2e3ff78d2092. Nyall Dawson
05:06 AM Revision 451ce487 (qgis): Revert "remove useless code"
This reverts commit 19f925d30c65e678f11d61de3a0a37613587bf5a. Nyall Dawson
05:06 AM Revision 1a1b9a90 (qgis): Revert "Fix snapping on segment when layer CRS is different from projec...
This reverts commit e11b21e954301c1fe317652be36b67da0ff932af. Nyall Dawson
04:26 AM Revision 015f593d (qgis): Fix some unwanted GDAL test backports
These were only needed because of other changes in the 3.18/master
branches (which shouldn't be backported)
Nyall Dawson
02:15 AM Revision 197acccd (qgis): Automatically setup 3d point cloud renderer to match 2d renderer after
a laz point cloud index task finishes, just like we do automatically
when adding an ept file directly.
Makes things ...
Nyall Dawson
02:14 AM Revision e303679e (qgis): Fix conversion of 2d classified point cloud renderers to 3d
Nyall Dawson
02:14 AM Revision b0c1cec2 (qgis): Fix double (( )) of name in point cloud index task description
Nyall Dawson
01:47 AM Revision 64422d65 (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
01:35 AM Revision 4c50469b (qgis): Spelling
Nyall Dawson
01:22 AM Revision 349af167 (qgis): Add test
Nyall Dawson
01:16 AM Revision 50ecff6f (qgis): Show user-friendly explanation if las/laz files cannot be used on
their QGIS install Nyall Dawson
01:09 AM Revision 4240e202 (qgis): Add API to QgsProviderRegistry to obtain user friendly warning messages
for when a URI cannot be opened in a QGIS install, but the URI
matches a format which could potentially be opened in ...
Nyall Dawson

2021-02-28

12:09 AM Revision 31fdabb3 (qgis): Fix DXF export crash
Folloup #41900
Also hides aspatial layers from export candidates. I'm not sure
if this is correct but thre was an as...
Alessandro Pasotti
11:37 PM Revision 4ada839a (qgis): Fix badge url
Harrissou Santanna
11:33 PM Revision e40d0d43 (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
11:32 PM Revision 13922e04 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
11:30 PM Revision 44814a08 (qgis): Allow some derived attributes in non single click identify
Stefanow Natsis
08:46 PM Revision 4c1fdcd2 (qgis): Fix DXF export crash
Folloup #41900
Also hides aspatial layers from export candidates. I'm not sure
if this is correct but thre was an as...
Alessandro Pasotti
08:43 PM Revision be48a0a3 (qgis): Fix DXF export crash
Folloup #41900
Also hides aspatial layers from export candidates. I'm not sure
if this is correct but thre was an as...
Alessandro Pasotti
11:08 AM Revision 81ba6c08 (qgis): fix nightly
(cherry picked from commit fa5c4c0d9480c24a982888374c8a11c134c2906b) Jürgen Fischer
11:07 AM Revision fa5c4c0d (qgis): fix nightly
Jürgen Fischer
10:52 AM Revision a5f001e1 (qgis): [gdal][ui] Fix opening of gdal rasters within ZIP containers in the dat...
Mathieu Pellerin - nIRV
09:31 AM Revision 4e77d4db (qgis): [memory] Correctly store converted field values when adding or
changing attributes
If testing for value compatiblity via QgsField::convertCompatibility
only resulted in true becau...
Nyall Dawson
09:29 AM Revision cbcd5053 (qgis): Merge pull request #41893 from nyalldawson/gdal_args
Fix many issues in gdal algs (3.18) Nyall Dawson
09:28 AM Revision e8b5f263 (qgis): Fix QgsAttributes equality operator when comparing attributes where
one set contains a string value of a date, and the other a QDateTime
value of the same date
For some bizarre reason ...
Nyall Dawson
09:28 AM Revision 0a8f040d (qgis): [memory] Correctly store converted field values when adding or
changing attributes
If testing for value compatiblity via QgsField::convertCompatibility
only resulted in true becau...
Nyall Dawson
08:32 AM Revision bb6f6de9 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
08:31 AM Revision 0bc2757b (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
08:30 AM Revision 86591aa4 (qgis): [gdal] Fix loading of rasters using a vsi prefix and add test
Mathieu Pellerin - nIRV
08:30 AM Revision 93546012 (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
08:30 AM Revision 174c4196 (qgis): Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit
3f42393a9237db8aec60b377f88728fd76e5825f
Even Rouault
08:26 AM Revision 3c2a2f58 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
(cherry picked from commit e89d7158a004cfbb742b65ed0a0aa0be25085e2e) Nyall Dawson
08:24 AM Revision 2d6751f2 (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
06:10 AM Revision 308bd92a (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
06:10 AM Revision 7f2b0144 (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
06:07 AM Revision ef33cef6 (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
01:42 AM Revision b4c88fa4 (qgis): [gdal] Fix loading of rasters using a vsi prefix and add test
Mathieu Pellerin - nIRV
01:38 AM Revision c4c5b6c4 (qgis): [gdal] Fix loading of rasters using a vsi prefix and add test
Mathieu Pellerin - nIRV

2021-02-27

12:05 AM Revision 65032071 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
12:04 AM Revision 6860b39e (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
11:23 PM Revision 4689da5f (qgis): QGIS expressions are not sensitive to the case of field names, so
mimic this same insensitivity when compiling expressions for providers
Avoids the expression compilation failing whe...
Nyall Dawson
08:59 PM Revision d5d930f6 (qgis): Split grass raster tests into two blocks
(cherry picked from commit c7a25c6275636cafea5ac4e65513943e116a2abf) Nyall Dawson
12:54 PM Revision 6167ce9c (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
12:54 PM Revision 4038bf35 (qgis): Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit
3f42393a9237db8aec60b377f88728fd76e5825f
Even Rouault
11:55 AM Revision a5c755c3 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
Nyall Dawson
11:55 AM Revision 6b22f638 (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
10:50 AM Revision 830311a0 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
10:50 AM Revision 5858c5c1 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
10:18 AM Revision 20542f35 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
10:11 AM Revision 01151903 (qgis): [processing][gdal] Fix escaping of connection string in OGR to postgis
alg
Fixes #41839
(cherry picked from commit 6a7e4c133e9b2c5622ed971039eabd5cbcb802e9)
Nyall Dawson
10:10 AM Revision 29d0cffa (qgis): [processing] Fix escaping of srcnodata argument in Build Virtual Raster
alg
(cherry picked from commit c5dd8714a8c5ce4e5f4cfe967ebd91cacb97ff01)
Nyall Dawson
10:10 AM Revision 4274a7ef (qgis): [processing][gdal] Fix escaping of delimiter parameter in retile
algorithm
(cherry picked from commit 33b0dbe761e5ea5830eabdfa276e6101415c3c43)
Nyall Dawson
10:10 AM Revision 3bf25916 (qgis): [processing][gdal] Don't insert 'temporary file' strings in command for...
(cherry picked from commit 0a6436402d55fe62b8250c86a2187a04ed42badc) Nyall Dawson
10:10 AM Revision 55b8cea6 (qgis): [processing][gdal] ";" characters must be escaped when running gdal
commands
(cherry picked from commit ea113cbf4a9b0d8ded3d7e429a8b24b07bced5e3)
Nyall Dawson
10:08 AM Revision ebc0115b (qgis): Fix crash in point cloud layer properties
Don't assume that 3d renderer has a layer ref -- this is usually
only set by Qgs3DMapScene
Fixes #41722
Nyall Dawson
10:07 AM Revision ac6255c3 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
10:02 AM Revision 23caeb8b (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
09:53 AM Revision 97abb6dd (qgis): fix cmake call2
(cherry picked from commit c32afdabc399ab83de8ad5781a168496ac1cadde)
(cherry picked from commit 707463304003e1e435e02...
Denis Rouzaud
09:53 AM Revision c9d5a11c (qgis): revert to classic call to cmake
(cherry picked from commit 143599892893ac23789ed2733a1629783764114e)
(cherry picked from commit 725aa8345fe575fb3f9c6...
Denis Rouzaud
09:39 AM Revision b6ddbb58 (qgis): Update test images from local docker run
Alessandro Pasotti
08:48 AM Revision 6d02a2ab (qgis): Fix server getPrint accesscontrol for map items
Fixes #41800 Alessandro Pasotti
08:48 AM Revision 0470b5ff (qgis): Server access control GetPrint support
Fixes #41800 Alessandro Pasotti
08:48 AM Revision 0bcf456a (qgis): Add test for attr table exp filters
Alessandro Pasotti
08:48 AM Revision 1c77761d (qgis): flake8
Alessandro Pasotti
08:48 AM Revision 2318d761 (qgis): QGIS 3 style doxy
Alessandro Pasotti
08:48 AM Revision 618966aa (qgis): Add tests and fixes for Atlas
The change to the the feature filter group filterFeatures
(do not clear pre-existing filters) should not be a behavio...
Alessandro Pasotti
08:48 AM Revision 4e36a126 (qgis): Fix server WMS DPI ignored (unreported)
Alessandro Pasotti
08:48 AM Revision 6c0f03c1 (qgis): Fix deprecated toSet
Alessandro Pasotti
08:48 AM Revision 59202c47 (qgis): spell
Alessandro Pasotti
07:54 AM Revision 725aa834 (qgis): revert to classic call to cmake
(cherry picked from commit 143599892893ac23789ed2733a1629783764114e) Denis Rouzaud
07:54 AM Revision 70746330 (qgis): fix cmake call2
(cherry picked from commit c32afdabc399ab83de8ad5781a168496ac1cadde) Denis Rouzaud
05:50 AM Revision 0d0e3865 (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
05:47 AM Revision d9a47a1e (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
05:47 AM Revision 3a469ed7 (qgis): Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit
3f42393a9237db8aec60b377f88728fd76e5825f
Even Rouault
05:46 AM Revision 29d55984 (qgis): Fix crash in point cloud layer properties
Don't assume that 3d renderer has a layer ref -- this is usually
only set by Qgs3DMapScene
Fixes #41722
Nyall Dawson
05:43 AM Revision bf0f8121 (qgis): Fix crash in point cloud layer properties
Don't assume that 3d renderer has a layer ref -- this is usually
only set by Qgs3DMapScene
Fixes #41722
Nyall Dawson
05:42 AM Revision 9ef1976f (qgis): Revert "[gdal] Enable multi-threaded whenever possible"
This reverts commit b306ae0411fc98770d3966c5d2404ea29981b1ba. Mathieu Pellerin - nIRV
04:30 AM Revision 8c0feff8 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:30 AM Revision f7ce5b44 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:17 AM Revision 00a3b8c9 (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
04:17 AM Revision 20c427aa (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
04:17 AM Revision 3feff1cb (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:17 AM Revision de572f09 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:15 AM Revision 7e5b6dde (qgis): Loosen test precision following Geographiclib area calculation switch
Nyall Dawson
04:15 AM Revision 48c27bad (qgis): Update test result for Geographiclib area calculation switch
Nyall Dawson
04:14 AM Revision 8261ddf1 (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
04:14 AM Revision 6f6464d8 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
03:25 AM Revision 080d4fc9 (qgis): Cap pdal provider at c++14
The untwine/pdal dependancies use deprecated c++ removed in c++17 Nyall Dawson
02:46 AM Revision d79c8f39 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
02:46 AM Revision 097173f5 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
02:43 AM Revision 2cbffdd9 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson

2021-02-26

12:34 AM Revision fe566bcc (qgis): Merge pull request #41847 from nyalldawson/fix_41839
Fix many issues in gdal algs... Nyall Dawson
02:54 PM Revision 6efe375d (qgis): Fix badge
Alessandro Pasotti
01:49 PM Revision 210578e5 (qgis): use Mingw64 builds for 3.16 branch (#41853)
* use Mingw64 builds for 3.16 branch
* add scripts
* fix auth manager
* fix code layout
Denis Rouzaud
11:48 AM Revision 14359989 (qgis): revert to classic call to cmake
Denis Rouzaud
11:48 AM Revision c32afdab (qgis): fix cmake call2
Denis Rouzaud
07:18 AM Revision 08fd2a21 (qgis): Merge pull request #41790 from qgis/backport-41787-to-release-3_16
[Backport release-3_16] Fix #41786 wrong server feature ids when composite PKs Alessandro Pasotti
04:06 AM Revision afeae930 (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
04:06 AM Revision 47b9e21d (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
04:03 AM Revision 67c27c2d (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
04:01 AM Revision ed968058 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
Nyall Dawson
03:57 AM Revision e89d7158 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
Nyall Dawson
03:05 AM Revision 6a7e4c13 (qgis): [processing][gdal] Fix escaping of connection string in OGR to postgis
alg
Fixes #41839
Nyall Dawson
03:05 AM Revision 964431a0 (qgis): [processing][gdal] Fix SQL command in points along lines algorithm
Nyall Dawson
03:02 AM Revision c5dd8714 (qgis): [processing] Fix escaping of srcnodata argument in Build Virtual Raster
alg Nyall Dawson
02:50 AM Revision 33b0dbe7 (qgis): [processing][gdal] Fix escaping of delimiter parameter in retile
algorithm Nyall Dawson
02:47 AM Revision 0a643640 (qgis): [processing][gdal] Don't insert 'temporary file' strings in command for...
Nyall Dawson
02:30 AM Revision ea113cbf (qgis): [processing][gdal] ";" characters must be escaped when running gdal
commands Nyall Dawson
01:22 AM Revision 74c5a659 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
01:21 AM Revision de8e3680 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
01:19 AM Revision d6a706a8 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson

2021-02-25

10:57 PM Revision 2a8867f9 (qgis): fix cd again
Denis Rouzaud
10:25 PM Revision d7ff5855 (qgis): Merge pull request #41817 from m-kuhn/compound_curve_remove_multiple_dups
Fix QgsCompoundCurve::removeDuplicateNodes with multiple duplicate nodes Matthias Kuhn
09:44 PM Revision 28c289d8 (qgis): Improve QgsVectorLayer description (#41796)
Improve QgsVectorLayer description providing some more background explanation tschmetzer
09:44 PM Revision 87847718 (qgis): Merge pull request #41817 from m-kuhn/compound_curve_remove_multiple_dups
Fix QgsCompoundCurve::removeDuplicateNodes with multiple duplicate nodes Matthias Kuhn
09:43 PM Revision 22026cc6 (qgis): Add information about matching number of fields condition (#41799)
tschmetzer
08:08 PM Revision 08691fd2 (qgis): Fix QgsAttributes equality operator when comparing attributes where
one set contains a string value of a date, and the other a QDateTime
value of the same date
For some bizarre reason ...
Nyall Dawson
08:08 PM Revision 7fbf57d8 (qgis): Fix QgsAttributes equality operator when comparing attributes where
one set contains a string value of a date, and the other a QDateTime
value of the same date
For some bizarre reason ...
Nyall Dawson
08:06 PM Revision 26212d21 (qgis): Use QObjectUniquePtr
Matthias Kuhn
08:05 PM Revision cedb64f6 (qgis): Fix QgsAttributes equality operator when comparing attributes where
one set contains a string value of a date, and the other a QDateTime
value of the same date
For some bizarre reason ...
Nyall Dawson
08:04 PM Revision 0665d611 (qgis): Remove keys().contains() anti pattern
Alessandro Pasotti
08:03 PM Revision edf31dbe (qgis): Prevent prefetching of surrounding images for WMS
For a true WMS it is not needed to prefetch surrounding tiles,
because:
- a WMS does not have fixed scales, so the re...
Richard Duivenvoorde
05:16 PM Revision fc8ac0e9 (qgis): fix cd
Denis Rouzaud
05:07 PM Revision e791fbf8 (qgis): fix vars in workflow
Denis Rouzaud
04:34 PM Revision 941b830f (qgis): Merge pull request #41824 from kadas-albireo/gdal_isunique_318
[Backport release-3_18] Use OGR_Fld_IsUnique if compiled against gdal-3.2.1 or newer Sandro Mani
04:23 PM Revision 8a94e5bc (qgis): add missing dependency in workflow
Denis Rouzaud
04:19 PM Revision 09f13471 (qgis): dynamically define the strategy matrix
Denis Rouzaud
04:19 PM Revision d7901186 (qgis): segmentize workflow
Denis Rouzaud
04:19 PM Revision 001732b9 (qgis): fix indentation
Denis Rouzaud
02:57 PM Revision 048af492 (qgis): QgsPluginInstaller can now read zipfiles where 1st internal file is loc...
Benjamin Jakimow
02:34 PM Revision 9e358d46 (qgis): Use OGR_Fld_IsUnique if compiled against gdal-3.2.1 or newer
Sandro Mani
02:33 PM Revision 984e0b11 (qgis): Merge pull request #41822 from kadas-albireo/gdal_isunique
Use OGR_Fld_IsUnique if compiled against gdal-3.2.1 or newer Sandro Mani
01:56 PM Revision 8e976265 (qgis): Merge pull request #41816 from alexbruy/r-quantile
[processing] add r.quantile algorithm with plain text output Alexander Bruy
01:28 PM Revision 1cba809f (qgis): Use OGR_Fld_IsUnique if compiled against gdal-3.2.1 or newer
Sandro Mani
12:18 PM Revision eac663b9 (qgis): Merge pull request #41817 from m-kuhn/compound_curve_remove_multiple_dups
Fix QgsCompoundCurve::removeDuplicateNodes with multiple duplicate nodes Matthias Kuhn
12:18 PM Revision 2fc4a278 (qgis): Merge pull request #41817 from m-kuhn/compound_curve_remove_multiple_dups
Fix QgsCompoundCurve::removeDuplicateNodes with multiple duplicate nodes Matthias Kuhn
12:15 PM Revision 762bf7aa (qgis): Merge pull request #41817 from m-kuhn/compound_curve_remove_multiple_dups
Fix QgsCompoundCurve::removeDuplicateNodes with multiple duplicate nodes Matthias Kuhn
10:17 AM Revision d5eb6b0e (qgis): [memory] Correctly store converted field values when adding or
changing attributes
If testing for value compatiblity via QgsField::convertCompatibility
only resulted in true becau...
Nyall Dawson
09:48 AM Revision 36d419b9 (qgis): Fix QgsCompoundCurve::removeDuplicateNodes with multiple duplicate nodes
Fixes #41815 Matthias Kuhn
09:05 AM Revision acd627e9 (qgis): [processing] add r.quantile algorithm with plain text output which can
be directly used as input for r.recode Alexander Bruy
07:49 AM Revision d43245c6 (qgis): [processing] Fix sort order of output raster extensions list
to make it easier to find the extension in the long list of available extensions in the "Save to File" window of the ... Andrea Giudiceandrea
07:47 AM Revision 6778b0f3 (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
07:44 AM Revision 1587117a (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
07:36 AM Revision 91c8b23e (qgis): [processing] Fix GdalUtils getSupportedRasters()
in order to correctly retrieve multiple extensions from GDAL drivers metadata DMD_EXTENSIONS instead of DMD_EXTENSION... Andrea Giudiceandrea
07:35 AM Revision 5caa3880 (qgis): Add ASSERTs
Nyall Dawson
07:35 AM Revision f1e01a60 (qgis): Ensure area is correctly calculated for non-closed polygons
Nyall Dawson
07:35 AM Revision a112e63f (qgis): Update more test results
Nyall Dawson
07:35 AM Revision c3f538ea (qgis): Update more expected test results
While these results are very different to the previous reference values,
the geometries measured are extremely narrow...
Nyall Dawson
07:35 AM Revision cc9cbeca (qgis): Use the GeographicLib routines exposed through PROJ for all ellipsoidal
calculations
Since GRASS upstream is moving away from the previous calculations which
all of QGIS' ellipsoidal dista...
Nyall Dawson
07:35 AM Revision 686b1992 (qgis): Update some expected test values
Nyall Dawson
07:18 AM Revision ae097d41 (qgis): [processing] Fix GDAL supported output raster extensions
Fix GdalAlgorithmProvider supportedOutputRasterLayerExtensions(self) in order to correctly return GdalUtils.getSuppor... Andrea Giudiceandrea
05:04 AM Revision d91ba4ea (qgis): Merge pull request #41787 from elpaso/bugfix-server-fids
Fix #41786 wrong server feature ids when composite PKs Alessandro Pasotti
04:35 AM Revision 54e45975 (qgis): Fix use of deprecated Qt API
Nyall Dawson
02:28 AM Revision eaacde8e (qgis): Fix array_replace group name
Harrissou Santanna
02:27 AM Revision 5331fb95 (qgis): Add link to ISO language codes for format_date function
(cherry picked from commit 8eb93c581f4a511489d98d458b801893875bc746) Harrissou Santanna
02:27 AM Revision 868dea1f (qgis): Fix typo
(cherry picked from commit d4b1f3d4b45ea23af61a985a2959b333be76c9cd) Harrissou Santanna
02:27 AM Revision e66a8cce (qgis): Update the format_number example
and add link to list of iso language codes
(cherry picked from commit e41d32864d9f1a5009c46e53e0e1468d3b60d6a2)
Harrissou Santanna
02:08 AM Revision 3b5f6e32 (qgis): Fix typo
Nyall Dawson
02:08 AM Revision e1858423 (qgis): Force c++14 only for sip builds, as sip generated code uses deprecated ...
Nyall Dawson
02:08 AM Revision a7fd8e07 (qgis): Revert
Nyall Dawson
02:08 AM Revision 7af87414 (qgis): Fix another typo
Nyall Dawson
02:08 AM Revision 3dc5307e (qgis): Revert "Hacky fix for sip issue"
This reverts commit 9e0fcb96495e4cc5d76cd3af06ae1a7c2bac5eda. Nyall Dawson
02:08 AM Revision 90953d76 (qgis): Hacky fix for sip issue
Nyall Dawson
02:08 AM Revision 6ab4ecfa (qgis): Another attempt
Nyall Dawson
02:08 AM Revision 73658c59 (qgis): Fix mac build
Nyall Dawson
02:08 AM Revision 68698268 (qgis): Remove qgis::make_unique
Nyall Dawson
02:08 AM Revision af10d8c8 (qgis): Another fix
Nyall Dawson
02:08 AM Revision 1dd2ca9e (qgis): Alternate approach
Nyall Dawson
02:08 AM Revision c087ffa6 (qgis): Try to fix macos build
Nyall Dawson
02:08 AM Revision bdcaae56 (qgis): Fix a bunch of new Qt deprecation warnings
Nyall Dawson
02:08 AM Revision e15ec7df (qgis): Remove deprecated std::random_shuffle call (Removed in c++17)
Nyall Dawson
02:08 AM Revision bd82925d (qgis): Replace qgis::make_unique with std::make_unique
Now that we require c++14 features, we don't need to use the custom
backported version anymore...
Nyall Dawson
02:08 AM Revision 301d3379 (qgis): Modernize cmake capitalization
Nyall Dawson
02:08 AM Revision a54efae8 (qgis): Require c++17 to build
Nyall Dawson
02:08 AM Revision 4d4e7c95 (qgis): Better fix
Nyall Dawson

2021-02-24

11:18 PM Revision 85c2019b (qgis): revert multithreaded georef (#41789)
Fixes #41770 Alex Hay
08:03 PM Revision 0a3f7370 (qgis): revert multithreaded georef (#41789)
Fixes #41770 Alex Hay
07:59 PM Revision 58877e48 (qgis): revert multithreaded georef (#41789)
Fixes #41770 Alex Hay
02:45 PM Revision 678aaa3a (qgis): Merge pull request #41539 from elpaso/bugfix-gh41477-editbuffer-passthr...
Bugfix gh41477 editbuffer passthrough Matthias Kuhn
02:42 PM Revision b3dae9ad (qgis): Merge pull request #41539 from elpaso/bugfix-gh41477-editbuffer-passthr...
Bugfix gh41477 editbuffer passthrough Matthias Kuhn
01:54 PM Revision 450f5c97 (qgis): Merge pull request #41787 from elpaso/bugfix-server-fids
Fix #41786 wrong server feature ids when composite PKs Alessandro Pasotti
01:53 PM Revision 9c1c9a8f (qgis): Merge pull request #41787 from elpaso/bugfix-server-fids
Fix #41786 wrong server feature ids when composite PKs Alessandro Pasotti
01:51 PM Revision 98a1b03a (qgis): Merge pull request #41787 from elpaso/bugfix-server-fids
Fix #41786 wrong server feature ids when composite PKs Alessandro Pasotti
12:29 PM Revision 3ba7ad13 (qgis): Fix #41786 wrong server feature ids when composite PKs
Alessandro Pasotti
10:23 AM Revision 556e0e65 (qgis): Enable HANA tests in Github Actions
Maxim Rylov
10:20 AM Revision edb8435e (qgis): update badges
Denis Rouzaud
09:06 AM Revision ccbce49c (qgis): update badges
Denis Rouzaud
06:14 AM Revision 0707d6f5 (qgis): array_count, array_prioritize, array_replace added to expressions (#41338)
Damiano
06:07 AM Revision ccaca736 (qgis): [api] Add option for setting a line symbol to use when rendering
a QgsRubberBand Nyall Dawson
04:21 AM Revision ad56216f (qgis): A horizontal mouse wheel scroll over the canvas "scrubs" the temporal
range slider back or forward Nyall Dawson
03:59 AM Revision d7167e48 (qgis): [feature][expressions] Add "length3D" function to return the 3D length
of a LineGeometry type geometry using QgsLineString::length3D(). If the geometry is not a 3D line string, it returns ... Andrea Giudiceandrea
03:59 AM Revision 3ebf915e (qgis): length3D function: handle multipart geometries
Andrea Giudiceandrea
03:59 AM Revision 4f29af5e (qgis): Optimise QgsLineString::length/length3D
Nyall Dawson
03:59 AM Revision 5cbd3e96 (qgis): Add additional test cases
Nyall Dawson
03:59 AM Revision 40162056 (qgis): Fix memory leak
Nyall Dawson
03:59 AM Revision ff17205f (qgis): Don't use GEOS to calculate length of points/linestrings
These calculations are so trivial that the expense of conversion
to a geos representation is unwanted overhead
Nyall Dawson
03:59 AM Revision 173732c3 (qgis): length3D function: handle curved geometries
Andrea Giudiceandrea
03:43 AM Revision b514863d (qgis): [layouts] Fix map item loses preset them choice if item is selected
when a map theme is renamed or changed Nyall Dawson
03:42 AM Revision cc778ecd (qgis): Add mechanism to defer updates of rubber bands when adding multiple
geometries
GREATLY speeds up rubber band creation for many geometries, resulting
in consequent speed ups to the move...
Nyall Dawson
03:42 AM Revision 6a66f01b (qgis): [mesh] Fix mesh line width unit setting is always ignored
Nyall Dawson
03:42 AM Revision e0e17631 (qgis): [mesh] Fix mesh line width unit setting is always ignored
Nyall Dawson
03:42 AM Revision f2b67309 (qgis): Gracefully catch transform errors in rubber band geometries
Nyall Dawson
03:39 AM Revision 14f2ab53 (qgis): When attempting to precalculated nodes during an expression prepare
stage, be more intelligent about compiling AND or OR nodes
We can take advantage of the fact that and AND node will ...
Nyall Dawson
03:39 AM Revision 4b8badde (qgis): Add test
Nyall Dawson
02:04 AM Revision 66ab5af5 (qgis): Drop deprecated call to PyEval_InitThreads
Not needed since Python 3.7+, as it's called internally by Py_Initialize Nyall Dawson
02:04 AM Revision eb8066f2 (qgis): Bump minimum python version to 3.7
Nyall Dawson

2021-02-23

11:41 PM Revision 23ab2d76 (qgis): Merge pull request #41769 from elpaso/bugfix-gh41747-paletted-float-ram...
Fix raster paletted ramp order Alessandro Pasotti
11:41 PM Revision ca7b5490 (qgis): Merge pull request #41769 from elpaso/bugfix-gh41747-paletted-float-ram...
Fix raster paletted ramp order Alessandro Pasotti
08:15 PM Revision 089b9b12 (qgis): [layouts] Fix map item loses preset them choice if item is selected
when a map theme is renamed or changed Nyall Dawson
08:15 PM Revision 9c96f91e (qgis): [layouts] Fix map item loses preset them choice if item is selected
when a map theme is renamed or changed Nyall Dawson
08:12 PM Revision f666072d (qgis): [layouts] Fix map item loses preset them choice if item is selected
when a map theme is renamed or changed Nyall Dawson
08:11 PM Revision 53bf2cf8 (qgis): Fix QSCINTILLA_VERSION_STR redefinition warnings emitted on
newer QScintilla versions due to presence of
QSCINTILLA_VERSION_STR in QSci headers
Nyall Dawson
07:51 PM Revision fc1ac8be (qgis): Add support for PROJ 8.0.0 in FindProj.cmake.
proj_api.h is no longer available in PROJ 8.0.0, use proj.h instead.
Fixes: #41735
Bas Couwenberg
04:05 PM Revision b492490b (qgis): Merge pull request #41769 from elpaso/bugfix-gh41747-paletted-float-ram...
Fix raster paletted ramp order Alessandro Pasotti
04:05 PM Revision db61906e (qgis): Merge pull request #41769 from elpaso/bugfix-gh41747-paletted-float-ram...
Fix raster paletted ramp order Alessandro Pasotti
04:02 PM Revision a341543b (qgis): Merge pull request #41769 from elpaso/bugfix-gh41747-paletted-float-ram...
Fix raster paletted ramp order Alessandro Pasotti
02:04 PM Revision 80a00443 (qgis): Fix raster paletted ramp order
Fixes #41747 Alessandro Pasotti
11:31 AM Revision 6cbb9d28 (qgis): Merge pull request #41761 from qgis/manisandro-patch-1
Add mingw64-python3-dateutil to mingw dependencies Sandro Mani
11:24 AM Revision df1b854a (qgis): fix message
Denis Rouzaud
10:21 AM Revision 0b9619d3 (qgis): [mesh] Fix mesh line width unit setting is always ignored
Nyall Dawson
10:21 AM Revision 57060e98 (qgis): [mesh] Fix mesh line width unit setting is always ignored
Nyall Dawson
10:18 AM Revision f31290a1 (qgis): [mesh] Fix mesh line width unit setting is always ignored
Nyall Dawson
10:18 AM Revision eda0f11c (qgis): Add mingw64-python3-dateutil to mingw dependencies
Sandro Mani
09:45 AM Revision 585f04d2 (qgis): backport CI changes to 3.16 (#41760)
Denis Rouzaud
09:37 AM Revision 8a9ea53d (qgis): rename workflow2
Denis Rouzaud
09:36 AM Revision 21e5538e (qgis): run milestone workflow on pull request target
Denis Rouzaud
09:08 AM Revision 1010b6bd (qgis): add 3.18 to docker images
Denis Rouzaud
07:24 AM Revision 7e94cba2 (qgis): Add new actions to the attribute table header context menu
Add 2 new actions to the attribute table header context menu.
The first allows setting a width to be applied to all c...
Ben Wirf
07:18 AM Revision ab59e37b (qgis): Gracefully catch transform errors in rubber band geometries
Nyall Dawson
07:02 AM Revision d007901f (qgis): Allow QgsRectangle constructors to bypass the automatic normalization
step, when they know in advance they are already normalized
This step isn't free, and can add up when many rectangle...
Nyall Dawson
07:02 AM Revision 43cbe1e6 (qgis): Optimise QgsLineString::calculateBoundingBox
Nyall Dawson
07:01 AM Revision 885387f5 (qgis): Optimise QgsGeometry::asMultiPolygon/asPolygon
These methods were very expensive, involving a temporary allocation
of list of lists of temporary points
Rework with...
Nyall Dawson
06:56 AM Revision b04fe1fa (qgis): [themes] Fix combo box and menu items left spacing/padding issue
Mathieu Pellerin - nIRV
06:49 AM Revision a513f5a1 (qgis): Move QgsLabelPosition out to own file
Nyall Dawson
06:49 AM Revision 4f39cf6d (qgis): Move QgsLabelingResults out to its own file
Nyall Dawson
06:49 AM Revision b15be664 (qgis): Spelling
Nyall Dawson
06:49 AM Revision 6f6b0b0a (qgis): Make move callout tool play nice with CAD dock
Means that if the cad dock is enabled, callout lines will auto-snap
to nice angles, etc.
Nyall Dawson
06:49 AM Revision d84da56d (qgis): Add rendered callout details to QgsLabelingResults for retrieval after ...
Nyall Dawson
06:49 AM Revision f6c93de0 (qgis): [FEATURE] Allow moving callout start or end points interactively
using the Move Labels tool
Allows users to manually place the exact start or end point of label
callout lines.
*Cal...
Nyall Dawson
06:33 AM Revision bf2a9258 (qgis): Merge pull request #41738 from m-kuhn/alg_exec_no_selection_unbound_local
Fix calling in place with empty iterator Matthias Kuhn
06:18 AM Revision f0838763 (qgis): Bump minimum Qt version to 5.12
Nyall Dawson
04:41 AM Revision 07a21af9 (qgis): Make the original layer CRS of label features accessible via
QgsLabelFeature Nyall Dawson
04:41 AM Revision 61edbb3a (qgis): Add method to calculate shortestLine from a QgsAbstractGeometry instead...
Nyall Dawson
04:41 AM Revision d2e0e8d3 (qgis): Add method for a callout to obtain a transform from the original
associated layer's crs to the destination map crs Nyall Dawson
04:41 AM Revision 9532a5a9 (qgis): Fix since
Nyall Dawson
04:41 AM Revision ee25819b (qgis): [FEATURE][labeling] Add data defined control over callout origin
and destination points
Allows users to data define the starting and ending points for
label callout lines, which is ...
Nyall Dawson
03:47 AM Revision af69dc7c (qgis): Require GDAL 3.0+
Drop compatibility with GDAL v2 Nyall Dawson
03:47 AM Revision e11801d3 (qgis): Require Proj version 6 or later, drop old proj 4 compatibility code
Nyall Dawson
03:47 AM Revision 493329cb (qgis): Fix dox test
Nyall Dawson
03:46 AM Revision f76ed50d (qgis): Gracefully catch transform errors in rubber band geometries
Nyall Dawson
03:46 AM Revision 3c563305 (qgis): Gracefully catch transform errors in rubber band geometries
Nyall Dawson
03:43 AM Revision c238d46d (qgis): Gracefully catch transform errors in rubber band geometries
Nyall Dawson
03:43 AM Revision b2f8045e (qgis): Merge pull request #41738 from m-kuhn/alg_exec_no_selection_unbound_local
Fix calling in place with empty iterator Matthias Kuhn
02:48 AM Revision 27b241df (qgis): Fix Help button for "Vector Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
02:48 AM Revision 659e45fc (qgis): Fix Help button for "Vector Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
02:44 AM Revision 76aaa232 (qgis): Fix Help button for "Raster Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
02:44 AM Revision 27e74a6f (qgis): Fix Help button for "Vector Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea

2021-02-22

10:02 PM Revision 0b6abcf4 (qgis): Merge pull request #41738 from m-kuhn/alg_exec_no_selection_unbound_local
Fix calling in place with empty iterator Matthias Kuhn
10:02 PM Revision dd51b7e4 (qgis): Merge pull request #41738 from m-kuhn/alg_exec_no_selection_unbound_local
Fix calling in place with empty iterator Matthias Kuhn
09:59 PM Revision a825b5af (qgis): Merge pull request #41738 from m-kuhn/alg_exec_no_selection_unbound_local
Fix calling in place with empty iterator Matthias Kuhn
08:23 PM Revision 22ae0d14 (qgis): Add mechanism to defer updates of rubber bands when adding multiple
geometries
GREATLY speeds up rubber band creation for many geometries, resulting
in consequent speed ups to the move...
Nyall Dawson
08:20 PM Revision 7b37f32b (qgis): Add mechanism to defer updates of rubber bands when adding multiple
geometries
GREATLY speeds up rubber band creation for many geometries, resulting
in consequent speed ups to the move...
Nyall Dawson
04:22 PM Revision 67c22638 (qgis): do not filter paths in pull_request workflow for tests
Denis Rouzaud
04:17 PM Revision 98cf3888 (qgis): Fix OGC workflow triggering (#41687)
Paul Blottiere
03:44 PM Revision 516e7ab1 (qgis): cache Docker build in MingW workflow (#41736)
Denis Rouzaud
03:34 PM Revision 4f1cf835 (qgis): use complete name
Denis Rouzaud
03:10 PM Revision 1ef4b817 (qgis): fix tag
Denis Rouzaud
03:06 PM Revision 60ad7d43 (qgis): Fix calling in place with empty iterator
```
File "/home/mkuhn/.local/share/QGIS/QGIS3/profiles/default/python/plugins/autocurve/plugin.py", lin...
Matthias Kuhn
02:57 PM Revision 46bf632b (qgis): fix file name
Denis Rouzaud
02:43 PM Revision 435751f1 (qgis): fix workflow
Denis Rouzaud
02:24 PM Revision 3772c4b0 (qgis): cache Docker build in MingW workflow
Denis Rouzaud
02:23 PM Revision c3869e03 (qgis): Revert "faster build to test"
This reverts commit e653df5b790e835a84435dd4ee90941ed4d95185. Denis Rouzaud
02:23 PM Revision e74004cf (qgis): faster build to test
Denis Rouzaud
02:23 PM Revision a7578e2c (qgis): cache Docker build in MingW workflow
Denis Rouzaud
01:47 PM Revision 002e634d (qgis): add cache to mingw builds (#41734)
Denis Rouzaud
01:46 PM Revision 782d2ffa (qgis): groups
Denis Rouzaud
01:45 PM Revision 2272734a (qgis): Revert "faster build to test"
This reverts commit e653df5b790e835a84435dd4ee90941ed4d95185. Denis Rouzaud
01:23 PM Revision e85f8388 (qgis): fix ccache call
Denis Rouzaud
11:59 AM Revision e14ed072 (qgis): fix ccache package
Denis Rouzaud
11:51 AM Revision 9eebf0d0 (qgis): fix ccache package
Denis Rouzaud
11:42 AM Revision e653df5b (qgis): faster build to test
Denis Rouzaud
11:41 AM Revision 1bddec44 (qgis): add cache to mingw builds
Denis Rouzaud

2021-02-21

07:27 PM Revision 981c306f (qgis): followup 570972b227075335f2b4a6ca2d5e6cb00330a0f6
(cherry picked from commit 61b6cc21e8a1708c8bcb0302546ac6cf81da6c36) Jürgen Fischer
07:27 PM Revision cdb515a2 (qgis): followup 570972b227075335f2b4a6ca2d5e6cb00330a0f6
(cherry picked from commit 61b6cc21e8a1708c8bcb0302546ac6cf81da6c36) Jürgen Fischer
07:26 PM Revision 61b6cc21 (qgis): followup 570972b227075335f2b4a6ca2d5e6cb00330a0f6
Jürgen Fischer
05:48 PM Revision 1f786655 (qgis): processing/gdal: use batch files instead of modules on windows
(cherry picked from commit 570972b227075335f2b4a6ca2d5e6cb00330a0f6) Jürgen Fischer
05:48 PM Revision 2d3150d0 (qgis): processing/gdal: use batch files instead of modules on windows
(cherry picked from commit 570972b227075335f2b4a6ca2d5e6cb00330a0f6) Jürgen Fischer
05:46 PM Revision 570972b2 (qgis): processing/gdal: use batch files instead of modules on windows
Jürgen Fischer
10:26 AM Revision 6d26cb8b (qgis): [processing] Fix GDAL algorithms hang when gdal command is not availabl...
Nyall Dawson
07:26 AM Revision 8f61a3ab (qgis): Merge pull request #41716 from nyalldawson/georef_project_318
[georeferencer] NEVER load raster file being referenced into the current project (3.18) Nyall Dawson
07:26 AM Revision 03eaf9f2 (qgis): Show a highlight around the label which will be affected when hovering
over labels using one of the interactive labeling map tools
For busy labeling areas, this lets you see in advance ex...
Nyall Dawson
07:11 AM Revision b306ae04 (qgis): [gdal] Enable multi-threaded whenever possible
(benefits including faster overviews building, warping, and
more)
Mathieu Pellerin - nIRV
06:18 AM Revision eb6bac23 (qgis): More dox
Nyall Dawson
06:18 AM Revision ef78bf9a (qgis): Add public transform method
Nyall Dawson
06:18 AM Revision ff195b37 (qgis): Pixel -> layer
Nyall Dawson
06:18 AM Revision 9267a06b (qgis): Update docs
Nyall Dawson
06:18 AM Revision d2de7668 (qgis): Fix typo
Nyall Dawson
06:18 AM Revision 77b89823 (qgis): Add test
Nyall Dawson
06:18 AM Revision 30fac037 (qgis): start tests
Nyall Dawson
06:18 AM Revision fd7149ac (qgis): Create class QgsGcpGeometryTransformer, which allows transformation
of geometry objects via a ground control points based transformation Nyall Dawson
06:18 AM Revision ce543212 (qgis): Rename pixel/layer/map coordinates to "source" and "destination", to
make classes more generic and avoid confusion with non-raster based
GCPs
Also flip function arguments to source, des...
Nyall Dawson
06:18 AM Revision 6628d5d2 (qgis): Move method to string to QgsGcpTransformerInterface class
Nyall Dawson
06:18 AM Revision 8bf253d6 (qgis): Move classes representing GCP based transformations from app to analysis,
and make ready for exposure to public API Nyall Dawson
06:18 AM Revision 30245eef (qgis): Add clone method
Nyall Dawson
06:18 AM Revision fe8c7686 (qgis): Move transform enum to base class
Nyall Dawson
06:18 AM Revision f2f1d70f (qgis): Add factory method which creates an initialized transformer from method...
Nyall Dawson
06:18 AM Revision 125c33bf (qgis): Move factory method to base class
Nyall Dawson
06:18 AM Revision d8a6d367 (qgis): Nice and friendly API
Nyall Dawson
06:07 AM Revision 0878aaed (qgis): [processing] Fix GDAL algorithms hang when gdal command is not availabl...
Nyall Dawson
06:04 AM Revision af0fb8bb (qgis): [processing] Fix GDAL algorithms hang when gdal command is not availabl...
Nyall Dawson
06:02 AM Revision 8068b5cf (qgis): Fix crash when setting value for relation widget wrapper (#41653)
Calling setForeignKeys during updateValues would result in the
widget wrapper catching the relation widget's changed ...
Nyall Dawson
06:02 AM Revision e44d7280 (qgis): [layouts] Correctly set data defined html url or attribute table
source property on the parent multiframe object, not the child frame
Fixes #41590
Fixes #36647
Nyall Dawson
05:46 AM Revision 76620ff8 (qgis): Remove confusing crs prompt which can show when loading a raster file i...
(cherry picked from commit ad052b5b7b2cbd5d25081f54eecadd29d30852f9) Nyall Dawson
05:46 AM Revision ea4bc098 (qgis): [georeferencer] NEVER load raster file being referenced into the
current project
This was likely a decades old hack in order to get the layer to
show in the georeferencer canvas, bu...
Nyall Dawson

2021-02-20

10:09 AM Revision 14e5c609 (qgis): Merge pull request #41364 from domi4484/modeMajorityConfusion
Fix array mode/majority confusion Matthias Kuhn
09:51 AM Revision f14edc3b (qgis): Merge pull request #41694 from elpaso/fedora-mingw-readme
Update INSTALL after MXE->Fedora-mingw64 switch Alessandro Pasotti
03:26 AM Revision a366d5b2 (qgis): Refactor climb.py
Evan Derickson
03:26 AM Revision ef6799fa (qgis): More append thinning
Along with some other loop optimizations Evan Derickson
03:26 AM Revision dcde81fb (qgis): Thin out unneeded function calls
Evan Derickson
03:26 AM Revision 0e637990 (qgis): Reduce appends
Evan Derickson
03:26 AM Revision 97880d74 (qgis): Simplify other_fields detection
Evan Derickson
03:26 AM Revision 26ad7c6a (qgis): Simplify other_field checker
Evan Derickson
03:26 AM Revision 5302feb2 (qgis): Add line break for consistency
Evan Derickson
03:26 AM Revision f87386aa (qgis): Making formatting consistent
Evan Derickson
03:26 AM Revision f3a60ebf (qgis): Simplify other_fields checker
Evan Derickson
03:26 AM Revision 6d5bf2b5 (qgis): Revert f-string conversion
Evan Derickson
03:26 AM Revision 0a3b7d36 (qgis): Make argument setting consistent
Evan Derickson
02:47 AM Revision 54c76a7f (qgis): add circle vector tile layer support (#41584)
* fix #41529: add circle vector tile layer support Peter Petrik

2021-02-19

12:58 AM Revision d1f6ae3b (qgis): Merge pull request #41670 from elpaso/bugfix-gh41662-raster-byte-nodata...
Set min/max from data type when GDAL stats fail Nyall Dawson
12:06 AM Revision 0f35847a (qgis): Ignore getLegendGraphic URL if GetMap url is ignored (#41596)
Marco Hugentobler
11:04 PM Revision f10d6a9d (qgis): add circle vector tile layer support (#41584)
* fix #41529: add circle vector tile layer support Peter Petrik
11:04 PM Revision 1ad7b428 (qgis): add circle vector tile layer support (#41584)
* fix #41529: add circle vector tile layer support Peter Petrik
11:01 PM Revision da5f9db0 (qgis): add circle vector tile layer support (#41584)
* fix #41529: add circle vector tile layer support Peter Petrik
10:51 PM Revision 79a3388b (qgis): Update INSTALL.md
Co-authored-by: Harrissou Sant-anna <[email protected]> Alessandro Pasotti
10:29 PM Revision 57cb687e (qgis): QgsProjectLayerGroupDialog: accept an existing project
in an overloaded constructor.
Fixes #40552
Alessandro Pasotti
09:35 PM Revision 64d921fe (qgis): Reformat elapsed time in processing to express time in hours, minutes a...
When appropriate, express the elapsed time in hours, minutes and seconds in addition to cumulative seconds. Jean-François Bourdon
09:34 PM Revision 84c00350 (qgis): Merge pull request #41670 from elpaso/bugfix-gh41662-raster-byte-nodata...
Set min/max from data type when GDAL stats fail Nyall Dawson
09:34 PM Revision 3822a228 (qgis): Merge pull request #41670 from elpaso/bugfix-gh41662-raster-byte-nodata...
Set min/max from data type when GDAL stats fail Nyall Dawson
09:31 PM Revision 51b3bfa0 (qgis): Merge pull request #41670 from elpaso/bugfix-gh41662-raster-byte-nodata...
Set min/max from data type when GDAL stats fail Nyall Dawson
09:27 PM Revision 17281e84 (qgis): Ignore getLegendGraphic URL if GetMap url is ignored (#41596)
Marco Hugentobler
09:27 PM Revision 1d491127 (qgis): Ignore getLegendGraphic URL if GetMap url is ignored (#41596)
Marco Hugentobler
09:23 PM Revision 7031fed0 (qgis): Ignore getLegendGraphic URL if GetMap url is ignored (#41596)
Marco Hugentobler
09:17 PM Revision 50d7ee24 (qgis): QgsProjectLayerGroupDialog: accept an existing project
in an overloaded constructor.
Fixes #40552
Alessandro Pasotti
09:17 PM Revision 9a712255 (qgis): QgsProjectLayerGroupDialog: accept an existing project
in an overloaded constructor.
Fixes #40552
Alessandro Pasotti
09:15 PM Revision 70169444 (qgis): [layouts] Correctly set data defined html url or attribute table
source property on the parent multiframe object, not the child frame
Fixes #41590
Fixes #36647
Nyall Dawson
09:15 PM Revision 9ac082e0 (qgis): [layouts] Correctly set data defined html url or attribute table
source property on the parent multiframe object, not the child frame
Fixes #41590
Fixes #36647
Nyall Dawson
09:14 PM Revision 1f3a5c0d (qgis): QgsProjectLayerGroupDialog: accept an existing project
in an overloaded constructor.
Fixes #40552
Alessandro Pasotti
09:13 PM Revision a4349acf (qgis): [georeferencer] Show a temporary marker at the clicked point after addi...
while the dialog for entering the map coordinates is open
This allows users to see the raster point they clicked whi...
Nyall Dawson
09:13 PM Revision c67e29a0 (qgis): Remove confusing crs prompt which can show when loading a raster file i...
Nyall Dawson
09:13 PM Revision 0e6ad361 (qgis): [georeferencer] NEVER load raster file being referenced into the
current project
This was likely a decades old hack in order to get the layer to
show in the georeferencer canvas, bu...
Nyall Dawson
09:12 PM Revision 8324317e (qgis): [layouts] Correctly set data defined html url or attribute table
source property on the parent multiframe object, not the child frame
Fixes #41590
Fixes #36647
Nyall Dawson
08:06 PM Revision 8a5c2fee (qgis): Add test for saving selected features logic in package layers algorithm
Stefan Conrads
08:06 PM Revision fc3eccd6 (qgis): Add option to save only selected features in package layers algorithm
Stefan Conrads
08:06 PM Revision d7a72a7a (qgis): In package layers algorithm save all features when layer has no selecti...
Stefan Conrads
08:04 PM Revision c8d61499 (qgis): [processing] Instead of a hidden parameter for verbose model logging,
add an explicit log level getter/setter to QgsProcessingContext which
algorithms can use to determine an appropriate ...
Nyall Dawson
08:03 PM Revision 9489afe0 (qgis): Feature: mime_type expression function
Adds a mime_type( bytes ) expression function
Funded by: Today I didn't go skiing.
Alessandro Pasotti
08:02 PM Revision af4fb3f9 (qgis): [processing] Improve atlas exporting feedback, don't throw is no featur...
Mathieu Pellerin - nIRV
08:02 PM Revision 107b61cc (qgis): Some wmst services specify a temporal dimension using ', ' separated va...
Also simplify code
(cherry picked from commit fd31243bd9db643aa333a180270a1dd0fbe6aee9)
Nyall Dawson
08:02 PM Revision b08595ea (qgis): Simpler approach to remove time component of a datetime value
(cherry picked from commit 38730859ab39ceb029bb986b4c215936b30797b9) Nyall Dawson
08:02 PM Revision ac8f336f (qgis): QStringLiteral
(cherry picked from commit 54035549a5675bee6f27da063dd5a70bfb326ac6) Nyall Dawson
08:02 PM Revision 99e45b41 (qgis): Simpler iteration using range based loops
(cherry picked from commit c7a158f81af7de72c95e125e9a12f020b6e3d197) Nyall Dawson
08:02 PM Revision b7b43a34 (qgis): [wms] Pass some large types by reference
(cherry picked from commit 5dd69c08ed4a10b44c26a43c7f6bac3ecb5afa0e) Nyall Dawson
08:02 PM Revision 64ff2c98 (qgis): Fix calculating closest wmst time when wmst uses a static list of datet...
(cherry picked from commit 912786e1324c5341f2f2113cb5de6830a313cb2f) Nyall Dawson
08:02 PM Revision f1b056b8 (qgis): Server WFS: handle axis order in BBOX
Follows GeoServer convention, fixes #36584
Cherry-picked from master e967fd95a1
Alessandro Pasotti
08:02 PM Revision ecd8dc4b (qgis): Prevent spatialindex creation by default on GPKG
Fixes #41436
Manual Backport from master 62bb273024bb71d9cb254f9c8d5aa9
Alessandro Pasotti
08:02 PM Revision bbe476ad (qgis): Fix vertex editor locale with Z/R values
Fixes #29682
Manual backport of master commit e859d44456
Alessandro Pasotti
08:02 PM Revision f88729c5 (qgis): Don't loop through all selected features multiple times (once per
field) when the attribute form is opened.
This is incredibly expensive, yet only required in a very very small
corne...
Nyall Dawson
08:02 PM Revision fb032754 (qgis): properly get layer from a QgsProcessingFeatureSourceDefinition (#41457)
Fixes #40055 Julien Cabieces
08:02 PM Revision e4311925 (qgis): [layouts] Expose the correct expression context for attribute and
manual table text format widgets
These text formats have access to the full layout item expression
context, and also...
Nyall Dawson
08:02 PM Revision 6404e58b (qgis): Add option to control the plain text display method for fields using
the checkbox form widget
In QGIS 2.x we always displayed the underlying raw value of a field
using the checkbox widg...
Nyall Dawson
08:02 PM Revision 7521861d (qgis): Fix text edit widget wrapper incorrectly shows "NULL" string for
indeterminate state
When editing multiple features with differing values for a text
edit widget field, the widget sh...
Nyall Dawson
08:02 PM Revision 97495c06 (qgis): Fix logic error in QgsVectorLayer::changeAttributeValues which
results in an incorrect failure status when editing a layer
which contains joins
This causes the attribute form to i...
Nyall Dawson
08:02 PM Revision e0206768 (qgis): Fix misleading error message when an attribute form fails to
save changes
Regardless of the reason why the saving failed, a message about
invalid JSON was always shown... which ...
Nyall Dawson
08:02 PM Revision f03d20c8 (qgis): Fix fragile method of setting font marker data defined style
And fix test flakiness
(cherry picked from commit 1ed964d34c55a7d63a80f2a3eaf7bbb9e521a913)
Nyall Dawson
08:02 PM Revision c603c0fe (qgis): Modify the test case to use spy signal
(cherry picked from commit e62aaef0c6052544ab2c0833405b7200c51697c5) Mathieu Pellerin - nIRV
08:02 PM Revision 3436f80d (qgis): Add basic tests covering feature counter
(cherry picked from commit 153640855e4426e4c28e5a72cab62b8b3f4e1023) Mathieu Pellerin - nIRV
08:02 PM Revision 7e24fdea (qgis): Fix initiation of feature counter map, use ruleKey
(cherry picked from commit 413baf7b71b95022958f38698ad26c71e36c3424) Mathieu Pellerin - nIRV
08:02 PM Revision f48faf16 (qgis): Fix restoring previous GDAL alg raster creation options when running an...
(cherry picked from commit 5ba423d816528cb578e3c418275c6833bab7243b) Nyall Dawson
08:02 PM Revision 1848b8f8 (qgis): Fix setting the current GDAL profile options temporarily overwrites
the definition of one of the stored GDAL profiles
Fixes #41378
Fixes #40235
(cherry picked from commit 7454a0e0dbcc...
Nyall Dawson
08:02 PM Revision 5bdda19f (qgis): [processing] Automatically load the native and 3d providers
when a script calls Processing.initialize() if they are not
already loaded
This means the following ugly code can be...
Nyall Dawson
08:02 PM Revision 0afe7297 (qgis): Added sanity check of links between graphicitems showing error in dialo...
(cherry picked from commit 2f7d6defeeb9274320cc3a795a0d5bb1c8a0e878) Luigi Pirelli
08:02 PM Revision c74fc749 (qgis): Add "octagon", "asterisk" and "square with corners" shapes to simple ma...
available shapes
(cherry picked from commit c582967b6e5e565e980f415f92b8387d6f6178e8)
Nyall Dawson
08:02 PM Revision 3f4b249b (qgis): Mask images to get test passing on Fedora
(cherry picked from commit a81ba3cfff12218f740079200e7f044eb58f58c9) Nyall Dawson
08:02 PM Revision a916f7b1 (qgis): Fixes #40720 : Refresh snapping index on vector data provider notify
(cherry picked from commit 618734a34bfc1aa9a84cf679289441c0ec8c9669) Julien Cabieces
08:02 PM Revision d142b2c2 (qgis): Update layer variables for expression builder (#41417)
Fixes #40255
(cherry picked from commit 76cc05042e8ce5d23964db0a42b6ae1b0d1e4c1a)
Julien Cabieces
08:02 PM Revision 8bab4c5a (qgis): Fixes #40318 : remove duplicates in CRS list
(cherry picked from commit e8b4c408953adca49943df60bf524abc7ca60af6) Julien Cabieces
08:02 PM Revision c4299fdb (qgis): Fixes #39620 : Saving processing results in a database
(cherry picked from commit f5d915460c76a192d33b76a7210ff2112fbe2af9) Julien Cabieces
08:02 PM Revision 40e164d7 (qgis): Use QRegularExpression::UseUnicodePropertiesOption in regular expressio...
Should fix: #41453 in which values holding UTF diacritics were not handled.
While these expressions are used for (int...
Richard Duivenvoorde
08:02 PM Revision 67d02f1f (qgis): Fix QgsDataItem test
(cherry picked from commit 1042136a8999c12c9bca351b11c233f681b9ce1d) Alessandro Pasotti
08:02 PM Revision ca4d4f1d (qgis): Test databaseConnection
(cherry picked from commit 37e5f94af44c99c0ef35607db61c75fd5e6acd6c) Alessandro Pasotti
08:02 PM Revision 8e39816a (qgis): Add DB connections factory to data items
(cherry picked from commit 5733970f84f0d4f670b0a26046d4c020c3065337) Alessandro Pasotti
08:02 PM Revision 7b3c4f39 (qgis): GPKG Allow table creation from file browser
Fixes #41342
(cherry picked from commit 95573cf454a844ce6976a5b76c243768a44d8ca7)
Alessandro Pasotti
08:02 PM Revision a9233411 (qgis): fix #41182 load system OpenCL (#41374)
(cherry picked from commit e533b267e8fa95b84d8bf6385853d2ced74b3197) Peter Petrik
08:02 PM Revision be480b02 (qgis): [process] Set the PROJECT_PATH project as QgsProject singleton to fix ...
(cherry picked from commit 590b7f48c4d2997a50fd636fe0431ec37159e9f1) Mathieu Pellerin - nIRV
08:02 PM Revision e2f9a067 (qgis): [processing] Ask users for existing destination fields for
Sum Line Length and Count Points In Polygons result fields
when running in in-place mode
Makes these algorithms full...
Nyall Dawson
08:02 PM Revision ac6df582 (qgis): [processing] Input parameter name for in place algorithms is not
always fixed, so ensure we correctly obtain and use the correct
input parameter name
(cherry picked from commit 0a2b...
Nyall Dawson
08:02 PM Revision 122725b0 (qgis): [processing] Correctly set IN_PLACE configuration option when running i...
(cherry picked from commit 8a3a039f0d21afb1aba867d5702eacb6f60125bf) Nyall Dawson
08:02 PM Revision 7a7e56a9 (qgis): Server: remove double url decoding
Fixes #41116 and #39436 (test taken from that)
(cherry picked from commit 55573ede933726408700c1eaf3d5213a4d47a26d)
Alessandro Pasotti
08:02 PM Revision 93785665 (qgis): WMS provider: urlencode layer names in GetMap URL requests
Fixes #41116
Successfully tested on QGIS Server and GeoServer
(cherry picked from commit 3ca980f01448a6c20d1467089d...
Alessandro Pasotti
08:02 PM Revision 8829430b (qgis): Add test for server + encoding
(cherry picked from commit 0498ddd0477c408ac23bf8d555f8da6693ccf63b) Alessandro Pasotti
08:02 PM Revision 69e39907 (qgis): Apply suggestions from code review
Co-authored-by: Andrea Giudiceandrea <[email protected]>
(cherry picked from commit 6e941f13f8ecba6df207f60dc2681...
Alessandro Pasotti
08:02 PM Revision bee54fb5 (qgis): Locale support for extent and raster save as dlg
Fixes #41284
(cherry picked from commit 10a3740009ecb09d78c291b118622bba56e4f3b7)
Alessandro Pasotti
08:02 PM Revision 1ffbb78a (qgis): [Oracle] Fix create layer with lowercase and large field names
Julien Cabieces
08:02 PM Revision b1067afc (qgis): Fix issue when inserting a feature with only null attributes
Julien Cabieces
08:02 PM Revision 209fad55 (qgis): [Oracle] Don't reset srid to -1 when there is no geometry
Julien Cabieces
08:02 PM Revision 9b6c0ddb (qgis): use unique_ptr to handle provider pointer deletion
Julien Cabieces
08:02 PM Revision 669cead1 (qgis): don't use QUUid::Id128, doesn't exist in Qt 5.9
Julien Cabieces
08:02 PM Revision 7ec50da2 (qgis): fix spellcheck
Julien Cabieces
08:02 PM Revision f29b87f4 (qgis): [Oracle] Fix Oracle empty layer creation when there is no geometry
Julien Cabieces
08:02 PM Revision 32867532 (qgis): [Postgres] Use spatial index for tables using geography type (fixes #39...
(cherry picked from commit b936829b3e4ba8e952597b9483f950ed5a798385) Even Rouault
08:02 PM Revision 1805d161 (qgis): [processing] Add commands to qgis_process tool to enable or disable
plugins from the command line
qgis_process plugins enable plugin_name: enables the named plugin
qgis_process plugins...
Nyall Dawson
08:02 PM Revision 1029d123 (qgis): Fix test result (because NULL is a distinct value like in PG SQL)
(cherry picked from commit 6e9389c4b2facad3d65eea35412b1974bed0d43c) Alessandro Pasotti
08:02 PM Revision 048e9c64 (qgis): Fix basicstatisticsforfields tests
(cherry picked from commit 9d18fe14f7e96481193b5ff2e35199fdd0a80ef8) Alessandro Pasotti
08:02 PM Revision 69c1bdf7 (qgis): Handle nulls for date/time correctly
(cherry picked from commit aa062f92a9e4a5cb1d2ad90d8459552be83d0dea) Alessandro Pasotti
08:02 PM Revision 496b10b1 (qgis): Followup #41109: fix algorithms
Check for NULL instead of valid (because NULL is valid).
The old behavior was relying on the fact that a NULL attrib...
Alessandro Pasotti
08:02 PM Revision 2bf54c15 (qgis): skip-keyword-check
(cherry picked from commit 07f24296fb9fd65b1f9232352acfa38ecd24fb7a) Alessandro Pasotti
08:02 PM Revision 1f8298ff (qgis): Fixes windows issue with QVariant( QString() ) being NULL
Fixes #41076
(cherry picked from commit b078be618520f925e07e40599036f00f806fbc3e)
Alessandro Pasotti
08:02 PM Revision e5a4e048 (qgis): [PostgreSQL] Pass client_encoding='UTF-8' in connection string (fixes #...
to avoid issues with non-ASCII passwords, and local encoding different from
database encoding.
(cherry picked from c...
Even Rouault
08:02 PM Revision 2bf2246a (qgis): Handle exact distances in curveSubstring
Fixes #41081
These exact distances may be obtained with distance_to_vertex.
Before this change, the code considered...
Alban Kraus
08:02 PM Revision 6c5b0357 (qgis): Rework geometry symbol rendering loop
Don't segmentize and process the whole geometry upfront, and instead
defer the segmentization and processing (eg clip...
Nyall Dawson
08:02 PM Revision e6138115 (qgis): Add optimised method to QgsMapToPixelSimplifier which avoids clones
in unwanted circumstances and works on QgsAbstractGeometry objects
instead of QgsGeometry
(cherry picked from commit...
Nyall Dawson
08:02 PM Revision fdaf54c9 (qgis): Fix rendering of Vector Field marker symbol layer when map is rotated
Fixes #40916
(cherry picked from commit 157bdcab884dde6523e78897ec1a8618a26b6d06)
Nyall Dawson
08:02 PM Revision ea7e329a (qgis): Use parent symbol type instead of layer geometry type to decide
which line symbol layer settings to show
Fixes fill symbol only related properties (like ring filters) show
for line...
Nyall Dawson
08:02 PM Revision 12ef9b54 (qgis): Ensure layer style dock is updated when toggling legend items through
layer tree menu
Fixes #40630
(cherry picked from commit 457d6618ad6e9843b785854cf85ab5a0b815cd8c)
Nyall Dawson
08:02 PM Revision cb97971c (qgis): [layouts] Always update label after text changes
Fixes label shows old text when opacity settings are changed
Fixes #40203
(cherry picked from commit 5d14c61f224e0f...
Nyall Dawson
08:02 PM Revision 6c095d26 (qgis): [processing] Don't default to input field for optional expression param...
Fixes #41063
(cherry picked from commit 1fed9020a21a3f3deb9cece03ebb533aeae8c6a2)
Nyall Dawson
08:02 PM Revision c2bf5021 (qgis): Server WFS: handle axis orientation
Fixes #36584
Cherry-picked from master 84f61ff3b1.
Alessandro Pasotti
05:57 PM Revision a5379500 (qgis): Update INSTALL after MXE->Fedora-mingw64 switch
Alessandro Pasotti
05:44 PM Revision 7f0a9a92 (qgis): Merge pull request #41527 from elpaso/fedora-mingw
Fedora mingw Alessandro Pasotti
03:53 PM Revision 3c0e6838 (qgis): Update minw64.yml
Rename task Alessandro Pasotti
03:27 PM Revision caa19170 (qgis): Set gathered statistics to none when there are no statistics
Fixes #41662 Alessandro Pasotti
01:12 PM Revision 0655276c (qgis): Bump version to 3.19
Jürgen Fischer
01:09 PM Revision bdef9fb3 (qgis): Release of 3.18 (Zürich)
Jürgen Fischer
01:09 PM Revision d9c7a4f3 (qgis): changelog and news update for 3.18
Jürgen Fischer
01:09 PM Revision df2cf9f5 (qgis): translation update for 3.18.0 from transifex
Jürgen Fischer
01:09 PM Revision 654e76b3 (qgis): Release of 3.16.4
Jürgen Fischer
01:09 PM Revision 914dc65a (qgis): translation update for 3.16.4 from transifex
Jürgen Fischer
11:45 AM Revision 19edc353 (qgis): Fix crash when setting value for relation widget wrapper (#41653)
Calling setForeignKeys during updateValues would result in the
widget wrapper catching the relation widget's changed ...
Nyall Dawson
11:41 AM Revision 353b72ca (qgis): Fix crash when setting value for relation widget wrapper (#41653)
Calling setForeignKeys during updateValues would result in the
widget wrapper catching the relation widget's changed ...
Nyall Dawson
11:08 AM Revision ca9a70e0 (qgis): ZSTD paths (unable to reproduce the issue on local docker)
Alessandro Pasotti
10:48 AM Revision 6fea5c6d (qgis): Fix null values are treated as valid values when evaluating data
defined field values
Causes (among other things) null field values from ogr to be
treated as 0 numeric values intead...
Nyall Dawson
10:07 AM Revision 27f3c4b9 (qgis): Fix docker build
Alessandro Pasotti
09:15 AM Revision 2d7f2d09 (qgis): Fix crash when running gdal algorithms through modeler
Fixes #41671 Nyall Dawson
09:10 AM Revision d4b1f3d4 (qgis): Fix typo
Harrissou Santanna
09:00 AM Revision 64a57871 (qgis): Fix yaml
Alessandro Pasotti
08:55 AM Revision 3a934dab (qgis): Build always
Alessandro Pasotti
08:54 AM Revision bade3509 (qgis): Run on PR
Alessandro Pasotti
08:54 AM Revision 325ed076 (qgis): Remove mxe GH action
Alessandro Pasotti
08:54 AM Revision e3022809 (qgis): Typo
Alessandro Pasotti
08:54 AM Revision 09f53d14 (qgis): Update build.sh
Alessandro Pasotti
08:54 AM Revision 25f12e84 (qgis): Mingw64 ccache and debug sym fix
Alessandro Pasotti
08:54 AM Revision 9e2958b8 (qgis): Fix nonsense checks
Alessandro Pasotti
08:54 AM Revision e2188002 (qgis): Build on all PR
Alessandro Pasotti
08:54 AM Revision faed480a (qgis): mxe -> fedora mingw64 from Sourcepole
Replace MXE with fedora mingw64 cross build recipe with python.
Thanks to Sandro Mani!
Alessandro Pasotti
08:50 AM Revision 30b21660 (qgis): Set min/max from data type when GDAL stats fail
Fixes #41662 Alessandro Pasotti
06:03 AM Revision c7900adc (qgis): Fix null values are treated as valid values when evaluating data
defined field values
Causes (among other things) null field values from ogr to be
treated as 0 numeric values intead...
Nyall Dawson
06:00 AM Revision ce4ce5da (qgis): Fix null values are treated as valid values when evaluating data
defined field values
Causes (among other things) null field values from ogr to be
treated as 0 numeric values intead...
Nyall Dawson
01:04 AM Revision 23cd4c56 (qgis): More dox fixes
Nyall Dawson
01:04 AM Revision 6155c116 (qgis): Newer doxygen versions don't auto convert the first line in a class'
documentation to a brief note, so we have to do it explicitly...
(cherry picked from commit 7dfef3a0b12b489db6b9cda9...
Nyall Dawson
01:04 AM Revision 5d701acb (qgis): More doxy nonsense, pt 2
(cherry picked from commit 7b2fc4c1f811b99669ca4677245fd5238c8243c6) Alessandro Pasotti

2021-02-18

11:33 PM Revision b25fe874 (qgis): Disable avoid overlap for all new projects
Stefanow Natsis
11:15 PM Revision 7b2fc4c1 (qgis): More doxy nonsense, pt 2
Alessandro Pasotti
11:15 PM Revision 9b5c4c61 (qgis): Code Layout
Alessandro Pasotti
11:15 PM Revision 7dfef3a0 (qgis): Newer doxygen versions don't auto convert the first line in a class'
documentation to a brief note, so we have to do it explicitly... Nyall Dawson
10:00 AM Revision aa897e4d (qgis): Really set minimum pc budget size
Nyall Dawson
10:00 AM Revision bc553398 (qgis): Fix clazy warning
Nyall Dawson
10:00 AM Revision 282cb687 (qgis): Make auto shift point cloud button follow other similar UI widget
appearance, and add explanatory tooltip Nyall Dawson
10:00 AM Revision 962c68a9 (qgis): Set the minimum point cloud budget to 100000
It's not an exact setting, and if we allow users to set it to
small values (like 1000), they'll realise that there's ...
Nyall Dawson
09:41 AM Revision d80c27d9 (qgis): Fix 3D point cloud position when layer CRS != project CRS (#41538)
* hopefully fixes CRS problem
* fix the 3D map position shift
* remove qDebug
* add catch throw around transformIn...
Nedjima Belgacem
02:54 AM Revision a89241c1 (qgis): Fix typo in replacement string for Doxygen FILE_PATTERNS option
This was causing FILE_PATTERNS to always be set to blank, which
in newer doxygen versions meant that *.txt files were...
Nyall Dawson
01:02 AM Revision 67685209 (qgis): fix crash on MacOS
Peter Petrik

2021-02-17

10:23 PM Revision 2c32a865 (qgis): [shellcheck] Fix bad return code
Nyall Dawson
10:23 PM Revision 2bf4c682 (qgis): Fix indentation check package
Nyall Dawson
10:23 PM Revision edb7b525 (qgis): Another shellcheck fix
Nyall Dawson
10:05 PM Revision 7611c972 (qgis): [shellcheck] Fix bad return code
Nyall Dawson
10:02 PM Revision eeeb1588 (qgis): [shellcheck] Fix bad return code
Nyall Dawson
10:00 PM Revision 91ee2812 (qgis): Fix indentation check package
Nyall Dawson
09:41 PM Revision c8844e30 (qgis): Merge pull request #41469 from elpaso/server-landingpage-sources
Server Landing page source code
Cherry-picked from master commit ac3da2e24a
Alessandro Pasotti
09:40 PM Revision 2086be66 (qgis): fix typo, a polymorphic relation is a generated relation, not a normal ...
speillet
09:34 PM Revision c4c45abd (qgis): Use title case for mesh parameters name displayed
in Modeler Inputs tree Harrissou Santanna
09:31 PM Revision ae7ea768 (qgis): fix crash on MacOS
Peter Petrik
09:29 PM Revision cc4538bb (qgis): cache mxe builds (#41472)
Denis Rouzaud
09:28 PM Revision da4f9a8d (qgis): fix crash on MacOS
Peter Petrik
03:57 PM Revision 5a9782de (qgis): expressions array_majority/minority renamed parameter first to any
Damiano Lombardi
11:07 AM Revision 4fc02733 (qgis): cache mxe builds (#41472)
Denis Rouzaud
01:25 AM Revision 8f3eeb3d (qgis): Merge pull request #41532 from signedav/fix_virtual_request_crash
Fix crash on featurerequest on virtual layer David Signer

2021-02-16

11:50 PM Revision 0c36f282 (qgis): Added my name to the contributors map
Patrice Pineault
11:19 PM Revision 2337520a (qgis): add point cloud elevation calibration button
NEDJIMAbelgacem
11:19 PM Revision 9eea594d (qgis): add label for the point cloud size below point budget
NEDJIMAbelgacem
10:17 PM Revision fd9ddced (qgis): rebased on master and addressed review comments
Samweli
10:17 PM Revision a3883761 (qgis): add support for plugin dialogs raster layer properties
Samweli
05:51 PM Revision 415fb513 (qgis): Merge pull request #41532 from signedav/fix_virtual_request_crash
Fix crash on featurerequest on virtual layer David Signer
03:58 PM Revision 36d7a8e9 (qgis): Revert "Revert "Update readme.txt (#41587)" (#41588)" (#41592)
This reverts commit 0ddc4d9ed350d41158946f19e027cc8986a751d3. Denis Rouzaud
03:57 PM Revision 0282450e (qgis): Revert "Revert "Update readme.txt (#41587)" (#41588)"
This reverts commit 0ddc4d9ed350d41158946f19e027cc8986a751d3. Denis Rouzaud
03:56 PM Revision 17c1ccbb (qgis): use another user to create issue
Denis Rouzaud
03:48 PM Revision cc88b40b (qgis): use another user to create issue
Denis Rouzaud
03:29 PM Revision 0ddc4d9e (qgis): Revert "Update readme.txt (#41587)" (#41588)
This reverts commit 810eff23495b3597521f8be948028d4c2850522a. Denis Rouzaud
03:28 PM Revision 688205fb (qgis): Revert "Update readme.txt (#41587)"
This reverts commit 810eff23495b3597521f8be948028d4c2850522a. Denis Rouzaud
03:26 PM Revision f4709d66 (qgis): add missing token
Denis Rouzaud
03:21 PM Revision 810eff23 (qgis): Update readme.txt (#41587)
Denis Rouzaud
03:20 PM Revision 1e22a539 (qgis): Update readme.txt
Denis Rouzaud
03:19 PM Revision f13327a7 (qgis): group workflows about Needs-documentation (#41586)
Denis Rouzaud
03:18 PM Revision 34cf673a (qgis): fix workflow
Denis Rouzaud
03:16 PM Revision a1ae3296 (qgis): group workflows about Needs-documentation
Denis Rouzaud
01:26 PM Revision d6ba90df (qgis): osgeo4w: use gdal nightly also for designer (fixes OSGeo4W#659)
(cherry picked from commit 0fdf0e493c7ef2f6d981ef1feb4d971eeb43b4d2) Jürgen Fischer
12:30 PM Revision 56160e42 (qgis): osgeo4w: use gdal nightly also for designer (fixes OSGeo4W#659)
(cherry picked from commit 0fdf0e493c7ef2f6d981ef1feb4d971eeb43b4d2) Jürgen Fischer
11:56 AM Revision f0ca8649 (qgis): fix translation strings
Jürgen Fischer
11:56 AM Revision 0fdf0e49 (qgis): osgeo4w: use gdal nightly also for designer (fixes OSGeo4W#659)
Jürgen Fischer
09:54 AM Revision 5249896c (qgis): Fix text edit widget wrapper incorrectly shows "NULL" string for
indeterminate state
When editing multiple features with differing values for a text
edit widget field, the widget sh...
Nyall Dawson
09:51 AM Revision fa913579 (qgis): Fix text edit widget wrapper incorrectly shows "NULL" string for
indeterminate state
When editing multiple features with differing values for a text
edit widget field, the widget sh...
Nyall Dawson
07:55 AM Revision d06a99a7 (qgis): [layouts] Expose the correct expression context for attribute and
manual table text format widgets
These text formats have access to the full layout item expression
context, and also...
Nyall Dawson
07:53 AM Revision f3372716 (qgis): [layouts] Expose the correct expression context for attribute and
manual table text format widgets
These text formats have access to the full layout item expression
context, and also...
Nyall Dawson
07:41 AM Revision 1d53f754 (qgis): make workflows on PRs from forks work again (#41577)
Denis Rouzaud
07:23 AM Revision 03c3dad0 (qgis): update QGIS deps for 3.16 macos builds
Denis Rouzaud
06:02 AM Revision e7d2fdf5 (qgis): Fix logic error in QgsVectorLayer::changeAttributeValues which
results in an incorrect failure status when editing a layer
which contains joins
This causes the attribute form to i...
Nyall Dawson
05:59 AM Revision 01889d96 (qgis): Fix logic error in QgsVectorLayer::changeAttributeValues which
results in an incorrect failure status when editing a layer
which contains joins
This causes the attribute form to i...
Nyall Dawson
05:57 AM Revision 8bda37ca (qgis): [processing] Fix crash when running model from file through qgis_process
with the --json switch Nyall Dawson
05:39 AM Revision fcdc66aa (qgis): fix windows build and some warnings
(cherry picked from commit a5ac126ae492496ae02bb718ed4a7b4522fb167d) Jürgen Fischer
05:39 AM Revision b230f282 (qgis): Add test masks for qgis_painteffecttest
(cherry picked from commit c1932628757a50c4ff8641dcbb18e0cd4fde86b6) Nyall Dawson
05:39 AM Revision b824d112 (qgis): Test mask for PyQgsSvgCache'
(cherry picked from commit a4924b4bce584621bbe84e0a2f526e62b6abb9fb) Nyall Dawson
05:39 AM Revision 16c59dcc (qgis): Add tests masks for PyQgsAnnotation
(cherry picked from commit ad5ea10587c4584205f495d25abcfb64fc0878a5) Nyall Dawson
05:39 AM Revision 54d66933 (qgis): Add test masks for qgis_maprendererjobtest
(cherry picked from commit bb5f25c93892d80bc1992c8359ec7b77d54628fb) Nyall Dawson
04:55 AM Revision a04c127d (qgis): replace FreeSans and Ubuntu with Open Sans
Peter Petrik
04:32 AM Revision ba3a54c7 (qgis): Vector tiles: fix crash in gsMapBoxGlStyleConverter::parseFillLayer() (...
and also a potential similar one in parseLineLayer()
Use default QgsFillSymbol and QgsLineSymbol objects, instead of...
Even Rouault
02:25 AM Revision c708ca58 (qgis): Don't crash when a relation is created where the field names defined in...
(cherry picked from commit 0f49cb909732882e4c0b3ba26a6987fff95e29ea) Nyall Dawson
02:25 AM Revision f6a46131 (qgis): Fix clazy warnings
(cherry picked from commit cf43c60717c4487723896c045912c9c799c9cbf8) Nyall Dawson
02:25 AM Revision 0140dd69 (qgis): Modernise test
(cherry picked from commit a09ffc86ce03d0870da4883e0e111c55c1ac2529) Nyall Dawson
02:20 AM Revision 16fed718 (qgis): Add option to control the plain text display method for fields using
the checkbox form widget
In QGIS 2.x we always displayed the underlying raw value of a field
using the checkbox widg...
Nyall Dawson
02:17 AM Revision eba9ffa4 (qgis): Add option to control the plain text display method for fields using
the checkbox form widget
In QGIS 2.x we always displayed the underlying raw value of a field
using the checkbox widg...
Nyall Dawson
01:49 AM Revision eccd7f0b (qgis): fix GRASS v_net_visibility module (#41515)
Fixes #41030 Giovanni Manghi
01:35 AM Revision f076b9bd (qgis): support python 3.8 and qgis-deps-0.7.0 (#41505)
Peter Petrik
01:27 AM Revision 1772c94e (qgis): Merge pull request #41490 from SrNetoChan/new_icons2
Add missing icons Mathieu Pellerin - nIRV

2021-02-15

12:42 AM Revision fd657bee (qgis): Fix misleading error message when an attribute form fails to
save changes
Regardless of the reason why the saving failed, a message about
invalid JSON was always shown... which ...
Nyall Dawson
11:59 PM Revision 13d4bd8f (qgis): fix GRASS v_net_visibility module (#41515)
Fixes #41030 Giovanni Manghi
11:54 PM Revision 92a48992 (qgis): fix GRASS v_net_visibility module (#41515)
Fixes #41030 Giovanni Manghi
11:50 PM Revision b7d7f4de (qgis): Prevent spatialindex creation by default on GPKG
Fixes #41436 Alessandro Pasotti
09:18 PM Revision c05ebedc (qgis): Merge pull request #41532 from signedav/fix_virtual_request_crash
Fix crash on featurerequest on virtual layer David Signer
08:34 PM Revision 93910ea3 (qgis): fix translation strings
Jürgen Fischer
04:07 PM Revision 2942bc3b (qgis): set mRectEngine on filterType FilterFid as well and check the mRectEngi...
David Signer
10:54 AM Revision a4871490 (qgis): Add symbol button to allow users to customise the line symbol used
in collapsed data defined size legends
While it was possible to set the symbol style via api, there was
no UI to all...
Nyall Dawson
10:48 AM Revision 76f09fd7 (qgis): Added some tests with strings
Damiano
10:04 AM Revision 7de6dd10 (qgis): do not build release-3_10 docker images anymore
Denis Rouzaud
09:46 AM Revision ac18ce91 (qgis): Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]> Damiano
08:18 AM Revision ebb84227 (qgis): update QGIS deps for 3.16 macos builds
Denis Rouzaud
08:16 AM Revision 7635690e (qgis): drop old Qt 5.14 workflow (#41458)
We have now a build matrix in the main workflow for this Denis Rouzaud
08:16 AM Revision 94aed9a2 (qgis): fix cache for PR on other branch than master
Denis Rouzaud
08:16 AM Revision 662fff29 (qgis): actor not owner for cache restore-key
Denis Rouzaud
08:16 AM Revision e53a9e6b (qgis): CI changes - update to GH workflow + Ubuntu 20.04 as base image
Denis Rouzaud
08:16 AM Revision 3de13ada (qgis): Fix copy
Denis Rouzaud
08:16 AM Revision 55c99700 (qgis): remove unnecessary block
Denis Rouzaud
08:16 AM Revision aaaf11e2 (qgis): enable Oracle test on CI (#41460)
Denis Rouzaud
08:16 AM Revision 972e41b8 (qgis): use a matrix strategy to build with Qt 5.14 (#41416)
Denis Rouzaud
08:16 AM Revision 8cb2977c (qgis): avoid name conflicts across forks for the workflow cache
Denis Rouzaud
08:16 AM Revision dc0e80bc (qgis): fix caching of deps in mac workflow (#41440)
Denis Rouzaud
08:16 AM Revision 37514088 (qgis): fix paths for macos workflow
Denis Rouzaud
08:16 AM Revision d4b9c740 (qgis): fix caching of build directory for mac workflow
Denis Rouzaud
08:16 AM Revision 4cda7b72 (qgis): also run workflow on python changes
Denis Rouzaud
08:16 AM Revision 9dd6a658 (qgis): fix GH workflow message (#41413)
Denis Rouzaud
08:16 AM Revision fc677910 (qgis): cache build and deps for mac workflow (#41409)
Denis Rouzaud
08:16 AM Revision 6065f8cb (qgis): fix restore-keys for cache action (#41419)
Denis Rouzaud
08:16 AM Revision 7b1b2365 (qgis): fix cache for PR on other branch than master
Denis Rouzaud
07:53 AM Revision 3e739eea (qgis): update QGIS deps for 3.16 macos builds
Denis Rouzaud
07:51 AM Revision efd70b5e (qgis): do not run ogc workflow so often (#41553)
* do not run ogc workflow so often
* even stricter
Denis Rouzaud
07:51 AM Revision 002b2c48 (qgis): even stricter
Denis Rouzaud
07:48 AM Revision 52b24225 (qgis): do not run ogc workflow so often
Denis Rouzaud
07:44 AM Revision 0f4993b3 (qgis): docker images are now focal by default
Denis Rouzaud
03:12 AM Revision 48ce042c (qgis): Take advantage of pre-computed static expression nodes when determining
the referenced fields of an expression
Avoids some cases where use of various expression functions which
normally tr...
Nyall Dawson
03:12 AM Revision 5f449eae (qgis): Clear up a bunch of warnings
Nyall Dawson
03:12 AM Revision df30e64d (qgis): Add a unit test for use of precalculated static node values in expressi...
Nyall Dawson
01:07 AM Revision d305b9c2 (qgis): Fix calculation info in Measure Line tool
Andrea Giudiceandrea

2021-02-14

12:51 AM Revision 22b3726f (qgis): Fix calculation info in Measure Line tool
Andrea Giudiceandrea
12:48 AM Revision 8765eb49 (qgis): Fix example in help of format function
Harrissou Santanna
12:48 AM Revision 75504c57 (qgis): Fix calculation info in Measure Line tool
Andrea Giudiceandrea
09:24 PM Revision ac6a3050 (qgis): Fix example in help of format function
Harrissou Santanna
09:20 PM Revision 68f1d306 (qgis): Fix example in help of format function
Harrissou Santanna
09:20 PM Revision a32851ca (qgis): Make recent expression labels single line
Stefanow Natsis

2021-02-13

12:12 PM Revision 5fe3759d (qgis): Remove debug output
Alessandro Pasotti
12:08 PM Revision d4e8658e (qgis): Some more test checks
Alessandro Pasotti
11:54 AM Revision e89c1631 (qgis): Complete test coverage for edit buffer
Fix tests Alessandro Pasotti

2021-02-12

12:27 AM Revision 1f752e0e (qgis): Use QRegularExpression::UseUnicodePropertiesOption in regular expressio...
Should fix: #41453 in which values holding UTF diacritics were not handled.
While these expressions are used for (int...
Richard Duivenvoorde
12:25 AM Revision 7e773221 (qgis): Add a message if a geometry was fixed
Loïc Bartoletti
12:25 AM Revision a31190ae (qgis): Fix tests. Input is a Polygon, and output is a multipolygon
Loïc Bartoletti
12:25 AM Revision b906464e (qgis): fix spell
Loïc Bartoletti
12:25 AM Revision fc70957b (qgis): Reinstate the geometry change verification which is the return code 2 u...
Loïc Bartoletti
12:25 AM Revision a208ec95 (qgis): make valid geometry befor perform geos methods. Fixes #32488
The avoidIntersection method uses GEOS as backend to perform the operations.
However, our avoidIntersection method do...
Loïc Bartoletti
12:25 AM Revision 282ccb9b (qgis): Add a message if there is an unfixable error with a geometry
Loïc Bartoletti
12:25 AM Revision 97837100 (qgis): Add a parameter to return if there is an error with a geometry
Loïc Bartoletti
12:25 AM Revision aa95fd0d (qgis): Fix reshape map tool
Loïc Bartoletti
12:25 AM Revision e336b831 (qgis): Remove automagic fix and tiny refacto
Loïc Bartoletti
12:25 AM Revision 93239b15 (qgis): Apply suggestions from code review
Nyall Dawson
12:24 AM Revision b47c6a9c (qgis): Use QRegularExpression::UseUnicodePropertiesOption in regular expressio...
Should fix: #41453 in which values holding UTF diacritics were not handled.
While these expressions are used for (int...
Richard Duivenvoorde
09:41 PM Revision e923edc4 (qgis): Update src/core/qgstemporalnavigationobject.cpp as suggested
Co-authored-by: Nyall Dawson <[email protected]> Richard Duivenvoorde
09:41 PM Revision 73efd1ac (qgis): Upping the loop to 100 (else miss with month->days)
Richard Duivenvoorde
09:41 PM Revision 970bcb05 (qgis): Fix wrong slider position
If you change the frame unit in the widget, the slider did not stay
on the right position, because the value was upda...
Richard Duivenvoorde
09:41 PM Revision 80251ac9 (qgis): Make FindBestFrameNumberForFramestart a lot faster
Richard Duivenvoorde
09:41 PM Revision 89735ed3 (qgis): Handle steps > months different from smaller timesteps
Richard Duivenvoorde
09:41 PM Revision d096ef2b (qgis): Minimizing max number of steps in loop to 10
To 'handle' for the fact that there is a theoretical chance that
the roughFrameStart will overshoot and you would loo...
Richard Duivenvoorde
09:39 PM Revision af62948b (qgis): Fixes #39620 : Saving processing results in a database
Julien Cabieces
09:36 PM Revision f5d91546 (qgis): Fixes #39620 : Saving processing results in a database
Julien Cabieces
07:00 PM Revision 8cb15c32 (qgis): Editing buffer passthrough
Alessandro Pasotti
03:11 PM Revision e9623a45 (qgis): fixes crash on doing a feature request with filterType FilterFid and th...
David Signer
01:14 PM Revision 7535ee10 (qgis): update QGIS deps for 3.16 macos builds
Denis Rouzaud
11:55 AM Revision cf9b22c6 (qgis): Improve icons based on reviews
Alexandre Neto
10:33 AM Revision 41372870 (qgis): update QGIS deps to 0.7.0 in macos workflow (#41526)
Denis Rouzaud
08:15 AM Revision 40a0e6b1 (qgis): update QGIS deps to 0.7.0 in macos workflow
Denis Rouzaud
07:23 AM Revision b5970a37 (qgis): Update qgsfirstrundialog.ui
Patrice Pineault
07:22 AM Revision c4ba1d5f (qgis): Fixes #40318 : remove duplicates in CRS list
Julien Cabieces
07:21 AM Revision 346e04b7 (qgis): Fixed Skybox settings dialog individual walls description
Radek Pasiok
07:21 AM Revision 2596a720 (qgis): Flipped back right and left walls - they are seen from inside of the box.
Radek Pasiok
07:19 AM Revision e8b4c408 (qgis): Fixes #40318 : remove duplicates in CRS list
Julien Cabieces
07:17 AM Revision 849dab9c (qgis): Don't identify active layer if flag disabled
Fixes #40357 Alex Hay
06:41 AM Revision 04d6ea99 (qgis): Don't store "avoid tile artefacts" project setting in the map canvas
settings, that's not a stable place to store things like this which
are designed to apply in both desktop and server ...
Nyall Dawson
06:41 AM Revision d5e20518 (qgis): Spelling
Nyall Dawson
06:41 AM Revision 4b921d9e (qgis): Respect project "avoid tile artefacts" setting when rendering
a project using WMS services
Fixes #37679
Nyall Dawson
06:41 AM Revision bdf5e4fe (qgis): Add QgsSymbolLayer::canCauseArtifactsBetweenAdjacentTiles()
Returns true if the symbol layer rendering can cause visible
artifacts across a single feature when the feature is re...
Nyall Dawson
06:41 AM Revision 22a4b881 (qgis): Sipify
Nyall Dawson
06:41 AM Revision 980d9697 (qgis): Simple line can cause tile artifacts if it's a dashed line
Nyall Dawson
06:41 AM Revision 080ec989 (qgis): Rework "Avoid artifacts when project is rendered as map tiles" option
Instead of force disabling ALL feature clipping to rendered map bounds
(which is INCREDIBLY expensive to disable, and...
Nyall Dawson
06:41 AM Revision cc208f4d (qgis): Remove redundant brush transform -- this is already handled regardless ...
Nyall Dawson
06:41 AM Revision f75c53bb (qgis): Add QgsSymbol::canCauseArtifactsBetweenAdjacentTiles()
Returns True if ANY of the symbol layers contained in the symbol
can cause tile rendering artifacts
Nyall Dawson
05:40 AM Revision 0ee956b1 (qgis): Update and harmonize tooltip style of labels tool
Harrissou Santanna
05:40 AM Revision 7752c32f (qgis): Update badge from Travis to GH Action
Etienne Trimaille
03:42 AM Revision cf43c607 (qgis): Fix clazy warnings
Nyall Dawson
03:42 AM Revision 0f49cb90 (qgis): Don't crash when a relation is created where the field names defined in...
Nyall Dawson
03:42 AM Revision a09ffc86 (qgis): Modernise test
Nyall Dawson
02:15 AM Revision 2e81dbcc (qgis): Fix add/remove buttons have no icons in create relationship dialogs
Nyall Dawson
 

Also available in: Atom