Activity
From 2023-06-28 to 2023-07-27
2023-07-27
- 08:16 PM Revision 4d6d5fc8 (qgis): qgsbox3d: Handle NaN values in normalize
- If one Z coordinate is NaN, std::min() or std::max() may return
NaN. This issue is fixed by using std::swap() instead. - 08:16 PM Revision 9e41de1d (qgis): qgsbox3d: Fix combineWith if the underlying 2d rectangle contains only 0
- `QgsBox3D(0, 0, 0, 0, 0, 0)` is not considered as null. However,
`QgsRectangle(0, 0, 0, 0)` is considered as null (th... - 08:16 PM Revision f6f6f518 (qgis): qgsbox3d: Correctly handle null boxes case in combineWith
- If the box is null, it can contain NaN values. In that case,
std::min() and std::max() may return NaN. Therefore, com... - 10:40 AM Revision 3734bee6 (qgis): [map tool] When copy-moving a feature, use duplicate feature function t...
- 09:42 AM Revision de90c65a (qgis): [clipboard] Keep track of the layer from which features are copied
- 09:42 AM Revision ec111c01 (qgis): [app] When copy/pasting features within the same layer, go down feature...
2023-07-26
- 12:37 AM Revision a4f7d1bf (qgis): Set some cmake policies to avoid warnings on newer cmake
- 12:23 PM Revision 96e7047a (qgis): Merge pull request #53935 from ptitjano/feat/geometry/geometry-from-point
- QgsGeometry: Add `fromPoint` and `fromBox3D` constructors
- 11:20 AM Revision d077da8c (qgis): [qml] Add a couple of useful Q_PROPERTY to QgsSnappingConfig
- 09:17 AM Revision e0f71afe (qgis): qgsgeometry: Add fromBox3D constructor
- 08:58 AM Revision 4c239660 (qgis): qgsgeometry: Add fromPoint constructor
- 06:59 AM Revision f43eed80 (qgis): Merge pull request #53944 from qgis/backport-53895-to-release-3_32
- [Backport release-3_32] Don't segmentize digitized feature if the layer supports curves
2023-07-25
- 07:36 PM Revision 2c4993e5 (qgis): Don't segmentize digitized feature if the layer supports curves
- 07:36 PM Revision 842cb39a (qgis): Don't segmentize digitized feature if the layer supports curves
- 07:31 PM Revision e512489c (qgis): Merge pull request #53895 from Djedouas/fix-53818
- Don't segmentize digitized feature if the layer supports curves
- 02:10 PM Revision a96a481d (qgis): qgsgeometry: Remove empty line at the end of file
- 07:03 AM Revision d00139c2 (qgis): move logic to QgsProcessingUtils and create a convenient method resolve...
- 07:03 AM Revision 8950c796 (qgis): Fix export legend as JSON when a rule based does not have a symbol
- 07:03 AM Revision ea8d0da6 (qgis): Processing: determine and set default encoding from locale
- A shapefile can have a .cpg file to determine its encoding.
However, in processing, this file is not created when the... - 07:03 AM Revision 7c83624c (qgis): Fix encoding of user expression in Function Editor
- Set it to UTF-8 codec
- 07:03 AM Revision 6d4ef4bc (qgis): testprocessingui: fix tests accoringly. Replace System by UTF-8
- 07:03 AM Revision 65818fb2 (qgis): Do not display the password in the dialog when requesting credentials
- 07:03 AM Revision f6c68706 (qgis): Improve performance of adding OGR dataset with many layers (fixes #53525)
- Prevent datasets from being released too early.
- 07:03 AM Revision e9e46a1a (qgis): Partially consider 3d point symbol sizes when calculating the bounding
- boxes of chunks
(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect thei... - 07:03 AM Revision a00fd325 (qgis): Fix adding a relation within multiple edition
- 07:03 AM Revision 0fb882a3 (qgis): [Server] Fix OGC filter with date/time
- 07:03 AM Revision a7a523a2 (qgis): Update python/plugins/processing/tools/dataobjects.py
- Co-authored-by: Nyall Dawson <[email protected]>
- 07:03 AM Revision aa8b03a6 (qgis): qgsprocessingoutputdestinationwidget.cpp: fix widget and avoid error wi...
- 07:03 AM Revision 6aeada34 (qgis): resolveDefaultEncoding: return UTF-8 as default in case of undefined lo...
- 07:03 AM Revision be5d5e47 (qgis): Improve performance of relationship discovery when adding OGR dataset w...
- 05:27 AM Revision d7ba6b5c (qgis): Port Processing "Keep N Biggest Parts" algorithm to c++
- Also:
- Ensure that z/m coordinates in parts are not stripped away
- Handle curved geometries
- Allow dynamic data de... - 03:01 AM Revision 0caaa46e (qgis): Fix color widget span in gradient color ramp dialog
- 03:01 AM Revision 533d0b3c (qgis): Improve widgets alignment in color ramp gradient dialog
- 02:41 AM Revision 4ce0c304 (qgis): Fix plugin voting from within plugin manager
- Update URL, check reply status code and use blockingPost to be able to handle redirects.
- 02:41 AM Revision 95f650ed (qgis): Avoid redirect
2023-07-24
- 01:15 AM Revision d717177c (qgis): Fix plugin voting from within plugin manager
- Update URL, check reply status code and use blockingPost to be able to handle redirects.
- 01:15 AM Revision 282d7e16 (qgis): Avoid redirect
- 09:10 PM Revision 5ae4f55c (qgis): Avoid redirect
- 09:10 PM Revision b16d1771 (qgis): Fix plugin voting from within plugin manager
- Update URL, check reply status code and use blockingPost to be able to handle redirects.
- 09:10 PM Revision 8afaba26 (qgis): Avoid redirect
- 09:10 PM Revision f6a87c52 (qgis): Fix plugin voting from within plugin manager
- Update URL, check reply status code and use blockingPost to be able to handle redirects.
- 09:06 PM Revision 729cd9c0 (qgis): Make decoration overlay a member
- 09:06 PM Revision a1c2885e (qgis): Add hasFixedMapPosition to QgsMapDecoration
- 09:06 PM Revision 06960e6b (qgis): Increase grid min interval to 5px
- 09:06 PM Revision 6465736b (qgis): Apply suggestions from code review
- Co-authored-by: Nyall Dawson <[email protected]>
- 09:06 PM Revision 70f71072 (qgis): Add Decoration overlay
- 09:06 PM Revision a4a49b05 (qgis): Fix hasFixedMapPosition logic
- 09:05 PM Revision a32e928f (qgis): Fix encoding of user expression in Function Editor
- Set it to UTF-8 codec
- 09:05 PM Revision f23993e0 (qgis): Avoid redirect
- 09:05 PM Revision 5fee9303 (qgis): Fix plugin voting from within plugin manager
- Update URL, check reply status code and use blockingPost to be able to handle redirects.
- 11:48 AM Revision f5dd5fe8 (qgis): Fix broken processing script editor actions
- SIP is totally messed up here -- the dialog wrapper or something
is always prematurely cleaned which results in broke... - 11:46 AM Revision 91b0bd55 (qgis): Fix encoding of user expression in Function Editor
- Set it to UTF-8 codec
- 11:44 AM Revision 83bc6be0 (qgis): Fix broken processing script editor actions
- SIP is totally messed up here -- the dialog wrapper or something
is always prematurely cleaned which results in broke... - 07:37 AM Revision 80959c62 (qgis): Fix encoding of user expression in Function Editor
- Set it to UTF-8 codec
- 07:37 AM Revision 3e8e0d87 (qgis): Fix encoding of user expression in Function Editor
- Set it to UTF-8 codec
- 07:32 AM Revision 3e0517c5 (qgis): Fix encoding of user expression in Function Editor
- Set it to UTF-8 codec
2023-07-21
- 02:15 PM Revision 3eeaf5b9 (qgis): scripts/create_changelog.sh: allow script to run in worktrees
- (cherry picked from commit a201c43cc0f952dc05e2d7029eb1257e280fc3d2)
- 02:13 PM Revision 4a078ecf (qgis): Release of 3.32.1
- 02:13 PM Revision a5681a15 (qgis): translation update for 3.32.1 from transifex
- 02:12 PM Revision a201c43c (qgis): scripts/create_changelog.sh: allow script to run in worktrees
- 02:01 PM Revision 66f4d63a (qgis): Release of 3.28.9
- 02:01 PM Revision 9809cbe9 (qgis): translation update for 3.28.9 from transifex
- 10:12 AM Revision 99860800 (qgis): Don't segmentize digitized feature if the layer supports curves
- 08:48 AM Revision 61998aba (qgis): create postgres RO connection in the thread where the provider live
- 08:48 AM Revision c55f8a34 (qgis): remove OGR as supporting parallel loading
- 02:01 AM Revision c8e3a817 (qgis): Fix crash from issue #53876
- 02:00 AM Revision c15db54e (qgis): Fix crash from issue #53876
2023-07-20
- 04:25 PM Revision 1046da56 (qgis): Fix crash from issue #53876
- 04:25 PM Revision 2cfeb58e (qgis): Fix crash from issue #53876
- 04:20 PM Revision 22c392c0 (qgis): Fix crash from issue #53876
- 03:53 PM Revision b305d04d (qgis): Fix contributors.json commit date
- 02:03 PM Revision 644efd2d (qgis): review from Nyall
- 02:03 PM Revision 5e3c2302 (qgis): Small additions to QgsBox3d and QgsOrientedBox3D API
- - operators to move QgsBox3d by a QgsVector3D
- reproject QgsOrientedBox3D and get its axis-aligned bounding box
- ge... - 02:03 PM Revision ecc1bf2c (qgis): sip fix
- 02:03 PM Revision e8f0e1cc (qgis): fixes after rebase
- 10:34 AM Revision d6d2a4b8 (qgis): fix msvc build
- 07:31 AM Revision 388190e2 (qgis): Add since
- 07:31 AM Revision 59673441 (qgis): Rename QgsBox3d to QgsBox3D for consistency, monkey patch in old
- name for PyQGIS compatibility
- 07:31 AM Revision a39b5df6 (qgis): Rename mesh "3d" classes to "3D" and monkey patch compatibility
- 07:31 AM Revision 778f7de4 (qgis): Add a test to ensure consistency of class names
- 07:31 AM Revision 9a92c7d6 (qgis): Fix doxygen class
- 06:47 AM Revision f734213e (qgis): Partially consider 3d point symbol sizes when calculating the bounding
- boxes of chunks
(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect thei... - 06:45 AM Revision 4a841e95 (qgis): Partially consider 3d point symbol sizes when calculating the bounding
- boxes of chunks
(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect thei...
2023-07-19
- 01:10 AM Revision b671f369 (qgis): Remove Move annotation tool (redundant with other annotation tools)
- 01:09 AM Revision 41b39484 (qgis): Do not display the password in the dialog when requesting credentials
- 01:09 AM Revision 58bf2fbe (qgis): Do not display the password in the dialog when requesting credentials
- 01:08 AM Revision 6acfd2b4 (qgis): Improve performance of adding OGR dataset with many layers (fixes #53525)
- Prevent datasets from being released too early.
- 01:08 AM Revision 71c5c973 (qgis): Improve performance of relationship discovery when adding OGR dataset w...
- 01:08 AM Revision 316f57f6 (qgis): Improve performance of adding OGR dataset with many layers (fixes #53525)
- Prevent datasets from being released too early.
- 01:08 AM Revision 567fb822 (qgis): Improve performance of relationship discovery when adding OGR dataset w...
- 01:08 AM Revision 842ddbed (qgis): Bump word-wrap from 1.2.3 to 1.2.4 in /resources/server/src/landingpage
- Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.c... - 01:07 AM Revision a8a0b893 (qgis): [themes] Fix bad focus on mouse hovering tree view widgets
- 01:07 AM Revision c121ce32 (qgis): [themes] Fix bad focus on mouse hovering tree view widgets
- 01:06 AM Revision be683db8 (qgis): [themes] Fix combobox styling not reflecting the editable state
- 01:06 AM Revision c44de515 (qgis): [themes] Fix combobox styling not reflecting the editable state
- 02:48 PM Revision 70a99241 (qgis): [themes] Fix combobox styling not reflecting the editable state
- 02:48 PM Revision 73db9c4e (qgis): [themes] Fix combobox styling not reflecting the editable state
- 02:44 PM Revision c5479544 (qgis): [themes] Fix combobox styling not reflecting the editable state
- 12:30 PM Revision 33a3ffa0 (qgis): Do not display the password in the dialog when requesting credentials
- 12:30 PM Revision 911146e9 (qgis): Do not display the password in the dialog when requesting credentials
- 12:26 PM Revision 31aa4e22 (qgis): Merge pull request #53749 from Gustry/remove-password
- Do not display the password in the dialog when requesting credentials
- 11:52 AM Revision 155da0a4 (qgis): Merge pull request #53863 from nyalldawson/oobb_2d
- Improve 2d geometry representation of QgsTiledMeshNodeBoundingVolumeBox
- 10:16 AM Revision 3cc21e1b (qgis): create postgres RO connection in the thread where the provider live
- 10:16 AM Revision 2a3eb897 (qgis): remove OGR as supporting parallel loading
- 10:10 AM Revision 41140b77 (qgis): remove OGR as supporting parallel loading
- 10:10 AM Revision c3611c60 (qgis): create postgres RO connection in the thread where the provider live
- 09:49 AM Revision bd224c84 (qgis): [themes] Fix bad focus on mouse hovering tree view widgets
- 09:49 AM Revision 26916ac1 (qgis): [themes] Fix bad focus on mouse hovering tree view widgets
- 09:44 AM Revision 97198837 (qgis): [themes] Fix bad focus on mouse hovering tree view widgets
- 09:14 AM Revision f4e3f58b (qgis): Bump word-wrap from 1.2.3 to 1.2.4 in /resources/server/src/landingpage
- Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.c... - 09:10 AM Revision aecbc3a9 (qgis): Improve 2d geometry representation of QgsTiledMeshNodeBoundingVolumeBox
- 09:08 AM Revision e216ca29 (qgis): Fix adding a relation within multiple edition
- 09:07 AM Revision 9fbc7b7c (qgis): Fix adding a relation within multiple edition
- 09:05 AM Revision 30734501 (qgis): Do not display the password in the dialog when requesting credentials
- 08:52 AM Revision 78ecd083 (qgis): Add a bunch of optimised/easier to use constructor variants
- for creating QgsMultiPoint objects
- 08:52 AM Revision aafd4f96 (qgis): Add more efficient multipoint constructor which can avoid point cloning
- 08:52 AM Revision fa4b9f16 (qgis): Spelling
- 02:47 AM Revision f64ca5b4 (qgis): Fix dialog title
- 02:47 AM Revision 8a7fc28e (qgis): Reformat SQL
- 02:47 AM Revision 6f4a77d7 (qgis): Fix unwanted clang tidy error
- 02:47 AM Revision bc2db9b1 (qgis): Update tests
- 02:47 AM Revision 3397eb84 (qgis): Fix argument order
- 02:47 AM Revision 8c91e8fa (qgis): By default, QgsProjectionSelectionTreeWidget should only
- show horizontal (and compound) CRS in order to match behavior
of older releases
But allow opt in filters for display... - 02:47 AM Revision ef6057aa (qgis): Documentation, string cleanups
- 02:47 AM Revision dd933c95 (qgis): Use actual model in projection selection widget
- 02:47 AM Revision 731123a4 (qgis): Create a QAbstractItemModel and proxy model for displaying tree
- view of coordinate reference systems
- 02:47 AM Revision ce95f9a5 (qgis): Do a one-time read and store of qgis srs db, instead of re-reading with...
- 02:47 AM Revision ec051fc4 (qgis): Update internal srs6.db
- 02:47 AM Revision 1f868b18 (qgis): Also add Derived Projected CRS to db (proj 9.2+)
- 02:47 AM Revision 6ef5a681 (qgis): Add vertical crs entries to srs db
- 02:47 AM Revision 1373387a (qgis): Add a srs type column to the srs db
- 02:47 AM Revision 9abcb6d2 (qgis): Use consistent variable names
- 02:47 AM Revision cca027a7 (qgis): Simplify strings
2023-07-18
- 12:09 AM Revision 822cb1ff (qgis): Improve performance of adding OGR dataset with many layers (fixes #53525)
- Prevent datasets from being released too early.
- 12:09 AM Revision c309150e (qgis): Improve performance of relationship discovery when adding OGR dataset w...
- 09:52 PM Revision 06d394cd (qgis): Fixes #53840 - formatted number should use the locale decimal separator
- 09:51 PM Revision dc52a023 (qgis): Fix #53820 - hide dropdown when only one action
- 09:42 PM Revision 88be09c6 (qgis): [Oracle] Fix crash when using an auth config id
- 09:42 PM Revision f059c18a (qgis): Add QgsMatrix4x4
- This adds 4x4 matrix with double precision values for high precision transforms.
Just like QgsVector3D is similar to ... - 09:42 PM Revision ed5fc000 (qgis): use explicitly double literals (Loic PR review)
- 09:42 PM Revision a271a36f (qgis): Expose QgsMatrix4x4 in Python + add PyQGIS test
- 03:33 PM Revision 483fe795 (qgis): Fix adding a relation within multiple edition
- 03:24 PM Revision 560236d8 (qgis): Fix adding a relation within multiple edition
- 12:35 PM Revision 90eb106c (qgis): Fix projection of sphere
- 12:35 PM Revision a90805aa (qgis): Implement a temporary rendering of the root bounding volume
- as a 2d renderer for QgsTiledMeshLayer
(Handy for debugging for now) - 12:35 PM Revision 8f995fbd (qgis): Make root bounding volume accessible from tiled mesh data provider,
- fix extent/crs handling for sphere/box bounding volume types
There's a tricky consideration here -- the default crs ... - 12:35 PM Revision 42c062e2 (qgis): American spelling
- 12:35 PM Revision 9e5015aa (qgis): Add equality operators for QgsOrientedBox3D
- 12:35 PM Revision f658e5de (qgis): Create class for representing tiled mesh node bounding volumes
- And implement for sphere, region and oriented box bounding volume
types - 12:35 PM Revision 8a259dd1 (qgis): Fix documentation warning
- 12:35 PM Revision 8beb6a08 (qgis): Add method to get corners of oriented box 3d
- 12:35 PM Revision c744627a (qgis): Mesh crs is still EPSG:4978 even for datasets with region bounding box
- 10:08 AM Revision 6199973d (qgis): Merge pull request #53762 from antonio-rojas/exiv2-0.28
- Fix build with exiv2 0.28
- 08:22 AM Revision 53bf2457 (qgis): [Oracle] Fix crash when using an auth config id
- 08:18 AM Revision 5c0368cb (qgis): [Oracle] Fix crash when using an auth config id
- 07:50 AM Revision b800c90a (qgis): Fix high ram usage of XYZ tile generation
- 07:50 AM Revision 14e2be69 (qgis): Fix formatting
- 06:14 AM Revision 3a380155 (qgis): Fix user selector icon size #53548
- 03:04 AM Revision e86d5e99 (qgis): CSV: fix update on types auto detection
- Fix #53802
Also fixes unreported:
- auto detection do not rewind, possibily leading to wrong detection and
totall... - 03:01 AM Revision 5b4137ea (qgis): [Server] Fix OGC filter with date/time
- 03:01 AM Revision f89549a3 (qgis): [Server] Fix OGC filter with date/time
2023-07-17
- 07:00 PM Revision 37fc5d5a (qgis): Merge pull request #53841 from elpaso/raster-band-description-gh-53831
- Support raster band description
- 03:53 PM Revision 8b5a2b55 (qgis): Move comment
- 03:38 PM Revision 5ac470cb (qgis): Fix adding a relation within multiple edition
- 03:33 PM Revision bfe4fce0 (qgis): Postgres provider discover relations: add composite relation test + min...
- 03:32 PM Revision bfc97002 (qgis): Discover relations for Oracle provider
- 12:15 PM Revision cf80ae89 (qgis): Merge pull request #53779 from lbartoletti/backport-53518-to-release-3_28
- [Backport queued_ltr_backports ] Processing: determine and set default encoding from locale
- 11:54 AM Revision db63b5b2 (qgis): Add bandDescrption to raster provider API
- Also implement it for GDAL, other providers could
eventually implement their own logic to return
band description.
F... - 10:19 AM Revision 993048fa (qgis): [Server] Fix OGC filter with date/time
- 10:19 AM Revision 869bb722 (qgis): [Server] Fix OGC filter with date/time
- 10:14 AM Revision 2c3ed3d2 (qgis): [Server] Fix OGC filter with date/time
- 07:57 AM Revision f9ed5775 (qgis): move logic to QgsProcessingUtils and create a convenient method resolve...
- 07:57 AM Revision 266bebd5 (qgis): testprocessingui: fix tests accoringly. Replace System by UTF-8
- 07:57 AM Revision 38194bfc (qgis): Processing: determine and set default encoding from locale
- A shapefile can have a .cpg file to determine its encoding.
However, in processing, this file is not created when the... - 07:57 AM Revision 49bdecd2 (qgis): Update python/plugins/processing/tools/dataobjects.py
- Co-authored-by: Nyall Dawson <[email protected]>
- 07:57 AM Revision 8d432943 (qgis): resolveDefaultEncoding: return UTF-8 as default in case of undefined lo...
- 07:57 AM Revision 351a9950 (qgis): qgsprocessingoutputdestinationwidget.cpp: fix widget and avoid error wi...
2023-07-16
- 06:43 AM Revision 031179e9 (qgis): Style
- 06:43 AM Revision c4b36084 (qgis): Rename to QgsOrientedBox3d
- 06:43 AM Revision 015fff4d (qgis): Add support for oriented boxes as cesium volumes
- 06:43 AM Revision 8ca71690 (qgis): Move QgsOrientedBoundingBox out to own file
- 06:43 AM Revision f5b4fbd9 (qgis): Add QgsSphere::centerVector for returning center of sphere as a
- vector
- 06:43 AM Revision e2b79b67 (qgis): Fix warning string
- 06:43 AM Revision 5ab122bc (qgis): Add new class QgsSphere for representing 3d spheres
- 06:43 AM Revision d1d0f026 (qgis): Handle spherical volumes for cesium layer bounds
- 06:43 AM Revision 425c080c (qgis): Ensure that a null sphere is also considered empty
2023-07-14
- 09:44 PM Revision cdd15e07 (qgis): expression help: show defaults in syntax help with ':=' instead of '='
- (cherry picked from commit ef2b1c16daa8ecba1550f40f622bfc10b9376834)
- 09:43 PM Revision ff27d14e (qgis): expression help: show defaults in syntax help with ':=' instead of '='
- (cherry picked from commit ef2b1c16daa8ecba1550f40f622bfc10b9376834)
- 05:41 PM Revision 96e7f9eb (qgis): Show raster band description
- Fix #53831
- 03:32 PM Revision 23b42c5f (qgis): Update src/server/services/wms/qgsdxfwriter.cpp
- Co-authored-by: Alessandro Pasotti <[email protected]>
- 12:06 PM Revision b73b773a (qgis): Move QgsWmsRestorer in QGIS Server DXF export one level up. Otherwise, ...
- 11:10 AM Revision ef2b1c16 (qgis): expression help: show defaults in syntax help with ':=' instead of '='
- 04:20 AM Revision e0223770 (qgis): Fix common angle keyboard shortcuts
2023-07-13
- 10:55 PM Revision 44229df5 (qgis): Fix common angle keyboard shortcuts
- 10:52 PM Revision 159f7c40 (qgis): MapService: Pass dpi parameter to export requests if available
- 10:51 PM Revision cd68ecf5 (qgis): Fix common angle keyboard shortcuts
- 10:48 PM Revision d30a656f (qgis): Fix export legend as JSON when a rule based does not have a symbol
- 10:47 PM Revision 9236287f (qgis): Fix export legend as JSON when a rule based does not have a symbol
- 10:23 PM Revision 6fe05401 (qgis): Fix crash when trying to re-load a layer from processing results
- into the project when that layer already exists in the project
Fixes #53576
Fixes #53729 - 10:23 PM Revision 92e8c09f (qgis): When an algorithm is added to a model with optional layer parameters,
- leave the default values for these as empty instead of setting
them to model input layers
We don't want to auto-fill... - 08:27 PM Revision cd6d5c7b (qgis): Merge pull request #53819 from DelazJ/discoverCurve
- Make turning segments into curve less undiscoverable
- 02:49 PM Revision ca5c6b3d (qgis): Make turning segments into curve less undiscoverable
- 09:21 AM Revision 07277c27 (qgis): Fix a bunch of debug spam when running processing algorithms on
- debug builds
Prefetch once upfront properties for feature sources so that
we aren't bombarded by the QObject thread ... - 09:21 AM Revision 20f7c7b7 (qgis): Disable msys2 workflow
- This is broken and requires changes to handle newer protobuf versions
- 08:26 AM Revision 97158d2a (qgis): When an algorithm is added to a model with optional layer parameters,
- leave the default values for these as empty instead of setting
them to model input layers
We don't want to auto-fill... - 08:20 AM Revision 58561ffa (qgis): When an algorithm is added to a model with optional layer parameters,
- leave the default values for these as empty instead of setting
them to model input layers
We don't want to auto-fill... - 07:07 AM Revision 224acf40 (qgis): Fix crash when trying to re-load a layer from processing results
- into the project when that layer already exists in the project
Fixes #53576
Fixes #53729 - 07:03 AM Revision e567b35c (qgis): Fix crash when trying to re-load a layer from processing results
- into the project when that layer already exists in the project
Fixes #53576
Fixes #53729 - 06:10 AM Revision c547f567 (qgis): [feature] Add 'DTM Filter (slope-based)' algorithm for filtering a
- digital elevation model in order to classify pixels into ground
and non-ground cells
This is a port of the SAGA "DTM... - 04:55 AM Revision 38a93532 (qgis): Disable msys2 workflow
- This is broken and requires changes to handle newer protobuf versions
- 04:50 AM Revision 65ebdf94 (qgis): Disable msys2 workflow
- This is broken and requires changes to handle newer protobuf versions
- 02:09 AM Revision 1e48ebff (qgis): Add setX, setY, setZ functions to QgsVector3D
- 02:09 AM Revision 58dca7d4 (qgis): Add tests
2023-07-12
- 12:45 AM Revision b9b9fe82 (qgis): Add tinygltf (2.8.10) to external libs
- This is a simple header-only library that allows reading GLTF files
containing 3D graphics content. This will be usef... - 09:12 PM Revision 042abbf9 (qgis): [xyz] Fix tile caching of redirected XYZ URLs
- 12:59 PM Revision 07d2c248 (qgis): Merge pull request #53772 from benoitdm-oslandia/feat/contrib
- Add @benoitdm-oslandia to contributors list
- 11:58 AM Revision ae993396 (qgis): [xyz] Fix tile caching of redirected XYZ URLs
- 11:52 AM Revision 5d5cad27 (qgis): [xyz] Fix tile caching of redirected XYZ URLs
- 11:05 AM Revision 3d74f2c2 (qgis): Fix typo
- 11:04 AM Revision 29a5e14a (qgis): Make api more useful
- 11:04 AM Revision 3641670b (qgis): Add optional tile padding boundary to QgsRasterIterator
- Allows returned blocks to overlap by the specified number of pixels.
Useful for algorithms which need to consider nei... - 09:14 AM Revision fffe590e (qgis): Add @benoitdm-oslandia to contributors list
- 06:58 AM Revision 6a9a364a (qgis): Fix outdated provider name used in browser item
- 06:58 AM Revision 1e13f673 (qgis): Show extensions in layer metadata
- 06:58 AM Revision a739ad70 (qgis): Use nlohmann for json instead of QVariant
- But leave QVariant version of util function for use in Python scripts
- 06:58 AM Revision b50a6c64 (qgis): Add tests for basic cesium tiles provider properties
- 06:58 AM Revision b55c5ef7 (qgis): Add unit tests for QgsCesiumUtils
- 06:58 AM Revision aa596871 (qgis): Setup framework for tiled mesh data providers to be cloned
- 06:58 AM Revision b81e52dd (qgis): Parse bounding region values from cesium tiles root tileset
- 06:58 AM Revision abeb8ae5 (qgis): Read tileset on creating cesium tiles data provider
- And add some very basic provider metadata
- 06:58 AM Revision 4d8d6b7a (qgis): Handle offline tileset reading
2023-07-11
- 01:27 AM Revision 158f12e7 (qgis): Bump semver from 5.7.1 to 5.7.2 in /resources/server/src/landingpage
- Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node... - 12:30 PM Revision 45d9f405 (qgis): Bump semver from 5.7.1 to 5.7.2 in /resources/server/src/landingpage
- Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node... - 09:28 AM Revision 3cd1fc30 (qgis): Partially consider 3d point symbol sizes when calculating the bounding
- boxes of chunks
(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect thei... - 09:28 AM Revision ffe3b57e (qgis): Partially consider 3d point symbol sizes when calculating the bounding
- boxes of chunks
(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect thei... - 09:23 AM Revision 0a598e3b (qgis): Partially consider 3d point symbol sizes when calculating the bounding
- boxes of chunks
(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect thei... - 09:12 AM Revision 52fcb789 (qgis): Fix export legend as JSON when a rule based does not have a symbol
- 09:11 AM Revision 67aea39f (qgis): Fix export legend as JSON when a rule based does not have a symbol
- 09:07 AM Revision 611d644a (qgis): Merge pull request #53738 from Gustry/getlegend-json
- Fix export legend as JSON when a rule based does not have a symbol
- 06:57 AM Revision c1c38eec (qgis): Rename some variables for clarity
- 06:57 AM Revision 089f488d (qgis): Remove outdated / redundant files from before proj 6 requirement
- 06:57 AM Revision bc8c3a75 (qgis): Add method to translate proj projection names
- And abort crssync if unhandled projection strings are found
- 06:57 AM Revision 1463ccd5 (qgis): Deprecate vw_srs from crs database, and use consistent translated
- strings for projection names instead of hardcoded values from
srs.db - 06:57 AM Revision 190f62f2 (qgis): Fix spell check
2023-07-10
- 09:34 PM Revision a5537c87 (qgis): Fix toolTip of "Invert selection" button in refactor fields algorithm
- instead of showing the parent widget tooltip (FIELDS_MAPPING)
- 09:34 PM Revision 60e6bde7 (qgis): Contributors.json: Set committer to "Yes" for lbartoletti
- 09:33 PM Revision cc11dd22 (qgis): Add myself to contributors list
- 03:39 PM Revision d4da6d34 (qgis): Merge pull request #53771 from Djedouas/add-me-contributors
- Add myself (@Djedouas) to contributors list
- 11:43 AM Revision 10e589e3 (qgis): Add myself (@Djedouas) to contributors list
- 11:06 AM Revision 140fd9eb (qgis): Contributors.json: Set committer to "Yes" for lbartoletti
2023-07-09
- 02:48 PM Revision a29fb2cf (qgis): Add tests for crs type
- 02:48 PM Revision 71d6188e (qgis): Add method to return CRS type, based on proj_get_type() values
- And show in CRS details for layer properties
- 02:48 PM Revision 95dc22f6 (qgis): Fix handling of ' in enum docstrings in sipify
- 02:48 PM Revision 0eae9d60 (qgis): Convert PJ_TYPE_DERIVED_PROJECTED_CRS for proj 9.2+
- 02:48 PM Revision 2d82659d (qgis): Avoid unwanted warning
- 10:14 AM Revision 3b1b6d56 (qgis): Correctly use horizontal vs single crs extraction methods in different
- functions
- 10:14 AM Revision f6e2b6b2 (qgis): Split methods for retrieving a single crs from a proj object from
- those which retrieve a horizontal crs
- 10:14 AM Revision 31138aa9 (qgis): Add method to retrieve list of known crs authorities
- 10:14 AM Revision 870842db (qgis): Rename method to 'unboundCrs' for clarity
- 10:14 AM Revision d4a90c99 (qgis): Fix leak
- 10:14 AM Revision e211b520 (qgis): Don't try to create crs objects from unknown authorities
- 10:14 AM Revision f50bbae6 (qgis): Remove hardcoded blocker to creation of vertical/compound CRS
- Allow creation of QgsCoordinateReferenceSystem objects which
represent compound or vertical only CRS.
This is a prel... - 10:14 AM Revision 73b906ae (qgis): Add test for map units for compound/vertical crs
- 10:14 AM Revision 3d3e09e0 (qgis): Fix indentation
- 10:01 AM Revision 32f5418f (qgis): Fix build with exiv2 0.28
2023-07-08
- 02:51 PM Revision d24e6ec6 (qgis): Fix user selector icon size #53548
- 09:04 AM Revision 0c143962 (qgis): [OGR provider] Do not try to open FileGeodatabase in update mode if not...
- 09:04 AM Revision d54c024e (qgis): [OGR provider] Do not try to open FileGeodatabase in update mode if not...
- 03:27 AM Revision 91844be5 (qgis): [OGR provider] Do not try to open FileGeodatabase in update mode if not...
- 03:27 AM Revision c69f9ebf (qgis): [OGR provider] Do not try to open FileGeodatabase in update mode if not...
- 03:22 AM Revision ebba1b05 (qgis): Add "Square Inches" to area units in Options dialog
- 03:22 AM Revision 3ea6656a (qgis): [OGR provider] Do not try to open FileGeodatabase in update mode if not...
2023-07-07
- 10:58 PM Revision f00fce84 (qgis): Fix: test_provider_postgres_latency
- 08:56 PM Revision 290c9aa0 (qgis): Add "Square Inches" to area units in Options dialog
- 08:53 PM Revision a49515ab (qgis): Apply suggestions from code review
- 08:53 PM Revision 3692390f (qgis): grab & ungrab mouse as needed
- 08:53 PM Revision 8f3676dd (qgis): Add search tolerance to QgsLayoutViewToolSelect
- 08:51 PM Revision c431054d (qgis): Add "Square Inches" to area units in Options dialog
- 11:08 AM Revision 720b8dd7 (qgis): Fix export legend as JSON when a rule based does not have a symbol
- 07:26 AM Revision 5064b265 (qgis): Merge pull request #53741 from ptitjano/nan-rectangle-null
- qgsrectangle: Consider a NaN rectangle as null
- 06:29 AM Revision 54b45078 (qgis): Monkey patch and deprecate API
- 06:29 AM Revision 022b7243 (qgis): Fix test
- 06:29 AM Revision 23e99486 (qgis): Fix test failures
- 06:29 AM Revision 1a1d2a7a (qgis): Alternative approach to a QGIS specific unittest class
- 06:29 AM Revision 39431595 (qgis): Apply suggestions from code review
- 06:29 AM Revision 1626b7e9 (qgis): Move tests to QgisUnitTests
- 06:29 AM Revision 325a5cb1 (qgis): Fix lint
2023-07-06
- 11:37 PM Revision 71fa5c42 (qgis): move logic to QgsProcessingUtils and create a convenient method resolve...
- 11:37 PM Revision a95dca8b (qgis): qgsprocessingoutputdestinationwidget.cpp: fix widget and avoid error wi...
- 11:37 PM Revision f6dad782 (qgis): Processing: determine and set default encoding from locale
- A shapefile can have a .cpg file to determine its encoding.
However, in processing, this file is not created when the... - 11:37 PM Revision 784b45b8 (qgis): resolveDefaultEncoding: return UTF-8 as default in case of undefined lo...
- 11:37 PM Revision e6a764f8 (qgis): testprocessingui: fix tests accoringly. Replace System by UTF-8
- 11:37 PM Revision 52239aba (qgis): Update python/plugins/processing/tools/dataobjects.py
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:30 PM Revision 412fbbcc (qgis): qgsrectangle: Consider a NaN rectangle as null
- By default, a QgsBox3d contains NaN values. This means a null
`QgsRectangle` built from `QgsBox3d` whith `QgsBox3d().... - 05:33 PM Revision 6339e5fb (qgis): Merge pull request #53629 from ptitjano/feat/provider-extent-3d
- Add some new methods to QgsBox3d
- 02:12 PM Revision 4e1348df (qgis): qgsbox3d: Simplify some methods in the 2d case
- 02:12 PM Revision 80a9043c (qgis): qgsbox3d: Add combineWith methods
- 02:12 PM Revision 1bae6ee1 (qgis): qgsbox3d: Add a new contains method based on x,y,z coordinates
- 02:12 PM Revision 58c161f1 (qgis): qgsbox3d: Add is3D method
- 10:10 AM Revision 6baf8492 (qgis): Fix cppcheck warning
- 10:10 AM Revision 4595f65c (qgis): Implement tiled mesh source select widget
- 10:10 AM Revision deacd317 (qgis): Add generic provider metadata implementation for cross-provider
- tiled mesh provider handling
- 10:10 AM Revision 57875062 (qgis): Add a null-renderer layer renderer for tiled mesh layers
- Fixes crash
- 10:10 AM Revision 8ffb1a5a (qgis): Add data item provider for tiled mesh connections
- 10:10 AM Revision 65d40ee0 (qgis): Add since
- 10:10 AM Revision dc2b5ba2 (qgis): Fix test
- 10:10 AM Revision c0781269 (qgis): Tiled mesh data item GUI provider
- 09:06 AM Revision f6f0c927 (qgis): Processing: determine and set default encoding from locale
- A shapefile can have a .cpg file to determine its encoding.
However, in processing, this file is not created when the... - 09:06 AM Revision 6fa523e5 (qgis): qgsprocessingoutputdestinationwidget.cpp: fix widget and avoid error wi...
- 09:06 AM Revision 0b4e7386 (qgis): move logic to QgsProcessingUtils and create a convenient method resolve...
- 09:06 AM Revision 5dfa2a6e (qgis): resolveDefaultEncoding: return UTF-8 as default in case of undefined lo...
- 09:06 AM Revision 5d26623a (qgis): testprocessingui: fix tests accoringly. Replace System by UTF-8
- 09:06 AM Revision a3a8a62b (qgis): Update python/plugins/processing/tools/dataobjects.py
- Co-authored-by: Nyall Dawson <[email protected]>
- 07:35 AM Revision 728787f7 (qgis): Apply suggestions from code review
- 07:35 AM Revision 19fd260a (qgis): Handle multi selection from layout item list view
- 07:03 AM Revision 23b83569 (qgis): Remove unused variable
- 07:03 AM Revision bf161f85 (qgis): Layer properties dialog for tiled mesh layers
- 07:03 AM Revision 7d92d570 (qgis): Fix metadata table layout for tiled mesh layers
- 07:03 AM Revision dec74c11 (qgis): Apply suggestions from code review
- Co-authored-by: Mathieu Pellerin <[email protected]>
- 07:03 AM Revision 8f4ec245 (qgis): Standardise layer properties dialog title creation
- 07:03 AM Revision 13f975ea (qgis): Remove unused
- 05:45 AM Revision 47fa0c81 (qgis): Update python/plugins/grassprovider/Grass7AlgorithmProvider.py
- Co-authored-by: Nicolas Godet <[email protected]>
- 05:45 AM Revision f08e5e94 (qgis): support grass algorithms in profile folder
- 05:45 AM Revision 2c006b18 (qgis): fix lint errors
- 05:45 AM Revision c0ca40ae (qgis): add userDescriptionFolder() method
- 05:45 AM Revision 6cc773d7 (qgis): Add comments
- 05:45 AM Revision 5e29c75d (qgis): Update python/plugins/grassprovider/Grass7Utils.py
- Co-authored-by: Loïc Bartoletti <[email protected]>
- 05:45 AM Revision 75420dee (qgis): remove unnecessary casts from last commit
- 05:45 AM Revision 158b0e2b (qgis): Use more pathlib instead of os module
- 05:45 AM Revision 0420b158 (qgis): More informative message if ext module fails to load
- 05:45 AM Revision 75d204d7 (qgis): Update python/plugins/grassprovider/Grass7AlgorithmProvider.py
- Co-authored-by: Nicolas Godet <[email protected]>
- 04:14 AM Revision 1469d94b (qgis): When elevation profile scales are locked, ensure the lock is
- respected when the profile is resized
Refs #53303 - 04:14 AM Revision 46af6e23 (qgis): Fix interaction of locked scale ranges with zoom distance range tool
- in elevation profile canvas
Fixes #53303 - 04:14 AM Revision 18623539 (qgis): Fix generation of elevation profiles for lines when capture curve
- exactly coincides with line features
Fixes #49279 - 04:14 AM Revision f6d33043 (qgis): Fix profile generation of exactly vertical polygons
- Fixes #52815
- 04:14 AM Revision 8d4f2edf (qgis): Avoid unnecessary tesselation of triangle features
- 04:14 AM Revision 7ff6e4c8 (qgis): Improve documentation
- 04:14 AM Revision 0a131659 (qgis): Add method to test whether 3 points are collinear
- 04:14 AM Revision 75d41b9f (qgis): Add method to return the fraction along a line for a point
- 04:14 AM Revision 9bc24abf (qgis): Add additional test
- 03:58 AM Revision 9eb449ed (qgis): Simpler dwg/dxf import dialog
- 03:57 AM Revision 950d1d4d (qgis): Also detect 'dsm' and 'dtm' phrases in raster layer names as hints
- that a layer represents an elevation surface
- 03:56 AM Revision ccedd915 (qgis): Fix loss of selection signal when QgsCrsSelectionWidget is not
- permitting invalid crs selection yet an invalid crs has been
set as the selected crs via api
Refs #53309
2023-07-05
- 10:38 PM Revision 2ee259be (qgis): Add test with an explicit "+" character
- 10:38 PM Revision 478433a7 (qgis): Avoid data loss for query items
- Fix https://github.com/qgis/QGIS/issues/53654
- 10:38 PM Revision f94801f2 (qgis): Add test for round trip through encodedUri/setEncodedUri should not los...
- ref https://github.com/qgis/QGIS/pull/53701#discussion_r1252491175
- 09:12 AM Revision 06a09f83 (qgis): qgsbox3d: Add support for toString method
- 09:12 AM Revision 0f961e89 (qgis): qgsbox3d: Add isNull method
- This has is the following logic:
- QgSBox3d().isNull() == True
- QgSBox3d().isNull(0, 0, 0, 0, 0, 0) == False
- QgSB... - 09:12 AM Revision 0773042a (qgis): qgsbox3d: Add isEmpty method
- This has is the following logic:
- QgSBox3d().isEmpty() == True
- QgSBox3d().isEmpty(0, 0, 0, 0, 0, 0) == True
- QgS... - 09:12 AM Revision 6d1a08a5 (qgis): qgsbox3d: Use nan for default values
- This will be necessary to properly define `isNull` method in the next
commit.
This way, it behaves the same as `QgsPo... - 06:25 AM Revision 63d13cdb (qgis): Add some German hardcoded localized variants of the strings
- 06:25 AM Revision 5ff8b98b (qgis): Update comment, "id" should not be included, ref https://github.com/qgi...
- 06:25 AM Revision 1c00634d (qgis): Add further suggested hints/candidates from PR comment and make spell c...
- 04:37 AM Revision 11817f0e (qgis): Fix build
- 04:37 AM Revision 830bfb98 (qgis): Consolidate save metadata to file functionality to common function
- 04:37 AM Revision 9e12fd66 (qgis): De-duplicate config page widget handling
- 04:37 AM Revision db405bd6 (qgis): Consolidate rollback code
- 04:37 AM Revision b55b1790 (qgis): Start a new class for common functionality across layer properties
- dialogs, and consolidate all duplicate metadata load from file
code in there - 04:37 AM Revision 1ff4824e (qgis): Condense duplicate save/load default metadata to common class
- 04:37 AM Revision 6a822cb7 (qgis): Deprecate old methods
- 04:37 AM Revision 32174125 (qgis): Move more code to base class
- 04:37 AM Revision 84f842d8 (qgis): Move more common code to base class
- 04:37 AM Revision 2f7cf5dc (qgis): Move to inheritance instead, using QgsLayerPropertiesDialog base class
- 04:37 AM Revision 425350b5 (qgis): Consolidate save style to file code
- 04:37 AM Revision 20cc48c3 (qgis): Move save style to file common code to consolidated method
- 04:37 AM Revision e0abadb1 (qgis): Move save style as default logic to common method
- 04:37 AM Revision 5e848137 (qgis): Move most layer load style from default duplications to common method
- Vector layer has special code, can't be consolidated
- 04:37 AM Revision cf2c6819 (qgis): Fix some warnings
- 04:27 AM Revision 8c4602d8 (qgis): do not call deduceEndian() if PGver >= 7.4
- 04:27 AM Revision cbe93e85 (qgis): Update src/providers/postgres/qgspostgresconn.cpp
2023-07-04
- 01:43 AM Revision 00c47de3 (qgis): Add provider connection implementation for tiled mesh connections
- This provider connection implementation differs a little from the
other existing implementations, in that it's design... - 01:43 AM Revision 706be0b4 (qgis): Move point cloud, vector tile and plugin layer loading in app
- to a single unified template based function
Avoids a bunch of duplicated code - 01:43 AM Revision 6c4409d7 (qgis): Expand documentation
- 01:43 AM Revision 151ab7e8 (qgis): Support tiled mesh layers in app layer creation functions
- 01:43 AM Revision 1f0d1296 (qgis): Ensure tiled mesh layers can be added from browser panel
- 12:39 AM Revision 5293002a (qgis): qgsbox3d: Add a setMinimal method
- 10:06 PM Revision 89103795 (qgis): Make the snapping priority label clearer
- keeps naming coherent with previous menus and avoids confusion between common angles and angles as a corner
- 10:06 PM Revision c298bda6 (qgis): Update python/plugins/processing/tools/dataobjects.py
- Co-authored-by: Nyall Dawson <[email protected]>
- 10:06 PM Revision 9bd8c129 (qgis): Processing: determine and set default encoding from locale
- A shapefile can have a .cpg file to determine its encoding.
However, in processing, this file is not created when the... - 10:06 PM Revision 09ac50fd (qgis): move logic to QgsProcessingUtils and create a convenient method resolve...
- 10:06 PM Revision e5ea4d22 (qgis): resolveDefaultEncoding: return UTF-8 as default in case of undefined lo...
- 10:06 PM Revision ed186743 (qgis): qgsprocessingoutputdestinationwidget.cpp: fix widget and avoid error wi...
- 10:06 PM Revision 15373ee8 (qgis): testprocessingui: fix tests accoringly. Replace System by UTF-8
- 09:51 PM Revision 8b38b2f7 (qgis): Make the text in the Name field of the bookmark editor dialog box autom...
- This allows you to click the button to make a bookmark, and immediately start typing a name for the bookmark, without...
- 05:32 PM Revision c0fec263 (qgis): qgsbox3d: Treat a box with Z nan values as a 2d box
- 05:32 PM Revision 34e123e8 (qgis): qgsbox3d: Add a normalize step parameter to the constructors
- This allows to choose if a normalization step needs to be applied. It
is set to True by default to allow backward com... - 05:32 PM Revision 48800e78 (qgis): qgsbox3d: Add 3d optional parameters to the QgsRectangle constructor
- 03:55 PM Revision 40449146 (qgis): Merge pull request #53705 from ptitjano/feat/new-geometry-tests
- Add boundingboxintersects test for some geometries
- 10:59 AM Revision dcadac02 (qgis): qgscompoundcurve: Add a boundingboxintersects test
2023-07-03
2023-07-02
- 11:50 PM Revision 15c09cb1 (qgis): Tweaking user profile selector dialog and settings
- - Simplify labels
- Group items with relabeling
- Provide clear name to selector dialog - 11:36 PM Revision d7f6b9db (qgis): Fix v.reclass description file
- Make the 'column' parameter optional
- 11:36 PM Revision 53779302 (qgis): GRASS: add ext module for v.reclass
- In order to check that either 'rules' or 'column' parameter is set
- 10:17 PM Revision d8022947 (qgis): more housekeeping after qtermwidget removal (followup bf1a8ffd68c4)
- 10:04 PM Revision 178c2de0 (qgis): avoid double entry for English (followup bba4e06f203748b425, refs 7df22...
- 06:23 AM Revision 74228dc3 (qgis): Update src/providers/postgres/qgspostgresconn.cpp
- Co-authored-by: Alessandro Pasotti <[email protected]>
- 06:23 AM Revision 4e5940e3 (qgis): add PQconnectdb to Query Logger
- 06:23 AM Revision 9859ecbd (qgis): do not add username and password to the logger
- 06:22 AM Revision db9ba161 (qgis): Use the static method for type parsing
- 06:22 AM Revision c7eae096 (qgis): MSSQL: fix ZM types select plus unreported M metadata detection
- Fix #53633
Plus fixes unreported 'M' detection issue when reading type from
metadata (geometry_columns table)
Moved... - 06:21 AM Revision 0eec1f79 (qgis): Fix v.reclass description file
- Make the 'column' parameter optional
- 06:20 AM Revision f95cd079 (qgis): [Oracle] Remove useless source files
- 06:19 AM Revision 455bb08f (qgis): Bump tj-actions/changed-files from 36 to 37
- Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 to 37.
- [Release notes](https:...
2023-07-01
- 09:56 PM Revision f58f67e4 (qgis): Bump tj-actions/changed-files from 36 to 37
- Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 to 37.
- [Release notes](https:...
2023-06-30
- 06:34 PM Revision 982d3b0e (qgis): Fix loss of selection signal when QgsCrsSelectionWidget is not
- permitting invalid crs selection yet an invalid crs has been
set as the selected crs via api
Refs #53309 - 01:03 PM Revision 75a436d1 (qgis): fix global map shading with hdpi and renderer custom painter jop
- 01:03 PM Revision 5294e51d (qgis): render mesh in hight dpi
- 10:24 AM Revision b52fec6f (qgis): MSSQL: fix ZM types select plus unreported M metadata detection
- Fix #53633
Plus fixes unreported 'M' detection issue when reading type from
metadata (geometry_columns table)
Moved... - 10:24 AM Revision 38a9c5b9 (qgis): Use the static method for type parsing
- 10:20 AM Revision aae97478 (qgis): Merge pull request #53651 from elpaso/bugfix-gh53633-mssql-add-ZM-to-se...
- Bugfix gh53633 mssql add zm to select and fix m detection
- 03:37 AM Revision 8ebde048 (qgis): fix global map shading with hdpi and renderer custom painter jop
- 03:37 AM Revision 5a213855 (qgis): Detect phrases in french raster layer names as hints that a layer repre...
- 03:37 AM Revision b69d361f (qgis): Update src/core/raster/qgsrasterlayerelevationproperties.cpp
- Co-authored-by: Björn <[email protected]>
- 03:33 AM Revision 3ae1d8a5 (qgis): fix global map shading with hdpi and renderer custom painter jop
- 02:27 AM Revision 460dca5b (qgis): render mesh in hight dpi
- 02:17 AM Revision 187fc40b (qgis): render mesh in hight dpi
2023-06-29
- 10:45 PM Revision 970480fd (qgis): Fix typo in testqgsmergeattributesdialog.cpp
- beginnning -> beginning
- 10:44 PM Revision 534d9f32 (qgis): Fix v.reclass description file
- Make the 'column' parameter optional
- 09:05 PM Revision d022c370 (qgis): Update src/core/raster/qgsrasterlayerelevationproperties.cpp
- Co-authored-by: Björn <[email protected]>
- 09:05 PM Revision 04be59dc (qgis): Detect phrases in french raster layer names as hints that a layer repre...
- 08:59 PM Revision 669505e3 (qgis): Update src/core/raster/qgsrasterlayerelevationproperties.cpp
- Co-authored-by: Björn <[email protected]>
- 08:59 PM Revision a3392018 (qgis): Detect phrases in french raster layer names as hints that a layer repre...
- 03:33 PM Revision 3b33ceb8 (qgis): Use the static method for type parsing
- 03:22 PM Revision 4a5b372e (qgis): MSSQL: fix ZM types select plus unreported M metadata detection
- Fix #53633
Plus fixes unreported 'M' detection issue when reading type from
metadata (geometry_columns table)
Moved... - 12:47 PM Revision 51a8a0a2 (qgis): Add additional test
- 12:47 PM Revision 8ecc5d1d (qgis): Fix profile generation of exactly vertical polygons
- Fixes #52815
- 12:47 PM Revision 8d1ccaab (qgis): Improve documentation
- 12:47 PM Revision ddb2e838 (qgis): Fix generation of elevation profiles for lines when capture curve
- exactly coincides with line features
Fixes #49279 - 12:47 PM Revision 8a6f060b (qgis): Add method to return the fraction along a line for a point
- 12:47 PM Revision 990e6f64 (qgis): Avoid unnecessary tesselation of triangle features
- 12:47 PM Revision e01e995b (qgis): Add method to test whether 3 points are collinear
- 12:47 PM Revision 9cbd3fd5 (qgis): Also detect 'dsm' and 'dtm' phrases in raster layer names as hints
- that a layer represents an elevation surface
- 12:43 PM Revision b14d42d1 (qgis): Add method to return the fraction along a line for a point
- 12:43 PM Revision 4b673bf8 (qgis): Improve documentation
- 12:43 PM Revision ad3232f8 (qgis): Fix generation of elevation profiles for lines when capture curve
- exactly coincides with line features
Fixes #49279 - 12:43 PM Revision cd0157e6 (qgis): Fix profile generation of exactly vertical polygons
- Fixes #52815
- 12:43 PM Revision 6e4a70b9 (qgis): Avoid unnecessary tesselation of triangle features
- 12:43 PM Revision 933db142 (qgis): Add method to test whether 3 points are collinear
- 12:43 PM Revision ebebb475 (qgis): Add additional test
- 12:42 PM Revision d7032ce0 (qgis): Also detect 'dsm' and 'dtm' phrases in raster layer names as hints
- that a layer represents an elevation surface
- 09:42 AM Revision 51d14e48 (qgis): Update qgspostgresconn.cpp
- 09:17 AM Revision 03093043 (qgis): Hookup data provider creation
- 09:17 AM Revision 6c26baf7 (qgis): Add shell for Cesium 3D Tiles data provider
- 09:17 AM Revision 95ee560f (qgis): Fix warning
- 09:17 AM Revision f819efec (qgis): Change provider key to 'cesiumtiles'
- 09:17 AM Revision 526a8585 (qgis): Expand tests
- 09:17 AM Revision 5cf695a8 (qgis): Update test
- 08:19 AM Revision 5e0200b0 (qgis): Update qgspostgresconn.cpp
2023-06-28
- 07:17 PM Revision df64c94c (qgis): qgscurvepolygon: Add a boundingboxintersects test
- 07:11 PM Revision 4ecc7cdb (qgis): qgsgeometrycollection: Add a boundingboxintersects test
- 09:47 AM Revision 5cf8f2ce (qgis): Shell for QgsTiledMeshLayer/QgsTiledMeshDataProvider
- 09:47 AM Revision f0b3f7f5 (qgis): Add some tests
- 09:47 AM Revision 8adb33cb (qgis): Add TiledMesh to Qgis::MapLayerType enum and partially handle
- 09:47 AM Revision 4557632c (qgis): Move enum
- 09:47 AM Revision 0ed5f50e (qgis): Silence some warnings
- 09:47 AM Revision 1e1535d6 (qgis): Handle tiled mesh layers in more code paths
- 09:47 AM Revision e7ff6a83 (qgis): Add tests for processing component
- 09:47 AM Revision 611b7d89 (qgis): Fix warning
- 09:39 AM Revision 58906b68 (qgis): Ensure elevation profile dock titles are really unique
- Fixes #53552
- 09:39 AM Revision ab24dc2c (qgis): Add test for QgsProviderRegistry::fileTiledMeshFilters
- 09:39 AM Revision b3f80e8f (qgis): Rebuild cached provider registry file filter strings whenever a new
- provider is registered.
Otherwise any file filter handling implemented in the provider
will not be considered - 09:39 AM Revision 60e58524 (qgis): Fix warning on non debug builds
- 09:39 AM Revision 61a3f44e (qgis): Provider registry tiled mesh file handling support
- 09:36 AM Revision 79634f25 (qgis): Merge pull request #53619 from qgis/backport-53617-to-release-3_32
- [Backport release-3_32] MSSQL: fix geom type detection when no metadata are used
- 09:22 AM Revision c579127d (qgis): When elevation profile scales are locked, ensure the lock is
- respected when the profile is resized
Refs #53303 - 09:22 AM Revision 9d204621 (qgis): Fix interaction of locked scale ranges with zoom distance range tool
- in elevation profile canvas
Fixes #53303 - 09:16 AM Revision 6e02d953 (qgis): Fix interaction of locked scale ranges with zoom distance range tool
- in elevation profile canvas
Fixes #53303 - 09:16 AM Revision 42b509a0 (qgis): When elevation profile scales are locked, ensure the lock is
- respected when the profile is resized
Refs #53303 - 04:08 AM Revision a3e06229 (qgis): Deprecate layer type specific signals from QgsAbstractDataSourceWidget
- and move toward generic signal for all layer types
- 04:08 AM Revision 1b76bc8f (qgis): Update src/providers/gpx/qgsgpxsourceselect.cpp
- Co-authored-by: Mathieu Pellerin <[email protected]>
Also available in: Atom