sort by:
Revision Author Date Message Commit Date
d46349e QgsAuthOAuth2Method: use a recursive mutex 10 November 2020, 11:03:30 UTC
a191ffd only _AddDllDirectory existing directories (fixes OSGeo4W#649) 09 November 2020, 19:01:46 UTC
0ee4ffd test_qgsproject.py: no longer used deprecated way of importing ogr 06 November 2020, 21:54:09 UTC
0213197 Merge pull request #39837 from skampus/patch-8 Update tsstat.pl 06 November 2020, 12:33:42 UTC
7c784a8 Update tsstat.pl Added a new Italian Translator 06 November 2020, 11:15:14 UTC
01baa2d backport fix for #38476 01 November 2020, 21:45:40 UTC
613f5b8 PG provider connection API: convert to bools Fixes #33130 Backport from master/2.16 29 October 2020, 22:33:54 UTC
baf00ad [RPM] Make spec file compatible with Fedora 33 24 October 2020, 21:30:30 UTC
a5bba9b [themes] Fix vertical slider fill color and sliders' invertedAppearance fill (cherry picked from commit 4f834cafb88780baa76cd02fbdee193435fea248) 23 October 2020, 19:48:02 UTC
d1dc430 [themes] Fix tiny regression with custom indicator for layer tree et cie 23 October 2020, 19:48:02 UTC
58e9a68 [themes] Fix missing background fill for user input widgets (fixes #39452) 23 October 2020, 19:48:02 UTC
be59787 [OGR provider / GPKG] Avoid skipConstraintCheck() return true on the GPKG fid colum (cherry picked from commit 212085e94f7635fc2ae0b2fb3506e856ea370c50) 23 October 2020, 19:48:02 UTC
2eff708 FIX: QgsCoordinateReferenceSystem::createFrom* has to return CRS's validity The methods `QgsCoordinateReferenceSystem::createFrom*` returned true when the CRS was found in cache instead of the CRS's validity. This fixed it and the tests. 23 October 2020, 19:48:02 UTC
cb010a3 Fix WMS auth basic password encoding Fixes #39243 Manually backported from master https://github.com/qgis/QGIS/pull/39347 23 October 2020, 19:48:02 UTC
6172206 no & 23 October 2020, 19:48:02 UTC
4363e20 Test for issue 39230 expressions fields in ogr Backported from master bacd987b06887f4451cd5a80e05abed3ea38a55a 23 October 2020, 19:48:02 UTC
ff18c71 Don't bark when there are expression fiels Fixes #39230 23 October 2020, 19:48:02 UTC
d1abf1e Fix translation for geometry checks Q_DECLARE_TR_FUNCTIONS must be used in the subclass. If used from the super class it simply does not work. 23 October 2020, 19:48:02 UTC
467cce7 GUI: renaming GPKG layer: allow any character but | (fixes #39288) (cherry picked from commit f940ffc6d0db4aaa818e0debc93269f1f889cdf5) 23 October 2020, 19:48:02 UTC
c8d8225 Fixes #37038: Fix drag and drop field order in designer 23 October 2020, 19:48:02 UTC
0aa2b80 Merge pull request #38658 from suricactus/37847_scroll_to_f FIX 37847 New feature is hidden when created from attribute table 23 October 2020, 19:48:02 UTC
e5ab8ef Fix 'hide all layers' UX 23 October 2020, 19:48:02 UTC
c024c52 GML streaming parser / WFS: correctly deal with gml:id attributes before passing geometry to OGR (fixes #39081) (cherry picked from commit 80f00f84c0dbe39fa6c40df87f1444cee2a120d0) 23 October 2020, 19:48:02 UTC
6d17ac8 Fix server WFS-T 1.1.0 wrong case in transaction response Fixes #38558 (cherry picked from commit aa79a840170b4cb62283036e35750c3662160794) 23 October 2020, 19:48:02 UTC
66dc90c Fixes value relation line edit not found values When there is no match in the relation layer, show "(no selection)" instead of NOT updating the widget (which was the reported issue). Fixes #38552 (cherry picked from commit 448f7d9d8199af7895aa05c83161a6d4062c3c99) 23 October 2020, 19:48:02 UTC
b0bdb3f Manual backport of master fix for PG mixed geometries Plus a new test case, fixes #35367 and #38565 The new test case needs forward port to master 23 October 2020, 19:48:02 UTC
5266b7f Fix grassname of raster layer bands in r_rgb.py (cherry picked from commit e7e08fd5045b4fbbec5078ed30de644dabd5ce41) 23 October 2020, 19:48:02 UTC
571f3bd [WFS provider] Fix freeze when feature requests issued from main thread and authentication manager triggers (fixes #37224) 23 October 2020, 19:48:02 UTC
2d99271 Fix various nullptr dereference when opening project with broken raster provider Found when replacing <provider>gdal</provider> by something else. Number of nullptr checks in QgsRasterLayer class have been just added for consistency. Some might not be triggerable. 23 October 2020, 19:48:02 UTC
7f80077 Fix constraint metadata is duplicated after opening layer properties Fixes #38916 (cherry picked from commit 6a002573c00a8a8e11443eaca28b57a8ad6de4c0) 23 October 2020, 19:48:02 UTC
51d19dd Increase precision of georeferencing coordinates used when creating GeoPDF composition file Fixes shift in geopdf feature positions when using geographic CRS at large scales Fixes #37755 (cherry picked from commit 0b77f187ec5a14651457fd07f306cba2511fb854) 23 October 2020, 19:48:02 UTC
fb6643e When a layer is being removed from the project, gracefully close and cleanup all panels in the layer styling dock Fixes #38920 (cherry picked from commit 67ec244864ca6f9290e1f35a1a0c60b4888fe686) 23 October 2020, 19:48:02 UTC
0d4f0a3 Fixes #31798 : don't convert bool to string in virtual layer (cherry picked from commit 36a7d1b8c468ae14ccde7a8334e30d8140f26e6e) 23 October 2020, 19:48:02 UTC
08a8592 VectorFileWriter/OGR provider: workaround GDAL 3.1.x bug regarding XLSX and ODS creation GDAL 3.1.0 to 3.1.3 will create XLSX and ODS files with ZIP64 extensions, which make them incompatible of current LibreOffice versions. This has been fixed in GDAL now, but this can be workaround on QGIS side too if using those buggy versions. (cherry picked from commit 3d0a14e1dc5b7b2d94df13277b896b28c8c518cc) 23 October 2020, 19:48:02 UTC
ab38f31 fix segmentation fault 11 on MacOS during closing QGIS (cherry picked from commit cbdda422b0fe66fa16c08bad72e6b7e116e52155) 23 October 2020, 19:48:02 UTC
a1fc689 Transaction and Geopackage datasets: make it work when the layer whose edition is turned off hasn't been modified (fixes #38697) We cannot use QgsDataSourceUri::connectionInfo() as it returns an empty string for OGR datasources. So use QgsTransaction::connectionString() as in other places. (cherry picked from commit 92ed4509fb3ae98362a85cefef09e8b4445724f5) 23 October 2020, 19:48:02 UTC
f48e181 Replace PS character. Fixes #37803 (cherry picked from commit 1bd78908eee84ea03a1238cd52a1cf6a965e171e) 23 October 2020, 19:48:02 UTC
3430bbd [GUI] Identification result: fix warning 'CRITICAL Qt : QTableWidget: cannot insert an item that is already owned by another QTableWidget' (fixes #37215) (cherry picked from commit 079f340e99eedce0007aebfbdc1914f8e6bb7cc0) 23 October 2020, 19:48:02 UTC
6c70e9e [Processing] GdalUtils: fix quoting of arguments with '&' (fixes #38674) (cherry picked from commit c6fe79b60d2ff6743cf1fd5ed38642b6ebafb6fb) 23 October 2020, 19:48:02 UTC
41185f7 [DelimitedText provider] Fix performance issue with files with Unix end-of-line characters Fixes #38068 The performance regression was introduced per commit 644a5647dbdef395993cf406678addfd6978e781 It resulted in quadratic performance in the size of the buffer for CSV files with Unix '\n' end of line character, due to scanning repeatedly for `\r` (cherry picked from commit a66784465a9dd8e9d344e37dbd0f304325ac1f6e) 23 October 2020, 19:48:02 UTC
d217117 Release of 3.10.11 23 October 2020, 12:08:27 UTC
0df45b3 translation update for 3.10.11 from transifex 23 October 2020, 12:08:22 UTC
dfabe32 windows: use Threads along with HDF5 in mdal provider on windows (for HDF5_ENABLE_THREADSAFE=ON) (cherry picked from commit 12a44c7829dda01dfa9ebc35f6d56bd6d295833f) 23 October 2020, 11:23:57 UTC
fb11887 add default UTF-8 encoding to grass provider by default 19 October 2020, 02:31:04 UTC
390384c Merge pull request #39375 from qgis-bot/backport-39359-to-release-3_10 [Backport release-3_10] Fix crash in undo dock when clearing project/closing QGIS 15 October 2020, 05:39:05 UTC
c72c111 Fix crash when snapping to curved geometry without curved segments 15 October 2020, 00:16:24 UTC
5c97ff6 Fix crash in undo dock when clearing project/closing QGIS 14 October 2020, 20:53:10 UTC
f4423aa GDAL provider: don't crash on invalid bands 13 October 2020, 00:12:44 UTC
d4c963e [3d] Fix crash when line feature cannot be buffered E.g. when it has only one vertex (cherry picked from commit f6eed85729a8cbf913155ae16df7499f688ba0fa) 11 October 2020, 22:41:35 UTC
aa014d9 fix crashes in QGIS 3D, mostly directly at project load 11 October 2020, 05:25:32 UTC
3686e01 [processing] Fix error reporting from batch dialog 11 October 2020, 02:37:12 UTC
2207342 Fix layout order on drag drop action, fix #39136 08 October 2020, 06:18:20 UTC
f6c42a7 [VirtualLayer] Catch exception while updating virtual layer stats Fixes #34378 25 September 2020, 19:36:37 UTC
9de7be1 [Backport release-3_10] fix edge case where fkey is 0 in relation reference widget (#39015) * fix edge case where fkey is 0 in relation reference widget * Update qgsfeaturefiltermodel.cpp * Delete qgsfeaturepickermodelbase.cpp Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com> 25 September 2020, 11:08:52 UTC
821c5fe fixed #38938 Wrong GRASS processing description files 23 September 2020, 20:07:21 UTC
307f25b Update tsstat.pl Correction of typo in Italian translators list 22 September 2020, 11:35:02 UTC
d3bcc96 Update translators (closes #38925, #38925, #38927) (cherry picked from commit 1f74f0e0105a08e1cb20ce5e6af96308068a166b) 22 September 2020, 01:39:28 UTC
4d730c3 [GUI] Raster histogram: restore behavior before #35465 changes 18 September 2020, 00:58:39 UTC
711faac Spelling 16 September 2020, 21:28:18 UTC
7a803ae Add a warning about the usage of setInstance 16 September 2020, 21:28:18 UTC
b28393b Update SIP 16 September 2020, 21:28:18 UTC
f9e547c Expose QgsProject::setInstance to API Fixes #38755 Needs forward porting to all active branches 16 September 2020, 21:28:18 UTC
a5a5c4d [backport] Checks for nullptr node from RULE fixes #38766 Backported from master https://github.com/qgis/QGIS/pull/38775 16 September 2020, 21:25:54 UTC
8b051b9 fix #38720 15 September 2020, 09:54:43 UTC
f25f600 Merge pull request #38324 from qgis-bot/backport-38304-to-release-3_10 [Backport release-3_10] Relation reference: Update user interface when adding new entry 12 September 2020, 05:24:36 UTC
4a6532c Merge pull request #38395 from qgis-bot/backport-38348-to-release-3_10 [Backport release-3_10] Fix delimitedtext in virtual layers 12 September 2020, 05:24:09 UTC
1c72a69 Merge pull request #38621 from qgis-bot/backport-38594-to-release-3_10 [Backport release-3_10] Fix project never completes loading layers when a layer has a missing dependancy 12 September 2020, 05:23:40 UTC
962bbff Merge pull request #38693 from qgis-bot/backport-38685-to-release-3_10 [Backport release-3_10] Fix ZoomToFeature in Relation Editor Widget 12 September 2020, 05:22:34 UTC
81f145f Increase max page number to 9999 for item in print layout (cherry picked from commit d090077ba684bd8b1f8255ded55c4022c75bac3a) 11 September 2020, 19:05:55 UTC
bf6266d Resize the news feed splitter if we can and grow it to 50% if it is zero (cherry picked from commit 2a988e83c2069e296980580c74c76eda3fc73ca2) 11 September 2020, 19:05:55 UTC
4362353 Fix 'invisible news' issue where after hiding the news it never comes back. Should be backported to LTR too. (cherry picked from commit f5d1eef8076b3b3f7e130039fc884ad4181cefb0) 11 September 2020, 19:05:55 UTC
bc248a7 [ogr] Improve decoding/encoding of URI - Correctly handle |subset= and |geometrytype= components - More robust logic to handle complex cases - More unit tests (cherry picked from commit 62ce9abb0aa0920a4e22b518f7ae23e17191761e) (cherry picked from commit 60bcaca7598ba9f5a4ab18ec04498e6b55bf8d8a) 11 September 2020, 19:05:55 UTC
ed47dd3 When an svg image has no viewbox tags, try to take the width/height attribute as a fallback for these Allows the aspect ratio of svgs without a viewbox to be determined, resulting in correct rendering as svg markers (cherry picked from commit 0864e0a39ace04fb63b361ba8b0f8d74bffc90eb) 11 September 2020, 19:05:55 UTC
5e6f5d9 Fix SVG marker symbol layer aspect ratio is not recalculated when the marker is pointed to a different source svg (cherry picked from commit 2412a8d6c61f7e128365156bc775387bac2bcfa1) 11 September 2020, 19:05:55 UTC
5ef236f Fix incorrect height shows for svg markers where the aspect ratio is locked to default and source svg isn't square (cherry picked from commit 2f2fb0b32bcebd0fefa85e6957c969aeb20e7cb9) 11 September 2020, 19:05:55 UTC
4941054 [ui] Fix SVG marker widget not properly restoring colors (cherry picked from commit 1386474e3cab2161f2b982a1b604efeadd985270) 11 September 2020, 19:05:55 UTC
ed04841 Fix test for 3.10 (cherry picked from commit 9d5b89f14cd3e620b06c7e2a8e619c8a925cb8df) 11 September 2020, 19:05:55 UTC
1382c4b Backport: Bugfix gh26189 virtual layers subset string Cherry-picked from master (cherry picked from commit 2e9a03401924be903a64f227188cb0e4fe3f1c8e) 11 September 2020, 19:05:55 UTC
f069d56 Fix feature attributes not shown in relation form (cherry picked from commit be190062215ba2b97eb5ea09f10bf178f14d9957) 11 September 2020, 19:05:55 UTC
493fb2e Adjust relation reference config widget Reduce minimum width of the combobox (cherry picked from commit 143a8e6619fa5731143f8479660f7abd98bb617e) 11 September 2020, 19:05:55 UTC
1869829 Release of 3.10.10 11 September 2020, 12:08:33 UTC
57c1470 translation update for 3.10.10 from transifex 11 September 2020, 12:08:28 UTC
a74bbf5 Fix ZoomToFeature in Relation Editor Widget 11 September 2020, 06:57:32 UTC
0c06537 Merge pull request #38411 from qgis-bot/backport-38385-to-release-3_10 [Backport release-3_10] Make relation reference in filter work again 10 September 2020, 07:07:35 UTC
5b55cad Fix project never completes loading layers when a layer has a missing dependancy 07 September 2020, 01:49:58 UTC
c8eae9b fix bad rebase 03 September 2020, 23:00:37 UTC
e355cd1 remove Travis builds for Docker images 03 September 2020, 23:00:37 UTC
bca97e5 [Backport release-3_10] fix crash with missing layer of a relation (#38573) * fix crash with missing layer of a relation 03 September 2020, 22:58:41 UTC
6aec4e6 Merge pull request #38508 from qgis-bot/backport-38488-to-release-3_10 [Backport release-3_10] Server: Call QgsProject::setInstance on project passed as parameter 02 September 2020, 12:05:42 UTC
994f1a2 Merge pull request #38255 from mhugent/3_10_wms_external_layers Port fix for external wms with several layers to 3.10 branch 02 September 2020, 09:29:43 UTC
fe3106d Server: Call QgsProject::setInstance on project passed as parameter 31 August 2020, 08:45:11 UTC
41e0ec1 Fix crash in 3d when changing symbol properties (3.14 backport) 27 August 2020, 05:09:31 UTC
0f7e575 windows: map python PATH changes to Add/RemoveDllDirectory 22 August 2020, 21:31:40 UTC
4a3f140 Make relation reference in filter work again 21 August 2020, 05:21:26 UTC
fa16bdd Fix delimitedtext in virtual layers 20 August 2020, 11:58:52 UTC
e2ae6ba Relation reference: Update user interface when adding new entry 17 August 2020, 08:32:17 UTC
a117639 Treat mdb files as a database source in browser Allows these to be expanded so that particular layers can be loaded, notably allowing projects with broken mdb layer paths to be repaired by allowing users to pick the correct target layer from an mdb file. (cherry picked from commit 463e8ee7fa4e0cf669729372c2f59ec03f06717c) 15 August 2020, 01:48:50 UTC
b63efac [Tests] Check that GDAL Assign Projection updates QgsRasterLayer info (cherry picked from commit f5b819fc4c1291d653c96a398662e1b663a03dfb) 15 August 2020, 01:48:50 UTC
acecc1f [Processing] Fix GDAL Assign Projection: update QgsRasterLayer crs Even if the projection is assign, the QgsRasterLayer and the QgsRasterDataProvider was not updated. The fix reloads the QgsRasterDataProvider's data and updates the QgsRasterLayer's crs. Fixed #37920 (cherry picked from commit 6c44073ff0e30fa36a4ad3a37075002c97b07d4c) 15 August 2020, 01:48:50 UTC
9975cf0 Fixes #37342 : manage Postgres parallel plans when estimating row count 15 August 2020, 01:48:50 UTC
back to top