sort by:
Revision Author Date Message Commit Date
1339274 Release of 3.34.1 24 November 2023, 12:06:13 UTC
1fb87c4 translation update for 3.34.1 from transifex 24 November 2023, 12:06:08 UTC
66b2370 Harmonize user facing labels for GDAL resampling methods 24 November 2023, 01:28:09 UTC
4625a08 [Expressions] Clean up tags in age function Previous tags were generated by a script, which produced an ugly tag value ('yearmonthweekdayhourminutesecond'). 23 November 2023, 23:07:38 UTC
61243d1 [Expressions] Add tags to layer_property function Fix #39828 23 November 2023, 23:07:38 UTC
afbe981 Fix Oracle syntax when estimating feature count on views Missing quoted identifiers 22 November 2023, 23:27:40 UTC
2033ce2 Fix decoration size on scaled screens 22 November 2023, 19:10:48 UTC
1ab13fc When saving master auth pw in keychain, use a unique key per user profile Otherwise, the auth db in one profile which is encrypted using a certain key will not be decryptable using the master pw stored in the keychain for a different user profile. 22 November 2023, 00:32:40 UTC
0ea4020 When replacing expressions in eg layout labels, don't show null values as "0" 22 November 2023, 00:32:15 UTC
a2f0abe Ensure selective masking test gracefully cleans up Otherwise it leaves files in the test report folder which subsequent github action steps cannot access, breaking the workflows 21 November 2023, 23:36:41 UTC
2676df4 Generate markdown report from Python tests too 21 November 2023, 23:36:41 UTC
d015b22 [Backport release-3_34] [OGR provider] Fix shapefile extent not shrinking (#55358) Fixes #23661, #13985 backport of https://github.com/qgis/QGIS/pull/55324 21 November 2023, 21:37:26 UTC
2146e3e Fix pgraster statistics collection on Windows 21 November 2023, 19:45:29 UTC
5303a2e Use @geometry in vectorTile filtering expression 21 November 2023, 08:33:43 UTC
43d3b68 Fix opening settings dialog breaks oauth and ssl handling for the rest of the session Pretty bad bug... when you accept the settings dialog, QgsNetworkAccessManager::setupDefaultProxyAndCache is called to handle proxy and cache updates. This method however was also resetting the manager's ssl error handler and auth handler to default no-op handlers, overridding the app specific handlers which had been setup already. The consequence is that after accepting the options dialog, oauth authentication and SSL error handling will be broken for the rest of the session... 21 November 2023, 02:26:12 UTC
8cad621 Check for non-zero cell sizes 21 November 2023, 02:26:06 UTC
7252bdf Fix exception in interpolation algorithm widgets Fixes #55138 21 November 2023, 02:26:06 UTC
1e6d031 Add some typehints 21 November 2023, 02:26:06 UTC
d82ccab Don't fetch tile in main thread This can block the user interface -- instead defer tile loading till we're running on the background thread. 21 November 2023, 02:25:40 UTC
11ecf62 Let content type detection shortcut also apply to Google earth tiles 21 November 2023, 02:25:31 UTC
89a2b42 Fix build warning on older GDAL versions 21 November 2023, 02:25:22 UTC
01d1757 When writing a layer with field alias, ensure the aliases are unique per table This avoids breaking a forced unique constraint that the geopackage format has, where a duplicate alias CANNOT be used for multiple fields in the same table. It's good practice anyway, so ensure the aliases are unique regardless of format. 21 November 2023, 02:25:22 UTC
cfcfbc7 Merge pull request #55305 from qgis/backport-55296-to-release-3_34 [Backport release-3_34] fix(Qgs3DSceneExporter): 3D scene export failed due to bad feature sort 16 November 2023, 15:13:44 UTC
58de650 fix(Qgs3DSceneExporter): 3D scene export failed due to bad feature sort 16 November 2023, 08:36:29 UTC
a686dda Better type logig and test 15 November 2023, 01:46:25 UTC
4b0721b Fix JSON utils long types Unreported, to be backported 15 November 2023, 01:46:25 UTC
df5d7d5 Sudo is required to write to qgis_test_report folder 14 November 2023, 04:46:54 UTC
33665bb close connection if error 14 November 2023, 03:02:21 UTC
9e8378c Fix oracle date filtering 14 November 2023, 03:02:21 UTC
4667d24 [OGR provider] Keep original subset string unchanged (fixes #55083) 14 November 2023, 03:00:26 UTC
8aaafa4 [OGR provider] cleanSubsetString(): fix detection of end of identifier/literal 14 November 2023, 03:00:26 UTC
979fa5a Merge pull request #55273 from qgis/backport-55269-to-release-3_34 [Backport release-3_34] [ui][themes] Make attribute form constraints background coloring compatible with dark themes 13 November 2023, 22:36:43 UTC
c469e26 If user enabled OTB plugin without setting a path, don't show message box warnings when closing Settings dialog This is confusing for users who have accidentally enabled the plugin. If the path is empty, chances are the user isn't wanting to use the OTB provider and it's nicer not to show a big confusing message box warning to them. 13 November 2023, 20:36:04 UTC
67c4ba9 [ui][themes] Make attribute form constraints background coloring compatible with dark themes 13 November 2023, 19:51:23 UTC
b77936e [themes] Fix Night Mapping making it unjustifiably hard to identify buttons in a UI 11 November 2023, 20:07:59 UTC
f0414c2 Update src/app/qgisapp.cpp 10 November 2023, 21:07:35 UTC
74666fd Add test covering feature copy/pasting 10 November 2023, 21:07:35 UTC
5898c92 Fix copy/pasting of features to/from the same layer ignores avoid overlap settings 10 November 2023, 21:07:35 UTC
e698432 use /permissive- with msvc to get alternative operator representation (cherry picked from commit 01c6335fba8b1a17a1ede977f84ed76743c3f858) 10 November 2023, 14:38:17 UTC
664a8cf Merge pull request #55231 from qgis/backport-55229-to-release-3_34 [Backport release-3_34] A couple of fixes for QGIS to build against Qt >= 6.6 09 November 2023, 16:14:59 UTC
3d7d2e5 [wfs] Fix compilation of the provider library for Android against Qt 6.6 09 November 2023, 06:55:47 UTC
3a8c6af [wcs] Fix compilation of the WCS capabilities class against Qt 6.6 09 November 2023, 06:55:47 UTC
8f0e238 [authentication] Fix compilation of the AWS S3 authentication method against Qt 6.6 09 November 2023, 06:55:47 UTC
5d36f20 QgsAfsSharedData should not be a QObject 09 November 2023, 02:29:45 UTC
52bb6fb Traverse child nodes in gltf to vector algorithm and 2d tile rendering 09 November 2023, 02:29:38 UTC
5324771 Gracefully handle situation where no mesh is found in the scene 09 November 2023, 02:29:38 UTC
240af21 Gracefully handle GLTF models where the default scene is invalid Fixes #55182 09 November 2023, 02:29:38 UTC
e099f51 As per discussion with @nyalldawson , move away from isChrDecimal 08 November 2023, 11:27:53 UTC
dc162b7 Remove obsolete invalid XML characters test 08 November 2023, 11:27:53 UTC
6004b4e [symbology] Fix font marker inserting illegal characters in a saved project's XML document 08 November 2023, 11:27:53 UTC
95b026b Fix inverted open file filters for source drawing and destination gpkg 07 November 2023, 19:15:53 UTC
8e6a39c [Backport release-3_34] [ui] Improve topology checker's rule activation/deactivation UX for large list of rules (#55171) * [ui] Improve topology checker's rule activation/deactivation UX for large list of rules * Apply suggestions from code review --------- Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com> Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com> 07 November 2023, 08:14:43 UTC
d6a667e Fix typo 07 November 2023, 05:06:01 UTC
0c311ab Fix documentation format of QgsCustomDropHandler 07 November 2023, 00:45:20 UTC
f1bb24a Reduce logging when no style is in DB Move "No styles available on DB" messages to debug messages. 05 November 2023, 03:04:56 UTC
2fb4b8b [symbology] Greatly improve rendering of {line,point} pattern fill's selected state 03 November 2023, 21:26:52 UTC
489015f [symbology] Fix absence of selected feature highlight for centroid fill symbol layer 03 November 2023, 21:26:52 UTC
d5513b5 [GUI] Fix "Respect screen DPI" option tooltip 03 November 2023, 20:56:47 UTC
2614507 Add test masks for unrelated test 03 November 2023, 04:36:53 UTC
0e09b91 [themes] Fix text and selection color on a number of dark background widgets in night mapping theme 02 November 2023, 17:53:44 UTC
c288e41 [sld] Fix saving of label background settings to SLD files 28 October 2023, 06:29:10 UTC
4bf6896 [exif] Insure that Exif.Image.Orientation is written as a ushort to avoid compatibility issues 28 October 2023, 03:27:44 UTC
ffbdd67 Release of 3.34 (Prizren) 27 October 2023, 12:02:22 UTC
f54b538 changelog and news update for 3.34 27 October 2023, 12:02:22 UTC
2ad821f translation update for 3.34.0 from transifex 27 October 2023, 12:02:15 UTC
dac1289 Fix loading Google Earth tiles hosted on the cesium ion platform 27 October 2023, 08:17:00 UTC
29369d6 Merge pull request #54800 from pblottiere/fix_gdalwarp_of Add safeguard for -of option 27 October 2023, 06:24:02 UTC
0121225 fix consistent mesh symbology 27 October 2023, 05:09:27 UTC
8c8a43b [themes] Fix checkbox styled as enabled within disabled table and tree widgets 27 October 2023, 02:53:44 UTC
2f2340d [ui][themes] Fix clipped user profile selector icon size combobox content 27 October 2023, 02:53:31 UTC
4178ace Make Delete ring map tool respect selected features 25 October 2023, 22:37:15 UTC
f465ef4 [maptools] Fix copying of identified vector tile layer feature's attribute value 25 October 2023, 22:36:00 UTC
4107ed2 [processing] Fix crash when adding a mesh dataset group input 25 October 2023, 22:33:28 UTC
3914347 [themes] Increase readibility of disabled comboboxes within attribute forms 25 October 2023, 20:55:53 UTC
6454f21 [ui][themes] Fix layout designer item properties' section label background color hard-coded to light gray 25 October 2023, 20:55:07 UTC
328e3d5 [processing] Fix BACKGROUND_COLOR parameter ignored when exporting XYZ tiles using JPG format (fixes #54876) 25 October 2023, 20:54:35 UTC
044809c Fixes #54141 : increase expression widget text size for long expressions 25 October 2023, 20:54:17 UTC
8b4b87f Merge pull request #55039 from lbartoletti/fix_fedora_cmake_build cmake: add a patch to build on fedora38. Fixes #54348 25 October 2023, 13:42:55 UTC
c425e42 Fix write_failure_comment workflow 25 October 2023, 08:04:38 UTC
7b2d4a9 When a vector tile style rule is set to "(all layers)", ensure that we correctly fetch the attributes required for the style's filter and labeling for all layers Fixes broken rendering of vector tile style rules set to (all layers) which use attribute filters 25 October 2023, 00:37:20 UTC
6ce7645 Update test to newer methods 25 October 2023, 00:37:20 UTC
184dd70 INSTALL.md: Fix fedora38 packages There is no `qwt-devel` but `qwt-qt5-devel`, already mentionned before 24 October 2023, 21:43:46 UTC
0fce157 pass a text file with input data files to tile tool (refs #53970) 24 October 2023, 21:43:00 UTC
3ed8b17 pass a text file with input data files to merge tool (refs #53970) 24 October 2023, 21:43:00 UTC
69895b4 pass a text file with input data files to build vpc tool (fix #53970) 24 October 2023, 21:43:00 UTC
c9da9b7 update pdal_wrench to 1.1 24 October 2023, 21:43:00 UTC
822aa1e cmake: add a patch to build on fedora38. Fixes #54348 24 October 2023, 14:52:33 UTC
35e7f15 add mask 24 October 2023, 14:27:10 UTC
3472bb7 Fixes #54926 : Correct masking with SVG symbol 24 October 2023, 14:27:10 UTC
1f1e8b5 Avoid multiple layer access calls where possible 24 October 2023, 09:06:12 UTC
e1d08fa Don't condense profile results from duplicate layers with the same name into one entry in the renderer profile chart 24 October 2023, 01:16:43 UTC
0550941 Fix test on python 3.12 Builtin exception string format has changed 23 October 2023, 20:45:12 UTC
a1f9039 Fix invalid escape sequences in docstrings for enums with since annotation 23 October 2023, 20:44:46 UTC
e55de90 make userData a property so it calls getUserData to avoid crash 23 October 2023, 15:03:42 UTC
1d1b7c9 Remove custom FALLTHROUGH define We don't need this anymore since we require c++17 anyway, and it raises build warnings due to macro redefinition with newer GRASS 23 October 2023, 06:58:17 UTC
9b095c5 Revert "Revert "Allowing storing GPGK raster layer styles to DB"" This reverts commit 9d8a72256893bd31a51d85927e9abd9cdb5eed29. 23 October 2023, 03:47:40 UTC
07345e5 Run doxygen layout checker in prepare-commit script, when possible Helps preventing useless CI wait like in here: https://github.com/qgis/QGIS/actions/runs/6518501862/job/17703989815?pr=54934 Allow passing list of files to check to test_doxygen_layout.sh script 23 October 2023, 03:15:57 UTC
f426999 Drop the temporary QgsRectangle::createNull static, not more needed 23 October 2023, 00:07:42 UTC
376f979 Stop considering 0,0,0,0 as a Null QgsRectangle Construct a proper null rectangle by default. Make sure a Null rectangle is always also considered Empty. Print Null rectangle as Null, still print details of Empty rectangles. Update expected QgsRectangle::toString output on Null rectangle Includes unit tests Closes GH-45563 23 October 2023, 00:07:42 UTC
fc81e81 Reduce use of magic numbers in provider tests Expose these methods: - referenceExtent() - referenceSubsetString3Extent() 23 October 2023, 00:07:42 UTC
back to top