sort by:
Revision Author Date Message Commit Date
607f819 List 3.16 (LTR) in 3.18 API C++ doc pages (#42796) 15 April 2021, 11:19:02 UTC
bfa38f2 debian packaging: fix hirsute python library detection 13 April 2021, 12:23:59 UTC
f4bbede Merge pull request #42774 from qgis/backport-42748-to-release-3_18 [Backport release-3_18] Update user groups data 12 April 2021, 16:25:33 UTC
cbda346 Merge pull request #42748 from gacarrillor/add_4_new_user_groups Update user groups data 12 April 2021, 15:09:23 UTC
da623ce scripts/scandeps.pl: drop qt5-default, add pandoc, run (cherry picked from commit 17084b8cf50a231642ec197b6b2a077520a476f2) 12 April 2021, 11:03:17 UTC
3535bb6 Merge pull request #42738 from qgis/backport-42736-to-release-3_18 [Backport release-3_18] Update server landing page sources 10 April 2021, 08:57:14 UTC
8a50753 Merge pull request #42736 from pathmapper/favicon Update server landing page sources 09 April 2021, 13:58:06 UTC
352c9f4 Merge pull request #42725 from qgis/backport-42720-to-release-3_18 [Backport release-3_18] Server landing page - update minified version 08 April 2021, 21:16:17 UTC
e3445f2 Merge pull request #42720 from pathmapper/lp_minified Server landing page - update minified version 08 April 2021, 20:21:05 UTC
70fa8cc Merge pull request #42721 from pathmapper/backport-42697-to-release-3_18 [Backport release-3_18] Use recommended osm tile url for server API - Features and landingpage 08 April 2021, 20:15:56 UTC
ca0a8ae Use recommended osm tile url for server API - Features and landingpage (#42697) * Use recommended osm tile url 08 April 2021, 10:52:29 UTC
84e6bae Ensure that cached vector getFeatures request respect provider ordering 07 April 2021, 23:54:59 UTC
36c3473 fix MSSQL extent in geometry table (#42684) 07 April 2021, 23:53:48 UTC
1277b17 make wms server field configuration translatable (cherry picked from commit e6e78f07de96c691c478f5ae1c7979be8be15db8) 07 April 2021, 21:30:12 UTC
c1a9088 [processing] When configurating a field calculator algorithm in a model, ensure that the correct expression context is set for the widget Otherwise we don't see any of the available variables ready for use in the calculation. We need to do this manually after creating the widget, because the context generator isn't set till after the widget is created, and this particular widget configuration doesn't fetch the expression context on demand. 07 April 2021, 02:35:30 UTC
c57ab07 Ensure that the @geometry_part_num variable exactly matches the correct part ordering for polygon features Because we sort and render polygon parts in descending area order, we can't use the order of parts rendered for this variable or we'll be giving a different part number vs the actual geometry part number. (cherry picked from commit 684a4222680326c656991218dcac8f59751734d8) 07 April 2021, 02:31:53 UTC
fd8069e Gracefully handle import errors in console Fixes opening the console when 3d library is not built Fixes #41855 07 April 2021, 02:30:02 UTC
5027350 Don't crash when trying to insert dynamic text into an empty report Fixes #42579 07 April 2021, 02:29:41 UTC
8322e80 Natural Breaks (Jenks) classification causes crash (#42618) 07 April 2021, 02:29:22 UTC
523510c make methods of QgsMapLayerAction virtual so the canRunUsingLayer can be fine tuned (#42613) 06 April 2021, 06:50:00 UTC
3fea7b6 debian packaging: fix hirsute 04 April 2021, 12:21:27 UTC
73451bf remove cpp check on 16.04 (#42616) 02 April 2021, 22:31:13 UTC
ce12cc4 [sipify] fix static const inline (#42607) (#42608) 01 April 2021, 12:59:58 UTC
2450c41 Disable the prefetching of images from OWS services See: https://lists.osgeo.org/pipermail/qgis-developer/2021-February/063165.html and a followup of https://github.com/qgis/QGIS/pull/41832 Never prefetch tiled OWS layers 01 April 2021, 01:01:39 UTC
c0eb58d fix api version 31 March 2021, 23:34:10 UTC
61dbc69 Fix doxygen 31 March 2021, 23:34:10 UTC
f402840 Update widget state when scale locked state is changed from API 31 March 2021, 23:34:10 UTC
4638aa9 Add multipart option for processing geometry parameter 31 March 2021, 23:31:29 UTC
4a1b22c Merge pull request #42411 from rldhont/vector-xml-extent-dp-has-metadata [Vector] Use XML Extent even if data provider has metadata 31 March 2021, 23:27:28 UTC
66c8ec6 [Backport release-3_18][Server] Speed up WMS GetCapabilities by removing featureCount Backport 803848a85547e776936aa4d6b3b3daecf224b1be from #42409 30 March 2021, 22:58:06 UTC
70eac1c Merge pull request #42553 from gis-ops/nn_fix_http_error_response Fill QgsNetworkReplyContent.content() on HTTP error 29 March 2021, 23:47:34 UTC
cd0bf03 [processing] Fix encoding for raster analysis algorithm outputs 29 March 2021, 23:13:52 UTC
1d16290 Merge pull request #42550 from 3nids/bp318 QgsAbstractRelationEditor fixes 29 March 2021, 14:15:28 UTC
061aeb8 Fix AbstractRelationEditorWidget not updating/inserting referenced layer QgsAbstractRelationEditorWidget need to update/insert the referenced layer field also when an nm relation is used. This was not the case for addFeature and linkFeature methods. 29 March 2021, 12:41:11 UTC
d856156 Apply suggestions from code review Co-authored-by: Ivan Ivanov <suricactus@users.noreply.github.com> 29 March 2021, 12:41:11 UTC
390686f Added missing calls to updateUi hook 29 March 2021, 12:41:10 UTC
b3d15ed Merge pull request #42384 from domi4484/missingNmRelationQgsAbstractRelationEditorConfigWidget (#42542) Set missing nm relation for QgsAbstractRelationEditorConfigWidget Co-authored-by: Alessandro Pasotti <elpaso@itopen.it> 29 March 2021, 08:25:46 UTC
9164e04 Merge pull request #42296 from domi4484/fixNmRelationMissing (#42543) Fix QgsAbstractRelationEditorWidget inconsistency NmRelation / NmRelationId Co-authored-by: Matthias Kuhn <matthias@opengis.ch> 29 March 2021, 08:24:37 UTC
0d261d2 Fix fid collisions when pasting features into a gpkg/spatialite dataset 29 March 2021, 03:22:39 UTC
0ac31cc Change default search completion mode in the attribute table for string based fields 28 March 2021, 22:45:32 UTC
cf201d9 osgeo4w: fix nightlies with nightlies of proj and gdal 27 March 2021, 18:42:21 UTC
e9b2adb fix submission in nightlies (cherry picked from commit bc1f5d23d66b1e3de00225c3b4bb380299010f8f) 26 March 2021, 22:35:41 UTC
6943e4e Merge pull request #42412 from elpaso/optimization-ogr-avoid-double-load-fields-call Prevent double expensive calls to loadFields in OGR 26 March 2021, 04:06:25 UTC
924c70d Fix crash when changing point cloud to Attribute by Ramp renderer Fixes #42486 26 March 2021, 03:53:12 UTC
a15d881 [labeling] Fix handling of data-defined callouts (both UI/UX and rendering) 26 March 2021, 02:53:51 UTC
82af02c [labeling] Fix handling of data-defined buffers (both UI/UX and rendering behavior) 25 March 2021, 21:49:14 UTC
b6f66f2 Merge pull request #42472 from elpaso/bugfix-gh42405-wrong-password-encoding-with-auth-basic-followup Fix auth basic encoding (no auth system) 25 March 2021, 21:45:30 UTC
0398e73 Fix invalid cast of QgsProperty as bool to store in strings 25 March 2021, 06:22:35 UTC
035fbf0 Fix mesh layer properties dialog doesn't open at the temporal page when clicking the temporal icon for a mesh layer 25 March 2021, 05:06:29 UTC
7c538c4 [processing][saga] Fix misleading 'layer could not be generated' error after running algorithms which create raster files 25 March 2021, 04:12:13 UTC
c167cfb Fix auth basic non-ascii encoding Fixes #42405 24 March 2021, 23:13:42 UTC
54329bf spelling fixes (cherry picked from commit 2d1aa68f0d044f2aced7ebeca8d2fa6b754ac970) 23 March 2021, 19:42:06 UTC
a10026c fix update_news.pl and update NEWS.md (cherry picked from commit e45b81989721ace64ad04dd137a62ada07d3c5b2) 23 March 2021, 14:34:51 UTC
c84f73d Merge pull request #42363 from nyalldawson/fix_42350 When running "point on surface" with "create point for each part" option enabled, discard incoming fid fields and regenerate 23 March 2021, 04:16:12 UTC
cb93e3b Fix some ArcGis VectorTileServer urls cannot be directly loaded Some services don't default to returning JSON for the capabilities, so explicitly request it Fixes #42314 23 March 2021, 04:15:55 UTC
ddd506e Fix cannot add qlr from browser (fixes #42366) 23 March 2021, 04:15:47 UTC
e264967 Merge pull request #42381 from agiudiceandrea/fix-centroids-alg [processing] Fix "Centroids" alg with multipart geometries and fid field in geopackage 22 March 2021, 23:30:48 UTC
cd69c28 [Backport release-3_18] fix open form button not always enabled in relation reference widget (#42319) * fix open form button not always enabled in relation reference widget (#42144) * fix open form button not always enabled in relation reference widget when the underlying model has more feature than what the model fetches by default (100), the feature is not fetched yet when the combobox has its index changed the new signal allows to be aware when the feature is ready to be used * remove leftover Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com> 22 March 2021, 12:57:07 UTC
b0fe81e Prevent collapse/expand in Dynamic SVG parameters table (#42185) (#42382) Co-authored-by: Jorge Gustavo Rocha <jgr@geomaster.pt> 22 March 2021, 12:55:19 UTC
2e888c4 Fix relation editor widget not visible if n:m relation name is empty (#42312) (#42320) Check relations for equality by Id instead of name and check only if the relation in context is valid. Co-authored-by: Damiano <damiano@opengis.ch> 22 March 2021, 07:51:39 UTC
c977277 Merge pull request #42316 from qgis/backport-42295-to-release-3_18 [Backport release-3_18] Fix wrong attr values in joined fields 22 March 2021, 07:01:45 UTC
6239efc add temporal controller ui file to GUI_UI headers 22 March 2021, 00:00:48 UTC
d16fe9a Fix Help button for "Raster Layer Save as..." dlg Replace "managing_data_source/create_layers.html#save-layer-from-an-existing-file" with "managing_data_source/create_layers.html#creating-new-layers-from-an-existing-layer" 21 March 2021, 19:33:17 UTC
096a36c Fix Help button for "Vector Layer Save as..." dlg Replace "managing_data_source/create_layers.html#save-layer-from-an-existing-file" with "managing_data_source/create_layers.html#creating-new-layers-from-an-existing-layer" 21 March 2021, 19:33:17 UTC
a1c9847 Merge pull request #42341 from t0b3/release-3_18 This allows building against QT 5.15.2. 20 March 2021, 11:07:50 UTC
32de558 This allows building against QT 5.15.2. 20 March 2021, 08:13:17 UTC
69c5d92 Fix building QGIS when WITH_GUI is false 20 March 2021, 07:17:02 UTC
2636d3f fix cache renew for layer dependencies 19 March 2021, 23:31:45 UTC
aa7f1e7 Allow loading GPKG layers with GEOMETRY type (#42253) 19 March 2021, 23:20:25 UTC
fc25866 More masks 19 March 2021, 23:19:38 UTC
08aa3fe Update mask images 19 March 2021, 23:19:38 UTC
520331c Fix WMS DPI scale rounding error Backported from master PR #42292 19 March 2021, 23:19:38 UTC
202f1bf Release of 3.18.1 19 March 2021, 12:09:08 UTC
a1bfa5b translation update for 3.18.1 from transifex 19 March 2021, 12:09:02 UTC
8f3f960 translation string fix 19 March 2021, 11:36:41 UTC
db732fc Use qgis::make_unique 18 March 2021, 20:20:06 UTC
d8d18b2 Merge pull request #42187 from wonder-sk/fix-rasterize-alg-layer-list Fix wrong list of layers in Rasterize alg (Convert map to raster) 18 March 2021, 20:20:06 UTC
6e16b0f Merge pull request #42295 from suricactus/fix_attr_table_shifts2 Fix wrong attr values in joined fields 18 March 2021, 18:32:25 UTC
50c0728 Merge pull request #42276 from elpaso/bugfix-gh42275-wfs3-string-fids-template Fix wfs3 template with string fids 17 March 2021, 02:54:46 UTC
0b36c7b Merge pull request #42198 from qgis/backport-42189-to-release-3_18 [Backport release-3_18] [ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets 16 March 2021, 23:52:41 UTC
b2b7956 [processing] Fix misleading "cancel" label shown for "close" button This button isn't a cancel button - it just closes the dialog, and doesn't abort any changes which have already been made as a result of running the algorithm through the dialog. 16 March 2021, 19:12:37 UTC
42ee7ef [ogr][gdal] Proper vsi{zip,tar,gzip} uri decoding/encoding 16 March 2021, 19:12:03 UTC
1802269 Follow up a1e57a7 : fix handling of filtered layers 16 March 2021, 08:52:46 UTC
f4e4d88 [processing][gdal] Fix parsing of creation options for Roughness alg 16 March 2021, 08:40:56 UTC
d740a22 [processing] Fix use of "Save log to file" algorithm in models run from the qgis_process standalone tool 15 March 2021, 05:49:02 UTC
802bb63 Make Joins properties summary table translatable 15 March 2021, 03:36:32 UTC
8fcdf2f Merge pull request #42193 from elpaso/raster-legend-add-option-to-use-separate-items Add option to use the old legend style 14 March 2021, 23:43:59 UTC
fb51b47 [pal] Fix crash in labeling polygons in some rare circumstance which I can only reproduce on a single project But this code is so totally unreadable that it's not suprising that there's all kinds of nasty here. In this case the crash is caused when the polygon part calculated by "splitPolygons" (which does... something... to a polygon) results in a zero area polygon (because... reasons). So add a safeguard in to avoid this situation. Also rename class to something saner 14 March 2021, 23:27:20 UTC
2978e4b [processing] Fix output from Snap Geometries algorithms cannot be plugged into algorithm inputs requiring a point or line geometry type Fixes #42200 14 March 2021, 22:39:29 UTC
6eeedbb Allow point clouds, mesh, vector tiles to be exported to qlr and qml files through layer tree menu, and ensure that the styles can be reapplied to the layer Fixes #42111 Fixes #42112 (cherry picked from commit d9f0bb5dfcf45791d21d5cf495c8d0655ab84a8d) 12 March 2021, 02:27:55 UTC
935e0c6 Merge pull request #42189 from nirvn/ogr_csv_xlsx_ods [ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets 11 March 2021, 11:54:14 UTC
acc0eb4 Enable the use of the browse button for spatialite provider in missing layer dialog 11 March 2021, 04:30:57 UTC
5c101e7 Correctly store absolute/relative paths for point clouds in projects Fixes #42114 11 March 2021, 00:50:45 UTC
2884e07 Fix application hangs when attempting to load qlr file for non vector/raster/vector-tile layer types Refs #42112 11 March 2021, 00:50:23 UTC
d8b6060 Since (cherry picked from commit fd1c9f3ad1750bbf15b3deaf04667a29bf15b50f) 11 March 2021, 00:49:56 UTC
3186a13 Spelling, sip (cherry picked from commit def799810d7edda3fe82589a56553b63fde7c68a) 11 March 2021, 00:49:56 UTC
419fe14 Allow repairing point cloud layer paths in bad layer handler dialog Fixes #42113 (cherry picked from commit 73613b782e250b3010752985116a27b9cef92342) 11 March 2021, 00:49:56 UTC
7fe89de Allow browsing for csv file paths in bad layer handler for delimited text layers (cherry picked from commit fbcf0e740156a34938f0f83a903b4bda1ac04933) 11 March 2021, 00:49:56 UTC
b22bf2e Fix broken bad layer handler dialog Fixes #42155 (cherry picked from commit 14c76301b39be23658ce9d01aca266574646643f) 11 March 2021, 00:49:56 UTC
9e20437 Stored paths must NEVER be windows style paths (cherry picked from commit d13689d533e4c43c4a3c7c84ca3a110ff3f15028) 11 March 2021, 00:49:56 UTC
back to top