Activity
From 2022-09-01 to 2022-09-30
2022-09-30
2022-09-29
- 01:30 AM Revision 8de9cd45 (qgis): Fix array_get argument name
- Fixes https://github.com/qgis/QGIS-Documentation/issues/7814
- 09:20 PM Revision f86315da (qgis): [spatialite] Fix corrupted default attribute values when fields
- are loaded using gaiaVectorLayer
- 09:20 PM Revision d9d40ddc (qgis): Allow negative values for elevation spinboxes in export dialog
- 03:25 PM Revision 63737667 (qgis): Add project option WMSAddLayerGroupsLegendGraphic
- 12:54 PM Revision c1193cb4 (qgis): Support display of groups in WMS GetLegendGraphic
- 11:11 AM Revision 6af23a67 (qgis): Fix optimised geometry->GEOS conversion and avoid leak
- 11:11 AM Revision c2f1d019 (qgis): Avoid repeated cost of QGlobalStatic access when creating GEOS geometries
- 11:10 AM Revision 3d168edd (qgis): Fix raster contour renderer ignores opacity setting
- Fixes #41663
- 10:47 AM Revision 603df94e (qgis): Fix truncation of recent project list removes too many items, raises a ...
- 10:42 AM Revision 132d4ea4 (qgis): Fix truncation of recent project list removes too many items, raises a ...
- 10:29 AM Revision f7cff34a (qgis): Merge pull request #50178 from Gustry/extent_widget
- UX - Use native extent widget for QGIS server settings
- 09:27 AM Revision 21fabb76 (qgis): Fix dizzy easter egg (#50380)
- Fixes #50345
- 09:26 AM Revision f89b642b (qgis): move oapi files to distinct folder (#50375)
- 08:46 AM Revision 2c9e75f1 (qgis): Fix point pattern fill sometimes ignores symbol opacity setting
- Fixes #48031
- 08:41 AM Revision 42cfcbd5 (qgis): Fix broken path in svg raises Qt warnings while rendering
- 07:32 AM Revision 73e50bfc (qgis): Ensure correct expression context is used when generating symbol preview
- icons
Fixes #49106
2022-09-28
- 05:50 PM Revision 0dde7f62 (qgis): UX - Use native extent widget for QGIS server settings
- 03:06 PM Revision 649b9a29 (qgis): fix message for translation
- 03:06 PM Revision b8b98be8 (qgis): Fixes #46790 : make it clear when feature count is estimated
- 03:06 PM Revision da967bc0 (qgis): Update tooltip message and homogenize categorized item and layer
- legend feature count
- 03:06 PM Revision cf59ba9e (qgis): fix cppcheck
- 02:58 PM Revision 52e44c1e (qgis): Merge pull request #50247 from troopa81/fix_evaldefval_flags
- Update provider flags according to project ones
- 02:17 PM Revision d4ada87e (qgis): Update src/core/symbology/qgsfillsymbollayer.cpp
- Co-authored-by: Julien Cabieces <[email protected]>
- 02:13 PM Revision 2bfbd3a9 (qgis): QgsGmlStreamingParser::readEpsgFromAttribute(): use QgsOgcCrsUtils::par...
- 02:13 PM Revision c1e4cf5a (qgis): QgsCoordinateReferenceSystem::createFromOgcWmsCrs(): use QgsOgcCrsUtils...
- 02:13 PM Revision c065728a (qgis): [WFS provider] Use QgsOgcCrsUtils::parseCrsName() to be able to handle ...
- 02:13 PM Revision 46845194 (qgis): Add a QgsOgcCrsUtils::parseCrsName() function to parse the different st...
- Recognizes the following flavors:
```
//! CRS flavor
enum class CRSFlavor
{
UNKNOWN, //! unknown/un... - 02:09 PM Revision cb1e62a7 (qgis): Merge pull request #50281 from rouault/fix_29391
- [WFS provider] Recognize OGC HTTP URIs
- 02:09 PM Revision aaa187d0 (qgis): Improve exception log message
- 07:58 AM Revision 1c054214 (qgis): Cache summed up area for curve geometry classes
- Avoids recalculation when area is retrieved multiple times
- 07:30 AM Revision 14324b5a (qgis): Optimise QgsArcGisRestUtils::convertCompoundCurve
- This method was quite slow due to numerous list resizing and
temporary point construction. I've removed all this for ... - 07:30 AM Revision 8343da39 (qgis): Minor optimisation to arcgis rest feature reading
- 07:30 AM Revision 38012046 (qgis): [afs] Use a hash for quick object id to feature id lookups instead
- of QList::indexOf
Speeds up feature retrieval for large layers - 07:30 AM Revision 9e7cebc3 (qgis): [afs] Shortcut a bunch of expensive extra work when a simple one ring p...
- 06:53 AM Revision 252a839c (qgis): Add tests for validationError
- 06:53 AM Revision 6501df1c (qgis): When we can't auto load a relationship because its definition is
- broken, show a warning to users instead of silently failing
- 06:53 AM Revision 765d89c6 (qgis): Add method to get user friendly error when a relationship is not valid
- 04:23 AM Revision f6a4fdf5 (qgis): Apply suggestions from code review
- 04:09 AM Revision c2b30d90 (qgis): Optimise QgsLineString::sumUpArea
2022-09-27
- 11:47 PM Revision 2b5b5ed1 (qgis): [WFS provider] Use QgsOgcCrsUtils::parseCrsName() to be able to handle ...
- 11:47 PM Revision f3cd8199 (qgis): QgsCoordinateReferenceSystem::createFromOgcWmsCrs(): use QgsOgcCrsUtils...
- 09:51 PM Revision 6e5da9c4 (qgis): Add a QgsOgcCrsUtils::parseCrsName() function to parse the different st...
- Recognizes the following flavors:
```
//! CRS flavor
enum class CRSFlavor
{
UNKNOWN, //! unknown/un... - 09:51 PM Revision 9f4a7a26 (qgis): QgsGmlStreamingParser::readEpsgFromAttribute(): use QgsOgcCrsUtils::par...
- 06:08 PM Revision 51efff02 (qgis): add test
- 05:05 PM Revision 2d1e3fb3 (qgis): Merge pull request #50200 from troopa81/fix_legend_geomgenerator
- Fix legend icon geom generator is involved
- 04:29 PM Revision 163e4393 (qgis): Address PR comments
- 09:44 AM Revision b7339690 (qgis): Fix test
- 08:43 AM Revision c7306abb (qgis): remove outdated 3D headers patch (#50286)
- 06:52 AM Revision 8bde361b (qgis): [spatialite] Fix corrupted default attribute values when fields
- are loaded using gaiaVectorLayer
- 06:48 AM Revision f1f74ff8 (qgis): [spatialite] Fix corrupted default attribute values when fields
- are loaded using gaiaVectorLayer
- 05:26 AM Revision a0fb44b0 (qgis): Fix handling of vector tiles when zoom level 0 is not available
- E.g. when a vector tile connection has a manually set zoom level
range which doesn't include level 0, we still need t... - 05:20 AM Revision 056ee1fe (qgis): Fix drag and drop of files to georeferencer window
- Fixes #49175
- 03:58 AM Revision e689e2d9 (qgis): Update README.md: major new features
- Updated readme to include major new features added since 3.18, plus some wordsmithing of existing text.
2022-09-26
- 01:10 AM Revision 8f71c946 (qgis): Add test for SLD UOM points and remove data modifying test
- Add test for issue #35561
- 01:08 AM Revision 91a8b1cd (qgis): [WFS provider] Handle the case of a layer with a geometry field but whe...
- 01:08 AM Revision 0c842286 (qgis): [WFS provider] When DescribeFeatureType returns unknown geometry type, ...
- 01:07 AM Revision 59ba38ce (qgis): App: fix performance issue when drag-dropping a lot of layers at once (...
- 01:07 AM Revision da08a1e7 (qgis): App: fix performance issue when closing a project with a lot of layers
- 01:06 AM Revision fbef581f (qgis): Fix SLD rule text fields quoting
- Fixes #42348
- 01:06 AM Revision fc80d24f (qgis): drop project backward compatibility for symbology with QGIS 3.16 and older
- This part of the codes writes the symbology with backward compatibility so the project can be open under QGIS 3.16 an...
- 01:06 AM Revision 70a05c94 (qgis): fix
- 01:06 AM Revision c5e43ead (qgis): more debug info for PG testSaveStyleInvalidXML
- 01:06 AM Revision a21c2a2f (qgis): fix layout
- 01:06 AM Revision b7a2f3b1 (qgis): Update test_provider_postgres.py
- 01:06 AM Revision 7759766f (qgis): fix test
- 09:53 PM Revision 01db45d0 (qgis): fix QgsMapTool convert to subclass (#50303)
- 09:07 PM Revision 3fec0aad (qgis): Fix SLD rule text fields quoting
- Fixes #42348
- 09:01 PM Revision 10875853 (qgis): Fix crash when deleting layout items
- Fix #49573
- 09:01 PM Revision cf885e7b (qgis): Fix SLD rule text fields quoting
- Fixes #42348
- 06:47 PM Revision 6f8107d9 (qgis): [WFS provider] Include namespace prefix and URI in FILTER ...
- computed from setSubsetString() when a namespace is declared on <<wfs:FeatureType> in GetCapabilities response
Fixes... - 04:39 PM Revision 39574dfb (qgis): Fix opacity SLD export
- Fixes #33376
- 12:23 PM Revision 9855fa64 (qgis): typo & flake8
- 12:23 PM Revision 1b90470a (qgis): Fix output process of r.horizon
- 12:23 PM Revision 3470163e (qgis): More robust output process
- Co-Authored-By: Andrea Giudiceandrea <[email protected]>
- 12:23 PM Revision ae1231e1 (qgis): Add a coment to GRASS logic
- 12:23 PM Revision 569a236f (qgis): Fix output process of r.horizon
- 12:23 PM Revision 34b79f4b (qgis): typo & flake8
- 12:23 PM Revision 34584438 (qgis): Add a coment to GRASS logic
- 12:23 PM Revision 4e07c2fa (qgis): More robust output process
- Co-Authored-By: Andrea Giudiceandrea <[email protected]>
- 12:19 PM Revision 30d0c467 (qgis): Merge pull request #50265 from nicogodet/fix-50238
- Fix output process of r.horizon
- 11:55 AM Revision 42c8ffd3 (qgis): Avoid a redundant calculation of visible layer extent in overview canvas
- This was being called twice immediately in a row, and the first time
was skipping the "isVisible" check used before t... - 10:42 AM Revision 71167132 (qgis): fix layout
- 10:37 AM Revision 885f4fa6 (qgis): Update test_provider_postgres.py
- 09:35 AM Revision 7c94e1f2 (qgis): Add a coment to GRASS logic
- 09:12 AM Revision a81a6e11 (qgis): Fixes #37804 : save original layout item picture mode
- 09:02 AM Revision 01bca902 (qgis): Fix crash when deleting layout items
- Fix #49573
- 08:57 AM Revision 27f089ed (qgis): Fix crash when deleting layout items
- Fix #49573
- 08:39 AM Revision 6f072cfb (qgis): Never try to handle base parameter type values as map layers
- in QgsProcessingParameterDefinition::valueAs* methods
Avoids misleading log messages and a crash on macos
Fixes #48598 - 08:29 AM Revision 8868f4f8 (qgis): [Processing] Fix typo in smoothing parameter name of gdal_grid algorithms
- The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing
No match with single ... - 07:59 AM Revision a0cf6418 (qgis): fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp
- 07:56 AM Revision db246497 (qgis): Merge pull request #49226 from Kanahiro/fix/grass7-unicodeerror
- Fix GRASS7/SAGA UnicodeDecodeError in QGIS of Windows-Japanese or others
- 07:43 AM Revision 655461e1 (qgis): [WFS provider GUI] Fix issue with non-properly refreshed list of CRS wh...
- 07:18 AM Revision a47bff72 (qgis): Avoid a redundant calculation of visible layer extent in overview canvas
- This was being called twice immediately in a row, and the first time
was skipping the "isVisible" check used before t... - 07:14 AM Revision 7d1497b4 (qgis): Avoid a redundant calculation of visible layer extent in overview canvas
- This was being called twice immediately in a row, and the first time
was skipping the "isVisible" check used before t... - 05:44 AM Revision e3e9f47b (qgis): Tests for issue GH #50168 identity evaluate default
- 05:44 AM Revision 04ead0ac (qgis): Fix identity sequence
- 05:43 AM Revision b0e41580 (qgis): don't hide the main window
- 05:41 AM Revision a25c3a80 (qgis): Fixes #37804 : save original layout item picture mode
- 05:38 AM Revision 2fc10b02 (qgis): [WFS provider] Include namespace prefix and URI in FILTER ...
- computed from setSubsetString() when a namespace is declared on <<wfs:FeatureType> in GetCapabilities response
Fixes... - 05:36 AM Revision c3d73525 (qgis): Show standard Rendering tab in point cloud layer properties
- Allows modification of layer scale range in layer properties dialog
Fixes #50268 - 05:36 AM Revision 1ea9e361 (qgis): Mesh layer Rendering properties page is missing the scale
- range setting
- 05:29 AM Revision 7621a9a1 (qgis): Address PR comments
- 05:29 AM Revision 84272d4c (qgis): Sipify
- 05:29 AM Revision 913b651e (qgis): Followup layer metadata search widget
- - Fix a bug with PG SQL update
- Filter by geometry type
- Handle raster icons - 05:29 AM Revision 92ac6400 (qgis): tidy
- 05:29 AM Revision b88681fa (qgis): Fix aspatial and test
- 05:29 AM Revision d054b8f4 (qgis): code layout
- 04:51 AM Revision 054d238a (qgis): [Processing] Fix typo in smoothing parameter name of gdal_grid algorithms
- The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing
No match with single ... - 04:51 AM Revision 1ad460cb (qgis): fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp
- 04:47 AM Revision ab7feb6e (qgis): [Processing] Fix typo in smoothing parameter name of gdal_grid algorithms
- The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing
No match with single ... - 04:47 AM Revision ec96b494 (qgis): [WFS provider] Handle gml:description/identifier/name attributes (fixes...
- 04:47 AM Revision a38a4f4a (qgis): [WFS provider] Handle the case of a layer with a geometry field but whe...
- 04:47 AM Revision 400c4225 (qgis): [WFS provider] When DescribeFeatureType returns unknown geometry type, ...
- 04:47 AM Revision fff4a452 (qgis): App: fix performance issue when drag-dropping a lot of layers at once (...
- 04:47 AM Revision 164cf218 (qgis): App: fix performance issue when closing a project with a lot of layers
- 04:02 AM Revision 5474cac2 (qgis): [WFS provider GUI] Fix issue with non-properly refreshed list of CRS wh...
- 03:58 AM Revision 078a53d6 (qgis): [WFS provider GUI] Fix issue with non-properly refreshed list of CRS wh...
- 03:25 AM Revision 26422144 (qgis): Format between and not between functions syntax to match other operators'
2022-09-25
- 01:43 AM Revision b6243c19 (qgis): Fixes #37804 : save original layout item picture mode
- 01:42 AM Revision 31a5bb04 (qgis): fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp
- 01:40 AM Revision ec7edb8e (qgis): don't hide the main window
- 01:38 AM Revision 5a2a89bb (qgis): Fixes #37804 : save original layout item picture mode
- 01:38 AM Revision ff01449a (qgis): fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp
- 01:37 AM Revision 937b1450 (qgis): Bump vuetify from 2.6.2 to 2.6.10 in /resources/server/src/landingpage
- Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.2 to 2.6.10.
- [Release not... - 01:36 AM Revision 3d05ad33 (qgis): don't hide the main window
- 01:32 AM Revision 37437b05 (qgis): ignore stderr when checking astyle version
- 01:18 AM Revision 939da085 (qgis): world_map.gpkg: little fix to avoid warning with recent GDAL versions
- Recent GDAL versions emit in the console a non critical warning when opening
world_map.gpkg at QGIS startup:
"Warning... - 01:18 AM Revision dba95821 (qgis): Fix layout grid multiline labels
- Fix #49666
- 01:17 AM Revision 1f4e5643 (qgis): [feature][quick] Add temporal handling to map {canvas,settings}
- 01:16 AM Revision f55b838d (qgis): [quick][qt6] Handle QQuickItem's geometryChanged->geometryChange functi...
- 01:15 AM Revision e91ca3d1 (qgis): [quick] Further optimize handling of silent refresh for smoother canvas...
- 01:15 AM Revision 75a79f6f (qgis): [quick] Add a map settings center property return the current extent ce...
2022-09-24
- 11:45 AM Revision c6eca784 (qgis): Merge pull request #50279 from elpaso/bugfix-unreported-splitwithlines-...
- Fix unreported endless alg splitwithlines
2022-09-23
- 11:22 PM Revision 90baf014 (qgis): suggest to fix topological mesh error when starting mesh editing
- 07:29 PM Revision 963c05f5 (qgis): fix
- 05:17 AM Revision 0e03879d (qgis): suggest to fix topological mesh error when starting mesh editing
2022-09-22
- 11:56 PM Revision ba134722 (qgis): make header checking case insensitive
- 11:56 PM Revision 1cbc8d8b (qgis): Revert "make searching for headers case insensitive"
- This reverts commit 5aab168424f568ef32af82290eaf0efb393cc787.
- 11:56 PM Revision 3511cf80 (qgis): ignore return code when checking if server supports range requests
- 11:18 AM Revision 69bbf686 (qgis): Merge pull request #50266 from elpaso/bugfix-gh50152-sld-svg-params
- Fix SLD SVG parametric import
- 08:35 AM Revision d3434fbf (qgis): More robust output process
- Co-Authored-By: Andrea Giudiceandrea <[email protected]>
- 06:44 AM Revision 13c0f06f (qgis): more debug info for PG testSaveStyleInvalidXML
- 05:54 AM Revision 1d7a28cf (qgis): remove 3D extra headers to fix Docker builds (#50285)
- 05:47 AM Revision 13c51bad (qgis): remove 3D extra headers to fix Docker builds
2022-09-21
- 12:24 AM Revision 1d26730e (qgis): Bump vuetify from 2.6.2 to 2.6.10 in /resources/server/src/landingpage
- Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.2 to 2.6.10.
- [Release not... - 10:08 PM Revision e344403b (qgis): Fix directory chooser path
- Fixes #50055
- 08:41 PM Revision ef678d15 (qgis): fix test
- 05:06 PM Revision b1c65222 (qgis): Fix unreported endless alg splitwithlines
- 02:32 PM Revision a730215c (qgis): drop project backward compatibility for symbology with QGIS 3.16 and older
- This part of the codes writes the symbology with backward compatibility so the project can be open under QGIS 3.16 an...
- 02:31 PM Revision 0325e623 (qgis): Merge pull request #50273 from qgis/backport-50255-to-release-3_22
- [Backport release-3_22] [QgsOgrUtils test] Remove an old comment
- 01:17 PM Revision f5f9d83b (qgis): Actual tests
- 12:12 PM Revision fffcb1dd (qgis): Tests for SVG parameters in the SLD import
- 11:37 AM Revision 9c7682b3 (qgis): [QgsOgrUtils test] Remove an old comment
- 11:34 AM Revision 4e6727cd (qgis): Merge pull request #50255 from lbartoletti/bugfix_50218_suite_rm_old_co...
- [QgsOgrUtils test] Remove an old comment
- 10:08 AM Revision e79bd7d3 (qgis): Merge pull request #50263 from elpaso/bugfix-gh50239-options-crash-locale
- Fix crash in options dlg with french locale
- 09:30 AM Revision dcf64e80 (qgis): add an ok boolean to check if it exists a restricted symbol
2022-09-20
- 06:42 PM Revision 7632de87 (qgis): Fix SLD SVG parametric import
- Fix #50152
- 04:47 PM Revision 720d24e1 (qgis): typo & flake8
- 04:38 PM Revision a4bf4afe (qgis): Fix output process of r.horizon
- 04:23 PM Revision 3ee4fb9a (qgis): Fix crash in options dlg with french locale
- Fixes #50239
- 03:44 PM Revision a556f6c5 (qgis): Mesh 3D stacked, don't use volume height when only one level
- 11:18 AM Revision 77eb9cb7 (qgis): [QgsOgrUtils test] Remove an old comment
- 11:15 AM Revision 63d2a6b3 (qgis): Merge pull request #50250 from qgis/backport-50233-to-queued_ltr_backports
- [Backport queued_ltr_backports] Fix wkbType cast from OGR 25D Type.
- 11:13 AM Revision 21e1e666 (qgis): Merge pull request #50231 from rouault/fix_50215
- [OGR provider] Handles layer of geometry type unknown with null geometries
- 09:59 AM Revision 8094f2ee (qgis): Typo
- 09:59 AM Revision 2d6fccc0 (qgis): Test tolerant
- 09:59 AM Revision 48098227 (qgis): Hide real name string args from schema and messages
- 09:59 AM Revision 2765bc2a (qgis): Server OAPIF: be good and accept both aliased and real field names ...
- ... when filtering and sorting, but only output aliased field names.
Fixes #49399 - 09:55 AM Revision 8b252071 (qgis): Merge pull request #50203 from elpaso/bugfix-gh49399-wfs3-displayname
- Server OAPIF: be good and accept both aliased and real field names ...
- 08:57 AM Revision 3095882c (qgis): Merge pull request #50251 from qgis/backport-50233-to-release-3_22
- [Backport release-3_22] Fix wkbType cast from OGR 25D Type.
2022-09-19
- 12:20 AM Revision cf1d7720 (qgis): Fix wkbType cast from OGR 25D Type.
- As mentionned by @Koyaani a PolygonZ is opened as a Polygon25D and
can cause problems.
This fix use the QgsOgrUtils ... - 12:20 AM Revision 435bfa8a (qgis): tests: fix test
- 12:20 AM Revision e0deb174 (qgis): [QgsOgrUtils] Ogr To QGS Wkb Type: fix also Point25D to PointZ
- 12:20 AM Revision 231bd360 (qgis): [QgsOgrUtils] Ogr To QGS Wkb Type: fix also Point25D to PointZ
- 12:20 AM Revision ad37b85e (qgis): tests: fix test
- 12:20 AM Revision fb6c7ba9 (qgis): Fix wkbType cast from OGR 25D Type.
- As mentionned by @Koyaani a PolygonZ is opened as a Polygon25D and
can cause problems.
This fix use the QgsOgrUtils ... - 12:16 AM Revision 2ab15834 (qgis): Merge pull request #50233 from lbartoletti/bugfix_50218_wkbtype
- Fix wkbType cast from OGR 25D Type.
- 09:57 PM Revision fdaba7c0 (qgis): [QgsOgrUtils] Ogr To QGS Wkb Type: fix also Point25D to PointZ
- 09:34 PM Revision 7459e973 (qgis): tests: fix test
- 04:31 PM Revision 939487ad (qgis): Fixes #49463 : update provider flags according to project ones
- 10:24 AM Revision 9eedb44e (qgis): [WFS/OPAIF provider] Take into account page size, max feature count, et...
- The issue was that the service name should be passed in lower case.
The regression likely dates back to 4790f92444d w... - 10:12 AM Revision 93971797 (qgis): Fix directory chooser path
- Fixes #50055
- 10:10 AM Revision 52be016b (qgis): fix 32bit build (followup 978f54aca97d98a730a)
- 10:07 AM Revision 8963fa07 (qgis): Fix directory chooser path
- Fixes #50055
- 10:03 AM Revision 1c41c597 (qgis): Tests for issue GH #50168 identity evaluate default
- 10:03 AM Revision d646d8ef (qgis): Fix identity sequence
- 09:59 AM Revision 46a2458c (qgis): Merge pull request #50230 from elpaso/bugfix-gh50168-pg-identity-default
- Bugfix gh50168 pg identity default
- 09:17 AM Revision bf9325d6 (qgis): Generalize a warning
2022-09-17
- 08:29 PM Revision e445f2b4 (qgis): QgsOgrProviderUtils::querySubLayerList(): hande layer of type wkbUnknow...
- 04:41 PM Revision 6a7f176e (qgis): QgsOgrProviderUtils::querySubLayerList(): fix feature count when layer ...
2022-09-16
- 05:27 PM Revision 868bdc67 (qgis): Test tolerant
- 03:57 PM Revision 8ee34eda (qgis): Fix wkbType cast from OGR 25D Type.
- As mentionned by @Koyaani a PolygonZ is opened as a Polygon25D and
can cause problems.
This fix use the QgsOgrUtils ... - 12:49 PM Revision 2b4f4386 (qgis): [OGR provider] Handles layer of geometry type unknown with null geometries
- Fixes #50215
Layers with a wkbUnknown OGR layer geometry types are first scanned to
figure out which actualy geometr... - 11:52 AM Revision 12dbbfc4 (qgis): Tests for issue GH #50168 identity evaluate default
- 10:53 AM Revision b19df398 (qgis): Server fix maptip expression ctx in text format
- Fixes #30719
- 10:53 AM Revision dfa8ba0e (qgis): Server WMS gfi, fix maptips layer scope
- Fixes #30719
- 10:12 AM Revision e46c72ea (qgis): [afs] When no explicit crs is set in the data source URI, just
- use the CRS retrieved from the service properties
This allows construction of AFS layers without having to know the ... - 10:11 AM Revision 9e12c70f (qgis): Remove option to control plugin update check frequency, and hardcode
- to every 3 days
This level of configuration is not warranted here - 10:11 AM Revision 094cd306 (qgis): Move plugins "automatically check for updates" settings key to
- a new key
This change moves the old "app/plugin_installer/checkOnStart" setting
key to a new "plugins/automatically-... - 10:11 AM Revision 6f9da191 (qgis): Update src/ui/qgspluginmanagerbase.ui
- 06:42 AM Revision 0e753ccd (qgis): [afs] When no explicit crs is set in the data source URI, just
- use the CRS retrieved from the service properties
This allows construction of AFS layers without having to know the ... - 06:41 AM Revision 6e50b6dc (qgis): Add custom hash for QgsFeature
- Fixes #49932
(cherry picked from commit fc0e97ecb73d038ba709c19ed622bd2c1d23bf86)
2022-09-15
- 11:07 PM Revision 5e8e4946 (qgis): Server fix maptip expression ctx in text format
- Fixes #30719
- 11:07 PM Revision 2ca345d4 (qgis): Server WMS gfi, fix maptips layer scope
- Fixes #30719
- 11:03 PM Revision c780ea65 (qgis): Server WMS gfi, fix maptips layer scope
- Fixes #30719
- 11:03 PM Revision efea4b4e (qgis): Server fix maptip expression ctx in text format
- Fixes #30719
- 11:02 PM Revision 978f54ac (qgis): fix ARMv7 build
- 11:00 PM Revision 265edb41 (qgis): Fix: PostgreSQL provider force read-only and in recovery
- The PR *feat: Open layers in a read only mode with Qgis::ProjectReadFlag::ForceReadOnlyLayers* #49440 contains an err...
- 11:00 PM Revision 82c6b169 (qgis): Tests: Add Python Postgres Provider test readOnly
- 11:00 PM Revision 1d2ab56e (qgis): [OGR source] Rearrange code
- 11:00 PM Revision 06069089 (qgis): Commit suggested change
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:00 PM Revision bfc79dcf (qgis): Remove unnecessary isNull() checks
- 11:00 PM Revision 466fd77d (qgis): [OGR source] Set DB type for new connection dialog
- 11:00 PM Revision 2bb92e9f (qgis): [OGR sources] Remove empty DB driver item
- 10:59 PM Revision c3b1fd43 (qgis): make_valid - Add an example of unclosed polygon and reedit empty geomet...
- 10:58 PM Revision f3a424e0 (qgis): Fix description of map layout data-defined CRS button
- 10:58 PM Revision c8192cb7 (qgis): Added GNSS constellation abbreviation (#50205)
- 07:14 PM Revision aa4e7033 (qgis): Test mask
- 07:12 PM Revision c068e176 (qgis): Fix identity sequence
- 04:35 PM Revision 130c30ce (qgis): fix ARMv7 build
- 03:10 PM Revision e24700df (qgis): Move geom generator logic in QgsSymbolLayerUtils
- 11:35 AM Revision d1eca5f3 (qgis): Server: fix atlas fixed scales
- Fixes #49900
- 11:35 AM Revision c686a1ae (qgis): Tests for bugfix #49900
- 11:31 AM Revision 750b44e5 (qgis): Merge pull request #50199 from elpaso/bugfix-gh49900-server-atlas-fixed...
- Server: fix atlas fixed scales
- 10:33 AM Revision 1ff7ea70 (qgis): fix ARMv7 build
- 10:11 AM Revision 4ec664a4 (qgis): Typo
- 09:58 AM Revision 904a1202 (qgis): Hide real name string args from schema and messages
- 06:40 AM Revision 9c4d0a20 (qgis): [plugins] Default to checking for plugin updates every 3 days
- instead of manually
Too many QGIS users use outdated plugins without even realising it,
leading to an overall buggie...
2022-09-14
- 01:28 AM Revision 7af262a2 (qgis): remove useless env vars
- 01:28 AM Revision 0dc69f2b (qgis): [Clang-tidy] Run clang-tidy on modified code
- 01:28 AM Revision 8491e831 (qgis): Update .docker/docker-qgis-clangtidy.sh
- 01:28 AM Revision 77907c2e (qgis): Fix shellcheck
- 01:27 AM Revision 64523900 (qgis): Move QgsVectorTileLayerProperties to gui
- 01:26 AM Revision 03ad7dfe (qgis): Fix unreported MSSQL bug with connections API
- 01:26 AM Revision e8f44dab (qgis): Fix search text not updates when reopening the DSM dialog
- Also, handle clear from QgsFilterLineEdit correctly.
- 01:24 AM Revision eb53cdf2 (qgis): Fix #50181 form layout width
- 07:51 PM Revision e747ffed (qgis): Server OAPIF: be good and accept both aliased and real field names ...
- ... when filtering and sorting, but only output aliased field names.
Fixes #49399 - 05:09 PM Revision 73244580 (qgis): Fixes #33755 : Fix legend when geometry generator is involved
- 04:29 PM Revision 58e16e78 (qgis): Tests for bugfix #49900
- 03:28 PM Revision cc97a38b (qgis): Server: fix atlas fixed scales
- Fixes #49900
- 02:15 PM Revision ae0076a0 (qgis): change max value of 3D Staked Mesh start/end elevation
- 09:51 AM Revision c547b6a0 (qgis): fix msvc build (followup 5bd9b6d124b)
- (cherry picked from commit a946734521e8e862d812563baaa3853e67f3b40d)
2022-09-13
- 01:33 AM Revision 75a0e725 (qgis): Misc tweaks to the Plugin manager dialog
- Harmonize the margins and spacing across the tabs and match other QGIS dialogs
Improve text size and case
Add icons n... - 01:33 AM Revision 9a9fe086 (qgis): Add tooltip to plugins manager buttons
- 01:36 PM Revision c2d09bc8 (qgis): Merge pull request #50182 from basilrabi/f37
- Fix python3-gdal requires for f37
- 06:37 AM Revision d92e76e2 (qgis): Fix python3-gdal requires for f37
2022-09-12
- 12:29 AM Revision beeafb23 (qgis): QString fixes
- 02:41 PM Revision 49d521b2 (qgis): Merge pull request #49960 from rldhont/postgres-uri-param-session-role
- feature(postgres): Define session role for connection
- 05:57 AM Revision 7750cc81 (qgis): Adapt test to work for newer proj
- 05:57 AM Revision 5c125a41 (qgis): Add test mask
- 05:57 AM Revision d4b06578 (qgis): fix(server): Register services known versions
- In QGIS Server only default supported OGC services versions has been registered :
* WMS 1.3.0 even if 1.1.1 is suppo... - 05:57 AM Revision 71db7244 (qgis): fix(server): Add level to log messages in Service registry
- Some message logs in the QGIS Server Service registry have a level, not all.
- 05:57 AM Revision 97b06c35 (qgis): fix(server): Add warning level to warning error parsing post data as XML
- The message `Warning: error parsing post data as XML` was logged without level even if it is a warning.
- 05:57 AM Revision b1b19d85 (qgis): Fix labels flip upside down when allowing upside down labels
- and a large negative curved offset distance is set
Fixes #49234
(cherry picked from commit a233963eea96ad2e4f5938a3... - 05:57 AM Revision 05f0e314 (qgis): Fixes #49179 : convert correcly proxy port when reading ogr layers
- 05:57 AM Revision 736eeaa6 (qgis): Fix #47810 - zoom last and next with rotated map looses scale
- 05:57 AM Revision 2d950144 (qgis): [fix] inconsistent access to plugin metadata "update_date"
- update_date metadata item was inconsistently accessed by key "update_date" and "update_date_stable" => fixed by chang...
- 05:57 AM Revision 39798b18 (qgis): Remove extremely outdated assumption in QgsVectorLayer::selectedFeatures()
- resulting in poor selection performance
Fixes #49962 - 05:57 AM Revision 7dd79aaf (qgis): Fix #37566 : fix legend placement on export
- 05:57 AM Revision a17ffd39 (qgis): use standard font for test
- 05:57 AM Revision c0a7a23e (qgis): Backport #49603 Fix unreported credentials exposure on connection lost
- 05:57 AM Revision 7f54b9d1 (qgis): Support longlong variant types when converting mapbox gl styles
- Depending on which method is used to convert json to a variantmap,
we may end up with longlong values instead of ints... - 05:57 AM Revision ff99854a (qgis): Fix vector tile style conversion of fill opacity from interpolation list
- (cherry picked from commit b1b3475ffe247a4e3af00db129b6029d1791003c)
(cherry picked from commit de4e5989f4f3f48c925fe... - 05:57 AM Revision aab28349 (qgis): Handle schema names in table sources in QgsSqlStatementParser
- 05:57 AM Revision c8ff3d03 (qgis): Expand tests
- 05:57 AM Revision 006bf2b8 (qgis): Fix qt QLayout::removeWidget: Cannot remove a null widget warning
- 05:57 AM Revision b14a5890 (qgis): Fix QgsFeature equality operator handling of null geometries
- We were previously considering all features an unequal if they
had no geometry - 05:57 AM Revision 6c32cdbe (qgis): Restore QgsFeature equality operators in Python
- These were (accidentally?) ommited in 9050cc14d, and then
incorrectly marked as sip_skip when sipify was first introd... - 05:57 AM Revision badb99b6 (qgis): [spatialite] Fix features with null geometry are incorrectly
- returned when request has a filter rect on newer spatialite versions
- 05:57 AM Revision 3e795353 (qgis): Less debug noise in spatialite provider
- 05:57 AM Revision 5d0fa6e0 (qgis): Fix broken view definitions in views_test.sqlite
- 05:57 AM Revision e6d97fbb (qgis): Add ogc, iau_2015, and nkg authorities to crs support
- To match those available from recent proj versions
- 05:57 AM Revision f405a5cf (qgis): Remove OSGEO:41001 test -- this no longer exists in proj database
- 05:57 AM Revision 8bee8878 (qgis): Don't test for IAU2000:69918 crs, doesn't exist in recent proj
- 05:57 AM Revision d7dc1ef9 (qgis): Add oracle to save to database action list providers
- 05:57 AM Revision 03b773f0 (qgis): Thread local
- 05:57 AM Revision 07e17354 (qgis): [sip] Fix conversion of null QgsLayoutItem* pointer variant values
- on newer qt/sip versions
This was incorrectly returning a malformed/semi-null QVariant
...something?!?
We probably ... - 05:57 AM Revision 9f33b6b0 (qgis): Cleanup TestZipLayer so that it's possible to diagnose what's going wrong
- 05:57 AM Revision 0b4b472c (qgis): [gdal] Fix passthrough of zip paths containing a single dataset
- with an accompanying .aux.xml file
Fixes TestZipLayer::testPassthruRasterZip() - 05:57 AM Revision 745b35f6 (qgis): Fix some outdated assumptions in testziplayer.cpp
- 05:57 AM Revision 81a7c72f (qgis): Fix default .qml style for raster layers inside vsi archives is not
- applied when loading the layer
Fixes some more failing TestZipLayer tests - 05:57 AM Revision a47532a1 (qgis): Fix GDAL vrt items don't show in zip items in browser
- 05:57 AM Revision 73fc4769 (qgis): Run TestZiplayer on CI
- 05:57 AM Revision 6d21136a (qgis): Use case insensitive checks for sqlite column types
- Fixes virtual layer field types on some sqlite versions
- 05:57 AM Revision 389a2e7c (qgis): Apply suggestions from code review
- 05:57 AM Revision 18d109f5 (qgis): Fix build
- 05:57 AM Revision c724e10d (qgis): Revert "[spatialite] Fix features with null geometry are incorrectly"
- This reverts commit 90b03c31b1a950d88367a1ee2d61d4a2bd92f86c.
- 05:57 AM Revision 80de89a3 (qgis): Backport 825482d in order to fix removing a single raster from GPKG
- 05:57 AM Revision 2b8bf7ab (qgis): Fix output encoding in processing/dxf export
- 05:57 AM Revision 2ac7cfd8 (qgis): Fix it better
- 05:57 AM Revision 34bb7b67 (qgis): move mid marker when both line endpoints are out of the extent
- 05:57 AM Revision 0b63011b (qgis): Bring back CP949 codec in QgsDxfExport. Fixes #44756
- 05:57 AM Revision c0ba6d5b (qgis): fix hiding snap indicators when done using advanced digitizing
- 05:57 AM Revision 89ace55f (qgis): Fix html widget expression with newlines
- Fix #37569
- 05:57 AM Revision c5b4573e (qgis): [processing] savefeatures alg: Set input type to TypeVector in order to...
- 05:57 AM Revision 06f2a7b4 (qgis): [processing] Split Vector Layer alg: Set input type to TypeVector in or...
- 05:57 AM Revision 5bd9b6d1 (qgis): Find more available encodings for the dxf exporter
- 05:57 AM Revision 4b7806fc (qgis): Add API to QgsProjectViewSettings to allow setting default map rotation
- Provides a stable means for scripts to set the map rotation
- 05:57 AM Revision e3de21f8 (qgis): Default new layout map rotation to canvas map rotation
- 05:57 AM Revision cfddd968 (qgis): Update since
- 05:57 AM Revision fc9d25df (qgis): Fetch geometries when conditional formatting rule requires it
- Fixes #43252
- 05:57 AM Revision d4b330de (qgis): Add test and move to class
- 05:57 AM Revision 5f4513d0 (qgis): Fix 3d layout map exports are blank
- 02:07 AM Revision fc0e97ec (qgis): Add custom hash for QgsFeature
- Fixes #49932
2022-09-11
- 01:17 AM Revision c26d58ec (qgis): feat: New force read only option for vector layer
- To be able to open vector layer in a read-only mode, a new vector layer option has been defined to do it.
This optio... - 01:17 AM Revision 0fc64b10 (qgis): feat: Open layers in a read only mode with Qgis::ProjectReadFlag::Force...
- In most cases of use of QGIS Server, it is not necessary to access the layers in write mode.
The read-only mode is su... - 01:14 AM Revision 4e56df95 (qgis): Revert "[spatialite] Fix features with null geometry are incorrectly"
- This reverts commit 90b03c31b1a950d88367a1ee2d61d4a2bd92f86c.
- 01:13 AM Revision 78ebef92 (qgis): Add test mask
2022-09-10
2022-09-09
- 12:16 AM Revision a9786bd1 (qgis): fix(server): Add warning level to warning error parsing post data as XML
- The message `Warning: error parsing post data as XML` was logged without level even if it is a warning.
- 12:16 AM Revision c705c747 (qgis): Thread local
- 12:16 AM Revision 527d83a6 (qgis): Fix build
- 12:16 AM Revision 188446e4 (qgis): Add oracle to save to database action list providers
- 12:16 AM Revision 0717b65b (qgis): Backport 825482d in order to fix removing a single raster from GPKG
- 12:16 AM Revision 2a04741b (qgis): Fix output encoding in processing/dxf export
- 12:16 AM Revision 824d9a1c (qgis): fix(server): Register services known versions
- In QGIS Server only default supported OGC services versions has been registered :
* WMS 1.3.0 even if 1.1.1 is suppo... - 12:16 AM Revision e954b2fe (qgis): Fix it better
- 12:16 AM Revision a79daa54 (qgis): Fix #37566 : fix legend placement on export
- 12:16 AM Revision 5d2eb24b (qgis): use standard font for test
- 12:16 AM Revision f745f6cc (qgis): move mid marker when both line endpoints are out of the extent
- 12:16 AM Revision e2f48564 (qgis): Bring back CP949 codec in QgsDxfExport. Fixes #44756
- 12:16 AM Revision 148f799b (qgis): fix(server): Add level to log messages in Service registry
- Some message logs in the QGIS Server Service registry have a level, not all.
- 12:16 AM Revision c8af1fc9 (qgis): Use case insensitive checks for sqlite column types
- Fixes virtual layer field types on some sqlite versions
- 12:16 AM Revision bd4e13c3 (qgis): Fix labels flip upside down when allowing upside down labels
- and a large negative curved offset distance is set
Fixes #49234
(cherry picked from commit a233963eea96ad2e4f5938a3... - 12:16 AM Revision 61ac1378 (qgis): Fixes #49179 : convert correcly proxy port when reading ogr layers
- 12:16 AM Revision 1acb9402 (qgis): Fix #47810 - zoom last and next with rotated map looses scale
- 12:16 AM Revision feee40a3 (qgis): [fix] inconsistent access to plugin metadata "update_date"
- update_date metadata item was inconsistently accessed by key "update_date" and "update_date_stable" => fixed by chang...
- 12:16 AM Revision 12f09433 (qgis): Remove extremely outdated assumption in QgsVectorLayer::selectedFeatures()
- resulting in poor selection performance
Fixes #49962 - 12:16 AM Revision a7a9831b (qgis): Backport #49603 Fix unreported credentials exposure on connection lost
- 12:16 AM Revision 925020cb (qgis): Support longlong variant types when converting mapbox gl styles
- Depending on which method is used to convert json to a variantmap,
we may end up with longlong values instead of ints... - 12:16 AM Revision 7a314a40 (qgis): Fix vector tile style conversion of fill opacity from interpolation list
- (cherry picked from commit b1b3475ffe247a4e3af00db129b6029d1791003c)
(cherry picked from commit de4e5989f4f3f48c925fe... - 12:16 AM Revision 87a5fe45 (qgis): Apply suggestions from code review
- 12:16 AM Revision 082620eb (qgis): fix hiding snap indicators when done using advanced digitizing
- 12:16 AM Revision 2d01da15 (qgis): Fetch geometries when conditional formatting rule requires it
- Fixes #43252
- 12:16 AM Revision efe12f43 (qgis): Update since
- 12:16 AM Revision 0d71e8c0 (qgis): Default new layout map rotation to canvas map rotation
- 12:16 AM Revision aafd6b7b (qgis): Add API to QgsProjectViewSettings to allow setting default map rotation
- Provides a stable means for scripts to set the map rotation
- 12:16 AM Revision f8b847cb (qgis): Find more available encodings for the dxf exporter
- 12:16 AM Revision 8b59def5 (qgis): [processing] Split Vector Layer alg: Set input type to TypeVector in or...
- 12:16 AM Revision 2cf06abd (qgis): [processing] savefeatures alg: Set input type to TypeVector in order to...
- 12:16 AM Revision 91a312ef (qgis): Fix html widget expression with newlines
- Fix #37569
- 12:16 AM Revision 76b73a7a (qgis): Add test and move to class
- 12:16 AM Revision eef2f9d0 (qgis): Don't test for IAU2000:69918 crs, doesn't exist in recent proj
- 12:16 AM Revision 5d3f07ca (qgis): Remove OSGEO:41001 test -- this no longer exists in proj database
- 12:16 AM Revision eba58e77 (qgis): Add ogc, iau_2015, and nkg authorities to crs support
- To match those available from recent proj versions
- 12:16 AM Revision da6e6c42 (qgis): Fix broken view definitions in views_test.sqlite
- 12:16 AM Revision a1074567 (qgis): Less debug noise in spatialite provider
- 12:16 AM Revision 90b03c31 (qgis): [spatialite] Fix features with null geometry are incorrectly
- returned when request has a filter rect on newer spatialite versions
- 12:16 AM Revision 110ab3f7 (qgis): Restore QgsFeature equality operators in Python
- These were (accidentally?) ommited in 9050cc14d, and then
incorrectly marked as sip_skip when sipify was first introd... - 12:16 AM Revision 848f01e2 (qgis): Fix QgsFeature equality operator handling of null geometries
- We were previously considering all features an unequal if they
had no geometry - 12:16 AM Revision 72655d44 (qgis): Expand tests
- 12:16 AM Revision a51719b6 (qgis): Handle schema names in table sources in QgsSqlStatementParser
- 12:16 AM Revision 5badca4e (qgis): Fix qt QLayout::removeWidget: Cannot remove a null widget warning
- 12:16 AM Revision 17502ed2 (qgis): Run TestZiplayer on CI
- 12:16 AM Revision 66ffc556 (qgis): Fix GDAL vrt items don't show in zip items in browser
- 12:16 AM Revision 135adf50 (qgis): Fix default .qml style for raster layers inside vsi archives is not
- applied when loading the layer
Fixes some more failing TestZipLayer tests - 12:16 AM Revision 4b08e8d1 (qgis): Fix some outdated assumptions in testziplayer.cpp
- 12:16 AM Revision 3172a32c (qgis): Adapt test to work for newer proj
- 12:16 AM Revision 99a529d4 (qgis): Cleanup TestZipLayer so that it's possible to diagnose what's going wrong
- 12:16 AM Revision d1a474e0 (qgis): [sip] Fix conversion of null QgsLayoutItem* pointer variant values
- on newer qt/sip versions
This was incorrectly returning a malformed/semi-null QVariant
...something?!?
We probably ... - 12:16 AM Revision 5ef5dc66 (qgis): Fix 3d layout map exports are blank
- 12:16 AM Revision 423ad81a (qgis): [gdal] Fix passthrough of zip paths containing a single dataset
- with an accompanying .aux.xml file
Fixes TestZipLayer::testPassthruRasterZip() - 10:00 PM Revision 01ada5a3 (qgis): astyle
- 10:00 PM Revision c0c631a9 (qgis): Use precision if compiled with geos >= 3.9
- 10:00 PM Revision 4ee92451 (qgis): Use geos prec in qgsgeometry
- 10:00 PM Revision 2dd6f9f1 (qgis): fix use prec when gridSize <= 0
- 10:00 PM Revision 65caddfe (qgis): init use_prec in processing
- 10:00 PM Revision db16eb78 (qgis): fix
- 10:00 PM Revision 04ae41bb (qgis): fix
- 10:00 PM Revision 0c83450d (qgis): Add parameter for more algs
- 10:00 PM Revision 968a5dad (qgis): fix build with -Werror and geos <3.9.0
- 10:00 PM Revision 4fbc7a9e (qgis): Fix dox. Add more descriptions and add gridSize documentation
- 10:00 PM Revision 4354dcf6 (qgis): Default grid size parameters to not set
- 10:00 PM Revision a4a0e109 (qgis): Use QgsGeometryParameters class for specifying grid size instead
- of dedicated arguments
- 10:00 PM Revision b511a6b2 (qgis): test_qgsgeometry.py: remove the if geos39
- 10:00 PM Revision 7ab5deaa (qgis): qgsgeos.cpp: remove reference to the minimal geos version, since 3.9.0 ...
- 10:00 PM Revision 939dd110 (qgis): qgsgeos.cpp: remove if GEOS_VERSION_MINOR>=9 since geos 3.9 is a minima...
- 10:00 PM Revision 76a3816b (qgis): PyQgsGeometryTest: add tests for fixed precision thanks to postgis
- 10:00 PM Revision c30576cc (qgis): qgsgeos.h: fix subdivide method with gridSize using intersection as pos...
- 10:00 PM Revision f5aaca6b (qgis): qgsgeos.h: fix docstring including previsously missing params
- 10:00 PM Revision cde06e02 (qgis): qgsgeometryengine.h: fix docstring including previsously missing params
- 10:00 PM Revision 9c5821a8 (qgis): qgsgeometry.h: subdivde: add previously missing \param for maxNodes
- 10:00 PM Revision 5df8be8f (qgis): processing: mark grid size as an advanced parameter
- 10:00 PM Revision 2ce57c40 (qgis): qgsgeometry.h: fix docstring including previsously missing geometry param
- 10:00 PM Revision 0efd5f25 (qgis): Processing: replace Precision by grid size. It's less confusing.
- 09:14 PM Revision cb20f967 (qgis): Test QgsPostgresConn: fix old style code
- 09:14 PM Revision cb2bf3f5 (qgis): Tests: Enhance QgsDataSourceUri with connectionInfo tests
- 09:14 PM Revision bb631466 (qgis): feature(postgres): Define session role for connection
- Be able to define a session role for postgres connection.
Documentation: https://www.postgresql.org/docs/current/sql... - 08:51 PM Revision 583cec33 (qgis): Fix "feature" variable name
- 06:21 PM Revision 5d7b3e85 (qgis): Tests: Enhance QgsDataSourceUri with setConnection tests
- Adding unit tests to the QqsDataSourceUri::setConnection methods.
Funded by 3liz - 06:21 PM Revision c310d527 (qgis): Tests: Enhance QgsDataSourceUri checkparser with authcfg param
- Adding authcfg parameter in the QgsDataSourceUri checkparser test.
Funded by 3liz - 02:05 PM Revision 106d33d7 (qgis): Release of 3.22.11
- 02:05 PM Revision 0c90bfa6 (qgis): translation update for 3.22.11 from transifex
- 02:04 PM Revision 65e4edfd (qgis): Release of 3.26.3
- 02:04 PM Revision 5215a727 (qgis): translation update for 3.26.3 from transifex
- 12:25 PM Revision 139a898a (qgis): [afs] When no explicit crs is set in the data source URI, just
- use the CRS retrieved from the service properties
This allows construction of AFS layers without having to know the ... - 12:25 PM Revision c135d4ae (qgis): [afs] When no explicit crs is set in the data source URI, just
- use the CRS retrieved from the service properties
This allows construction of AFS layers without having to know the ... - 12:21 PM Revision 1b57748d (qgis): [afs] When no explicit crs is set in the data source URI, just
- use the CRS retrieved from the service properties
This allows construction of AFS layers without having to know the ... - 09:16 AM Revision 9dc4f95c (qgis): Escape single quotes
- 08:22 AM Revision 487d2da1 (qgis): Fix regression when picking color from secondary monitors (master only)
- 07:47 AM Revision 3d576abc (qgis): Raw string
- 03:56 AM Revision f2534f01 (qgis): Use message bar to show notifications when plugin updates are available
- This is a more standard, more visible place to advise users of
these updates - 03:56 AM Revision c64ce534 (qgis): Don't show any status bar messages for new plugins
- We have so many plugins, and the vast majority aren't relevant
to the majority of users... it's just noise to advise ... - 03:30 AM Revision 341add8c (qgis): Add new variable form of current feature expression functions
- This adds a newer style variable form of referencing the current
feature and its attributes in expressions.
The newl... - 03:16 AM Revision 8fcd7913 (qgis): Make data source manager dialog ALWAYS non modal, and remove this option
- Now the dialog functions just like other "manager" type windows in
QGIS (style manager, layout manager), where the di... - 02:51 AM Revision d6cd5058 (qgis): Add custom template function "starts_with" for OGC API Features
2022-09-08
- 11:13 PM Revision 55319c44 (qgis): Add linework based example
- 11:13 PM Revision 5507547d (qgis): Fix make_valid examples
- 11:12 PM Revision 940d95c7 (qgis): [db manager] Add tooltip to enconding settings
- 11:12 PM Revision f865b3f5 (qgis): [db manager] Fix import layer encodings
- 10:57 PM Revision 5fd3b851 (qgis): Merge pull request #50140 from pathmapper/map_template
- [server] Update map template for OGC API Features
- 09:43 PM Revision 03195d1c (qgis): fix warning
- 05:28 PM Revision e10046f1 (qgis): Hide progress bar when done loading
- 02:40 PM Revision f649d498 (qgis): Merge pull request #50095 from elpaso/layer-metadata-provider-gui2
- Layer metadata provider gui
- 02:38 PM Revision 9845115a (qgis): Merge pull request #48853 from Koyaani/fix_topological_editing_differen...
- Fix topological editing different crs v2.1
- 02:35 PM Revision f2300745 (qgis): Remove optional attribution prefix from maps
- 01:45 PM Revision 5a7d90dc (qgis): Remove not needed listener
- There's no function "featureOver".
- 12:12 PM Revision 751deda1 (qgis): Merge pull request #50127 from elpaso/server-sql-extra-allowed-tokens
- Server: add QGIS_SERVER_ALLOWED_EXTRA_SQL_TOKENS settings var
- 11:16 AM Revision dc48db73 (qgis): [expression] Fix LIKE / ILIKE operators
- 11:16 AM Revision cfae3eac (qgis): [expression] Fix LIKE / ILIKE operators
- 10:51 AM Revision 9986e6f4 (qgis): Return false from metadata contains when string is empty
- 08:57 AM Revision a66a45cb (qgis): Merge pull request #50131 from pathmapper/api_docs
- Update API docs
- 08:30 AM Revision f148ec19 (qgis): Fix spaces and comma in the token forbidden error message
2022-09-07
- 12:05 AM Revision 939518e1 (qgis): [expression] Fix LIKE / ILIKE operators
- 12:05 AM Revision a22ae4d4 (qgis): [expression] Fix LIKE / ILIKE operators
- 12:01 AM Revision 2b6121f9 (qgis): [expression] Fix LIKE / ILIKE operators
- 07:43 PM Revision 3222ac72 (qgis): add tests
- 07:43 PM Revision dcb7bf6f (qgis): fix duplicate dataset group in mesh calculator test
- 07:43 PM Revision 0fa078ab (qgis): spelling
- 07:43 PM Revision e89698e6 (qgis): SIPIFY
- 07:43 PM Revision 3284fd9f (qgis): improve consistency of mesh dataset group indexes
- 07:11 PM Revision 0b79e454 (qgis): Update API docs
- Custom teplate function nl2br( text ) was missing
Adjust formatting - 06:13 PM Revision 6cd4edff (qgis): Python > 3.8 compatibility
- 06:10 PM Revision 2bf3ea49 (qgis): Revert quick exit
- 04:40 PM Revision 2beed834 (qgis): Server: add QGIS_SERVER_ALLOWED_EXTRA_SQL_TOKENS settings var
- This new feature allows to specify extra tokens allowed for
WMS FILTER definition.
The current list of accepted toke... - 04:40 PM Revision 65baa23f (qgis): Typos
- 02:23 PM Revision 410af1d0 (qgis): fix spelling
- 02:23 PM Revision 1d9495b8 (qgis): change ui
- 02:23 PM Revision abbcb30e (qgis): add missing test file
- 02:23 PM Revision 8d47b47e (qgis): option to reload mesh layer temporal properties
- 02:09 PM Revision b606ce6d (qgis): Fix qt6 build
- 02:09 PM Revision 604b4471 (qgis): Fix qt 6 build
- 02:09 PM Revision 8dbb654a (qgis): Address review
- 02:09 PM Revision 8b066165 (qgis): Doxygen
- 02:09 PM Revision af284cfe (qgis): Add unit tests
- 02:09 PM Revision 254c43df (qgis): Correctly render vertical oriented text using HTML formatting
- 02:09 PM Revision 670c762f (qgis): Don't crash on empty label text
- 02:09 PM Revision 73803531 (qgis): Correctly place text backgrounds when valign isn't top
- 02:09 PM Revision 603dd192 (qgis): Ensure curved label text of mixed heights is vertically baseline aligned
- In future we probably want to support explicit control of vertical
alignment for text, but for now baseline alignment... - 02:09 PM Revision ad5d9d89 (qgis): Add font size, family, italic and bold to QgsTextCharacterFormat
- 02:09 PM Revision 1912282b (qgis): Correctly account for text sizes in curved labels
- 02:09 PM Revision 05bd5660 (qgis): Modify text renderer to account for rendering text with HTML
- content which varies in font metrics
- 02:09 PM Revision 5f2aca49 (qgis): Correctly account for scaling factor and render context scale
- when creating fonts for document fragments
- 02:09 PM Revision 9e79171f (qgis): Fix bold html formatting is not always respected
- 02:09 PM Revision e4d5e6a9 (qgis): Minor cleanup
- 02:09 PM Revision 439377b7 (qgis): Fix incorrect argument passed to function
- (should have no impact on existing releases, as the text fragements
previously did not support properties which alter... - 02:09 PM Revision b7857e4f (qgis): Fix warning
- 08:25 AM Revision c87be21c (qgis): SIP
- 07:25 AM Revision 8f5c1cf2 (qgis): Auto download a few more popular google fonts
2022-09-06
- 12:53 AM Revision 6c32976a (qgis): [ui] Fix labeling rotation UI not being friendly to styling panel / nar...
- 12:19 AM Revision 07ee44c9 (qgis): get data type from attribute collection
- 09:48 PM Revision 8777c0a7 (qgis): fix test
- 09:48 PM Revision 1c4a239c (qgis): change default averaging method for 3D stacked mesh
- 05:26 PM Revision eb514e04 (qgis): break
- 04:28 PM Revision c5dbf318 (qgis): Remove copy ctor
- 04:13 PM Revision 823381f9 (qgis): Doxy
- 03:57 PM Revision 5f399e32 (qgis): Add test
- 03:50 PM Revision 7cab873e (qgis): Address PR review comments and add model tests
- 02:11 PM Revision 70004279 (qgis): Set sys.argv even if --code is empty
- 10:52 AM Revision 04d525f5 (qgis): Merge pull request #50073 from qgis/backport-49484-to-release-3_26
- [Backport release-3_26] fix(server): Register services known versions
- 10:52 AM Revision 18b67aae (qgis): Merge pull request #50072 from qgis/backport-49484-to-queued_ltr_backports
- [Backport queued_ltr_backports] fix(server): Register services known versions
- 10:51 AM Revision 2a671eec (qgis): Merge pull request #50014 from qgis/backport-49485-to-release-3_26
- [Backport release-3_26] fix(server): Add level to log messages in Service registry
- 10:51 AM Revision cc8e5d56 (qgis): Merge pull request #50013 from qgis/backport-49485-to-queued_ltr_backports
- [Backport queued_ltr_backports] fix(server): Add level to log messages in Service registry
- 10:51 AM Revision bccd8e3e (qgis): Merge pull request #50005 from qgis/backport-49483-to-release-3_26
- [Backport release-3_26] fix(server): Add warning level to warning error parsing post data as XML
- 10:51 AM Revision ec13ad80 (qgis): Merge pull request #50004 from qgis/backport-49483-to-queued_ltr_backports
- [Backport queued_ltr_backports] fix(server): Add warning level to warning error parsing post data as XML
- 09:00 AM Revision 5857882f (qgis): Renamed to --py-args and leave them available for each python execution
- 07:30 AM Revision b4c93786 (qgis): Move text renderer enums to Qgis, promote to enum class, tighten includes
2022-09-05
- 01:57 AM Revision 6291ae4c (qgis): mark intentional fallthrough
- 01:57 AM Revision 0f734984 (qgis): fix progress when point limit > point count
- 01:57 AM Revision 1a7d160a (qgis): add export to CSV files
- 06:19 PM Revision 5a32a755 (qgis): Doxy
- 06:04 PM Revision ea4db926 (qgis): Window title
- 05:56 PM Revision 795e8c0f (qgis): More doxy
- 02:44 PM Revision eb984a37 (qgis): Load action for locator
- 02:30 PM Revision 0a6e1156 (qgis): Locator
- 11:31 AM Revision afcea83b (qgis): GUI doxy
- 10:58 AM Revision 626f2c5d (qgis): --code-args parameter
- 10:48 AM Revision 02fd5dfc (qgis): Rework GUI
- 09:17 AM Revision ed9dfa9f (qgis): Move TextOrientation enum from QgsTextFormat and promote to enum class
- 05:17 AM Revision 775e333e (qgis): [feature][labeling] Add option to use absolute units for line height
- Previously the line height was always set in multiples of the
text line spacing. This works fine for rendering text b... - 05:02 AM Revision dcdb4cd0 (qgis): [feature][expressions] Add new shared_paths function
- Returns a collection containing paths shared by the two
input geometries. Those going in the same direction are
in th... - 04:35 AM Revision 6250f3d2 (qgis): [processing] Expose make valid method to Repair Geometries algorithm
- 04:35 AM Revision b9413ed7 (qgis): [expressions] Add 'method' and 'keep_collapsed' parameters to make_vali...
- 04:35 AM Revision 804951ea (qgis): [api] Expose GEOS make valid options for geos 3.10+ builds
- 03:18 AM Revision 2dae176b (qgis): Add missing dox
- 03:18 AM Revision 1570643d (qgis): [api] Add project's default coordinate display type functions +
- Q_PROPERTY for coordinate display type, distance units, and area units
- 03:18 AM Revision b20cc301 (qgis): Implement MapGeographic vs CustomCrs
- 03:18 AM Revision 6b071d3b (qgis): Apply suggestions
- 02:18 AM Revision a16d1bde (qgis): Fix regression in Dynamic Temporal Controller, "Include Start, Includ… ...
- Fixes #348946 by also casting the end expression
I think this is just forgotten in an earlier commit.
When the start... - 02:17 AM Revision 50c53c11 (qgis): Fix build warning
2022-09-04
- 10:30 PM Revision 7562cbc0 (qgis): Add cast (I think forgotten earlier)
- 10:30 PM Revision d7cddc96 (qgis): Fix 348946 by also casting the end expression
- I think this is just forgotten in an earlier commit.
When the start is 'cast' but the end is not, there are issues wh... - 10:30 PM Revision e8f3c1be (qgis): Add test to test for Date fields (should be casted)
- 10:30 PM Revision cd2f081f (qgis): Change Datetime tests to also test for Date (only) fields
- 10:27 PM Revision 8706c7e2 (qgis): Fix regression in Dynamic Temporal Controller, "Include Start, Include ...
- Fixes #348946 by also casting the end expression
I think this is just forgotten in an earlier commit.
When the start... - 02:54 PM Revision 84cffdaa (qgis): Merge pull request #50027 from Samweli/hide_expression_variables
- 12:19 PM Revision bdfd6704 (qgis): include docstrings for the use of the hidden variables
- 03:59 AM Revision b5e60783 (qgis): fix msvc build again (take II)
- 03:08 AM Revision 125294a3 (qgis): fix msvc build again
2022-09-03
- 11:02 PM Revision af22f2cf (qgis): Fix and add examples of geometries_to_array function
- 10:05 PM Revision cb914be6 (qgis): Fix PEP8 E266 for second level heading comment
- 10:05 PM Revision ccb46e79 (qgis): Python Console: Don't throw exception if compiled without 3D
- Fixes #49987
- 09:24 AM Revision f467c170 (qgis): Fix SQL
- 09:08 AM Revision 4c945c4c (qgis): fix(server): Register services known versions
- In QGIS Server only default supported OGC services versions has been registered :
* WMS 1.3.0 even if 1.1.1 is suppo... - 09:08 AM Revision 540e90b7 (qgis): fix(server): Register services known versions
- In QGIS Server only default supported OGC services versions has been registered :
* WMS 1.3.0 even if 1.1.1 is suppo... - 09:04 AM Revision dd4e7b40 (qgis): Merge pull request #49484 from rldhont/server-register-known-services
- fix(server): Register services known versions
2022-09-02
- 01:35 AM Revision 09c8a196 (qgis): [expressions] Add make_valid and geometries_to_array functions
- 01:08 AM Revision 4d1e1214 (qgis): Optimise some more GEOS methods
- 01:08 AM Revision f64b4a75 (qgis): Use optimised geos constructors for geos 3.10+
- 11:28 PM Revision 4c39f178 (qgis): added filter by geometry / filter by layer support
- 11:28 PM Revision fe22b4c7 (qgis): address review
- 11:28 PM Revision 3c426b27 (qgis): also export to uncompressed las files
- 11:28 PM Revision d398a251 (qgis): don't allow negative zRange in the gui
- 11:28 PM Revision cf7137d2 (qgis): use enum for supported formats
- 07:18 PM Revision e380605c (qgis): Layer metadata GUI models and filters
- 05:23 PM Revision 3ad42424 (qgis): fix msvc build
- 05:07 PM Revision b4724543 (qgis): qgscameracontroller: Ensure to compute correct position conversions
- Qgs3DUtils::screenPointToWorldPos() converts the clicked mouse
position to the corresponding 3D world coordinates. It... - 04:52 PM Revision 133a7c20 (qgis): Allow any render unit for EDL distance as suggested by Nyall
- This will make it possible to get equivalent effect also on different DPI
- 04:52 PM Revision 8f933496 (qgis): Eye dome lighting code fixes
- - make it independent on the current view's Z range
- simplify scaling code
- reverse Z handling (higher Z value == c... - 04:52 PM Revision f4830334 (qgis): initial implementation
- 04:52 PM Revision 7d4e0d85 (qgis): fix function name in test
- 04:52 PM Revision e6da9ac6 (qgis): Bring back some Python methods to make the test in Python work again
- 04:52 PM Revision ec36709b (qgis): Address reviews from Stefanos and Nyall
- 04:52 PM Revision a99b6bb0 (qgis): Remove refactored code
- 04:52 PM Revision 5b6ba3e8 (qgis): Revert to RGBA elevation
- 04:52 PM Revision fc41309e (qgis): Add tests for QgsElevationMap and for EDL of 2D point cloud rendering
- 04:52 PM Revision 7f66cb67 (qgis): Add a warning to EDL when draw order is default
- 04:52 PM Revision 5947177e (qgis): Disable copying of QgsElevationMap
- 04:52 PM Revision a9739a22 (qgis): Better encoding of elevation values
- 04:52 PM Revision 18ba28b3 (qgis): Fix sip
- 04:52 PM Revision 7ce242ff (qgis): Make 2px EDL distance default (same as in 3D)
- 04:52 PM Revision 3eedcf0d (qgis): address reviews
- 04:52 PM Revision 18b3bdd1 (qgis): Refactor elevation map related code to a new class QgsElevationMap
- 04:52 PM Revision 5ccb83b5 (qgis): switch to using grayscale image and fix the default draw order rendering
- 04:52 PM Revision 4ded530f (qgis): use image bits for writing
- 04:52 PM Revision 2ccd9569 (qgis): use std::clamp and bit manupilation for elevation colors
- 04:52 PM Revision 83cf5fab (qgis): fix layout tests
- 04:52 PM Revision 789a83cd (qgis): address reviews and fix docs
- 04:52 PM Revision ecb97c4a (qgis): Fix build and switch to QgsTest::imageCheck()
- 03:45 AM Revision fc1b1cac (qgis): Better size hint for marker symbol buttons
- The default approach of showing these with the same size hint
as regular buttons/combo boxes doesn't work well -- we ...
2022-09-01
- 01:30 AM Revision bbe0e519 (qgis): qgs3dmapcanvaswidget: Remove the accepted logic from the configuration
- This is a follow up from commit
9e0074c5b4fea78bab72469f35a672045acf9423.
This change removed the `OK` button from t... - 01:30 AM Revision c43bce1b (qgis): qgs3dmapcanvaswidget: Ensure to display only one configuration dialog
- With the dialog being non-modal, several configuration dialog could be
displayed. This should not be possible.
This ... - 01:14 AM Revision c7f7a9fb (qgis): Bump actions/cache from 3.0.5 to 3.0.8
- Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/act... - 09:41 PM Revision 3ab6b65c (qgis): Remove excess parentheses
- backports #50052
- 09:41 PM Revision 66a4d754 (qgis): Remove excess parentheses
- 09:02 PM Revision 6756fb70 (qgis): Bump actions/cache from 3.0.5 to 3.0.8
- Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/act... - 06:56 PM Revision c026b8ce (qgis): Initial GUI for MD search
- 05:40 PM Revision 9dbec1a8 (qgis): fix(server): Register services known versions
- In QGIS Server only default supported OGC services versions has been registered :
* WMS 1.3.0 even if 1.1.1 is suppo... - 05:06 PM Revision 6661004d (qgis): Layer MD browser filter
- 01:58 PM Revision 0c577f07 (qgis): Merge pull request #50015 from elpaso/layer-metadata-provider
- Layer metadata provider API (part 1)
- 01:42 PM Revision ca8a09b3 (qgis): Remove excess parentheses
- 01:39 PM Revision ada9fc6d (qgis): Merge pull request #50052 from DelazJ/makerectangles3points
- Remove excess parentheses
- 11:32 AM Revision eb761721 (qgis): Raise proper exceptions from search
- 11:07 AM Revision 74420332 (qgis): Remove excess parentheses
- 08:21 AM Revision fa55567e (qgis): Rename QgsLayerMetadataSearchResults
- 04:58 AM Revision 80e7ba35 (qgis): Add Concave hull API and expression function
- Exposes the GEOS concave hull operation to QgsGeometry API and a via a new concave_hull expression function.
Require... - 04:40 AM Revision eb4dd3d6 (qgis): fix build
- 04:40 AM Revision 1ce710a0 (qgis): Sipify
- 04:18 AM Revision f145ebcb (qgis): Fix labels flip upside down when allowing upside down labels
- and a large negative curved offset distance is set
Fixes #49234
(cherry picked from commit a233963eea96ad2e4f5938a3...
2022-08-31
- 12:55 AM Revision 2aa753cb (qgis): Typo
Also available in: Atom