Activity
From 2022-10-18 to 2022-11-16
2022-11-16
- 09:26 PM Revision efbd5eaf (qgis): debian packaging: add ubuntu lunar
- 11:13 AM Revision cdffe2ef (qgis): Add option to skip edit buffer when logging GPS to vector layer
- 11:13 AM Revision 77a1ca34 (qgis): Seperate out gps logging code from gps digitizing related code
- 11:13 AM Revision 0dfac0cc (qgis): Add log to gpkg action
- 11:13 AM Revision 5579a4e1 (qgis): Defer connection deletion until everything has cleaned up
- 11:13 AM Revision 9baa7eda (qgis): Check size before adding chunk separator
- 11:13 AM Revision ab03a9a2 (qgis): Rename method for clarity
- 11:13 AM Revision 7c3703f4 (qgis): [gps][feature] Add option to directly log GPS points and tracks
- to a Geopackage or Spatialite db
When activated via the GPS toolbar - settings button - "Log to
Geopackage/Spatialit... - 01:35 AM Revision 218acc67 (qgis): QgsVectorFileWriter map NaN to -DBL_MAX exporting to Shape
- 01:35 AM Revision 85ab2703 (qgis): Use std::numeric_limits<double>::max() instead of DVL_MAX
- 01:35 AM Revision 60a90361 (qgis): Use NaN for unset Z/M values
- 01:35 AM Revision 3b3967bc (qgis): Use NaN as default for missing Z/M values only for shape
- Not all providers supports using NaN
2022-11-15
- 09:48 PM Revision 9b8be60f (qgis): Merge pull request #50891 from elpaso/bugfix-followup-load-stored-styles
- Only load stored styles related to current layer
- 02:07 PM Revision a83aa099 (qgis): Use NaN for unset Z/M values
- 02:07 PM Revision d2fd88f3 (qgis): Use std::numeric_limits<double>::max() instead of DVL_MAX
- 02:07 PM Revision a6a01763 (qgis): Use NaN as default for missing Z/M values only for shape
- Not all providers supports using NaN
- 02:07 PM Revision 19da39f8 (qgis): QgsVectorFileWriter map NaN to -DBL_MAX exporting to Shape
- 02:02 PM Revision c5f2b5c6 (qgis): Use std::numeric_limits<double>::max() instead of DVL_MAX
- 02:02 PM Revision f6b6f81f (qgis): Use NaN for unset Z/M values
- 02:02 PM Revision 619170e4 (qgis): QgsVectorFileWriter map NaN to -DBL_MAX exporting to Shape
- 02:02 PM Revision 505948b7 (qgis): Use NaN as default for missing Z/M values only for shape
- Not all providers supports using NaN
- 10:17 AM Revision 19c11841 (qgis): Only load stored styles related to current layer
- Fix an issue related to PR #50812, instead of loading
all styles, only load styles related to current layer. - 09:12 AM Revision 3ea934a6 (qgis): Use .wld if original file extension is too short
- 07:14 AM Revision 41d38250 (qgis): Use more universally recognised extensions for world files
2022-11-14
- 01:17 PM Revision 1c201278 (qgis): Merge pull request #50635 from kadas-albireo/zoomlevel
- Improve logic in QgsMapCanvas::nextZoomLevel to avoid unexpected zoom jumps
- 11:46 AM Revision 143a23ce (qgis): Fix clang warnings
- 11:46 AM Revision 79b809a5 (qgis): Prepare framework for text renderer vertical alignment
- 11:46 AM Revision fe125dfa (qgis): Remove dead code
- 11:46 AM Revision a7c39ffd (qgis): Add support for super and subscript HTML formatting in text renderer
- This allows for either:
- <sup>superscript</sup> / <sub>subscript</sub> components in text,
where the text will be v... - 11:46 AM Revision 8858d74d (qgis): Test mask
- 11:46 AM Revision 38c297ef (qgis): Add test mask
- 11:46 AM Revision 255015bb (qgis): Fix clang warnings
- 11:46 AM Revision 78e5f147 (qgis): Add missing file
- 11:46 AM Revision 4070987f (qgis): Allow super/subscript for curved label text
- 09:00 AM Revision 6571b9b5 (qgis): Empty structure for logger
- 09:00 AM Revision f902248a (qgis): Fix dox
- 09:00 AM Revision 154ab209 (qgis): Hook up feature creation in QgsVectorLayerGpsLogger
- 09:00 AM Revision d5c05e3b (qgis): Refactor out GPS logging classes, so that they share a common base class
- Moves GPS track logging logic out of app and into core so that it
can be resused in a generic way. - 09:00 AM Revision 680f28f6 (qgis): Fix test
- 09:00 AM Revision f7e77492 (qgis): Cleanup ui file
- 09:00 AM Revision 0cc1d96a (qgis): Remove unused variable
- 09:00 AM Revision 281f1d0d (qgis): Make QgsVectorLayerGpsLogger API easier to use, and add capacity
- to store all GPS information components
- 09:00 AM Revision b572e546 (qgis): Add more GPS component flags
- 09:00 AM Revision 7c4cb302 (qgis): Fix build
- 09:00 AM Revision 09b0d0c2 (qgis): Fix build
- 09:00 AM Revision bbd0a239 (qgis): Fix time zone handling
- 09:00 AM Revision 669fb4b9 (qgis): Add layer fields to QgsGpsLogger
- 09:00 AM Revision 3e532a38 (qgis): Fix clang warning
- 09:00 AM Revision 455b425e (qgis): Fix test
- 09:00 AM Revision 14930d87 (qgis): Sipify
- 08:58 AM Revision 1bd720f9 (qgis): Fixes #50075 : fix build without postgresql
- 08:58 AM Revision 21cd9188 (qgis): replace ENABLE_PGTEST with POSTGRES_FOUND when needed
- 08:58 AM Revision f43a555a (qgis): Fixes #50075 : fix build without postgresql
- 08:58 AM Revision dd47d4ab (qgis): replace ENABLE_PGTEST with POSTGRES_FOUND when needed
- 08:42 AM Revision 91e51300 (qgis): Merge pull request #50854 from elpaso/raster-maptips-2
- Raster maptips
- 08:40 AM Revision 1373d2bc (qgis): Merge pull request #50812 from elpaso/bugfix-gh37434-default-style-name
- Bugfix default style name
- 08:39 AM Revision 17bca733 (qgis): Merge pull request #50867 from elpaso/bugfix-gh50841-pgraster-views
- Fix PG raster views and filter setting
- 04:18 AM Revision b0ffa186 (qgis): Fixes #50075 : fix build without postgresql
- 04:18 AM Revision 4bfcfd88 (qgis): replace ENABLE_PGTEST with POSTGRES_FOUND when needed
- 04:18 AM Revision 203bdf4b (qgis): Fixes #50075 : fix build without postgresql
- 04:18 AM Revision a49857f3 (qgis): replace ENABLE_PGTEST with POSTGRES_FOUND when needed
- 04:14 AM Revision 860c3c9b (qgis): replace ENABLE_PGTEST with POSTGRES_FOUND when needed
- 04:14 AM Revision a18b6a01 (qgis): Fixes #50075 : fix build without postgresql
- 03:54 AM Revision 13498bd6 (qgis): [QgsQuick] Add moveTo animation to qgsquick map canvas and introduce qg...
- 03:52 AM Revision fcd3b8ce (qgis): Add test
- 03:52 AM Revision de180758 (qgis): Add viewbox parameter only if bounds are finite
- fixes qgis#50807
- 02:13 AM Revision 22db26d2 (qgis): Add viewbox parameter only if bounds are finite
- fixes qgis#50807
- 02:13 AM Revision fc3cb14f (qgis): Add test
2022-11-13
- 09:50 PM Revision 7deaca7d (qgis): Add viewbox parameter only if bounds are finite
- fixes qgis#50807
- 09:50 PM Revision b1f6cb10 (qgis): Add test
- 09:50 PM Revision d88fe87f (qgis): Add viewbox parameter only if bounds are finite
- fixes qgis#50807
- 09:50 PM Revision 68dd1315 (qgis): Add test
- 09:46 PM Revision d4cb55cc (qgis): Add viewbox parameter only if bounds are finite
- fixes qgis#50807
- 09:46 PM Revision 21edf1ae (qgis): Add test
2022-11-11
- 08:30 PM Revision 70d81b17 (qgis): small code-style tweak
- 08:30 PM Revision 2adc388c (qgis): fix sip
- 08:30 PM Revision 794f1e1c (qgis): fix qt640 build - QgsInterval
- 08:30 PM Revision 482bbe91 (qgis): fix clang-tidy?
- 01:05 PM Revision e6e1b9ce (qgis): Tests for 50841 and fix source select missing key for raster views
- 11:57 AM Revision 6b891c71 (qgis): Fix PG raster views and filter setting
- - adds a warning if the filter could not be set because resulted in 0 rows and metadata could not
be retrieved
- fix ... - 08:51 AM Revision 4f0239cb (qgis): Address PR comments
- 02:12 AM Revision 5c6c63d0 (qgis): Allow track length and distance from start to be shown in floating
- GPS toolbar
- 02:12 AM Revision 32db68b2 (qgis): Add track total distance calculations
- 02:12 AM Revision 187da086 (qgis): Add readouts for track length and distance from start of track
- to GPS information panel
2022-11-10
- 09:03 PM Revision f307c0f9 (qgis): Closing the 3d settings dialog should also apply unapplied changes
- Make this dialog more standard, with Apply / Cancel / Ok buttons
so that it works just like other QGIS apply-able dia... - 09:03 PM Revision a57c4ac6 (qgis): Fix build
- 09:03 PM Revision 8281e88d (qgis): Fix a crash when changing raster data source while styling dock is open
- 09:02 PM Revision 090cc94d (qgis): Fix a crash when changing raster data source while styling dock is open
- 09:02 PM Revision 58220c67 (qgis): Add missing sip cast for raster contour renderer
- 09:02 PM Revision 9710f448 (qgis): Add missing sip cast for raster contour renderer
- 09:01 PM Revision 1c6bddcf (qgis): remove 3D extra headers to fix Docker builds
- 06:29 PM Revision 7fce30b4 (qgis): Add position scope to vectors
- 06:25 PM Revision 572fb1ec (qgis): Add tests for html and raster attrs functions
- 05:25 PM Revision 0a83e2c3 (qgis): Update src/core/expression/qgsexpressionfunction.cpp
- Co-authored-by: Julien Cabieces <[email protected]>
- 01:04 PM Revision 66e5a4e3 (qgis): Remove spaces
- 12:46 PM Revision 669fa47b (qgis): Doxy
- 11:33 AM Revision 9b9e52da (qgis): the neverending struggle with stupid checks goes on
- 11:15 AM Revision 148848e3 (qgis): Fix Oracle crazyness
- 09:36 AM Revision 724f82e5 (qgis): Blocklst MSSQL tests
- 09:30 AM Revision e478a52d (qgis): Use precalculated horizontal advance and fragment fonts from text metri...
- recalculating
- 09:30 AM Revision ed84780d (qgis): Avoid unnecessary font scaling by precalculating if format has a null
- font size
- 09:30 AM Revision dc755b66 (qgis): Fix rendering of vertical text buffer
- 08:54 AM Revision 5433d867 (qgis): remove 3D extra headers to fix Docker builds
- 08:25 AM Revision 894a938f (qgis): [processing] Drop unmainted saga provider from QGIS install
- This provider has not been maintained and does not work with
newer SAGA versions. Users are encouraged to use the 3rd... - 04:08 AM Revision 514b4318 (qgis): Fix error handling of .qgz files
- Until now, if a .qgz project file would fail to load, no error message
would be shown in QGIS - 04:08 AM Revision 866fe150 (qgis): Improve error reporting when loading of project file fails
- - on XML reading error, the message had the project file name
mentioned twice for no reason
- for zipped (.qgz) pro... - 02:36 AM Revision 0ffb7b17 (qgis): Improve error reporting when loading of project file fails
- - on XML reading error, the message had the project file name
mentioned twice for no reason
- for zipped (.qgz) pro... - 02:36 AM Revision 2a3694d5 (qgis): Fix error handling of .qgz files
- Until now, if a .qgz project file would fail to load, no error message
would be shown in QGIS - 01:35 AM Revision a0d62fe4 (qgis): translation string fixes
2022-11-09
- 11:27 PM Revision f72b9e82 (qgis): Fix error handling of .qgz files
- Until now, if a .qgz project file would fail to load, no error message
would be shown in QGIS - 11:27 PM Revision f68bd9fb (qgis): Improve error reporting when loading of project file fails
- - on XML reading error, the message had the project file name
mentioned twice for no reason
- for zipped (.qgz) pro... - 11:26 PM Revision 70216f57 (qgis): Improve error reporting when loading of project file fails
- - on XML reading error, the message had the project file name
mentioned twice for no reason
- for zipped (.qgz) pro... - 11:26 PM Revision 5365d5fb (qgis): Fix error handling of .qgz files
- Until now, if a .qgz project file would fail to load, no error message
would be shown in QGIS - 11:21 PM Revision bcc83e0c (qgis): Improve error reporting when loading of project file fails
- - on XML reading error, the message had the project file name
mentioned twice for no reason
- for zipped (.qgz) pro... - 11:21 PM Revision a58bda9d (qgis): Fix error handling of .qgz files
- Until now, if a .qgz project file would fail to load, no error message
would be shown in QGIS - 06:01 PM Revision 3d792d38 (qgis): More tagging
- 02:12 PM Revision e6f87764 (qgis): Tag oracle test
- 09:48 AM Revision 71c513a2 (qgis): Raster maptips and html map functions
- 09:48 AM Revision b37f5f4b (qgis): Raster attributes and raster maptips
- 09:48 AM Revision f040c260 (qgis): Raster maptips
- 09:48 AM Revision 25e94fa5 (qgis): More raster maptips work
- It should actually be moved to a generic maplayer implementation.
- 09:38 AM Revision 576536e5 (qgis): Fix oracle query for stylename
- 02:35 AM Revision 5fe715a6 (qgis): Enable WITH_QUICK on Qt6 builds and apply needed fixes
- 02:13 AM Revision 64fc1df5 (qgis): Bump loader-utils in /resources/server/src/landingpage
- Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.c...
2022-11-08
- 12:46 AM Revision 60e03609 (qgis): updated parameters for r.sim.sediment
- 12:46 AM Revision f62ffbf0 (qgis): Set RAT type
- 12:46 AM Revision 6184bd6f (qgis): RAT model inital implementation
- 12:46 AM Revision fc8cb922 (qgis): Create RAT from raster and fix sip enum
- 12:46 AM Revision c07a00f2 (qgis): Auto RAT loading
- 12:46 AM Revision 5a88611b (qgis): Paletted RAT auto-loading
- 12:46 AM Revision 70c93d4a (qgis): Gui enhancements
- 12:46 AM Revision be9b8647 (qgis): Identify
- 12:46 AM Revision 41983fa9 (qgis): Skip value and color fields on RAT identify
- 12:46 AM Revision ba6cc404 (qgis): Update src/gui/raster/qgsrasterattributetablewidget.cpp
- 12:46 AM Revision f30fdc03 (qgis): fix win build
- 12:46 AM Revision 79ac5e5f (qgis): New test for multi value classes in paletted RAT
- 12:46 AM Revision ff539d9e (qgis): Close button removed from RAT dlg
- 12:46 AM Revision 92feff04 (qgis): Doxy
- 12:46 AM Revision 8e0a5e1c (qgis): Address PR comments
- 12:46 AM Revision 45552a64 (qgis): clang-tidy
- 12:46 AM Revision 5e55f074 (qgis): GO TO HELL SPELL TEST!!!!
- 12:46 AM Revision 7d2c6424 (qgis): Fix test
- 12:46 AM Revision e24ae511 (qgis): clamp again
- 12:46 AM Revision 2eaa1553 (qgis): Fix build
- 12:46 AM Revision 65c34727 (qgis): qt6 and fix build
- 12:46 AM Revision 31a5d632 (qgis): Layout
- 12:46 AM Revision ddeccb41 (qgis): No braces
- 12:46 AM Revision 22d34929 (qgis): Color constrast on table
- 12:46 AM Revision 0bcb75ff (qgis): Missing sip includes
- 12:46 AM Revision 5ed5b062 (qgis): Fix first stop color for discrete RATs
- 12:46 AM Revision 09e71a05 (qgis): adjust gui
- 12:46 AM Revision 14c95393 (qgis): flake
- 12:46 AM Revision 99a8b7a6 (qgis): Change error string
- 12:46 AM Revision bbb045e2 (qgis): Getting closer... almost relase-ready
- 12:46 AM Revision 3479a66e (qgis): Handle other rat types
- 12:46 AM Revision 62dff87c (qgis): RAT GUI
- 12:46 AM Revision 0e58c3d0 (qgis): Pseudocolor RAT support
- 12:46 AM Revision df4f7fe8 (qgis): RAT model
- 10:29 PM Revision 92cc8da6 (qgis): Bump loader-utils in /resources/server/src/landingpage
- Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.c... - 08:55 PM Revision 7f738fe2 (qgis): remove duplicated line
- 08:55 PM Revision a45618f3 (qgis): remove unused imports
- 08:55 PM Revision 413b4ced (qgis): Revert forward declarations of members declared as properties - not wor...
- 08:54 PM Revision 1704be76 (qgis): New timer logic
- 08:54 PM Revision c7e62d61 (qgis): Identify on mouse move, no mouse click
- Adds an option to allow for identify on mouse move
without clicking on the canvas.
This option behaves almost like t... - 08:54 PM Revision 10075700 (qgis): Address PR comments
- 08:17 PM Revision ce6cf4a0 (qgis): Move responsibility for managing GPS time stamp destination field
- to QgsProjectGpsSettings, and store time stamp destination fields
in projects - 08:17 PM Revision 25a69f22 (qgis): Don't save removed layers
- 02:10 PM Revision a5262248 (qgis): Oracle styleName
- 09:52 AM Revision cc7e5e37 (qgis): [gps][feature] Add an explicit "Offset from UTC" option for
- storing GPS feature timestamps
This option allows users to manually enter a desired offset from
UTC for storing GPS ... - 09:43 AM Revision 61bcc176 (qgis): Rename button
- 09:43 AM Revision ef97a7ff (qgis): [feature][gps] Make location label in GPS toolbar a button which
- shows a drop down menu allowing users to select which GPS information
they want to show in the toolbar - 09:43 AM Revision b436282b (qgis): Add GPS Component enum, useful for referring to specific pieces
- of GPS information in a generic way
- 09:43 AM Revision e41041be (qgis): Fix GPS toolbar width expansion when toolbar is floating
- Qt seems to have issues with adjusting the toolbar size when
a child label widget's text width changes, so we have to... - 09:42 AM Revision 1d7921be (qgis): Enable WITH_QUICK on Qt6 builds and apply needed fixes
- 09:19 AM Revision 03f7700f (qgis): Fix override and oracle
- 09:17 AM Revision dd8f4a1c (qgis): Fix testqgsquickmapsettings.cpp compilation against Qt6
- 08:32 AM Revision 5e43fd85 (qgis): Qt6 Positioning now available, add
- 08:16 AM Revision 15aa0227 (qgis): Add a couple of new dependencies to qt6 dockerfile
- 08:00 AM Revision 9baadd68 (qgis): Adapt quickgui test's CMakeLists.txt for Qt6
- 07:09 AM Revision 8a121e34 (qgis): Show visual margins
- 07:09 AM Revision 0e5e3930 (qgis): Address review
- 07:09 AM Revision 5093ae98 (qgis): [pal] Add api to allow setting the outer bounds for a label feature
- The outer bounds can represent the extreme margins of a label, including
non-text parts like borders or padded backgr... - 06:40 AM Revision 8a0e8bb3 (qgis): Enable WITH_QUICK on Qt6 builds
- 06:38 AM Revision 5355ef6b (qgis): Add missing sip cast for raster contour renderer
- 06:38 AM Revision 9fb577a3 (qgis): Add missing sip cast for raster contour renderer
- 06:34 AM Revision bd895d52 (qgis): Add missing sip cast for raster contour renderer
- 04:04 AM Revision 032f2793 (qgis): remove duplicated line
- 04:04 AM Revision 430cd85b (qgis): remove unused imports
- 04:04 AM Revision 31a4cfbe (qgis): Revert forward declarations of members declared as properties - not wor...
- 03:59 AM Revision 89a23fa9 (qgis): [QgsQuick] Qt6-related updates (#50809)
- 03:58 AM Revision f2a3db0b (qgis): Move enum to hopefully fix windows build
- 03:19 AM Revision 98471b68 (qgis): Insuring legendLayersAdded is called when adding sorted layers (fixes #...
2022-11-07
- 12:34 AM Revision 77b5c291 (qgis): translation fix
- 06:35 PM Revision cfe180fd (qgis): Doxy
- 06:24 PM Revision c80a0d66 (qgis): Tests for style DB storage
- 05:32 PM Revision 31ab3bfc (qgis): address review and add QToolBox to group the Processing selects
- 04:22 PM Revision 8d70befc (qgis): Merge pull request #50759 from tarot231/patch-1
- Fix qgsdialog.cpp to use addLayout
- 10:16 AM Revision 9c2923aa (qgis): Optionally load all stored styles from DB with correct names.
- Fixes #37434
Funded by: Ministère des Forêts, de la Faune et des Parcs - Québec - 09:24 AM Revision 0b96362b (qgis): Rename action to match api
- 09:24 AM Revision 5152259f (qgis): Fix crash on exit
- 09:24 AM Revision 544641c1 (qgis): Add a destination layer property to QgsProjectGpsSettings
- 09:24 AM Revision c3914488 (qgis): Use project GPS settings destination layer in app gps digitizing classes
- 09:24 AM Revision 0d7c0ecf (qgis): Spelling
- 09:24 AM Revision a4b36164 (qgis): Fix unit tests
- 09:24 AM Revision d0b4bcfc (qgis): Resurrect option to follow layers
- 09:24 AM Revision 3aae524c (qgis): Icon for GPS destination layer
- 09:24 AM Revision b09f6a8c (qgis): Slight rework of connect/disconnect icons
- 09:24 AM Revision 29a6ab67 (qgis): Update tooltip when gps destination layer is changed
- 09:24 AM Revision 8b427687 (qgis): Cleanup dead code
- 09:24 AM Revision 50dc4089 (qgis): Automatically start editing GPS destination layer when new feature is
- created, and inform user of this
- 09:24 AM Revision b6b9ab8f (qgis): Better function naming
- 09:24 AM Revision 39817d23 (qgis): Nicer strings
- 09:24 AM Revision 57baa865 (qgis): Add menu to allow users to select destination layer for GPS features
- 09:24 AM Revision 7ea12245 (qgis): Only enable reset track button when a track exists
- 09:11 AM Revision ef1fbd68 (qgis): Merge pull request #50425 from qgis/backport-50256-to-queued_ltr_backports
- [Backport queued_ltr_backports] Make it clear when feature count is estimated
2022-11-06
- 12:24 AM Revision 5fc94c3f (qgis): Add debugging setting to show label metrics when rendering labels
- Shows the text bounds of the label in red and baselines in blue.
Designed for debugging purposes only.
Also move lab... - 02:09 PM Revision 0e0a3eda (qgis): [Backport release-3_28] ConcaveHull - Expression: Adds an ifdef GEOS 3....
- 11:32 AM Revision a7fa378d (qgis): Merge pull request #50803 from nirvn/attributeform_group_color
- [attribute form] Allow users to clear a customized group background color
- 08:55 AM Revision 816eb164 (qgis): Create new QgsProjectGpsSettings class
- Destinated for a storage location for GPS settings which are
project specific - 08:55 AM Revision 89c1952d (qgis): Rename methods for consistency
- 08:55 AM Revision 4b7668a4 (qgis): Store the GPS "automatically create track points" and "auto save
- feature" settings within the project, not as global settings
These settings (and more to come) relate more closely w... - 08:55 AM Revision 3b6434e5 (qgis): Mark project as dirty when gps settings are changed
- 08:55 AM Revision 8aa0857c (qgis): Spelling
- 08:03 AM Revision d677d7c8 (qgis): [attribute form] Allow users to clear a customized group background color
- 06:26 AM Revision a10870b5 (qgis): Merge pull request #50797 from nirvn/online_elevation_backport
- Elevation profiling against online terrain-related backport
- 03:56 AM Revision 775c2302 (qgis): [elevation profile] Fix raster profile generation against XYZ layers
2022-11-05
- 02:35 PM Revision a75d2509 (qgis): [elevation profile] Fix raster profile generation against XYZ layers
- 12:10 PM Revision 1c69ca21 (qgis): ConcaveHull - Expression: Adds an ifdef GEOS 3.11
- Fixes #50723
- 12:10 PM Revision 2dfa3c1a (qgis): reinsert new line at line 2615
- Unintentionally delete in previous commit.
- 12:07 PM Revision ed0b2630 (qgis): Merge pull request #50726 from qgis/fix_concavehull_50723
- ConcaveHull - Expression: Adds an ifdef GEOS 3.11
- 09:56 AM Revision 00b11570 (qgis): [wms] Implement specific sample implementation for tiled layers with re...
2022-11-04
- 04:51 PM Revision b7a60826 (qgis): When the default style is read from the DB use its real name
- Partial fix for 37434
- 08:20 AM Revision 120d8a9b (qgis): reinsert new line at line 2615
- Unintentionally delete in previous commit.
- 02:24 AM Revision a9a57a6f (qgis): Start on dedicated GPS toolbar
- 02:24 AM Revision 2d4e6ce0 (qgis): Use settings registry for all gps settings
- 02:24 AM Revision a98b8028 (qgis): Start on settings menu
- 02:24 AM Revision a0fd7848 (qgis): Revise track related icons
- 02:24 AM Revision 40440c30 (qgis): When a successful gps connection occurs, clear away any outdated existing
- "failed to connect" message bar warnings
And show success message in message bar, instead of status bar - 02:24 AM Revision 0ba80bdf (qgis): In warning bar which shows when GPS connection fails, add a
- "Configure Device" button which directly opens the GPS options
dialog
Makes it easier for users to find the correct ... - 02:24 AM Revision 151b1f22 (qgis): Move disconnect overlay to bottom right
- 02:24 AM Revision e7bdae9d (qgis): More naming clarification
- 02:24 AM Revision 1c89fe3a (qgis): More variable name renames
- 02:24 AM Revision 7959fcec (qgis): Cleanup variable names
- 02:24 AM Revision fb438d87 (qgis): Slightly better action tooltips
- 02:24 AM Revision 41588cad (qgis): Connection is transferred
- 02:24 AM Revision 6af57f76 (qgis): Add icons for GPS toolbar
- 02:24 AM Revision dd47e259 (qgis): Fix gps button enable state when gps disconnected
- 02:24 AM Revision 1ee95930 (qgis): Fix check
- 02:24 AM Revision 4c1fab32 (qgis): Fix clang-tidy warning
- 02:24 AM Revision 97dad111 (qgis): Fix warning
- 02:24 AM Revision bfcce073 (qgis): Fix capitalization
- 02:24 AM Revision aef58650 (qgis): Move nmea logging responsibility out of gps information widget
- 02:24 AM Revision 5aeac530 (qgis): Restore tests
- 02:24 AM Revision f27d712b (qgis): Port time zone handling
- 02:24 AM Revision 79262c76 (qgis): Move some digitizing settings out of info panel
- 02:24 AM Revision 8dfd1671 (qgis): wip
- 02:24 AM Revision f0c45c05 (qgis): Add shortcut to GPS settings
- 02:24 AM Revision 06ef6e18 (qgis): Cleanup GPS fix status handling, remove duplicate code
- 02:24 AM Revision b5e077b9 (qgis): Create bridge
- 02:24 AM Revision 95272717 (qgis): bridge wip
- 02:24 AM Revision 8ee17819 (qgis): Show location in toolbar
- 02:24 AM Revision b6c865c2 (qgis): Add location handling
- 02:24 AM Revision 98badff9 (qgis): Add constellation information to QgsGpsInformation and handle GPS fix t...
- 02:24 AM Revision 81e4a484 (qgis): Start on digitizing separation
2022-11-03
- 11:56 PM Revision af0b690f (qgis): Fix build
- 11:09 PM Revision aaf7c896 (qgis): [wms] Implement specific sample implementation for tiled layers with re...
- 10:16 PM Revision b78753c2 (qgis): Fix qgsdialog.cpp to use addLayout
- Fix declaration of "layout" variable
- 09:24 PM Revision f24c0824 (qgis): Merge pull request #50529 from troopa81/fix_clazy_container_anti_pattern
- [Clazy] Fix container-anti-pattern check and make it mandatory
- 06:02 PM Revision ad77f388 (qgis): Fix clang-tidy bad int to double conversion
- 06:02 PM Revision a2c4cde8 (qgis): Update .github/workflows/run-tests.yml
- 06:02 PM Revision 20d006dd (qgis): [Clazy] Fixes container-anti-pattern
- 04:32 PM Revision a3d44fec (qgis): Merge pull request #50094 from mhugent/get_legend_graphic_groups
- WMS server: Get legend graphic groups
- 05:55 AM Revision 04b8795b (qgis): Fix a crash when changing raster data source while styling dock is open
- 05:55 AM Revision a7edf7c6 (qgis): Fix a crash when changing raster data source while styling dock is open
- 05:50 AM Revision 6d37cb70 (qgis): Fix a crash when changing raster data source while styling dock is open
- 01:20 AM Revision e492a2eb (qgis): Closing the 3d settings dialog should also apply unapplied changes
- Make this dialog more standard, with Apply / Cancel / Ok buttons
so that it works just like other QGIS apply-able dia... - 01:17 AM Revision f4890c27 (qgis): Cleanly exit QgsApplication from qgis_process runs
- Fixes #50623
- 01:16 AM Revision b9601b00 (qgis): Cleanly exit QgsApplication from qgis_process runs
- Fixes #50623
- 01:16 AM Revision 3124915c (qgis): Closing the 3d settings dialog should also apply unapplied changes
- Make this dialog more standard, with Apply / Cancel / Ok buttons
so that it works just like other QGIS apply-able dia...
2022-11-02
- 08:40 PM Revision bd651bac (qgis): Add space between coordinate values in status bar
- Makes it easier to visually parse vs one long string
- 07:56 AM Revision 79cfa7bb (qgis): ConcaveHull - Expression: Adds an ifdef GEOS 3.11
- Fixes #50723
2022-11-01
- 11:15 PM Revision 9c3ed8e0 (qgis): Bump pat-s/always-upload-cache from 3.0.1 to 3.0.11
- Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 3.0.1 to 3.0.11.
- [Release note... - 11:15 PM Revision b15f6fac (qgis): Remove Python six package from installation
- Already removed from RPM template in:
15e5419a74 ("Initial RPM sources update for QGIS3", 2017-10-01)
Python ext-lib... - 11:15 PM Revision e7da0189 (qgis): Bump actions/cache from 3.0.9 to 3.0.11
- Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/ac... - 10:06 PM Revision e3ec0faf (qgis): Fix qgsdialog.cpp to use addLayout
- It seems that addLayout should be used when adding another layout to a layout
- 08:32 PM Revision bf456fa8 (qgis): Cleanly exit QgsApplication from qgis_process runs
- Fixes #50623
- 08:32 PM Revision d2e47b3a (qgis): Cleanly exit QgsApplication from qgis_process runs
- Fixes #50623
- 08:28 PM Revision 652d326b (qgis): Cleanly exit QgsApplication from qgis_process runs
- Fixes #50623
- 08:02 PM Revision cd1ed63a (qgis): Bump actions/cache from 3.0.9 to 3.0.11
- Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/ac... - 08:02 PM Revision 28780b8c (qgis): Bump pat-s/always-upload-cache from 3.0.1 to 3.0.11
- Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 3.0.1 to 3.0.11.
- [Release note... - 07:08 AM Revision c098b73d (qgis): Fix clangtidy warning
- 07:08 AM Revision fa185872 (qgis): Add constellation information to QgsGpsInformation and handle GPS fix t...
- 07:08 AM Revision 16e81df0 (qgis): Record last valid location in GPS connection and add changed signal
- 07:08 AM Revision 3222d399 (qgis): Fix build
2022-10-31
- 12:11 AM Revision 01dd75c7 (qgis): Fix missing tiles in 3D view (fixes #48334)
- It turns out this is most likely a Qt3D bug - if an entity is initially
added to the scene as disabled, sometimes it ... - 12:11 AM Revision c62d27f0 (qgis): Use full link to the ticket
- Co-authored-by: Stefanos Natsis <[email protected]>
- 04:51 PM Revision 21fcca78 (qgis): Merge pull request #50745 from domi4484/backport-50468-to-release-3_28
- [Backport release-3_28] OGC Api features suport for non 4326 layers
- 03:09 PM Revision 042abe36 (qgis): Use full link to the ticket
- Co-authored-by: Stefanos Natsis <[email protected]>
- 03:09 PM Revision e5400320 (qgis): Fix missing tiles in 3D view (fixes #48334)
- It turns out this is most likely a Qt3D bug - if an entity is initially
added to the scene as disabled, sometimes it ... - 03:05 PM Revision dedc29e9 (qgis): Fix missing tiles in 3D view (fixes #48334)
- It turns out this is most likely a Qt3D bug - if an entity is initially
added to the scene as disabled, sometimes it ... - 03:05 PM Revision fdf14879 (qgis): Use full link to the ticket
- Co-authored-by: Stefanos Natsis <[email protected]>
- 02:48 PM Revision 2c91819b (qgis): Fix again the HTML widget newline inside exp
- Fix #50727
- 11:08 AM Revision 38154c70 (qgis): Fix again the HTML widget newline inside exp
- Fix #50727
- 11:03 AM Revision 41be4fec (qgis): Fix again the HTML widget newline inside exp
- Fix #50727
- 08:22 AM Revision 8cd280c9 (qgis): Move lat/long range checking to GPS class
- 08:22 AM Revision 3a89b550 (qgis): Add fix status changed signal to QgsGpsConnection
- 08:22 AM Revision c6e34991 (qgis): Fix test
- 08:22 AM Revision f79eaf61 (qgis): Cleanup GPS fix status handling, remove duplicate code
- 07:46 AM Revision 09b20f41 (qgis): Undo deprecate crsToOgcUri in backport
2022-10-30
- 07:50 PM Revision d48db38a (qgis): move digitizing mode button to simple digitize toolbar (#50714)
- Co-authored-by: Denis Rouzaud <[email protected]>
- 09:20 AM Revision 6a4684b9 (qgis): Solve misc issues reported in Transifex
2022-10-29
- 03:22 PM Revision 0aefb85c (qgis): Merge pull request #50693 from qgis/backport-50681-to-release-3_28
- [Backport release-3_28] Fix CRS returned by QgsCoordinateReferenceSystem::toGeographicCrs returns false to isGeograph...
2022-10-28
- 01:57 AM Revision bf449643 (qgis): UX - Switch from level info to level success when appropriate
- 05:36 PM Revision 79424969 (qgis): Fix test
- 05:36 PM Revision 64f3282f (qgis): Fix tests
- 05:36 PM Revision 0f18ef35 (qgis): Wfs3 read layer CRS from collections request
- 05:36 PM Revision 787f5b26 (qgis): Dont check with a hard coded crs assumption
- 05:36 PM Revision d7e77096 (qgis): Keep bounding check for geographic crs
- 05:36 PM Revision 5940cd2d (qgis): Update src/providers/wfs/oapif/qgsoapifprovider.cpp
- Co-authored-by: Denis Rouzaud <[email protected]>
- 05:36 PM Revision f459fbf2 (qgis): If CRS is not announced by the server use CRS84 as specified by OGC
- 05:36 PM Revision f6a4ae91 (qgis): Add some tests
- 05:36 PM Revision 19538365 (qgis): Use first CRS of the list
- 05:36 PM Revision cd4edd23 (qgis): Apply suggestions from code review
- Co-authored-by: Even Rouault <[email protected]>
- 05:36 PM Revision 4d43aac4 (qgis): Invert bbox rect if crs has inverted axis
- 05:36 PM Revision 5b0430ba (qgis): Add bbox-crs parameter to the request (if not default CRS84)
- 05:36 PM Revision 63d152a6 (qgis): Update src/core/proj/qgscoordinatereferencesystem.cpp
- Co-authored-by: Even Rouault <[email protected]>
- 05:36 PM Revision 32bd02e8 (qgis): Make linter happy
- 05:31 PM Revision 2a3cdfd4 (qgis): Merge pull request #50468 from domi4484/wfs3crs
- OGC Api features suport for non 4326 layers
- 03:36 PM Revision ee8b7504 (qgis): Merge pull request #50683 from rldhont/backport-49438-to-queued_ltr_bac...
- [Backport queued_ltr_backports] [Fix] Server WFS: Date time with ISO Date time field format
- 09:00 AM Revision 329a8fb2 (qgis): ConcaveHull - Expression: Adds an ifdef GEOS 3.11
- Fixes #50723
2022-10-27
- 05:46 PM Revision a08535e3 (qgis): Add request parameter ADDLAYERGROUPS
- 05:25 PM Revision ca130dd4 (qgis): build 3.28 docker image (#50719)
- * build 3.28 docker image
* oups - 08:56 AM Revision 1f763125 (qgis): Take responsibility for managing the app GPS connection away
- from the GPS information dock class and move it to separate common
class
This allows for other parts of the QGIS int... - 08:56 AM Revision f2873572 (qgis): Use messagebar for GPS connection errors, not message box
- 06:59 AM Revision 18edbad5 (qgis): [themes] Fix menu item color regression with Night Mapping
- (fixes #50674)
- 06:59 AM Revision bfa273ee (qgis): [themes] Fix menu item color regression with Night Mapping
- (fixes #50674)
- 05:52 AM Revision cc3de650 (qgis): Fix crash on exit
- 05:52 AM Revision feebdbba (qgis): Fix crash on exit
- 05:37 AM Revision 721ca6c5 (qgis): Tweak labels
- 05:37 AM Revision ec6611b2 (qgis): Promote to collapsible group box
- 05:37 AM Revision fed69eb7 (qgis): Use QgsScrollArea
- 05:37 AM Revision 1801cad6 (qgis): Use a full symbol for GPS track instead of just color/width settings
- 05:37 AM Revision 02b3d0e0 (qgis): [gps] Move setting for automatic map recentering and rotation
- thresholds to GPS panel in options
- 05:37 AM Revision c888c8e5 (qgis): Add settings to registry
- 05:37 AM Revision 5840af01 (qgis): [gps] Move 'calculate bearing from travel direction' setting to
- options GPS pane
- 05:37 AM Revision aaa74227 (qgis): [gps] Move bearing line symbol setting to GPS pane in options
- This is an infrequently changed setting
- 05:37 AM Revision 2223e19f (qgis): [gps] Move GPS track point filtering settings to settings GPS pane
- These are infrequently changed settings
- 05:37 AM Revision 38976395 (qgis): [gps] Move track line width and color settings to settings GPS pane
- These are infrequently changed settings, which don't need to be
in user's faces - 05:37 AM Revision 4c3ab100 (qgis): [gps] Move GPS connection settings from GPS information panel
- to GPS options tab in QGIS settings
This is a more of a "set once and forget" setting, vs something
which needs to b... - 05:37 AM Revision 2cc77f3d (qgis): Fix clang warnings
- 05:37 AM Revision 8eced3f0 (qgis): Minor alignment fix
2022-10-26
- 01:56 AM Revision 01e2267e (qgis): move digitizing mode button to simple digitize toolbar
- 01:53 AM Revision 4c32a801 (qgis): [symbology] Fix group layer not rendering properly when magnifier != 10...
- 01:52 AM Revision 341853f5 (qgis): move digitizing mode button to simple digitize toolbar
- 01:30 AM Revision 094830e8 (qgis): [themes] Fix menu item color regression with Night Mapping
- (fixes #50674)
- 01:30 AM Revision ec56e404 (qgis): [themes] Fix menu item color regression with Night Mapping
- (fixes #50674)
- 01:28 AM Revision fbe504fa (qgis): Fix a crash when rendering a raster outside of its extent
- If QgsRasterLayerRenderer constructor exists prematurely because there
is nothing to render, its internal pointers en... - 01:28 AM Revision 008972b9 (qgis): Add a unit test (would crash without the fix)
- 01:27 AM Revision a60d10cc (qgis): TilesXYZ.py - setTransformContext before rendering
- Set transform context in QgsMapSettings before rendering tiles in order to respect all the desired CRS transformation...
- 01:26 AM Revision 3aeb20d6 (qgis): TilesXYZ.py - setTransformContext before rendering
- Set transform context in QgsMapSettings before rendering tiles in order to respect all the desired CRS transformation...
- 01:26 AM Revision bec8dbbc (qgis): [themes] Fix menu item color regression with Night Mapping
- (fixes #50674)
- 03:55 PM Revision 26c7c014 (qgis): Improve logic in QgsMapCanvas::nextZoomLevel to avoid unexpected zoom j...
- 03:40 PM Revision b94a9413 (qgis): Add a unit test (would crash without the fix)
- 03:40 PM Revision 1b564739 (qgis): Fix a crash when rendering a raster outside of its extent
- If QgsRasterLayerRenderer constructor exists prematurely because there
is nothing to render, its internal pointers en... - 03:36 PM Revision 9e853bd4 (qgis): Fix a crash when rendering a raster outside of its extent
- If QgsRasterLayerRenderer constructor exists prematurely because there
is nothing to render, its internal pointers en... - 03:36 PM Revision f0df3e1f (qgis): Add a unit test (would crash without the fix)
- 03:30 PM Revision 354e38df (qgis): Merge pull request #50702 from domi4484/fastcgiIncludePublic
- Make target include fastcgi public
- 12:10 PM Revision 93e7a287 (qgis): Make target include fastcgi public
- 02:29 AM Revision 087e55d5 (qgis): Merge pull request #50381 from nirvn/sort_sort_sort
- New layer tree insertion methods (on top of tree, optimal) and sorting of drag and dropped layers
2022-10-25
- 01:31 AM Revision 5700f9e4 (qgis): [gps] Respect project coordinate format when showing GPS location
- 08:59 PM Revision 58655e56 (qgis): Fix crash on exit
- 08:59 PM Revision 835f2201 (qgis): Fix crash on exit
- 08:53 PM Revision dccd9bdc (qgis): Fix CRS returned by QgsCoordinateReferenceSystem::toGeographicCrs
- returns false to isGeographic() test
- 08:47 PM Revision f31d89f0 (qgis): Merge pull request #50681 from nyalldawson/fix_is_geographic
- Fix CRS returned by QgsCoordinateReferenceSystem::toGeographicCrs returns false to isGeographic() test
- 08:43 PM Revision 52f382d7 (qgis): Merge pull request #50676 from nyalldawson/fix_crash_exit2
- Fix crash on exit
- 05:46 PM Revision 0c894995 (qgis): move digitizing mode button to simple digitize toolbar
- 04:03 PM Revision 3f0c671c (qgis): Make linter happy
- 04:03 PM Revision 52e64a8a (qgis): Fix tests
- 04:03 PM Revision e32841db (qgis): Add some tests
- 04:03 PM Revision 3304483c (qgis): Apply suggestions from code review
- Co-authored-by: Even Rouault <[email protected]>
- 04:03 PM Revision a4ae707f (qgis): Add bbox-crs parameter to the request (if not default CRS84)
- 04:03 PM Revision e2220596 (qgis): Use first CRS of the list
- 04:03 PM Revision 45456694 (qgis): Fix test
- 04:03 PM Revision 3c50ce96 (qgis): Update src/core/proj/qgscoordinatereferencesystem.cpp
- Co-authored-by: Even Rouault <[email protected]>
- 04:03 PM Revision 7402d1fd (qgis): If CRS is not announced by the server use CRS84 as specified by OGC
- 04:03 PM Revision 3997de88 (qgis): Wfs3 read layer CRS from collections request
- 04:03 PM Revision 990aac0d (qgis): Dont check with a hard coded crs assumption
- 04:03 PM Revision b8d39403 (qgis): Keep bounding check for geographic crs
- 04:03 PM Revision c971e197 (qgis): Update src/providers/wfs/oapif/qgsoapifprovider.cpp
- Co-authored-by: Denis Rouzaud <[email protected]>
- 04:03 PM Revision 37c05350 (qgis): Invert bbox rect if crs has inverted axis
- 09:40 AM Revision 59afc939 (qgis): [Fix] Server WFS: Date time with ISO Date time field format
- If in the field editor widget setup config, the date time field format is ISO format,
do not use the field format sto... - 09:36 AM Revision 80d9313b (qgis): [Fix] Server WFS: Date time with ISO Date time field format
- If in the field editor widget setup config, the date time field format is ISO format,
do not use the field format sto... - 09:20 AM Revision 32290c60 (qgis): [symbology] Fix group layer not rendering properly when magnifier != 10...
- 09:16 AM Revision 69ee3bc0 (qgis): [symbology] Fix group layer not rendering properly when magnifier != 10...
- 08:49 AM Revision 2e40b245 (qgis): Fix CRS returned by QgsCoordinateReferenceSystem::toGeographicCrs
- returns false to isGeographic() test
- 06:56 AM Revision 571c3ac5 (qgis): add "Select Within Distance" icon to the Selection Toolbar
- 05:35 AM Revision 627f43b4 (qgis): Add Icon for "Select within distance" + add it to Vector -> Research To...
- * add Select within distance icon
* add select within distance to Vector -> research Tools Menu
* rework image acco... - 03:50 AM Revision a57eecf8 (qgis): Fix crash on exit
2022-10-24
- 12:22 PM Revision 93cdcb68 (qgis): Merge pull request #49438 from rldhont/fix-server-wfs-datetime
- [Fix] Server WFS: Date time with ISO Date time field format
- 11:27 AM Revision e8d18e19 (qgis): Merge pull request #50575 from qgis/backport-50554-to-queued_ltr_backports
- [Backport queued_ltr_backports] Improve selection of PostGIS raster overviews
- 09:44 AM Revision 09d4b0a7 (qgis): Rebase sip fixes
- 09:41 AM Revision 151e4843 (qgis): Fix spelling, make clang-tidy happy
- 09:41 AM Revision 82f00ab9 (qgis): Assume non-gdal rasters and vector tiles are base maps
- 09:41 AM Revision 41211b8a (qgis): Add missing dox
- 09:41 AM Revision 1802eded (qgis): When dropping datasets onto the layer tree, insert those at the drop lo...
- 09:41 AM Revision f90c35a1 (qgis): Have newly added sublayer respect above insertion vs top of layer tree ...
- 09:41 AM Revision 69819689 (qgis): Handle sublayer grouping by leaving those alone
- 09:41 AM Revision 4b104b4a (qgis): Actually add layers _above_ as promised
- 09:41 AM Revision a17ab8f0 (qgis): Add UI to select which insertion method should be used when adding new ...
- 09:39 AM Revision 43d9facc (qgis): Sort multiple layers (via drag and drop) being added into a project
- to insure maximum features visibility.
Because adding a pair of polygon and point layers should never
result in poly... - 09:39 AM Revision 9b0dda77 (qgis): Add a new 'optimal' layer tree insertion method for newly added layers
- 08:46 AM Revision 374dcbab (qgis): Minor cleanups
- 08:46 AM Revision 941adaa4 (qgis): Some more code to base class
- 08:46 AM Revision 7676789a (qgis): Handle soft history scrolling in base class
- 08:46 AM Revision 955c7238 (qgis): Factor out interpreter
- 08:46 AM Revision 73b75af8 (qgis): Move prompt handling to QgsCodeEditor
- 08:46 AM Revision 672e5776 (qgis): Fix indentation
- 08:46 AM Revision b7ffb0cb (qgis): Move responsibility for storing history of run commands to base class
- 08:46 AM Revision 3786cd17 (qgis): Move python console history handling to base QgsCodeEditor class
- So that other non-python-console code editors can utilise this too
- 08:46 AM Revision 04dbee6e (qgis): Add a script language enum
- 08:46 AM Revision dd4984eb (qgis): Move some common code to base class
- 08:46 AM Revision 6e1f4d70 (qgis): Dox
- 08:46 AM Revision becbf979 (qgis): Dox
- 08:46 AM Revision f4280a77 (qgis): Fix dox warning
2022-10-23
- 12:57 AM Revision 40d2e3f5 (qgis): Fix QgsVariantUtils::isNull not building on some compilers
- 12:57 AM Revision cee44210 (qgis): Restrict UiTools to gui and app
- 12:57 AM Revision 4fb4f203 (qgis): Add missing include
- 05:52 PM Revision e907edf6 (qgis): Merge pull request #50665 from m-kuhn/android_resources
- 03:50 PM Revision 28622ca7 (qgis): Add missing include
- 03:47 PM Revision 5b9f9b4e (qgis): Merge pull request #50666 from m-kuhn/qt632
- 02:28 PM Revision e021c0d1 (qgis): Restrict UiTools to gui and app
- 02:25 PM Revision 5d0f37a6 (qgis): Merge pull request #50664 from m-kuhn/core_no_uitools
- 02:16 PM Revision 1dd3e907 (qgis): release.pl: also update index.dox (followup 9b68bd22dd54)
- 01:15 PM Revision 7c1b7511 (qgis): Add missing include
- 12:29 PM Revision 0e289466 (qgis): Remove outdated android specific patch
- 11:46 AM Revision a0b21109 (qgis): Restrict UiTools to gui and app
- 08:54 AM Revision 09c235ca (qgis): Fix QgsVariantUtils::isNull not building on some compilers
- 08:50 AM Revision 27daa800 (qgis): Fix QgsVariantUtils::isNull not building on some compilers
- 02:41 AM Revision 854598d3 (qgis): TilesXYZ.py - setTransformContext before rendering
- Set transform context in QgsMapSettings before rendering tiles in order to respect all the desired CRS transformation...
2022-10-22
- 12:35 AM Revision ad55d43f (qgis): msvc: build qgscoordinatereferencesystem.cpp with /bigobj
- 12:35 AM Revision 6357f8cc (qgis): QString fixup
- 09:46 PM Revision 6e8bb324 (qgis): msvc: build qgscoordinatereferencesystem.cpp with /bigobj
- 09:42 PM Revision 9b68bd22 (qgis): Add 3.28 C++ API docs
- 09:42 PM Revision b3c825ad (qgis): msvc: build qgscoordinatereferencesystem.cpp with /bigobj
- 10:46 AM Revision 1e183227 (qgis): Add QgsCodeEditorR code editor subclass for R scripts
- 04:20 AM Revision 717de841 (qgis): More robust output process
- Co-Authored-By: Andrea Giudiceandrea <[email protected]>
- 04:20 AM Revision b1d65df0 (qgis): typo & flake8
- 04:20 AM Revision ade311fa (qgis): Add a coment to GRASS logic
- 04:20 AM Revision 365342aa (qgis): Fix output process of r.horizon
- 04:19 AM Revision ce8d0380 (qgis): QgsGmlStreamingParser::readEpsgFromAttribute(): use QgsOgcCrsUtils::par...
- 04:19 AM Revision f292493e (qgis): [WFS provider] Use QgsOgcCrsUtils::parseCrsName() to be able to handle ...
- 04:19 AM Revision dc43195d (qgis): QgsCoordinateReferenceSystem::createFromOgcWmsCrs(): use QgsOgcCrsUtils...
- 04:19 AM Revision 579cf708 (qgis): Add a QgsOgcCrsUtils::parseCrsName() function to parse the different st...
- Recognizes the following flavors:
```
//! CRS flavor
enum class CRSFlavor
{
UNKNOWN, //! unknown/un... - 04:19 AM Revision a14b88ce (qgis): Fixes #46790 : make it clear when feature count is estimated
- 04:19 AM Revision 14d440b7 (qgis): fix message for translation
- 04:19 AM Revision a7e0dc6b (qgis): fix cppcheck
- 04:19 AM Revision 090603a0 (qgis): Update tooltip message and homogenize categorized item and layer
- legend feature count
- 04:18 AM Revision 7b218e39 (qgis): Improve selection of PostGIS raster overviews
- 04:16 AM Revision 6554b023 (qgis): updated parameters for r.sim.sediment
- 04:12 AM Revision f11954c6 (qgis): Fix test
- 04:12 AM Revision c98bf644 (qgis): Take query parameters for url advertised in capabilities from the origi...
- 04:12 AM Revision 91e331d3 (qgis): Fixes #49589 : avoid endless recursion when evaluating aggregate
- expressions
- 04:12 AM Revision 56476b65 (qgis): Fix test
- 04:12 AM Revision 493417a9 (qgis): Update src/core/symbology/qgsfillsymbollayer.cpp
- Co-authored-by: Julien Cabieces <[email protected]>
- 04:12 AM Revision fd026ac4 (qgis): Address PR comments
- 04:12 AM Revision e9352535 (qgis): fix reversed iterator check when iterating over map
- 04:12 AM Revision 09ba46b2 (qgis): Fix opacity SLD export
- Fixes #33376
- 04:12 AM Revision f0ea4ec2 (qgis): fix style
- 04:12 AM Revision 1cd0e4cc (qgis): Add unit test to make sure query parameters for url advertised in capab...
- 04:12 AM Revision dafba007 (qgis): Pass stepWidth/stepHeight parameter to external WMS layer
- 04:12 AM Revision 2a814ea8 (qgis): Add unit test
- 04:12 AM Revision dc3b7acf (qgis): Fix opacity for vector tile layer
- 04:12 AM Revision fc627c16 (qgis): Check if labels/diagrams are enabled before checking if we can show/hid...
- 04:12 AM Revision a16ad93d (qgis): Python formating
- 04:12 AM Revision 5a19d683 (qgis): Fixes #50288 - Fix extension detection for raster processing output
- 04:12 AM Revision c6b27d5f (qgis): Fix #47525
- 04:12 AM Revision a298b4fe (qgis): Fix QgsFileWidget does not reactivate widget's window after
- selecting a file/folder via the browse button on mac
- 04:12 AM Revision f8893288 (qgis): [WFS provider] Handle the case of a layer with a geometry field but whe...
- 04:12 AM Revision 333d5463 (qgis): [WFS provider] When DescribeFeatureType returns unknown geometry type, ...
- 04:12 AM Revision 8e569196 (qgis): App: fix performance issue when closing a project with a lot of layers
- 04:12 AM Revision ababa315 (qgis): App: fix performance issue when drag-dropping a lot of layers at once (...
- 04:12 AM Revision 23a0ec0d (qgis): Fix SLD rule text fields quoting
- Fixes #42348
- 04:12 AM Revision 379339eb (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... - 04:12 AM Revision cefb9cbc (qgis): Fixes #37804 : save original layout item picture mode
- 04:12 AM Revision bc23c5fc (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:12 AM Revision 6fed5934 (qgis): fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp
- 04:12 AM Revision 7630b96e (qgis): Consider that the MAP-parameter can be upper or lower case in the origi...
- 04:12 AM Revision cccc9609 (qgis): don't hide the main window
- 04:12 AM Revision 6fa6a44b (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 ... - 04:12 AM Revision 7afb2e7e (qgis): [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC ...
- If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter ...
- 04:12 AM Revision a052ed3e (qgis): Fix broken logic in clearing python console history
- - clearing session was also clearing the file history
- clearing file history was doing nothing - 04:12 AM Revision 1f0f816f (qgis): [WFS provider GUI] Fix issue with non-properly refreshed list of CRS wh...
2022-10-21
- 01:06 AM Revision 94f05612 (qgis): Add unit test to make sure query parameters for url advertised in capab...
- 01:06 AM Revision 9f07e53d (qgis): Take query parameters for url advertised in capabilities from the origi...
- 01:06 AM Revision 6fb4cc91 (qgis): Fixes #49589 : avoid endless recursion when evaluating aggregate
- expressions
- 01:06 AM Revision 8c09bf56 (qgis): Fix test
- 01:06 AM Revision 745fec02 (qgis): [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC ...
- If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter ...
- 01:06 AM Revision ddfef397 (qgis): Python formating
- 01:06 AM Revision 4ae3b720 (qgis): Consider that the MAP-parameter can be upper or lower case in the origi...
- 01:06 AM Revision cb7c2da0 (qgis): Fix opacity SLD export
- Fixes #33376
- 01:06 AM Revision 6c5a9197 (qgis): fix style
- 01:06 AM Revision 3fc4c09d (qgis): fix reversed iterator check when iterating over map
- 01:06 AM Revision f414d83c (qgis): Pass stepWidth/stepHeight parameter to external WMS layer
- 01:06 AM Revision 87cf8115 (qgis): Add unit test
- 01:06 AM Revision e828bb10 (qgis): Fix opacity for vector tile layer
- 01:06 AM Revision c9fd7ced (qgis): Check if labels/diagrams are enabled before checking if we can show/hid...
- 01:06 AM Revision f446794f (qgis): Fix broken logic in clearing python console history
- - clearing session was also clearing the file history
- clearing file history was doing nothing - 01:06 AM Revision 6b4fc041 (qgis): Fixes #50288 - Fix extension detection for raster processing output
- 01:06 AM Revision 0ae38bd3 (qgis): Fix #47525
- 01:06 AM Revision 14d60824 (qgis): Fix QgsFileWidget does not reactivate widget's window after
- selecting a file/folder via the browse button on mac
- 01:06 AM Revision 4a5964d6 (qgis): [WFS provider] Handle the case of a layer with a geometry field but whe...
- 01:06 AM Revision 20c4ed0e (qgis): [WFS provider] When DescribeFeatureType returns unknown geometry type, ...
- 01:06 AM Revision b289051e (qgis): App: fix performance issue when closing a project with a lot of layers
- 01:06 AM Revision c28248b2 (qgis): Update src/core/symbology/qgsfillsymbollayer.cpp
- Co-authored-by: Julien Cabieces <[email protected]>
- 01:06 AM Revision 7097ec8d (qgis): Fix SLD rule text fields quoting
- Fixes #42348
- 01:06 AM Revision d0ea755b (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... - 01:06 AM Revision 06c29c72 (qgis): Fixes #37804 : save original layout item picture mode
- 01:06 AM Revision fb7b52bb (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 ... - 01:06 AM Revision 638a8004 (qgis): fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp
- 01:06 AM Revision 31acd6a1 (qgis): [WFS provider GUI] Fix issue with non-properly refreshed list of CRS wh...
- 01:06 AM Revision 55987fad (qgis): don't hide the main window
- 01:06 AM Revision 19b941b1 (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 ... - 01:06 AM Revision b7e582e3 (qgis): Fix test
- 01:06 AM Revision f7e6149d (qgis): Address PR comments
- 01:06 AM Revision f7c58a58 (qgis): App: fix performance issue when drag-dropping a lot of layers at once (...
- 12:54 AM Revision 8d6c04b3 (qgis): Create output directory for 3D animation if it does not exist
- Previously the animation would still get exported, but saving of all
frames would silently fail... - 12:53 AM Revision bc221cca (qgis): Update src/gui/qgsmaptoolzoom.h
- Co-authored-by: Loïc Bartoletti <[email protected]>
- 12:53 AM Revision af147706 (qgis): [feature] allow cancelling the zoom function with ESC
- As described in #49804, there is currently no way to cancel a zoom operation once
the user has begun dragging. This c... - 12:52 AM Revision 1954b762 (qgis): Code layout
- 12:52 AM Revision e4b09ba4 (qgis): RAT editing API and tests
- 12:52 AM Revision 62299d1a (qgis): Fix test
- 12:52 AM Revision 99f39f66 (qgis): Remove loading flags (to be readded later)
- 12:52 AM Revision ca6ca173 (qgis): no brace init
- 12:52 AM Revision cd6c8e9a (qgis): Address PR comments
- 12:52 AM Revision 78770413 (qgis): Remove attr table ui from cmake
- 12:52 AM Revision f45cd595 (qgis): Layout and core export on structs
- 12:52 AM Revision 7592f386 (qgis): More tests for import/export
- 12:52 AM Revision b3bc1345 (qgis): Remove GUI leftover
- 12:52 AM Revision 06566c7a (qgis): DBF RAT
- 12:52 AM Revision 91f4e973 (qgis): Rename methods
- 12:52 AM Revision 52135d65 (qgis): GDAL native RAT implementation
- 12:52 AM Revision 5e63b042 (qgis): RAT implementation progress
- 12:52 AM Revision 465f627f (qgis): RAT implementation progress
- 12:52 AM Revision b75997e2 (qgis): No renderer
- 12:52 AM Revision 0473d363 (qgis): RAT save
- 12:52 AM Revision d5559be0 (qgis): Sipify
- 12:52 AM Revision 7debc914 (qgis): sipify
- 12:52 AM Revision fe2c86d7 (qgis): RAT implementation
- 12:52 AM Revision 5a72e35c (qgis): Initial RAT implementation
- 12:52 AM Revision 9642121c (qgis): Layout
- 12:52 AM Revision 4ff738f3 (qgis): Layout and nonsense
- 12:52 AM Revision d51d1365 (qgis): Move enums
- 09:26 PM Revision bfa4e97b (qgis): Merge pull request #50631 from qgis/backport-50625-to-queued_ltr_backports
- [Backport queued_ltr_backports] [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC Filter element
- 02:21 PM Revision b8534cb1 (qgis): Release of 3.22.12
- 02:21 PM Revision 869df48b (qgis): translation update for 3.22.12 from transifex
- 02:14 PM Revision 4243de60 (qgis): Bump version to 3.29
- 02:11 PM Revision ed3ad043 (qgis): Release of 3.28 (Firenze)
- 02:11 PM Revision 6d1bcef8 (qgis): changelog and news update for 3.28
- 02:11 PM Revision 1992600d (qgis): translation update for 3.28.0 from transifex
- 12:53 PM Revision ba97282d (qgis): Allow hiding empty layers in sublayers dialog (#49870)
- * Sublayers dialog improvements
* added tests
* fix flake
* check against DisplayRole instead of EditRole - 11:26 AM Revision a9e3c63f (qgis): updated parameters for r.sim.sediment
- 11:06 AM Revision 2648667b (qgis): updated parameters for r.sim.sediment
- 11:05 AM Revision 5f659cbc (qgis): Minor code style cleanup to nmea gps handling
- 10:18 AM Revision 38b3462b (qgis): Merge pull request #50626 from qgis/backport-45376-to-queued_ltr_backports
- 07:07 AM Revision a0a54fd5 (qgis): Update qgsnmeaconnection.cpp
- Set satellite inuse ( true / false ) on satellitesInView
- 07:07 AM Revision 3ae64f81 (qgis): Update qgsnmeaconnection.cpp
- Update for https://github.com/qgis/QGIS/issues/50462
The NMEA GxGGA message is used as a "clock" to reset the count o... - 07:07 AM Revision 6cb9a64f (qgis): Update qgsnmeaconnection.cpp
- 07:07 AM Revision aae84131 (qgis): Update qgsnmeaconnection.cpp
- 04:11 AM Revision 3aebac18 (qgis): Add an optimisation step after legend column assignment
- This optimisation step is allowed to pack the earlier columns of
a legend by shifting items back a column IF doing so... - 04:11 AM Revision 1ade372b (qgis): Add tests
- 04:11 AM Revision 8a418131 (qgis): Test masks
- 04:11 AM Revision 2095589e (qgis): More test masks
- 04:11 AM Revision 3880346b (qgis): Fix incorrect calculations regarding estimated legend column sizes
- when initially assigning columns to legend items
Refs #42672, but in itself causes regressions in the test suite.
B... - 04:10 AM Revision e39e88b5 (qgis): Make annotations tooltip more explicit
- 03:09 AM Revision 220806ef (qgis): suggest to fix topological mesh error when starting mesh editing
- 02:02 AM Revision ed01b219 (qgis): Merge pull request #50612 from nyalldawson/tracing_crs
- Fix tracing fails when layer crs != map crs
2022-10-20
- 12:28 AM Revision a69fa25e (qgis): remove unused msvc cruft
- 12:10 AM Revision 9cb2340b (qgis): More use of assertEqual
- 12:10 AM Revision 7c965132 (qgis): Improve message on test failure (compare sets)
- 11:04 PM Revision 4be5d5eb (qgis): Add tolerance to test
- 10:54 PM Revision 45cba667 (qgis): Delete postprocess_srs.sql
- Follow up #50605
This file is not used anymore. - 10:28 PM Revision d3dba4e7 (qgis): Fix tracing fails when layer crs != map crs
- Fixes #49247
- 10:28 PM Revision 9edf6ecc (qgis): Tighten includes
- 09:20 PM Revision 4d95af59 (qgis): Merge pull request #50560 from elpaso/bugfix-unreported-crash-on-window...
- Fix unreported crash on windows when unquoted content-disposition filename
- 08:16 PM Revision fd69fb07 (qgis): [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC ...
- If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter ...
- 08:10 PM Revision d7cc3a5e (qgis): Merge pull request #50625 from rldhont/fix-ogcutils-empty-node-literal
- [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC Filter element
- 06:01 PM Revision 350bcd4e (qgis): fix refinement crash when face has more than 4 vertices (#50556)
- * fix refinment crash when face has more than 4 vertices
* complete test - 05:22 PM Revision c3d9c1d6 (qgis): Add unit test to make sure query parameters for url advertised in capab...
- 05:22 PM Revision fd874a7c (qgis): Take query parameters for url advertised in capabilities from the origi...
- 05:22 PM Revision 8a82451a (qgis): Consider that the MAP-parameter can be upper or lower case in the origi...
- 05:22 PM Revision 218672ef (qgis): Python formating
- 05:22 PM Revision 54d91a55 (qgis): Add unit test to make sure query parameters for url advertised in capab...
- 05:22 PM Revision 10a5ba5d (qgis): Python formating
- 05:22 PM Revision 35345f34 (qgis): Take query parameters for url advertised in capabilities from the origi...
- 05:22 PM Revision bdde6e99 (qgis): Consider that the MAP-parameter can be upper or lower case in the origi...
- 05:03 PM Revision 6d031402 (qgis): [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC ...
- If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter ...
- 04:48 PM Revision afb3a4c6 (qgis): Update testcase to expect additional QgsField conversion errors info (#...
- CI broke with 05c232206fd67209f21b7dfd0ec6b2638796e223
- 03:14 PM Revision fdbe82ae (qgis): Cleanup temporary python test config path when requested
- References #48884
- 12:45 PM Revision b43f2b04 (qgis): Cleanup temporary python test config path when requested
- References #48884
- 09:02 AM Revision e1948a80 (qgis): Delete postprocess_srs.sql
- Follow up #50605
This file is not used anymore. - 06:31 AM Revision 98f14f95 (qgis): Add api to set a filtered list of crs to show in
- QgsProjectionSelectionWIdget
- 06:31 AM Revision 44e60fc0 (qgis): Show only available CRS in WMS layer selection widget
- Fixes #45918
- 05:59 AM Revision c9a2a5ef (qgis): Fix some overlay algorithms output multipoint geometries but
- output layer is single point, causing insertion errors
Fixes #49456 - 05:44 AM Revision 83a9715e (qgis): Connect every layer properties tabs to their respective documentation
- when the section is available
and fix some links - 05:42 AM Revision e8d0ff77 (qgis): HANA: fix incorrect position/size of ui controls in connection dialog
- 05:42 AM Revision 39f76879 (qgis): HANA: replace QRegExp/QRegExpValidator with QRegularExpression/QRegular...
- 05:42 AM Revision 0dcfdb07 (qgis): HANA: use QRegExp in QgsHanaConnectionStringBuilder
- 05:42 AM Revision 15358251 (qgis): HANA: change enum values according to QGIS formatting guidelines
- 05:42 AM Revision 4712983d (qgis): HANA: fix clang-tidy warnings
- 05:42 AM Revision 1cd8984d (qgis): HANA: enable provider in Qt6 builds
- 05:42 AM Revision 00249566 (qgis): HANA: fix indentation check warnings
- 05:42 AM Revision 22c6bed8 (qgis): HANA: move functions that may throw inside try/catch block
- 05:42 AM Revision 10176fc1 (qgis): HANA: properly handle special characters in connection string
- 05:42 AM Revision 08552dc3 (qgis): HANA: add proxy support
- 05:42 AM Revision 843db099 (qgis): HANA: fix python test testEncodeDecodeUri
- 05:42 AM Revision 7125779e (qgis): HANA: enable provider in Qt6 builds (part 3)
- 05:42 AM Revision faeeec03 (qgis): HANA: enable provider in Qt6 builds (part 2)
- 05:42 AM Revision 127cc6f7 (qgis): HANA: fix compilation errors with Qt6
- 05:42 AM Revision 2ca70c47 (qgis): HANA: support connections via DSN
- 05:27 AM Revision 9f854885 (qgis): Fix test
- 05:27 AM Revision 497bda67 (qgis): cleanup: remove qgis_srs.sh
- This script is not used since years.
Use the crssync utility instead. - 05:23 AM Revision 05c23220 (qgis): Include target type in QgsField conversion error message
- 05:23 AM Revision 0bca8b3b (qgis): Include type name in message about unsupported qfield validations
- 04:51 AM Revision f0df4949 (qgis): Fix #ifdef MSVC conditions leading to missing information in crash report
- Fixes #50472
- 04:51 AM Revision ca884a8f (qgis): Fix windows build
- 04:49 AM Revision 7588ce42 (qgis): Cleanup temporary python test config path when requested
- References #48884
2022-10-19
- 06:58 PM Revision 26787b41 (qgis): Merge pull request #50604 from lbartoletti/try_to_fix_flaky_test
- QgsVectorLayerEditUtils test: fix flaky test
- 01:09 PM Revision eb4a4871 (qgis): QgsVectorLayerEditUtils test: fix flaky test
- 09:35 AM Revision e8dcb899 (qgis): Fix regression where attribute table dialogs do not open as proper
- top level windows with their own taskbar entries
Fixes #49286 - 06:43 AM Revision 9a75180d (qgis): Merge pull request #50447 from lbartoletti/fix_23113_addring_all_layers_v2
- QgsVectorLayer: add addMultiRing and use it in QgsMapToolAddRing
2022-10-18
- 11:23 PM Revision 130c2ed3 (qgis): Merge pull request #50593 from rouault/fix_handleDropUriList_crash
- QgisApp::handleDropUriList(): fix crash
- 08:37 PM Revision 52af1845 (qgis): QgisApp::handleDropUriList(): fix crash
- For example, if adding a GeoPackage layer from the browser, whose
geometry is unknown/mixed, and clicking on cancel i... - 02:14 PM Revision 1f22e068 (qgis): Merge pull request #50498 from pblottiere/as_symbol_angle_offset
- Angle and offset properties of symbol layers are hidden
- 01:47 PM Revision 2cede134 (qgis): add selected features test
- 12:28 PM Revision e3bf816f (qgis): rename addMultiRing to addRingV2
- 12:09 PM Revision 732be499 (qgis): QgsMapToolAddRing: add selectedFeatureIds to addMultiRing
- 10:31 AM Revision 6a1222f1 (qgis): apply nyall's review: use unique_ptr and sip things
- 10:31 AM Revision 5d7a0253 (qgis): qgsvectorlayereditutils.h: add \since tag
- 10:31 AM Revision 992e2bf1 (qgis): Remove addMultiRing method in QgsVectorLayer.
- QgsMapToolAddRing can use the one from QgsVectorLayerEditUtils.
All checks are made inside QgsVectorLayerEditUtils. - 10:31 AM Revision cc07d1e7 (qgis): QgsVectorLayerEditUtils: Init tests
- 10:31 AM Revision b09c2d11 (qgis): QgsVectorLayer: add addMultiRing and use it in QgsMapToolAddRing
- The `QgsMapToolAddRing` adds a ring through the `addRing` method of
`QgsVectorLayerEditUtils` called by this of `QgsV... - 10:31 AM Revision 6ebb15db (qgis): qgsvectorlayereditutils.cpp: replace _addRing by staticAddRing, pet cla...
- 07:05 AM Revision dbfa13bb (qgis): Fix crash on empty polygon conversion to curve
- Closes GH-50466 in 3.22 branch
Includes unit test - 07:05 AM Revision 7500b38f (qgis): Avoid creating a QgsProject instance just to immediately delete it
- 04:38 AM Revision 76fd0e24 (qgis): Fix rendering of polygons with nan z values
- 04:38 AM Revision a6f97175 (qgis): Fix rendering of polygons with nan z values
Also available in: Atom