https://github.com/qgis/QGIS

sort by:
Revision Author Date Message Commit Date
e7fdad6 Release of 3.16.15 17 December 2021, 12:04:58 UTC
c87c6d6 translation update for 3.16.15 from transifex 17 December 2021, 12:04:53 UTC
ba819d5 Fix setting manual table content through PyQGIS Fixes #44871 16 December 2021, 01:16:41 UTC
cc1b49f dxf export: fix output of offset linestrings (cherry picked from commit 077083a7a690c34210ea33371f86f54d74287995) 14 December 2021, 23:20:46 UTC
0837f20 Merge pull request #46474 from qgis/backport-46465-to-release-3_16 [Backport release-3_16] [spatialite] Fix crash when loading certain spatialite layers 14 December 2021, 05:29:36 UTC
74a9fef [spatialite] Fix crash when loading certain spatialite layers 14 December 2021, 02:19:08 UTC
bd96969 Fix outdated geometry is returned for feature when a feature has both unsaved attribute and geometry changes and an expression based request is used 13 December 2021, 07:51:53 UTC
8ad98bd Fix crash when parsing mapbox style with labeling containing mixed literal and string references Fixes #46321 (cherry picked from commit 5d3a8df9eacb4a3e6389aae102dc27dea1805f0a) (cherry picked from commit 950049b2b4b37800a4e499ba1bbe7101e6fb87d3) 07 December 2021, 02:55:28 UTC
1662402 kdab don't offer clazy appimages anymore 06 December 2021, 19:36:25 UTC
2286621 Fix signature of showException in test runner 01 December 2021, 20:17:22 UTC
0343384 Fix API issues causing malformed python stub files Fixes #46240 29 November 2021, 03:56:24 UTC
2d851f8 Merge pull request #44961 from agiudiceandrea/backport-39751-on-release-3_16 [Backport release-3_16] Vertex editor: make displayed coordinate precision configurable 26 November 2021, 07:02:42 UTC
2f74ac3 Actions - Fix default variables provided in examples 26 November 2021, 01:35:29 UTC
c00e29a Fix "Polygons to lines" algorithm group name 25 November 2021, 22:19:43 UTC
4279198 Release of 3.16.14 19 November 2021, 12:10:19 UTC
59a34c0 translation update for 3.16.14 from transifex 19 November 2021, 12:10:14 UTC
854f6cb [processing] fix order of command line arguments in gdal_polygonize (fix #46045) 16 November 2021, 02:28:08 UTC
3d236b0 fix crash (fixes #46002) (backports 1233c89d7e0d and 4690ed07f0a1c143f0c9c275a939d1e2ffb05f8c) 11 November 2021, 22:35:47 UTC
0b98c35 Homogenize toMapLayer function definition 08 November 2021, 02:11:35 UTC
64b92c2 dxf export: add map settings scope to labeling expression render context 06 November 2021, 06:18:09 UTC
cd6c000 don't restrict create grid algorithm output for use as inputs to line and point parameters (fix #45867) 06 November 2021, 05:51:14 UTC
19a08af Add geometryType() method to root Table class 06 November 2021, 04:02:56 UTC
24b0a7d [MetaSearch] remove data.gov CSW from default connections list (#43386) 06 November 2021, 04:02:11 UTC
043eae9 Revert "Revert back to 3.16.12" This reverts commit e6f70e47d3c795cf0693b9079e2aa5fa00167d21. 06 November 2021, 04:00:33 UTC
a8618a9 Release of 3.16.13 05 November 2021, 12:00:06 UTC
e6f70e4 Revert back to 3.16.12 04 November 2021, 00:29:08 UTC
526f570 Sipify 02 November 2021, 04:04:45 UTC
582d6b6 Add some missing /Factory/ annotations 02 November 2021, 04:04:45 UTC
4b43f07 Improve documentation 02 November 2021, 04:04:45 UTC
d2520ae CI - Update release URL when it is a bugfix release 02 November 2021, 02:32:54 UTC
e11b39c Add missing meters at scale unit type for the heatmap and point clustering renderer widgets 01 November 2021, 22:25:29 UTC
30b1ff2 Be case tolerant 01 November 2021, 03:19:46 UTC
28411f6 Accept also "true" for queryable/opaque/noSubsets attributes 01 November 2021, 03:19:46 UTC
ef0d9a4 Save/load projectsInDatabase in PG connections Fix #45508 01 November 2021, 03:19:46 UTC
ce106c8 [Backport queued_ltr_backports] Correctly escape complex source strings in history log (#45428) Fixes #45403 01 November 2021, 03:19:46 UTC
53e4b22 Fix landing page after d61df93315e Handle the messy initial / by making sure the paths matches are evaluated against a sanitized URL that always starts with a / Cherry-picked from master 01 November 2021, 03:19:46 UTC
9990ad2 Server OGC API handler: make it more robust in path matching 01 November 2021, 03:19:46 UTC
8bc90ce More tests for href 01 November 2021, 03:19:46 UTC
77b3433 Server OGC API: fix url path match Fixes #45439 01 November 2021, 03:19:46 UTC
a51e720 [Tests][Server] WMS GetLegendGraphic JSON for layer with multiple symbols Add a test for WMS GetLegendGraphic to JSOn format for a vector layer with multiple symbols 01 November 2021, 03:19:46 UTC
51220eb Move deallocation after the failure 01 November 2021, 03:19:46 UTC
06cb0ce indent 01 November 2021, 03:19:46 UTC
d304ad8 fix test position 01 November 2021, 03:19:46 UTC
adda806 Fix PG error when failing to update geom & constrained field The problem was that throwing an exception the prepared statement was not deallocated. Fix #45100 01 November 2021, 03:19:46 UTC
bc00191 Fix map grid decoration bottom vertical label Fixes the position of the bottom vertical label of a map grid decoration when a non zero "Distance to map frame" is set 01 November 2021, 03:19:46 UTC
6603cb6 Fix offset background when drawing rotated text using QgsTextRenderer 01 November 2021, 03:19:46 UTC
a495b51 Add text mask 01 November 2021, 03:19:46 UTC
3e8a523 Missing includes 01 November 2021, 03:19:46 UTC
7d54806 Fix feature count for categorized renderer (NULLs) Fixes #45280 Backported from master #45361 01 November 2021, 03:19:46 UTC
d9af4dd Fix wrong cat renderer feature count for NULLs Fixes #45280 01 November 2021, 03:19:46 UTC
935fb7c Fix overwriting default style of geopackage layers Credit to @rouault for the fix! Fixes #42811 (cherry picked from commit eef6939b96407b3d050988be4a0eeb692ffc5b68) 01 November 2021, 03:19:46 UTC
663db59 Add shortcut path when a line symbol is being rendered with a dash pattern which is all 0 lengths This is rendered as no line, so we can skip out early Refs #41994 01 November 2021, 03:19:46 UTC
9ff4ae1 [Server] Fix: WMS GetStyles contains previous SLD_BODY requests The WMS Server restorer does not remove styles created from SLD provided in WMS requests. The custom property that contains the SLD style name has to be checked before the layer style is restored to the project current style. Fundex by Ifremer 01 November 2021, 03:19:46 UTC
86d26c5 Fix DB manager postgis double query Fixes #45318 01 November 2021, 03:19:46 UTC
55dfd57 add QStringLiteral 01 November 2021, 03:19:46 UTC
9ba9692 Fixes #45290 : fix array display in expression builder 01 November 2021, 03:19:46 UTC
bb0718b Also update font btn layer in changeLayer 01 November 2021, 03:19:46 UTC
9fb1583 Table layout item: set source layer in font tool btn Fixes #45098 01 November 2021, 03:19:46 UTC
d54f30e fix #43042 incorrect PostGIS raster extent on macOS 01 November 2021, 03:19:46 UTC
98cd09e check for valid field index in QgsFieldFormatter::representValue 01 November 2021, 03:19:46 UTC
fe4dbff Cache only joined attributes without colliding names Backport of #45170 01 November 2021, 03:19:46 UTC
60e2460 not == => != Co-authored-by: Even Rouault <even.rouault@spatialys.com> 01 November 2021, 03:19:46 UTC
b084b39 Fix Z/M dimension URI via DB Manager. Fixes #34894 01 November 2021, 03:19:46 UTC
7f154ec [Postgres] Fixes #39146 save of cleared attributes 01 November 2021, 03:19:46 UTC
f5fa61a Fixes #45198 : Don't return default value when null 01 November 2021, 03:19:46 UTC
d63f34a Also reset field precision 01 November 2021, 03:19:46 UTC
15527e2 Add missing include Fix build error on centos7 01 November 2021, 03:19:46 UTC
f8b3bec [WFS provider] Honour DCP HTTP URLs for transactions and SQL query builder (fixes #45242) 01 November 2021, 03:19:46 UTC
7efd771 Use QgsFileUtils::ensureFileNameHasExtension 01 November 2021, 03:19:46 UTC
1571606 New shapefile layer dialog: avoid accidental overwrite of a file whose extension is not specified and avoid closing the dialog when the user doesn't confirm overwriting Fixes #44299 01 November 2021, 03:19:46 UTC
8df016d QgisApp::closeProject(): cancel canvas jobs before closing the project, to avoid rendering jobs to access deleted objects (fixes #44144) 01 November 2021, 03:19:46 UTC
9a04cd8 Geometry Checker: Enlarge FeatureID from string(10) to string(20). Fixes #44250 01 November 2021, 03:19:46 UTC
7a09119 test_provider_wfs.py: update testSelectZeroFeature() for 3.16 branch 01 November 2021, 03:19:46 UTC
7014682 test_provider_wfs.py: update testSelectZeroFeature() for 3.16 branch 01 November 2021, 03:19:46 UTC
5f24c9a Use correct schema for WFS 1.1.0 GetFeature response 01 November 2021, 03:19:46 UTC
227d053 Fixes #44749 : list styles from database for layer with no geom 01 November 2021, 03:19:46 UTC
2fec04e QgsFeature::setId improve documentation with a warning. fixes #44898 01 November 2021, 03:19:46 UTC
d6f67c6 Don't crash collecting stats when band is not valid unreported Cherry-picked from master 6039deda1b. 01 November 2021, 03:19:46 UTC
25aaacf GDAL Use proper type when sampling raster Fixes #44902 01 November 2021, 03:19:46 UTC
4caf8bb fix spell check 01 November 2021, 03:19:46 UTC
ba1be28 Fixes #44270 : Update processing multiple selection widget selection on item reordering 01 November 2021, 03:19:46 UTC
307943d fix 3D mesh terrain when CRS are different from map 01 November 2021, 03:19:46 UTC
99e0efb fix control image 01 November 2021, 03:19:46 UTC
390cd6f fix version 01 November 2021, 03:19:46 UTC
2a4485f Add test for visiblePolygonWithBuffer 01 November 2021, 03:19:46 UTC
d90333b fix code formatting 01 November 2021, 03:19:46 UTC
df58067 Fix GetMap tile_buffer when labels are rotated 01 November 2021, 03:19:46 UTC
7dddf19 Update qgsrasterpipe.cpp 01 November 2021, 03:19:46 UTC
0fabd28 fix build 01 November 2021, 03:19:46 UTC
286f8dd [backport] Fix raster change datasource Fixes #44929 Cherry-picked from master 30f3a5d4bc. 01 November 2021, 03:19:46 UTC
acdcd02 WFS: set namespace prefix on geometry and attribute elements in FILTER when the typename has an explicit namespace (fixes #43957) 01 November 2021, 03:19:46 UTC
5b42086 WFS: try harder guessing the layer geometry type when a filter returns 0 features (fixes #43950) 01 November 2021, 03:19:46 UTC
fadb0d5 test 01 November 2021, 03:19:46 UTC
788910e fix QgsRectangle::include 01 November 2021, 03:19:46 UTC
773dcdb WFS: emit hint when an axis order issue is likely (fixes #44054) 01 November 2021, 03:19:46 UTC
74bf4cb Add check for empty geom in QgsGeos::closestPoint (#45635) 23 October 2021, 20:03:41 UTC
be6cb03 Release of 3.16.12 22 October 2021, 12:10:34 UTC
619bb2d translation update for 3.16.12 from transifex 22 October 2021, 12:10:28 UTC
7b7a724 Update qgspostgresrasterprovider.cpp 19 October 2021, 00:45:10 UTC
e4a8190 Don't restrict smooth algorithm outputs for use as inputs to line parameters Fixes #45503 17 October 2021, 22:12:01 UTC
back to top