Activity
From 2022-04-04 to 2022-05-03
2022-05-03
- 09:39 PM Revision a0ab353a (qgis): Merge branch 'master' into point-cloud-stats-calculator
- 02:25 PM Revision ac2f0731 (qgis): Address reviews
- 01:23 PM Revision 0dfd4e42 (qgis): Fix #48329 PG source select set SQL
- 11:32 AM Revision 82955882 (qgis): Expose form to d&d attrinute form action buttons
- 08:39 AM Revision cd7b64cc (qgis): Add some tests for point cloud profile generation
- 08:39 AM Revision 4967a507 (qgis): Add some test masks
- 07:58 AM Revision a2da6cdc (qgis): updated ows source widget docs
- 07:58 AM Revision 06f9f71d (qgis): moved prepareExtent() to private
- 07:58 AM Revision 66503f31 (qgis): removed qgsowssourcewidget from sip, updated pointer variables in qgsow...
- 07:58 AM Revision a59e4680 (qgis): removed mapCanvasChanged() signal and made setMapCanvas virtual in the ...
- 07:58 AM Revision b6f19aaf (qgis): updated prepareExtent call
- 07:58 AM Revision d05e628e (qgis): set source uri when source widget is available
- 07:58 AM Revision 9fc2f58e (qgis): updated the owssourcewidget to only update ows layers bbox
- 07:58 AM Revision 8846a1a2 (qgis): refomartted updated provider files
- 07:58 AM Revision b7ad70b0 (qgis): added spatial extent filtering for WCS layers
- 07:58 AM Revision e9fa93b7 (qgis): remove all other settings in the owssourcewidget, now using only the ex...
- 07:58 AM Revision e38f3996 (qgis): made canvas set and get function non pure virtual functions, include te...
- and minor cleans and code tweaks as suggested in the recent review.
- 07:58 AM Revision 0118403e (qgis): removed unrelated files from the changes intended purpose
- 07:58 AM Revision 998c58df (qgis): made canvas methods in source provider widget virtual
- 07:58 AM Revision b44a6286 (qgis): added ows source widget
- 07:58 AM Revision 7d38c1d2 (qgis): Hack to get warning
- 07:58 AM Revision 57c4e7b4 (qgis): Revert "Hack to get warning"
- This reverts commit cf60919041c4e92d411337fc047d887687844431.
- 07:58 AM Revision f4257781 (qgis): Fix build
- 07:58 AM Revision 5e7e0ae3 (qgis): updated the raster layer properties dialog and wcs provider to accommod...
- 07:58 AM Revision 462e276e (qgis): update wcs provider dialog ui
- 07:58 AM Revision 4104a62f (qgis): change state of the map canvas to non-const so it can be used in provid...
- 07:58 AM Revision 445ac09c (qgis): updated wcs provider to use user specified bounding box when it is avai...
- 07:58 AM Revision 4a1f2742 (qgis): enabled passing a map canvas to a provider source widget
- 07:58 AM Revision dc040222 (qgis): Update tests/src/providers/testqgswcsprovider.cpp
- 04:15 AM Revision 826cbe37 (qgis): [feature] Add an "interpretation" option for vector elevation profiles
- Choices are "individual features" (the default behavior) or "continuous
surface". The new Continuous Surface option i... - 04:15 AM Revision 82186d8b (qgis): Make base class for vector layer profile generator QgsAbstractProfileSu...
- 04:15 AM Revision 4e3eab20 (qgis): Rename member
- 04:15 AM Revision e895da34 (qgis): Test mask
- 04:15 AM Revision 01057dc8 (qgis): Spelling
- 04:15 AM Revision 7686dc73 (qgis): For now, dump rendered images as base64 when test fails as we can't
- retrieve these from cdash
- 04:15 AM Revision e163361d (qgis): Add option to show markers over continuous surface plot
- 04:15 AM Revision 007befc1 (qgis): Test mask
- 04:15 AM Revision 4206c522 (qgis): Fix legend for continous surface interpretation
2022-05-02
- 12:25 PM Revision 6692407a (qgis): Only set bold when necessary
- 09:53 AM Revision ee204691 (qgis): Move font flags to font utils
- 07:55 AM Revision 47b728c2 (qgis): [processing] add union algorithm with multiple overlays support
- 07:55 AM Revision 7743cf46 (qgis): fix tests
- 07:55 AM Revision f2fdc4ff (qgis): [processing] add difference algorithm with multiple overlays support
- 07:55 AM Revision c0776e00 (qgis): handle union cancelation
- 07:55 AM Revision 34a20f8b (qgis): add tests
- 07:55 AM Revision 184f3d61 (qgis): address remaining review comments
- 07:55 AM Revision d7420b16 (qgis): improve help strings
- 07:55 AM Revision 83c95dcc (qgis): [processing] add intersection algorithm with multiple overlays support
- 07:44 AM Revision 3ee718d6 (qgis): debian packaging: PDAL removed from debian sid
- 07:44 AM Revision 662bf0f9 (qgis): debian packaging: PDAL removed from debian sid
- 04:36 AM Revision fdf7aea8 (qgis): Mask updates
- 04:36 AM Revision eb5f738b (qgis): Silence debug message
- 04:36 AM Revision f30c0a4c (qgis): Test mask
- 04:36 AM Revision 39db47a3 (qgis): Refine initial z range for rule based renderer too
- 04:36 AM Revision d7445bfd (qgis): Also update parent bounding boxes after determining exact DEM terrain t...
- 04:36 AM Revision 8f606904 (qgis): Fix missing features in 3d views
- Instead of starting with a bounding box with an estimated z range
based on sampled vertex height only, we now start w... - 04:36 AM Revision 936aa5aa (qgis): Add method to update all parent bounding boxes to reflect the
- actual bounds of their children
- 04:35 AM Revision 843a0dc0 (qgis): Add tests for QgsNetworkAccessManager request preprocessors
- 04:35 AM Revision 8c2a2fb1 (qgis): Add mechanism for python clients to setup custom QNetworkReply
- preprocessors
Since it's not possible to overwrite
QgsNetworkAccessManager::createRequest, the normal Qt approach fo... - 04:35 AM Revision f291edd4 (qgis): Add tests for QgsNetworkAccessManager request preprocessors
- 04:35 AM Revision 1cff9dc6 (qgis): Add mechanism for python clients to setup custom QNetworkReply
- preprocessors
Since it's not possible to overwrite
QgsNetworkAccessManager::createRequest, the normal Qt approach fo... - 04:33 AM Revision de05a394 (qgis): debian packaging: PDAL removed from debian sid
- 04:33 AM Revision 2be941e4 (qgis): debian packaging: PDAL removed from debian sid
- 04:33 AM Revision 718fa835 (qgis): Test mask
- 04:33 AM Revision 9a71dac3 (qgis): Silence debug message
- 04:33 AM Revision 886c9ff2 (qgis): Mask updates
- 04:33 AM Revision 6f1731eb (qgis): Refine initial z range for rule based renderer too
- 04:33 AM Revision 7eb514d0 (qgis): Also update parent bounding boxes after determining exact DEM terrain t...
- 04:33 AM Revision a7697ac4 (qgis): Fix missing features in 3d views
- Instead of starting with a bounding box with an estimated z range
based on sampled vertex height only, we now start w... - 04:33 AM Revision 926f0bed (qgis): Add method to update all parent bounding boxes to reflect the
- actual bounds of their children
- 04:33 AM Revision 4907eb26 (qgis): Don't reset plot extent so often
- Be more picky about when we force a zoom full in the elevation plot,
so that we aren't zooming out when a user makes ... - 04:31 AM Revision eeb44494 (qgis): Add mechanism for python clients to setup custom QNetworkReply
- preprocessors
Since it's not possible to overwrite
QgsNetworkAccessManager::createRequest, the normal Qt approach fo... - 04:31 AM Revision d95639b8 (qgis): Add tests for QgsNetworkAccessManager request preprocessors
- 04:31 AM Revision b5c7b4a7 (qgis): Fix: app crashes when HANA connection is expired in QueryLayer dialog
- 04:31 AM Revision 4cfdabe0 (qgis): Fix QueryLayer support in HANA
- 04:30 AM Revision f3eab347 (qgis): debian packaging: PDAL removed from debian sid
- 04:28 AM Revision 73d5db63 (qgis): Bump ejs from 3.1.6 to 3.1.7 in /resources/server/src/landingpage
- Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
-...
2022-05-01
- 01:27 AM Revision 90bcdc12 (qgis): Bump actions/download-artifact from 2 to 3
- Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https:... - 01:27 AM Revision 7bd9f1ae (qgis): Bump actions/cache from 3.0.1 to 3.0.2
- Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/act... - 01:27 AM Revision 604e8940 (qgis): Bump ejs from 3.1.6 to 3.1.7 in /resources/server/src/landingpage
- Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
-... - 01:26 AM Revision 63a033f2 (qgis): Bump actions/stale from 4 to 5
- Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
- [Release notes](https://github.com/actions/sta... - 01:26 AM Revision 2a912c10 (qgis): Bump pat-s/always-upload-cache from 2.1.5 to 3.0.1
- Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 2.1.5 to 3.0.1.
- [Release notes... - 09:01 PM Revision bf225a2b (qgis): Bump actions/stale from 4 to 5
- Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
- [Release notes](https://github.com/actions/sta... - 09:01 PM Revision 7e132c3b (qgis): Bump actions/download-artifact from 2 to 3
- Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https:... - 09:01 PM Revision 91c3f8c8 (qgis): Bump actions/cache from 3.0.1 to 3.0.2
- Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/act... - 09:01 PM Revision d7290021 (qgis): Bump pat-s/always-upload-cache from 2.1.5 to 3.0.1
- Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 2.1.5 to 3.0.1.
- [Release notes... - 06:36 PM Revision f2ba5cc7 (qgis): Enable LZM compression when saving map as tiff image
- 06:12 PM Revision a840402c (qgis): Merge pull request #48386 from suricactus/fix_polyrel_dialog
- Make sure the ok button for polymorphic relations is enabled after validation
- 06:10 PM Revision efaad561 (qgis): fix msvc build
2022-04-30
- 01:29 AM Revision 14d3fa7d (qgis): Make input use full width of dialog, like WFS filter
- 01:29 AM Revision a459f218 (qgis): Update filter line for arcgis rest
- 01:29 AM Revision 5d6974c2 (qgis): Also harmonize pg dialog
- 01:29 AM Revision 51b46877 (qgis): Make filter for WFS dialog a QgsFilterLineEdit, just like WMS
- Make showClearButton and showSearchIcon checked
- 01:29 AM Revision f9b1fc81 (qgis): Make filter a qgsfilterlineedit for geonode dialog
- 01:13 AM Revision 6ca9c4bd (qgis): Clearer name for signal
- 01:13 AM Revision 7f4790ac (qgis): Tweak default size of points in point cloud profile
- 01:13 AM Revision c9678be6 (qgis): Simplify api
- 01:13 AM Revision 2c9e37d4 (qgis): Add setting to respect point cloud coloring in profile plots
- 01:13 AM Revision 51a17827 (qgis): API for rendering point cloud profiles using renderer colors
- 01:13 AM Revision e415cad6 (qgis): Avoid unnecessary layer redraw
- 04:14 AM Revision 6b426f5f (qgis): Fix deprecation warnings
2022-04-29
- 07:32 PM Revision 247d86a7 (qgis): Fix mingw build
- 05:01 PM Revision 6bfc2960 (qgis): Document SQL to reassign Crimea to the Ukraine
- 05:01 PM Revision 1c7d903c (qgis): world_map.gpkg fix (fixes #46810)
- update states_provinces set iso_a2='UA',sov_a3='UA',adm0_a3='UA',admin='Ukraine',gu_a3='UKR' where name IN ('Crimea',...
- 03:17 PM Revision d2fee63c (qgis): sip skip ==
- 02:56 PM Revision 1cb3c613 (qgis): Add test for attribute editor element
- LabelStyle
- 11:58 AM Revision cca35629 (qgis): Fix build
- 11:58 AM Revision 548f3df6 (qgis): Add elevation profile support for point cloud layers
- 11:58 AM Revision 81680ea1 (qgis): Add profile related settings to point cloud elevation properties
- 11:58 AM Revision c35d17b6 (qgis): Move useful point cloud renderer enums to Qgis namespace
- 11:58 AM Revision 77052c64 (qgis): Add map units per pixel to QgsProfileGenerationContext
- 11:58 AM Revision 6811b41a (qgis): Add opacity by distance from curve effect
- 11:58 AM Revision a9e1f112 (qgis): Use DPI directly instead of scale factor
- 11:58 AM Revision 11f3395b (qgis): Update test
- 11:58 AM Revision bad241ea (qgis): Ensure that results from final plot area are always shown in plot, even...
- a job was already in progress when the plot area was changed
- 11:58 AM Revision 0f13138e (qgis): Fix typo
- 11:58 AM Revision 9764f2f8 (qgis): Fix comments
- 11:58 AM Revision 97049e9f (qgis): Update remote pc node loading logic
- 11:58 AM Revision f0f7ae54 (qgis): Enum class
- 11:58 AM Revision 23ce884b (qgis): Fix warning
- 11:58 AM Revision 1a1f134d (qgis): Clearer variable name, small optimisation
- 11:58 AM Revision 2dfb97d3 (qgis): Minor optimisations
- 11:58 AM Revision cea8b497 (qgis): Implement snapping to point cloud points in profile
- 11:58 AM Revision e6b65767 (qgis): Use different snap tolerances when snapping to points vs snapping
- to continuous elevation surfaces
When snapping to a surface we want to be very "grabby" in the height
axis but ungra... - 11:58 AM Revision 2b64d5b5 (qgis): Fix build
- 10:34 AM Revision 1f9a68f5 (qgis): Update src/app/qgsrelationaddpolymorphicdialog.cpp
- Co-authored-by: Denis Rouzaud <[email protected]>
- 10:01 AM Revision 5b5933f6 (qgis): Merge pull request #48225 from mrylov/hana_ds_interop
- Make HANA connection string compatible accross different OS
- 10:00 AM Revision 7538896d (qgis): Make sure the ok button for polymorphic relations is enabled after vali...
- As pointed in https://github.com/qgis/QGIS/pull/41009#issuecomment-1112223446
there was an early return that was prob... - 08:28 AM Revision ba0deaaa (qgis): fix unit tests
- 07:27 AM Revision 658311ea (qgis): fix docs
- 07:24 AM Revision 85499ed2 (qgis): - Enable estimated statistics warning
- - Fix statistics calculation
2022-04-28
- 12:21 AM Revision fb50f69e (qgis): other const methods
- 12:21 AM Revision c9f4d891 (qgis): fix const const
- 12:21 AM Revision 5cbff2bf (qgis): fix missing documentation
- 12:21 AM Revision 5f2326ac (qgis): fix grass missing const
- 12:21 AM Revision b9037fea (qgis): add functionConst to the list of cppcheck errors
- 12:21 AM Revision 012b6a46 (qgis): constify methods
- 12:21 AM Revision b54882e0 (qgis): fix ogr const
- 11:57 PM Revision 75a0c882 (qgis): adapt test to not deprecated API
- 11:57 PM Revision 82da4337 (qgis): avoid API break by renaming arg
- 11:57 PM Revision b7bc628f (qgis): test for group of settings
- 11:57 PM Revision d5cfb7e0 (qgis): fix tests
- 11:57 PM Revision 3c0ecd38 (qgis): move enum to Qgis + remove commented code
- 11:57 PM Revision a168000b (qgis): migrate ogr connection settings
- 11:57 PM Revision f5bd1f21 (qgis): [sipify] support argument renaming + fix dosctring reset when cpp code ...
- 11:57 PM Revision a4ad21b7 (qgis): adapt code_layout test for settings to support group of settings
- 11:57 PM Revision a2d1dc02 (qgis): add settings to registry
- 11:57 PM Revision 6dd66759 (qgis): sipify
- 11:57 PM Revision b2e6d654 (qgis): [settings] QgsSettingsEntryGroup allows grouping settings + removing al...
- 11:57 PM Revision 4790f924 (qgis): migreate wcs/wfs/wms/geonode connections settings
- 07:38 PM Revision cc5a7d3d (qgis): big code refactor
- 12:29 PM Revision 83914cae (qgis): Merge pull request #48372 from qgis/backport-48344-to-release-3_24
- [Backport release-3_24] Fix crash of endless loop when having a recursive many-to-many relations in relationeditor
- 11:54 AM Revision 3a5fb8b7 (qgis): Merge pull request #48371 from qgis/backport-48344-to-queued_ltr_backports
- [Backport queued_ltr_backports] Fix crash of endless loop when having a recursive many-to-many relations in relatione...
- 10:56 AM Revision e21c2d37 (qgis): Explicit storage of bool for font properties
- 10:51 AM Revision 78fc3cae (qgis): Individual options for font and color
- 10:11 AM Revision 041e18a8 (qgis): Merge pull request #48107 from elpaso/db_logger_2
- Implementation of QEP: Add SQL Logging in the debugging/development panel
- 08:46 AM Revision 321f3b87 (qgis): fix crash because of endless loop when having a recursive many-to-many ...
- 08:46 AM Revision 6ee3419f (qgis): fix crash because of endless loop when having a recursive many-to-many ...
- 08:42 AM Revision cbcd55bb (qgis): Merge pull request #48344 from signedav/fix_recursion_mnrelcrash
- Fix crash of endless loop when having a recursive many-to-many relations in relationeditor
- 06:15 AM Revision 9b59fa56 (qgis): Add some low-level optimised methods for geos routines for point
- objects
Avoids the need to construct a temporary QgsPoint object to access
this functionality - 05:54 AM Revision 85966c76 (qgis): Add support for refining elevation plot based on scale and visible range
- For some layer types (rasters, point clouds) this gives a much better
experience vs generating the profile completely... - 05:54 AM Revision d83fd318 (qgis): [sipify] Correctly handle :: in enum comments
- 05:54 AM Revision 76e1f084 (qgis): Try to minimize jumpiness of panning plot
- 05:54 AM Revision 5fb4f656 (qgis): Fix doxygen warning
- 05:54 AM Revision bc7fa813 (qgis): Only refine layers which benefit from refining (i.e. rasters)
- 05:54 AM Revision 99f49079 (qgis): Delay appearance of progress bar, since most jobs are so fast we don't ...
2022-04-27
- 10:56 PM Revision 8f7e2955 (qgis): Add shortcuts for nudging the elevation profile curve left and right
- Allows users to "scrub" the curve across the map (eg to find the optimal
profile line based on the elevation). The st... - 09:50 PM Revision ccd9efe9 (qgis): Add support for no-geometry layer styles with Oracle provider
- 09:49 PM Revision 713f523a (qgis): Oracle provider - minor change
- 04:35 PM Revision 5a4a3fd3 (qgis): Add support for no-geometry layer styles with Oracle provider
- 11:19 AM Revision e1384446 (qgis): Remove qgsformlabelformatwidget from sip
- 10:39 AM Revision ff17f0c0 (qgis): Typo
- 10:25 AM Revision a32f8b4e (qgis): Address PR comments
- 09:30 AM Revision 3363c749 (qgis): De-duplicate a lot of code between mesh and raster elevation handling
- 09:30 AM Revision 940175fc (qgis): [feature] Add option to render raster and mesh elevation surface levels
- using a fill symbol below the elevation surface
This can be easier to interpret in some cases, and helps match expec... - 09:19 AM Revision a3db5f46 (qgis): add docs
- 09:11 AM Revision 9052913d (qgis): Address PR comments
- 08:52 AM Revision 7a82a1fd (qgis): fix spelling
- 08:49 AM Revision f33f1484 (qgis): Refactoring and some fixes
- 03:50 AM Revision 8520d7ed (qgis): Move some methods to lighting classes
- 03:50 AM Revision 5e831971 (qgis): Cleanup light source handling in API
- 03:50 AM Revision f00fc087 (qgis): createEntities->createEntity
- 03:50 AM Revision e15b458f (qgis): Remove deprecated methods
- 03:50 AM Revision 9803439f (qgis): Add a base class for light sources
- 03:50 AM Revision d42f2792 (qgis): Move lighting classes to subfolder
- 03:50 AM Revision 828e4f63 (qgis): Fix deprecation use
- 02:43 AM Revision e9f36c59 (qgis): Disable backface culling on terrain
- This allows the terrain to be visible from below (underground), which
is handy when visualising boreholes or other un... - 02:24 AM Revision a35e74c6 (qgis): Add api to allow redrawing of previously collected results for a single
- elevation profile source
And use this to just redraw the existing results whenever a setting
relating only to the ap... - 02:24 AM Revision 5a6524f3 (qgis): Use "regenerate" instead of "update" for re-building the profile for
- a layer, as "update" is ambiguous and is associated with "repainting"
a Qt widget - 02:24 AM Revision ddfe22ae (qgis): Rename method to copyPropertiesFromGenerator and avoid some duplicate code
- 02:24 AM Revision e59c5d98 (qgis): Add dox note about source ID and layer IDs
- 02:24 AM Revision 99da12fc (qgis): Add api to trigger regeneration of profile results for a single layer
- 02:24 AM Revision 28f02c48 (qgis): Fix clazy warning
- 02:24 AM Revision 6f8d668a (qgis): Add signals for when layer elevation properties change
- 02:24 AM Revision 86704dbe (qgis): Add means of linking profile results back to source layer
- 02:24 AM Revision 1ecf9dce (qgis): Also automatically update elevation profile plots when layer data
- changes
Eg. when vector features are modified the associated layer should
be updated in the plot immediately - 02:24 AM Revision 1e8d1aea (qgis): Automatically update plot results when associated layer elevation
- properties are changed
2022-04-26
- 09:57 PM Revision 7be1b02a (qgis): Add test
- 09:57 PM Revision eab61b21 (qgis): Actually fix build
- 09:57 PM Revision 0ec0c6f9 (qgis): Fix build
- 09:57 PM Revision bc90217b (qgis): Add method to prepare animated images in advance, by extracting
- all frames from the animation to a temporary directory
This avoids lengthy delays when trying to render a specific f... - 06:10 PM Revision 01a3f2c9 (qgis): Revert "Remove exec from conn"
- This reverts commit c6c5b63e17a9471044b64ebfb3d71a611fdc9237.
- 05:05 PM Revision 7218a186 (qgis): Move getLastExecuteQuery to conn
- 04:59 PM Revision c6c5b63e (qgis): Remove exec from conn
- 03:56 PM Revision dce867e0 (qgis): Add support for no-geometry layer styles with Oracle provider
- 03:53 PM Revision 292bf598 (qgis): Add support for no-geometry layer styles with Oracle provider
- 02:12 PM Revision d06cc491 (qgis): wierdness
- 02:03 PM Revision 59dd08dd (qgis): Doxy and ui file
- 02:03 PM Revision 5c6fd963 (qgis): Typo
- 02:03 PM Revision 3a05eb5c (qgis): run sip_include
- 02:03 PM Revision 9bffc1cf (qgis): Remove unrelated widget include
- 02:03 PM Revision 3209aad5 (qgis): Tab color
- 02:03 PM Revision 593780c1 (qgis): Rename setTabStyle
- 02:03 PM Revision 2c45a3fa (qgis): Tab color & font
- 02:03 PM Revision 78a8e07d (qgis): Add sip file for label format widget
- 02:03 PM Revision a91fb100 (qgis): DD form label format override
- 02:02 PM Revision 485cd0a1 (qgis): Log execSql from connections API
- 02:02 PM Revision c4bbd385 (qgis): spatialite SQL logging
- 02:02 PM Revision 98d5c263 (qgis): QString()
- 02:02 PM Revision 019bbdcd (qgis): Fix docs
- 02:02 PM Revision 6fa10e26 (qgis): Address PR comments
- 02:02 PM Revision b8801caa (qgis): Add renamed files
- 02:02 PM Revision 3e66e29d (qgis): Fix oracle
- 02:02 PM Revision 7078d15b (qgis): More macros for oracle and mmsql
- 02:02 PM Revision 7e62607c (qgis): Fix oracle query
- 02:02 PM Revision fd67e4f2 (qgis): Some more work on oracle and mssql
- 02:02 PM Revision 566c3cdb (qgis): Handle errors
- 02:02 PM Revision 7b03204e (qgis): Search filter on proxy model
- 02:02 PM Revision 8043bbdb (qgis): Row count
- 02:02 PM Revision f388ef7a (qgis): More on query logging
- 02:02 PM Revision 3f959a9c (qgis): wip
- 02:02 PM Revision a0c69216 (qgis): Enabled
- 02:02 PM Revision 398ee780 (qgis): g
- 02:02 PM Revision 0108041c (qgis): Add query log
- 02:02 PM Revision 3ab63838 (qgis): More query logging
- 02:02 PM Revision 18f70a57 (qgis): Oracle sql logging
- 09:08 AM Revision b3fe0469 (qgis): Enable LZM compression when saving map as tiff image
- 09:05 AM Revision 4c88bc54 (qgis): Enable LZM compression when saving map as tiff image
- 05:25 AM Revision c6c00bf6 (qgis): Don't log untwine message outputs in QGIS message log, just use debug o...
- 04:54 AM Revision 3749379f (qgis): Silence debug message
- 04:54 AM Revision 7bcce8ce (qgis): Test mask
- 04:54 AM Revision 0bc70969 (qgis): Also update parent bounding boxes after determining exact DEM terrain t...
- 04:54 AM Revision 26978670 (qgis): Mask updates
- 04:54 AM Revision 5183cfb9 (qgis): Refine initial z range for rule based renderer too
- 04:54 AM Revision 36d0bbda (qgis): Add method to update all parent bounding boxes to reflect the
- actual bounds of their children
- 04:54 AM Revision 2f374be7 (qgis): Fix missing features in 3d views
- Instead of starting with a bounding box with an estimated z range
based on sampled vertex height only, we now start w... - 04:54 AM Revision aa18c2e0 (qgis): Mask updates
- 04:54 AM Revision 473eb155 (qgis): Test mask
- 04:54 AM Revision 0bdf0820 (qgis): Silence debug message
- 04:54 AM Revision a59c4c75 (qgis): Refine initial z range for rule based renderer too
- 04:54 AM Revision f52839d6 (qgis): Add method to update all parent bounding boxes to reflect the
- actual bounds of their children
- 04:54 AM Revision 539ba368 (qgis): Also update parent bounding boxes after determining exact DEM terrain t...
- 04:54 AM Revision 97e7dbf2 (qgis): Fix missing features in 3d views
- Instead of starting with a bounding box with an estimated z range
based on sampled vertex height only, we now start w... - 04:49 AM Revision 1fef38ad (qgis): Fix calculated tesselation z ranges incorrectly accounts for extrusion
- height twice, resulting in bounds which always sit above features
- 04:49 AM Revision 8924abdf (qgis): Fix actual z range for bbox is not set in simple 3d vector renderer
- This was previously handled in the rule based 3d renderer, but not
the simple renderer
Refs #48295 - 04:49 AM Revision 4f5e3c97 (qgis): Partially fix calculation of tesselation z ranges
- 04:49 AM Revision 55292b44 (qgis): Partially fix calculation of tesselation z ranges
- 04:49 AM Revision e8608a9b (qgis): Fix actual z range for bbox is not set in simple 3d vector renderer
- This was previously handled in the rule based 3d renderer, but not
the simple renderer
Refs #48295 - 04:49 AM Revision bef842da (qgis): Fix calculated tesselation z ranges incorrectly accounts for extrusion
- height twice, resulting in bounds which always sit above features
- 02:56 AM Revision 25a44685 (qgis): Add method to try to resolve a QFont to its equivalent style name
- Eg if a font is built by calling .setBold/.setItalic and not
by QFont::setStyleName then this method will attempt to ... - 02:56 AM Revision 9de19203 (qgis): Add option for "forced bold" and "force italic" to QgsTextFormat
- Unlike setting a font's style via setNamedStyle(), these settings
will ensure that a font is always rendered in bold ... - 02:56 AM Revision 645fc8f0 (qgis): Update control image
- 02:56 AM Revision 1207abea (qgis): Fix missing bold/italic styling on some font choices when used
- with layout attribute tables and matching conditional styling
which has bold/italic settings
2022-04-25
- 03:46 PM Revision d95593c4 (qgis): fix crash because of endless loop when having a recursive many-to-many ...
- 08:09 AM Revision 1393ed96 (qgis): Fix serious crasher which occurs when manipulating layer tree with styl...
- 05:07 AM Revision ba098d94 (qgis): Fix serious crasher which occurs when manipulating layer tree with styl...
- 05:03 AM Revision fea90bdd (qgis): Fix serious crasher which occurs when manipulating layer tree with styl...
2022-04-24
- 11:06 PM Revision 0b0978a4 (qgis): add docs
- 11:06 PM Revision 103cfe3d (qgis): Fix path creation
- 11:06 PM Revision a77c08eb (qgis): do caching for hierarchy pages
- 11:06 PM Revision 8c9b0d84 (qgis): Custom disk caching for http range requests
- 11:06 PM Revision 37e82f6b (qgis): mkdir cache dir, cache warnings & sleep note
- 11:06 PM Revision fcd6b395 (qgis): fix test
- 11:06 PM Revision 3bc2a34e (qgis): add docstring and fix spelling
- 11:06 PM Revision f818783c (qgis): Address reviews
- 11:06 PM Revision 9104adf3 (qgis): code cleanup
- 11:06 PM Revision 60ba1ce0 (qgis): Address reviews
2022-04-23
- 04:53 PM Revision 1a3169b4 (qgis): Also update parent bounding boxes after determining exact DEM terrain t...
- 04:53 PM Revision ae3f086a (qgis): Test mask
- 04:53 PM Revision f4b67395 (qgis): Silence debug message
- 04:53 PM Revision 6b20e3de (qgis): Mask updates
- 04:53 PM Revision 1e940420 (qgis): Refine initial z range for rule based renderer too
- 04:53 PM Revision 4d54be48 (qgis): Add method to update all parent bounding boxes to reflect the
- actual bounds of their children
- 04:53 PM Revision abf884b4 (qgis): Fix missing features in 3d views
- Instead of starting with a bounding box with an estimated z range
based on sampled vertex height only, we now start w...
2022-04-22
- 09:35 PM Revision 737fa0ef (qgis): Partially fix calculation of tesselation z ranges
- 09:35 PM Revision 35860bec (qgis): Fix actual z range for bbox is not set in simple 3d vector renderer
- This was previously handled in the rule based 3d renderer, but not
the simple renderer
Refs #48295 - 09:35 PM Revision 65318339 (qgis): Fix calculated tesselation z ranges incorrectly accounts for extrusion
- height twice, resulting in bounds which always sit above features
- 09:35 PM Revision 8695ecda (qgis): Fix actual z range for bbox is not set in simple 3d vector renderer
- This was previously handled in the rule based 3d renderer, but not
the simple renderer
Refs #48295 - 09:35 PM Revision b0f6801b (qgis): Fix calculated tesselation z ranges incorrectly accounts for extrusion
- height twice, resulting in bounds which always sit above features
- 09:35 PM Revision 54b89c0a (qgis): Partially fix calculation of tesselation z ranges
- 09:31 PM Revision 7c9ac656 (qgis): Fix calculated tesselation z ranges incorrectly accounts for extrusion
- height twice, resulting in bounds which always sit above features
- 09:31 PM Revision 3d78354d (qgis): Fix actual z range for bbox is not set in simple 3d vector renderer
- This was previously handled in the rule based 3d renderer, but not
the simple renderer
Refs #48295 - 09:31 PM Revision 598b5c08 (qgis): Partially fix calculation of tesselation z ranges
- 11:34 AM Revision c555295d (qgis): Fix crash when terrain is disabled in 3d map settings
- We were using the Qgs3dMapSettings::terrainGenerator for two different
purposes -- one was to retrieve the settings o... - 11:02 AM Revision b4c16b1c (qgis): Fix some build warnings on windows
- 10:44 AM Revision a082bc89 (qgis): qt5-default is no more
- 10:43 AM Revision 612393d4 (qgis): qt5-default is no more
- 10:10 AM Revision 758a451e (qgis): qt5-default is no more
- 08:32 AM Revision b02af161 (qgis): initial implementation
- 07:49 AM Revision 9d6a6a22 (qgis): Update resources/function_help/json/LIKE
- Co-authored-by: Andrea Giudiceandrea <[email protected]>
- 07:49 AM Revision a43cb5ea (qgis): Expressions - Add some tags for search with "start", "begin", "end"
- 07:04 AM Revision 97adef48 (qgis): qt5-default is no more
- 07:04 AM Revision 1143712e (qgis): qt5-default is no more
- 07:04 AM Revision cb3c88e3 (qgis): qt5-default is no more
- 07:01 AM Revision f8422eeb (qgis): Trim rule expression
- Fixes #48305
- 07:01 AM Revision 85f37093 (qgis): Trim rule expression
- Fixes #48305
- 07:00 AM Revision 5faa2822 (qgis): qt5-default is no more
- 05:07 AM Revision 5a5cab43 (qgis): Use actual layer renderer symbol for profile tree icon wherever possible
- 05:07 AM Revision 9a99ed88 (qgis): Don't show vector layers with no interesting elevation properties
- set by default in newly created elevation profiles
Fixes #48286 - 05:07 AM Revision 5ae87dfb (qgis): Fix cursor hangs after right click on plot
- 05:07 AM Revision c7cfb40d (qgis): Add action to toggle visibility of layer tree
- 05:07 AM Revision 7e64d08d (qgis): Add properties action to right click menu on layers
- 05:07 AM Revision c52b2d3c (qgis): Show a layer tree next to elevation profile plots
- This:
- Allows users to turn on or off the visibility of layers from
the profile plot on a plot-by-plot basis (previ... - 05:07 AM Revision 1fc20cb0 (qgis): Show elevation specific tooltips
- 05:07 AM Revision 35800e4f (qgis): Always consider vector layers as having elevation
- Even if no z values are present or any offset/extrusion etc is set, then
we are still considering the features as sit... - 05:07 AM Revision 7fa773e4 (qgis): Update test
- 05:07 AM Revision e43687c7 (qgis): Fix build on older qt
- 03:44 AM Revision 70cf0f5a (qgis): Trim rule expression
- Fixes #48305
- 03:44 AM Revision 155549e6 (qgis): Trim rule expression
- Fixes #48305
- 03:40 AM Revision 71c1c24d (qgis): A vector layer with z values present should default to "relative"
- clamping mode, not "clamped to terrain"
- 03:39 AM Revision 7fed06b4 (qgis): Trim rule expression
- Fixes #48305
2022-04-21
- 11:21 PM Revision a2d7c9ad (qgis): Show directional arrow indicating direction of profile line
- 11:21 PM Revision 7861830e (qgis): Expose tolerance setting for elevation plots in UI
- 11:21 PM Revision ece6f390 (qgis): Show tolerance buffer around elevation profile plot curve line
- 11:21 PM Revision 6e3aac22 (qgis): Fix tolerance handling with points at start/end of profile line
- 11:20 PM Revision 42d217a3 (qgis): Handle gracefully the corner case where a elevation plot is completely
- flat
Fixes #48292 - 02:39 PM Revision ba54f0f1 (qgis): Trim rule expression
- Fixes #48305
- 02:38 PM Revision b1ad2ab2 (qgis): Remove refactored code after rebase
- 02:38 PM Revision d4e5846f (qgis): Update src/3d/chunks/qgschunkedentity_p.cpp
- Co-authored-by: Stefanos Natsis <[email protected]>
- 02:38 PM Revision 7bc2208b (qgis): Fix a bug with loading queue pruning and refactor code a bit
- The update scene function was getting the logic a bit complicated
with additive/replacement strategies mixed together... - 02:38 PM Revision 7c647d9c (qgis): Do load chunks from loading queue if they are not needed anymore (wip)
- 11:05 AM Revision cf448236 (qgis): Hide number of decimal places widget when showing coordinate format
- settings in project properties
This is controlled elsewhere, so the duplicate setting was
confusing/misleading - 11:05 AM Revision ee5cbe93 (qgis): Add a numeric format for geographic coordinates
- 11:05 AM Revision 0ee1cee1 (qgis): Rework project coordinate format handling to use numeric format instead
- This now follows the approach used for bearing formats, where a user
can defined a default coordinate format for newl... - 09:26 AM Revision 799679cf (qgis): Fix initial size of 3d map windows is too small on hidpi displays
- 09:26 AM Revision f02510f9 (qgis): Fix placement of newly opened 3d map windows
- 09:26 AM Revision 0cde168e (qgis): Add some separators to 3d dock toolbar/menus
2022-04-20
- 03:42 PM Revision a190b2ab (qgis): make consistent option texsts for buttons in relation editor widget
- 01:11 PM Revision d9677eec (qgis): Fix infrared data reading
- 11:23 AM Revision 08d8d6b7 (qgis): fix attribute table incorrect form for default values with geometry
- 11:22 AM Revision 364e951f (qgis): fix attribute table incorrect form for default values with geometry
- 08:17 AM Revision 05e53867 (qgis): fix attribute table incorrect form for default values with geometry
- 08:16 AM Revision 548c97dd (qgis): fix attribute table incorrect form for default values with geometry
- 02:54 AM Revision 242034f7 (qgis): Fix QgsMapToolCapture returns all nan coordinates when no layer is set
- 02:54 AM Revision 4b5b420e (qgis): Don't transform profile curve to active layer CRS, we always need it in...
2022-04-19
- 12:50 AM Revision 1e74022c (qgis): Display correct shortcut for profiles-path in command line
- 12:50 AM Revision 41df50e7 (qgis): Add some missing PG connection configs
- Add allowGeometrylessTables ("Also list tables with no geometry"), geometryColumnsOnly ("Only show layers in the laye...
- 12:49 AM Revision cf5ebdc9 (qgis): Add some missing PG connection configs
- Add allowGeometrylessTables ("Also list tables with no geometry"), geometryColumnsOnly ("Only show layers in the laye...
- 11:48 PM Revision 91248a71 (qgis): Don't skip field if it is primary key
- 11:48 PM Revision 12fab884 (qgis): Merge features into an existing one instead of a new one
- 10:06 PM Revision 92e8ffa9 (qgis): Add some missing PG connection configs
- Add allowGeometrylessTables ("Also list tables with no geometry"), geometryColumnsOnly ("Only show layers in the laye...
- 10:06 PM Revision bcd43efc (qgis): Add some missing PG connection configs
- Add allowGeometrylessTables ("Also list tables with no geometry"), geometryColumnsOnly ("Only show layers in the laye...
- 10:03 PM Revision 844d5332 (qgis): Display correct shortcut for profiles-path in command line
- 10:02 PM Revision 6ea5ffb2 (qgis): fix: update test_svgmarker for google noto fonts
- 10:01 PM Revision ba3979e3 (qgis): Add some missing PG connection configs
- Add allowGeometrylessTables ("Also list tables with no geometry"), geometryColumnsOnly ("Only show layers in the laye...
- 10:00 PM Revision ddb8960b (qgis): Save and load dontResolveType setting for PG connections
- 09:59 PM Revision bd1b03ab (qgis): Display correct shortcut for profiles-path in command line
- 07:35 PM Revision cc8bbcc8 (qgis): Fix memory leaks when rendering canceled
- 07:35 PM Revision f53e119d (qgis): More efficient 2d point cloud rendering for remote sources
- We used to query data from remote point clouds in groups of four chunks.
This commit avoids doing that - we query all... - 06:29 PM Revision 6f09cda0 (qgis): fix attribute table incorrect form for default values with geometry
- 07:05 AM Revision a02beda2 (qgis): Save and load dontResolveType setting for PG connections
- 07:03 AM Revision 85f623fa (qgis): Save and load dontResolveType setting for PG connections
- 07:03 AM Revision 46894a4a (qgis): Fix some potentially uninitalized variable warnings
- 07:03 AM Revision 27db7131 (qgis): Fix crash when moving labels
- Fixes #48233
- 05:52 AM Revision a804e8fd (qgis): [ui] Fix broken img within HTML labels when referring to qrc images
- 05:52 AM Revision b874405f (qgis): [ui] Fix broken img within HTML labels when referring to qrc images
2022-04-18
- 01:12 AM Revision 6b107b41 (qgis): Save and load dontResolveType setting for PG connections
- 01:12 AM Revision f9d877e1 (qgis): Save and load dontResolveType setting for PG connections
- 01:10 AM Revision fa00a43a (qgis): [Server] WFS remove unused XSD format
- 01:10 AM Revision 3ed8c540 (qgis): [Server] WFS DescribeFeatureType XMLSCHEMA and version
- 01:10 AM Revision 3b6f9656 (qgis): [Tests][Server] WFS DescrieFeatureType OUTPUTFORMAT
- 01:09 AM Revision d107ffa3 (qgis): [ui] Fix broken img within HTML labels when referring to qrc images
- 01:09 AM Revision 56ab4b06 (qgis): [ui] Fix broken img within HTML labels when referring to qrc images
- 01:07 AM Revision c3cba05b (qgis): Save and load dontResolveType setting for PG connections
- 01:06 AM Revision acc0fd00 (qgis): Keep transaction mode label and combobox closer
- and tab cleanup
- 01:05 AM Revision 11a3d60e (qgis): [qgsquick] Better handling of deferred painting, always rely on timer t...
- 01:04 AM Revision 637e9968 (qgis): [ui] Fix broken img within HTML labels when referring to qrc images
- 12:57 AM Revision a3a0ebf0 (qgis): Do not split expression functions tags list into single words for trans...
- Fixes #47486
2022-04-17
- 10:58 PM Revision c1a4da61 (qgis): Add unit test for QgsLayerTreeUtils::insertLayerBelow.
- 10:58 PM Revision b43e87db (qgis): Fix installation of grid shift files
- 10:58 PM Revision 10caa31e (qgis): processing: fix scripts directory reset on windows
- 10:58 PM Revision 430653e8 (qgis): Fix postgres save project when user type Enter
- 10:58 PM Revision a9824e41 (qgis): Update src/gui/qgsinstallgridshiftdialog.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 10:58 PM Revision 6b78be8a (qgis): Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().
- 10:58 PM Revision 8c69293c (qgis): Ignore symbol layer types which do not have colors (raster fill, marker,
- etc) when calculating overall symbol colors
Fixes #47723 - 10:58 PM Revision 7dcf1da1 (qgis): static_cast tile resolution
- 10:58 PM Revision a07322df (qgis): with astyle
- 10:58 PM Revision a622f2dc (qgis): Update wms layer title each time a new layer is selected
- previously, if the layer title was manually modified, it would never get
updated anymore until qgis was restarted.
F... - 10:58 PM Revision 81e94f79 (qgis): Fixes #47466 : Fix external resource url in document view on Windows
- 10:58 PM Revision 68e1d513 (qgis): When copying features from a layer with no fields, don't append the
- 'wkt_geom' header line to the clipboard plain text
- 10:58 PM Revision 4f11a02a (qgis): Fix xyz tile matrix zoom level above 22
2022-04-16
- 09:05 AM Revision 7119976e (qgis): Merge pull request #48241 from nirvn/osm_prefetch
- [wms] Re-enable prefetch of openstreetmap.org XYZ layers
- 06:29 AM Revision ab6f2660 (qgis): [wms] Re-enable prefetch of openstreetmap.org XYZ layers
- Now that XYZ raster layer rely on the tile download manager,
tile requests are handled gracefully and never aborted
o... - 06:16 AM Revision 1388fd11 (qgis): Fix unit test
- 06:16 AM Revision aebb0ee0 (qgis): Move "Auto open table" option to a hamburger menu in the vertex editor
- dock
- 06:16 AM Revision c3fbdd60 (qgis): Add a checkbox to disable vertex tool dock auto-opening behavior
- The vertex tool dock now has a new checkbox for "Auto-open table",
(which is checked by default, i.e. the existing be... - 06:16 AM Revision bf31d14e (qgis): Fix spell check
- 06:14 AM Revision 573ca40c (qgis): [wmst/xyz] Use the tile download manager to fetch tiles
- 06:13 AM Revision 7d01bbe2 (qgis): fix #47921
- 06:12 AM Revision ee66f49c (qgis): Update src/gui/qgsinstallgridshiftdialog.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 06:12 AM Revision 8ec8701b (qgis): Fix installation of grid shift files
- 06:12 AM Revision 86f65a13 (qgis): Update src/gui/qgsinstallgridshiftdialog.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 06:12 AM Revision 37c9cb66 (qgis): Fix installation of grid shift files
2022-04-15
- 11:26 PM Revision 8dfb0485 (qgis): Update src/gui/qgsinstallgridshiftdialog.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:26 PM Revision 711f88e9 (qgis): Fix installation of grid shift files
- 11:26 PM Revision a2ee80e9 (qgis): Update src/gui/qgsinstallgridshiftdialog.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:26 PM Revision be19ea9c (qgis): Fix installation of grid shift files
- 11:25 PM Revision d2ee78e6 (qgis): fix #47921
- 11:21 PM Revision 25f56880 (qgis): Update src/gui/qgsinstallgridshiftdialog.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 11:21 PM Revision 3d9ce7ec (qgis): Fix installation of grid shift files
- 11:20 PM Revision d8999865 (qgis): fix #47921
- 02:06 PM Revision b6f33b1a (qgis): Release of 3.22.6
- 02:06 PM Revision 13c1a028 (qgis): Release of 3.24.2
- 02:06 PM Revision b68ac70c (qgis): translation update for 3.22.6 from transifex
- 02:06 PM Revision 21628b8a (qgis): translation update for 3.24.2 from transifex
- 10:10 AM Revision 1e55b76a (qgis): Merge pull request #48221 from kadas-albireo/master
- [Server] Add field names to WMS dimensions when generating project settings
- 04:15 AM Revision 27dc6e7a (qgis): Snap plot cursor to sampled heights
- And add a "snapping" toggle to disable this behavior
- 04:15 AM Revision 54d4763c (qgis): Fix spelling
- 04:15 AM Revision 5ff12f41 (qgis): Account for non-equal axis scaling during snapping
- 04:15 AM Revision d163b4fb (qgis): Use Snap context class instead
- 04:15 AM Revision a5f9b558 (qgis): Move snapping results class to own file
- 04:15 AM Revision 20613ea6 (qgis): Add since
- 04:15 AM Revision e1eb8ffd (qgis): Use QgsProfilePoint
- 04:15 AM Revision 4b008ed7 (qgis): Add QgsProfilePoint class
- 02:56 AM Revision e335278f (qgis): fix #47921
- 02:56 AM Revision acee8bb9 (qgis): fix #47921
- 02:55 AM Revision b713c049 (qgis): Show error message for unsupported wkbType by layer creation in HANA
- 02:53 AM Revision cdd95f7a (qgis): fix #47921
2022-04-14
- 05:36 PM Revision 55a4300f (qgis): Make HANA connection string compatible accross different OS
- 04:09 PM Revision f4dde9ba (qgis): [pointcloud] Fix regression when compiling against QGIS static
- 02:08 PM Revision d58efbc7 (qgis): Don't skip field if it is primary key
- 02:08 PM Revision b02f3d4c (qgis): Merge features into an existing one instead of a new one
- 02:06 PM Revision d057cfa3 (qgis): 2D to 3D sync fix
- 02:06 PM Revision 79d9176f (qgis): fix
- 01:25 PM Revision eaf5a144 (qgis): [Server] Add field names to WMS dimensions when generating project sett...
- 08:39 AM Revision 158cd317 (qgis): forward options to base constructor
- 08:39 AM Revision 4045e512 (qgis): [settings] add option to save enum/flag as integer instead of text
- 08:39 AM Revision df5b0141 (qgis): add tests
- 08:39 AM Revision 3926e97c (qgis): pyqgis implementation for Qgis.Settings.Options.SaveEnumFlagAsInt
- 07:31 AM Revision d9c4ace1 (qgis): Avoid python error when plugin was not found
- 07:31 AM Revision 2a31e1bb (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 07:31 AM Revision d4423212 (qgis): qt6 build needs git too
- 06:36 AM Revision eb47f4a3 (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 06:36 AM Revision 298d96e5 (qgis): qt6 build needs git too
- 06:36 AM Revision c33d8efc (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 06:36 AM Revision d72fdba7 (qgis): qt6 build needs git too
- 06:16 AM Revision d3d3366b (qgis): [feature] Allow for data defined vector feature extrusion and offset
- heights
Allows the extrusion height and feature elevation offset to be
taken from a field in the layer, or based on ... - 06:16 AM Revision 73dda170 (qgis): Default to layer's data defined extrusion/offset settings when
- creating a new 3d polygon symbol for a layer
- 06:16 AM Revision 61d39a2e (qgis): Fix doc warning
- 06:16 AM Revision 58cc648a (qgis): Fix incorrect data defined button state when vector layer is set after ...
- 06:16 AM Revision cca19d74 (qgis): Add an expression context to QgsProfileRequest
- 06:16 AM Revision 94611511 (qgis): Rename label to 'base height' instead of offset when in absolute mode a...
- 06:16 AM Revision fea2db55 (qgis): Fix use of offset heights with non-z enabled layers
- 06:16 AM Revision d6cd6ece (qgis): Fix z order of map point indicator
- 06:16 AM Revision 935a49aa (qgis): Add framework for data defined elevation properties
- 05:39 AM Revision a5b18788 (qgis): [wms] Re-allow prefetching/preview of XYZ layers
- 04:01 AM Revision 583833c1 (qgis): qt6 build needs git too
- 04:01 AM Revision 91070180 (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 04:01 AM Revision 00a36753 (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 04:01 AM Revision 347f0d4d (qgis): qt6 build needs git too
- 04:01 AM Revision a31180f5 (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 04:01 AM Revision d8f711d2 (qgis): qt6 build needs git too
- 03:58 AM Revision 4b14e399 (qgis): Add git safe directory to workaround https://github.com/actions/checkou...
- 03:58 AM Revision b9eb4793 (qgis): qt6 build needs git too
2022-04-13
- 10:22 AM Revision 9671c90b (qgis): [sipify] fix more complex member assignment removal (#48198)
- 08:24 AM Revision 650a203e (qgis): Merge pull request #48181 from alexbruy/qgsquick-map
- add new refresh() method to MapCanvasWrapper to clear render cache and repaint map
2022-04-12
- 04:47 PM Revision 81df659b (qgis): Merge pull request #48186 from qgis/backport-48166-to-release-3_22
- [Backport release-3_22] Remove `*` from filename when saving a non previously saved script
- 04:45 PM Revision 2a85611e (qgis): Merge pull request #48187 from qgis/backport-48166-to-release-3_24
- [Backport release-3_24] Remove `*` from filename when saving a non previously saved script
- 02:22 PM Revision 2ea10ad7 (qgis): Remove asterisk from file name when using Save
- 02:22 PM Revision a751f39b (qgis): Remove asterisk from file name when using Save As...
- 02:21 PM Revision 4c8c3da7 (qgis): Remove asterisk from file name when using Save
- 02:21 PM Revision 5082b9e4 (qgis): Remove asterisk from file name when using Save As...
- 01:59 PM Revision 4a3c6c9b (qgis): Merge pull request #48166 from nicogodet/fix-48139
- Remove `*` from filename when saving a non previously saved script
- 01:22 PM Revision 74687cda (qgis): Merge pull request #48179 from nyalldawson/profile_feature
- Add a tool to profile dock to generate an elevation profile for an existing line feature
- 11:29 AM Revision 4c31c81f (qgis): Show a crosshairs over the profile plot as the mouse is moved around
- 11:29 AM Revision 9001d8ec (qgis): Show a marker on the canvas corresponding to the hovered profile plot p...
- 11:29 AM Revision b417e5be (qgis): Show text labels for current hover coordinate
- 11:17 AM Revision ad809587 (qgis): Make vector layer profile chart results default to respecting layer
- symbology, and add checkbox to disable this in their elevation
properties page
This means that vector results in ele... - 11:17 AM Revision 2ae03e26 (qgis): Collect feature ids with vector profile generation
- 11:17 AM Revision 51900bc0 (qgis): Update tests
- 11:09 AM Revision 37656299 (qgis): Merge branch 'master' into profile_feature
- 11:08 AM Revision 7c1d4c00 (qgis): Use a more sensible default order for layers in profile charts
- Eg. Don't draw raster layer profiles over vector layer ones, since
they are likely to obscure the vector results - 11:08 AM Revision 904a312f (qgis): Add method to sort a list of layers by layer type
- 09:06 AM Revision 2a0e3748 (qgis): add new refresh() method to MapCanvasWrapper to clear render cache and
- repaint map
- 08:52 AM Revision 7c6baf8b (qgis): Fix goto locator filter regression following CRS ordering work
- (fixes #48153)
- 03:33 AM Revision 230d92ad (qgis): [feature] Add a tool to profile dock to generate an elevation profile
- for an existing line feature
When active, users can click any line feature on the map to generate
a profile curve al... - 03:26 AM Revision 6fd3321a (qgis): Use a more prominent rubber band style for profile curve so that
- it stands out more
- 03:07 AM Revision a4585e35 (qgis): Move duplicated code for finding features from all layers on canvas to ...
2022-04-11
- 12:38 AM Revision 382ba75e (qgis): add method to clear rendering cache
- 10:06 PM Revision 1e560b31 (qgis): Fix the GH Action labeler to not remove labels
- https://github.com/actions/labeler/issues/112#issuecomment-1000491676
- 01:45 PM Revision c34a2726 (qgis): Merge pull request #48141 from qgis/backport-48135-to-release-3_24
- [Backport release-3_24] Fix server WMS crash with joins
- 08:22 AM Revision c7207f58 (qgis): Remove asterisk from file name when using Save
- 08:22 AM Revision b8b2ceed (qgis): Remove asterisk from file name when using Save As...
- 06:39 AM Revision 38b73839 (qgis): QgsVectorFileWriter: fix when adding a new layer to an already opened G...
- 05:36 AM Revision 2ca02518 (qgis): Add LazInfo class tests
- 04:57 AM Revision 9fb95121 (qgis): QgsVectorFileWriter: fix when adding a new layer to an already opened G...
- 04:37 AM Revision 1457950e (qgis): fix qgstessellator.cpp when polygon is empty
- 04:37 AM Revision d2467cee (qgis): Apply suggestions from code review
- 04:37 AM Revision 5b8f2d12 (qgis): 3D fixes from cppcheck
- 04:13 AM Revision 1e56a71b (qgis): processing: fix scripts directory reset on windows
- 04:02 AM Revision 82fda0f3 (qgis): processing: fix scripts directory reset on windows
- 03:12 AM Revision 7b9e9cde (qgis): Fix layout attribute tables don't respect bold/italic flags from
- conditional styles
- 02:33 AM Revision de719f3a (qgis): Update src/core/processing/qgsprocessingparametertypeimpl.h
- 02:33 AM Revision d2d358c2 (qgis): Remove "geographic" from Point Input description
- The resulting coordinate is in the CRS of the clicked canvas and includes the information about the CRS. It is not ne...
- 02:16 AM Revision 77aa9e09 (qgis): QgsVectorFileWriter: fix when adding a new layer to an already opened G...
- 02:16 AM Revision 768cfbc2 (qgis): QgsVectorFileWriter: fix when adding a new layer to an already opened G...
- 02:13 AM Revision c1e631dc (qgis): QgsVectorFileWriter: fix when adding a new layer to an already opened G...
2022-04-10
- 01:55 AM Revision faf9015c (qgis): [OGR provider] (Hopefully) fix opening of GeoPackage from network share...
- 01:54 AM Revision 2b976ff8 (qgis): [OGR provider] (Hopefully) fix opening of GeoPackage from network share...
- 01:54 AM Revision 30e69019 (qgis): fix msvc build
- 01:53 AM Revision d748617e (qgis): processing: fix scripts directory reset on windows
- 01:53 AM Revision 0d9603d9 (qgis): processing: fix scripts directory reset on windows
- 01:52 AM Revision c2a9c916 (qgis): Add test case
- 01:52 AM Revision 16809f37 (qgis): Fix server crash with join fields
- Fix #47716
- 01:50 AM Revision 4fb5e0a1 (qgis): processing: fix scripts directory reset on windows
- 06:38 AM Revision 2ce495f4 (qgis): Merge pull request #48128 from t0b3/fix-gdal-34-test
- fix: adapt test for gdal >= 3.4
2022-04-09
- 10:14 AM Revision 69afe5f6 (qgis): Fix window title
- 10:14 AM Revision c080984d (qgis): Fix doc warning
- 10:14 AM Revision 4eede35d (qgis): Allow any symbol to be an animated symbol
- Users can now indicate that a symbol should be treated as a animated
symbol, through the new "Animation Settings" opt...
2022-04-08
- 12:13 AM Revision 2ee7f31f (qgis): Merge pull request #48145 from qgis/backport-48102-to-release-3_22
- [Backport release-3_22] Tininterpolator: fix a potential memory leak
- 12:06 AM Revision d86b9e34 (qgis): Merge pull request #48144 from qgis/backport-48102-to-release-3_24
- [Backport release-3_24] Tininterpolator: fix a potential memory leak
- 11:31 PM Revision de3f920f (qgis): Merge pull request #48146 from jef-n/translation-string-fix
- translation string fix
- 10:00 PM Revision 931be62a (qgis): translation string fix
- 09:56 PM Revision 99ca701d (qgis): Tininterpolator: fix a memory leak
- 09:56 PM Revision aab9553d (qgis): Tininterpolator: fix a memory leak
- 09:54 PM Revision 00465aab (qgis): [OGR provider] (Hopefully) fix opening of GeoPackage from network share...
- 09:54 PM Revision 1321b617 (qgis): [OGR provider] (Hopefully) fix opening of GeoPackage from network share...
- 09:53 PM Revision a646c222 (qgis): Add test case
- 09:53 PM Revision acb7b285 (qgis): Fix server crash with join fields
- Fix #47716
- 09:53 PM Revision 79f34cd0 (qgis): Add test case
- 09:53 PM Revision c61e5c64 (qgis): Fix server crash with join fields
- Fix #47716
- 09:51 PM Revision a038d87d (qgis): Merge pull request #48102 from lbartoletti/fix/memory_leak_analysis_tin...
- Tininterpolator: fix a potential memory leak
- 09:51 PM Revision 78c27d2c (qgis): [OGR provider] (Hopefully) fix opening of GeoPackage from network share...
- 09:50 PM Revision a4ea9c74 (qgis): Fix DockUndockToolButton tooltip
- 09:49 PM Revision c26d9a3f (qgis): :bug: Code by proxy fix for reports section not remember last used field
- 09:49 PM Revision 0a8be881 (qgis): :bug: Code by proxy fix for reports section not remember last used field
- 09:49 PM Revision 249b6595 (qgis): fix compiler warning on bitwise operator with boolean operands
- error with clang 14
src/providers/wms/qgswmscapabilities.h:202:12:
error: use of bitwise '&' with boolean operand... - 09:49 PM Revision 0da3ac80 (qgis): fix compiler warning on bitwise operator with boolean operands
- error with clang 14
external/lazperf/detail/field_rgb14.cpp:58:11
error: use of bitwise '|' with boolean operands... - 09:48 PM Revision 8e4dd2b6 (qgis): Add test case
- 09:48 PM Revision d8bd26d8 (qgis): Fix server crash with join fields
- Fix #47716
- 09:47 PM Revision 07af5ea9 (qgis): Increase max allowed GPU memory for a chunked entity
- It turns out that 100mb is often not enough to show a point cloud
scene of a larger area, and one could easily end up... - 07:39 PM Revision 92d8d1f6 (qgis): [wmst/xyz] Use the tile download manager to fetch tiles
- 05:27 PM Revision 8c7b52a3 (qgis): Merge pull request #48136 from agiudiceandrea/patch-6
- Add myself to contributors list and map
- 02:27 PM Revision 34f05726 (qgis): Merge pull request #47724 from tomkralidis/metasearch-offset
- MetaSearch: update startindex to items
- 02:23 PM Revision d34d1cee (qgis): Add myself (Andrea Giudiceandrea) to contributors.json
- 02:21 PM Revision bad86a55 (qgis): Add myself (Andrea Giudiceandrea) to CONTRIBUTORS
- 09:49 AM Revision 224621e9 (qgis): - Remove unnecessary function
- - Fix tests
- 09:49 AM Revision c3351f5a (qgis): Add missing laz attributes handling
- 09:49 AM Revision 6522123e (qgis): Address reviews
- 09:49 AM Revision 4549b69d (qgis): Fix EPT test
- 09:49 AM Revision b20ea9ff (qgis): fix tests
- 09:49 AM Revision abf99f99 (qgis): fix spelling
- 09:49 AM Revision b6ba2216 (qgis): Address reviews + more cleanup
- 09:49 AM Revision 9c12978b (qgis): Use better default naming for remote COPC
- 09:49 AM Revision 665bd685 (qgis): - Refactor QgsLazInfo
- - Address some reviews
- 09:49 AM Revision ca5355ac (qgis): small fixes
- 09:49 AM Revision 107d174d (qgis): Split QgsPointCloudRequest into 2 classes
- 09:49 AM Revision 65147898 (qgis): Fix CI build
- 09:49 AM Revision b28dad1c (qgis): Add docs
- 09:49 AM Revision 195145bb (qgis): move lazperf point records into decodePoint
- 09:49 AM Revision 3f1e8ce1 (qgis): - Implement remote COPC without caching
- - COPC code improvements
- 09:49 AM Revision 1a1047dd (qgis): - Add error checking in the point cloud index
- - minor fixes
- 09:49 AM Revision e47677e3 (qgis): - Add a class for handling laz header processing
- - Unify some of the remote COPC code with local COPC
- Address some of Martin's reviews
2022-04-07
- 12:56 AM Revision 269b895a (qgis): Update AND
- 12:27 AM Revision f51eb029 (qgis): fix: adapt test for gdal >= 3.4
- 11:06 PM Revision 8906a19a (qgis): :bug: Code by proxy fix for reports section not remember last used field
- 11:06 PM Revision 20e3d451 (qgis): :bug: Code by proxy fix for reports section not remember last used field
- 11:03 PM Revision b69a0071 (qgis): leftover
- 11:03 PM Revision 40e12aab (qgis): :bug: Code by proxy fix for reports section not remember last used field
- 11:22 AM Revision 882cf7e5 (qgis): Avoid initially clipped plot render
- 11:22 AM Revision 06087eeb (qgis): Fix casting
- 11:22 AM Revision a999b95f (qgis): Fix image size/format
- 11:22 AM Revision 2ee10c13 (qgis): Rename QgsPlotToolPan file
- 11:22 AM Revision 744e2286 (qgis): Test tolerance
- 11:22 AM Revision d6413513 (qgis): Identation
- 11:22 AM Revision b779bfc4 (qgis): Spelling
- 11:22 AM Revision b5ca2705 (qgis): Add export to image option
- 11:22 AM Revision 8960e562 (qgis): Test tolerance
- 11:22 AM Revision d2e5186d (qgis): Add action to export profile graph to PDF
- 11:22 AM Revision 2ee749b3 (qgis): Better logic for automatical number interval calculation
- 11:22 AM Revision 62450ec3 (qgis): Move files to elevation directory
- 11:22 AM Revision 60e8f87f (qgis): Identation and sip
- 11:22 AM Revision cf5c82c4 (qgis): Implement zooming actions and tools for plots
- 11:22 AM Revision 6480b974 (qgis): Implement plot panning and zoom
- With all the usual interaction, e.g.
- middle mouse button + drag = pan
- hold space + drag = pan
- wheel = zoom
- c... - 11:22 AM Revision 5fa03183 (qgis): Test tolerance
- 11:22 AM Revision a9ced1b0 (qgis): Add Zoom Full action
- 11:22 AM Revision 54b9ca01 (qgis): Test tolerance
- 11:22 AM Revision be72a498 (qgis): Avoid hang when zooming too far into a plot
- 11:22 AM Revision 2653f514 (qgis): Implement plot panning by drag
- 11:22 AM Revision 6ce34369 (qgis): Default to a bottom docked elevation profile
- 11:22 AM Revision f026159a (qgis): Some test tolerance
- 11:22 AM Revision 62cfd504 (qgis): Avoid duplicate code for axis interval calculations
- 11:22 AM Revision 8ee20464 (qgis): Ensure that elevation properties are copied whenever a layer is cloned
- 11:22 AM Revision f5b1bb47 (qgis): Some test tolerance
- 11:22 AM Revision 52509be8 (qgis): Condense excessive class heirarchy, fix unit test
- 11:22 AM Revision 3d0fd967 (qgis): Add profile chart symbology settings for vector layers
- 11:22 AM Revision 4c4293d9 (qgis): Fix progress bar
- 11:22 AM Revision 3efdad00 (qgis): Cleanup canvas destruction and job handling
- 11:22 AM Revision f886a4b9 (qgis): Try to fix sip build
- 11:22 AM Revision 0d88a6f8 (qgis): Documentation
- 11:22 AM Revision bdfca194 (qgis): Cleanup job removal
- 11:22 AM Revision 915f5d30 (qgis): Show rubber band for profile curve
- 11:22 AM Revision 7719af48 (qgis): Schedule updates so that we don't spam
- 11:22 AM Revision 87f5c5ad (qgis): Start on profile tool dock widget, implement curve capture tool
- 11:22 AM Revision fc9202c9 (qgis): Fix technique handling with non-core tools
- 11:22 AM Revision 99707820 (qgis): Use actual ranges of plot when rendering, use correct raster/mesh profi...
- 11:22 AM Revision 305f0790 (qgis): Add range of z to QgsAbstractProfileResults
- 11:22 AM Revision 77b9066e (qgis): Add QgsMeshLayerElevationProperties subclass of
- QgsMapLayerElevationProperties
- 11:22 AM Revision 9ff504f6 (qgis): Add profile line symbol setting for raster layer elevation properties
- 11:22 AM Revision 7b62ffa0 (qgis): Use plot
- 11:22 AM Revision 6d4c2803 (qgis): Start on profile renderer class
- 11:22 AM Revision cea1215b (qgis): Add cancelation support for profile generators
- 11:22 AM Revision 632996b6 (qgis): Fix vector profile rendering
- 11:22 AM Revision 9a6aad8d (qgis): Stupid solution to sip build errors
- 11:22 AM Revision c5caecda (qgis): Implement absolutely insane solution to random crashes
- 11:22 AM Revision e98a52a0 (qgis): Reintroduce sip casting
- 11:22 AM Revision 3662feb5 (qgis): Gracefully handle situation when no profile features are found and sett...
- 11:22 AM Revision f4f514dd (qgis): Add choice of band to use for elevation profiles
- 11:22 AM Revision 19c2c3d3 (qgis): Add a dedicated x-axis zoom tool for elevation profile widget
- 11:22 AM Revision 83040595 (qgis): Set icons for elevation profile actions
- 11:22 AM Revision 141f7bf9 (qgis): Plot wip
- 11:00 AM Revision b19cde3a (qgis): build 3.24 images (#48112)
- 09:07 AM Revision 0d2f9943 (qgis): build 3.24 images
- 05:49 AM Revision b5241c39 (qgis): Correctly tabify restored 3d map/attribute table dock widgets with the
- siblings they were docked with on project save
- 03:38 AM Revision fdd9db36 (qgis): Merge features into an existing one instead of a new one
- 03:38 AM Revision 78789804 (qgis): Don't skip field if it is primary key
- 03:38 AM Revision 1b439f08 (qgis): [network] Update default disk cache size to 256mb
- 03:38 AM Revision 05e45f53 (qgis): Fix qgis server settings cache size tests
- 03:37 AM Revision a11c13c3 (qgis): [network] Update default disk cache size to 256mb
- 03:37 AM Revision 077ec1c4 (qgis): Fix qgis server settings cache size tests
- 03:34 AM Revision 36b4ccd7 (qgis): Merge pull request #48097 from nirvn/coordinate_axis
- Make sure CRS axis ordering is respected for map canvas' copy coordinates and goto locator
- 03:05 AM Revision 60885634 (qgis): GH Action - Add more default path for the labeler
2022-04-06
- 06:08 PM Revision 69a3a34e (qgis): [Tests][Server] WFS DescrieFeatureType OUTPUTFORMAT
- 06:08 PM Revision 98c32e8a (qgis): [Server] WFS DescribeFeatureType XMLSCHEMA and version
- 06:08 PM Revision 8b349764 (qgis): [Server] WFS remove unused XSD format
- 06:08 PM Revision 856a935d (qgis): [Tests][Server] WFS DescrieFeatureType OUTPUTFORMAT
- 06:08 PM Revision fe01261d (qgis): [Server] WFS DescribeFeatureType XMLSCHEMA and version
- 06:08 PM Revision ab6f45e4 (qgis): [Server] WFS remove unused XSD format
- 06:04 PM Revision 857c98fb (qgis): Merge pull request #47796 from rldhont/fix-server-wfs-describe-outputfo...
- Fix server WFS describe outputformat
- 02:43 PM Revision 747d33f4 (qgis): Tininterpolator: fix a memory leak
- 01:51 PM Revision 0a6954de (qgis): Merge pull request #47795 from mrylov/hana-odbc
- Make odbc namespace nested (odbc-cpp-wrapper)
- 12:59 PM Revision 083216fc (qgis): Update odbc-cpp-wrapper
- 09:49 AM Revision 003c82b0 (qgis): Address review, fix warning
- 09:05 AM Revision 75d420cb (qgis): Merge pull request #47952 from elpaso/bugfix-gh47906-spatialite-turtle
- Use OGR instead of spatialite to retrieve tables
- 08:25 AM Revision ea55cd94 (qgis): Adjust tests, and fix longitude<->latitude mix up in the locator displa...
- 08:25 AM Revision 764971eb (qgis): [locator] Goto locator filter should respect CRS axis ordering
- 08:25 AM Revision 7705a83c (qgis): Add test for the axisDirectionToAbbrivation() function
- 08:25 AM Revision 5d5b1492 (qgis): [map canvas] Right-click copy coordinates should respect CRS axis ordering
- 08:05 AM Revision 0b8e6abb (qgis): Add QgsCoordinateReferenceSystemUtils class, with function to determine
- most appropriate x/y or y/x coordinate order for a crs
- 08:05 AM Revision bac45b30 (qgis): Add coordinate order argument to QgsCoordinateFormatter functions
- 08:05 AM Revision a927a761 (qgis): [feature] Use correct coordinate ordering for project crs when
- displaying coordinates in status bar (and identify results)
And add a setting in project properties to allow users t... - 06:38 AM Revision 2983ad42 (qgis): Update setting keys
- 06:38 AM Revision 4392a003 (qgis): Add setting to registry
- 06:38 AM Revision 443bfcb8 (qgis): Add setting to show feature counts by default for newly added layers
- If enabled (the default remains disabled), this option will cause
the feature count to be enabled for any newly added... - 03:47 AM Revision 55baaa31 (qgis): Revert ui file
- 03:47 AM Revision 4b7084de (qgis): Break
- 03:47 AM Revision b66e221a (qgis): Add other anchor properties
- 03:47 AM Revision 0c1dfd5b (qgis): Reproject
- 03:47 AM Revision 5a618c49 (qgis): Reproject
- 03:47 AM Revision 8d93dc4f (qgis): Rename curve to anchor
- 03:47 AM Revision abb9e73e (qgis): Move detach threshold font-based
- 03:47 AM Revision 66322f4c (qgis): Curved offset first attempt
- 03:47 AM Revision 445a965d (qgis): Start as detached if DD is set for X/Y
- 03:47 AM Revision 1ec928bb (qgis): Refactor property check
- 03:47 AM Revision 3276f210 (qgis): Handle map CRS and fix aux fields for not-linestrings
- 03:47 AM Revision 67f29702 (qgis): Handle detach
- 03:47 AM Revision f6b99b2b (qgis): Address Nyall's comments
- 03:45 AM Revision 28bb05b0 (qgis): Add method to retrieve axis order for a QgsCoordinateReferenceSystem
- 02:55 AM Revision 4f796e2b (qgis): fix path for sipify tests
2022-04-05
- 01:32 AM Revision abc454cd (qgis): Fix crash when no renderer set
- 08:12 AM Revision dd6e83b2 (qgis): Fix qgis server settings cache size tests
- 06:20 AM Revision 43a3f4b7 (qgis): Fix qgis server settings cache size tests
- 06:19 AM Revision c2f4e709 (qgis): Fix qgis server settings cache size tests
- 05:59 AM Revision 611885b5 (qgis): Remove nothing widget
2022-04-04
- 10:56 PM Revision 61cdf16b (qgis): [Offline editing] Unbreak TestQgsOfflineEditing with GDAL >= 3.4.2
- Fixes #48012
Basically, for offline editing, we ask QgsOgrProvider to adopt the
behaviour it had before https://gith... - 10:56 PM Revision 9bf110cb (qgis): [OGR provider] (Presumably) fix opening of GeoPackage from network shar...
- 10:56 PM Revision c7b92029 (qgis): [Offline editing] Unbreak TestQgsOfflineEditing with GDAL >= 3.4.2
- Fixes #48012
Basically, for offline editing, we ask QgsOgrProvider to adopt the
behaviour it had before https://gith... - 10:56 PM Revision cf0af098 (qgis): [OGR provider] (Presumably) fix opening of GeoPackage from network shar...
- 10:56 PM Revision f355cb29 (qgis): Fix setting vector tile layer maximum tile zoom to levels > 14
- Fixes #47933
- 04:15 PM Revision 9f2ee96e (qgis): Fix qgis server settings cache size tests
- 04:14 PM Revision 75c780ae (qgis): Fix qgis server settings cache size tests
- 01:41 PM Revision d5d94dab (qgis): Don't skip field if it is primary key
- 01:41 PM Revision 521ec5a1 (qgis): Merge features into an existing one instead of a new one
- 12:54 PM Revision 2fe712fc (qgis): Don't skip field if it is primary key
- 12:54 PM Revision e34e6274 (qgis): Merge features into an existing one instead of a new one
- 11:57 AM Revision b61bc228 (qgis): test renderer properties, not actual rendering
- 11:57 AM Revision c16e9a20 (qgis): Sync pointcloud layer's 3d renderer style with 2d renderer
- 11:57 AM Revision df740b4d (qgis): address review
- 11:57 AM Revision 8f9474b5 (qgis): check what segfaults
- 11:12 AM Revision 13ac7dbb (qgis): Implement memory size for Windows
- 11:12 AM Revision dddafb1b (qgis): Better way to get memory for Linux
- 11:12 AM Revision 0aad51c6 (qgis): Base default image cache size on system memory
- Instead of always defaulting to 100mb, then base the cache size
on the system memory:
- > 32gb, use 500mb
- 16-32gb,... - 11:00 AM Revision af7ef668 (qgis): Merge pull request #47050 from dmarteau/fix-server-config-cache-refresh
- Server: Use lastModified() for refreshing config cache as alternate strategy
- 10:40 AM Revision 2282a051 (qgis): Fix regression when adding feature without geom #46687
- 09:40 AM Revision 710e7c7b (qgis): [network] Update default disk cache size to 256mb
- 09:40 AM Revision 754aec06 (qgis): [network] Update default disk cache size to 256mb
- 09:37 AM Revision 5b6b43e6 (qgis): [network] Update default disk cache size to 256mb
- 07:49 AM Revision 6143a52f (qgis): [qgsquick] Properly handle deferred layer repaint requests
- 06:28 AM Revision 128f3203 (qgis): Fix postgres save project when user type Enter
- 06:28 AM Revision fcf39691 (qgis): Fix postgres save project when user type Enter
- 06:27 AM Revision 43fd0f73 (qgis): Add unit test for QgsLayerTreeUtils::insertLayerBelow.
- 06:27 AM Revision 67420d70 (qgis): Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().
- 06:26 AM Revision 02968ba8 (qgis): Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().
- 06:26 AM Revision e37d7bfd (qgis): Add unit test for QgsLayerTreeUtils::insertLayerBelow.
- 05:32 AM Revision 6fd08f26 (qgis): Fix setting vector tile layer maximum tile zoom to levels > 14
- Fixes #47933
- 05:28 AM Revision 0acfff04 (qgis): Fix setting vector tile layer maximum tile zoom to levels > 14
- Fixes #47933
- 03:48 AM Revision a61cc497 (qgis): [symbology] Fix raster line's hairline width/thickness
- (fixes #47641)
- 03:43 AM Revision 833685a2 (qgis): Add utility function to calculate the ideal refresh rate of a
- vector layer renderer, by hunting for any animated symbols
in the renderer - 03:43 AM Revision 2b1318ed (qgis): Add QgsAnimatedImageSourceLineEdit widget, for selection of animated
- image files
Allows selection of animated images from formats supported by
QMovie, e.g. animated gif, webp and mng an... - 03:43 AM Revision 47fe8347 (qgis): Address review
- 03:43 AM Revision 78c8a670 (qgis): [feature] New marker symbol type for "Animated Marker"
- This new marker symbol type allows points to be rendered using
an animated marker, sourced from an animated gif, webp... - 03:43 AM Revision 104bc54f (qgis): When an animated marker is used for a layer, transparently auto-handle the
- layer redrawing without requiring the user to setup these
settings themselves. - 03:43 AM Revision 3a6c44b0 (qgis): Fix broken form layout for search form when using drag and drop designer
- Fixes #47892
- 03:42 AM Revision d2e03703 (qgis): More responsive abortion of XYZ layer render requests
- Fixes #47928
- 03:42 AM Revision 7f22429e (qgis): Ignore symbol layer types which do not have colors (raster fill, marker,
- etc) when calculating overall symbol colors
Fixes #47723 - 03:42 AM Revision ad2ffe52 (qgis): Remove the "terrain" clamping mode when a line layer is set to render
- as simple lines
In this situation the "terrain" clamping mode gives confusing results,
as regardless of the z values... - 02:34 AM Revision 7694e4ae (qgis): Add unit test for QgsLayerTreeUtils::insertLayerBelow.
- 02:34 AM Revision 43849d81 (qgis): Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().
- 02:34 AM Revision 06745c94 (qgis): Add unit test for QgsLayerTreeUtils::insertLayerBelow.
- 02:34 AM Revision d1e73eb2 (qgis): Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().
- 02:29 AM Revision 4711862a (qgis): Add unit test for QgsLayerTreeUtils::insertLayerBelow.
- 02:29 AM Revision 0e5769a9 (qgis): Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().
- 02:22 AM Revision 5f738f2f (qgis): [Offline editing] Unbreak TestQgsOfflineEditing with GDAL >= 3.4.2
- Fixes #48012
Basically, for offline editing, we ask QgsOgrProvider to adopt the
behaviour it had before https://gith... - 02:22 AM Revision a77bbbed (qgis): [OGR provider] (Presumably) fix opening of GeoPackage from network shar...
- 02:22 AM Revision 7a67f24a (qgis): [Offline editing] Unbreak TestQgsOfflineEditing with GDAL >= 3.4.2
- Fixes #48012
Basically, for offline editing, we ask QgsOgrProvider to adopt the
behaviour it had before https://gith... - 02:22 AM Revision b4bbb143 (qgis): [OGR provider] (Presumably) fix opening of GeoPackage from network shar...
- 02:19 AM Revision fe671f8b (qgis): [Offline editing] Unbreak TestQgsOfflineEditing with GDAL >= 3.4.2
- Fixes #48012
Basically, for offline editing, we ask QgsOgrProvider to adopt the
behaviour it had before https://gith... - 02:19 AM Revision 51b2c3d4 (qgis): [OGR provider] (Presumably) fix opening of GeoPackage from network shar...
2022-04-03
- 01:52 AM Revision 26a2d38d (qgis): Fix postgres save project when user type Enter
- 01:52 AM Revision 429555ed (qgis): Fix postgres save project when user type Enter
- 01:49 AM Revision 94d5eec6 (qgis): Insert processing results at the top of the optional results group (fol...
- 01:48 AM Revision 7c2b0c90 (qgis): Fix postgres save project when user type Enter
- 01:47 AM Revision 1b386192 (qgis): More harmonization of expression output TRUE
- 01:47 AM Revision b45ebcc0 (qgis): Add missing quotes
- 01:47 AM Revision 87147e14 (qgis): Also fix TRUE in sentences outputs
- 01:16 AM Revision 4171742d (qgis): [symbology] Fix raster line's hairline width/thickness
- (fixes #47641)
- 01:13 AM Revision 28480722 (qgis): [symbology] Fix raster line's hairline width/thickness
- (fixes #47641)
Also available in: Atom