swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
8234261 Release of 3.12.3 15 May 2020, 12:12:58 UTC
f373705 translation update for 3.12.3 from transifex 15 May 2020, 12:12:52 UTC
c0ae869 Fix SIP QgsHighlight class declaration 15 May 2020, 00:30:17 UTC
9c0093c Revert "[Backport release-3_12] [Oracle] Force multi geometry type at layer level" 14 May 2020, 23:00:23 UTC
84d7523 Merge pull request #36194 from signedav/filterfix_312 Avoid long loading in attributetable on model change 14 May 2020, 18:24:48 UTC
ffdd052 Merge pull request #36434 from qgis-bot/backport-36364-to-release-3_12 [Backport release-3_12] [Oracle] Force multi geometry type at layer level 14 May 2020, 17:37:39 UTC
f6aa330 Folloup to PR 36399 OSM prefetch 14 May 2020, 17:11:07 UTC
75dded4 [Oracle] Force multi geometry type at layer level 14 May 2020, 14:56:07 UTC
600cea2 Merge pull request #36420 from qgis-bot/backport-36399-to-release-3_12 [Backport release-3_12] Fix xyx OSM tiles too many downloads 14 May 2020, 08:24:33 UTC
9c92393 comment featureDeleted handled over selectionChanged 14 May 2020, 07:31:45 UTC
940c50a Fix xyx OSM tiles too many downloads 14 May 2020, 05:46:21 UTC
8b10b33 Fix QgsGeometry nearestPoint and minimalEnclosingCircle when the geometry is empty 12 May 2020, 21:25:45 UTC
b3d168f Avoid temporary destination filename has "." inside. Fixes #36353 12 May 2020, 21:24:39 UTC
c6f1add Merge pull request #36363 from qgis-bot/backport-36352-to-release-3_12 [Backport release-3_12] [Bugfix][Server] WFS DescribeFeatureType: add MultiCurve and MultiSurface in SCHEMA 12 May 2020, 09:09:42 UTC
b2af41b [Bugfix][Server] WFS DescribeFeatureType: add MultiCurve and MultiSurface in SCHEMA 12 May 2020, 06:01:36 UTC
bffd20c [vector layer] Fix minimumValue/maximumValue for joined and virtual fields 11 May 2020, 09:39:54 UTC
805112b Follow up 01ec02a : remove border on QPushButton:open state as Qt merges that with QPushButton:pressed 11 May 2020, 08:38:58 UTC
c6be37d Blacklist PyQgsServerWMSGetPrint This test consistently fails, likely revealing a real issue in the server code (but regardless, a test which fails all the time has no place on the ci) (cherry picked from commit 8211643c84690338a5ba11c8171c68edecd0063a) 11 May 2020, 07:12:03 UTC
9362b62 Code review: using QStringLiteral instead of QString 11 May 2020, 00:33:40 UTC
13cf803 Fixed dropping PostgreSQL materialized views. By default, the PostgreSQL provider allows the user to drop database objects from the Browser tree; however, the PostgreSQL syntax for dropping materialized views is different from dropping ordinary views. This fixes it, and adds the keyword "MATERIALIZED" accordingly. Fixes #36164 11 May 2020, 00:33:40 UTC
d42e44f [processing] fix file filter for i.landsat.toar (fix #36290) 11 May 2020, 00:29:59 UTC
5d89eba osgeo4w: use nightly gdal bindings 10 May 2020, 14:03:29 UTC
fb4df03 Let some tests pass on proj == 6 (<7) versions 07 May 2020, 23:50:54 UTC
c4f1e67 Fix SIP QgsSnapToGridCanvasItem class declaration 07 May 2020, 19:35:19 UTC
0c251a1 [themes] Style checked style of push buttons 07 May 2020, 19:33:19 UTC
702700e Merge pull request #36118 from qgis-bot/backport-35984-to-release-3_12 [Backport release-3_12] [Server] WMS GetPrint group layers: use const list 07 May 2020, 13:47:23 UTC
cd53939 Fix parse_dash_results.py 06 May 2020, 06:27:50 UTC
52b8762 [image cache] Avoid creating an invalid image and painting onto it 06 May 2020, 02:47:29 UTC
8420242 connected vector layer signal featureAdded to reloadVisible and filterFeatures slot instead of datachanged of model since this leaded to unneeded and long reloading after the main model is reloaded fixes #35927 05 May 2020, 07:58:46 UTC
55110ff [processing] Set distanceArea CRS properly in SumLineLengths algorithm 04 May 2020, 06:12:12 UTC
3d534f5 [themes] Fix styling of bottom-located tabs 03 May 2020, 05:18:20 UTC
9cfa285 Merge pull request #36128 from qgis-bot/backport-36124-to-release-3_12 [Backport release-3_12] Fixed fetching NULL bigint pgsql attributes. Fixes #36011 01 May 2020, 18:52:18 UTC
57bde67 Fixed fetching NULL bigint pgsql attributes. Fixes #36011 01 May 2020, 16:59:01 UTC
7bc1152 [Server] WMS GetPrint group layers: use const list 01 May 2020, 06:27:11 UTC
3e21da8 Fix some labels incorrectly flagged as unplaced when they actually are placed 01 May 2020, 02:37:29 UTC
985dba3 Safer workflow when checking for OpenCL 30 April 2020, 00:51:24 UTC
d08cbe8 Avoid unnecessary transforms caused by disconnected GPS widget (cherry picked from commit 326917f1ce3ecf00456cbd94f1b1931ca2330474) 30 April 2020, 00:51:04 UTC
49eb964 Flag another transform as ballpark appropriate (cherry picked from commit b250063076e782aeb9333327e4cf49cf81292a70) 30 April 2020, 00:51:04 UTC
baee39f Ensure correct expression context is shown in expression builder for form container visibility (cherry picked from commit f56327ad1ad88db35563f41ecedd29cf17b7017f) 30 April 2020, 00:51:04 UTC
79b82c3 Correctly utilise expression contexts for attribute form container visibility - we shouldn't use a single member instance of the context here, because continually adding new scopes to that single instance will eventually cause the context to become massive and slow - correctly populate the context with the global/project/layer scopes Fixes #35558 (cherry picked from commit 4ca931dabddac2d308b91e78027ee185d9ea41d2) 30 April 2020, 00:51:04 UTC
77cdfa8 Return null point instead of null geometry for QgsGeometry.fromWkt('Polygon ((0 0, 1 1, 1 0, 0 0))').intersection(QgsGeometry.fromWkt('Point (42 0)')) Refs #35776 (cherry picked from commit b6dcd5d9c34fe218d1ff4f15064baf78773fe674) 30 April 2020, 00:51:04 UTC
4e67318 Added test for tessellator fix (cherry picked from commit 7cc0d92aff228eeb0a4b17426df715577c993da6) 30 April 2020, 00:51:04 UTC
f8cd238 Make tessellator properly handle 2d triangles (fix #36024) (cherry picked from commit 800c54fc913ea3c3490131c5cdbf77e4116339f1) 30 April 2020, 00:51:04 UTC
cf22127 Allow map interactions when multiedit window is open Fix #36059 29 April 2020, 23:42:09 UTC
7d41d3a Fix subset string is ignored for vector layers when running GDAL algorithms 29 April 2020, 22:42:47 UTC
8146e75 Merge pull request #36063 from qgis-bot/backport-36040-to-release-3_12 [Backport release-3_12] Correctly handle bigint PostgreSQL values 29 April 2020, 05:34:32 UTC
1f2374f [Backport release-3_12] fix mesh calculator 28 April 2020, 22:53:46 UTC
a113b5a Correctly handle bigint PostgreSQL values 28 April 2020, 16:52:46 UTC
0d0c3bc Allow custom QgsDataItem types a chance to create a info widget 28 April 2020, 03:44:38 UTC
539de8f [authentication manager] Fix mutex leak 28 April 2020, 01:27:51 UTC
845c587 [authentication manager] Use dedicated mutex for master password check 28 April 2020, 01:27:51 UTC
048d1ad [authentication manager] Avoid crossing mutex wires when checking for master password 28 April 2020, 01:27:51 UTC
fc2cb76 Merge pull request #36021 from qgis-bot/backport-35983-to-release-3_12 [Backport release-3_12] Handle CONSTRAINT TRIGGER on DB Manager/PostgreSQL. 27 April 2020, 20:24:09 UTC
bd4173f Teach the AlgorithmExecutor to count up to 100 27 April 2020, 07:35:13 UTC
373e1cf Handle CONSTRAINT TRIGGER on DB Manager/PostgreSQL. 27 April 2020, 06:05:47 UTC
37aab82 qgswmsrenderer.cpp: avoid confusing aliasing of 'layer' variable name which cauded gcc 5.5 to fail 26 April 2020, 20:27:31 UTC
2f94085 Merge pull request #36003 from qgis-bot/backport-35948-to-release-3_12 [Backport release-3_12] Fix arguments in QgisApp::about() for exported source code 26 April 2020, 13:24:17 UTC
7288f76 Fix arguments in QgisApp::about() for exported source code 26 April 2020, 11:59:57 UTC
be15452 [rastercalc] enable Ok button only when expression and output are set (fix #30420) 24 April 2020, 18:44:54 UTC
e2078a7 QgsAbstractGeometry->segmentize() not returning correct WkbType for multi-geometries 24 April 2020, 02:15:51 UTC
fae2b0d Merge pull request #35945 from qgis-bot/backport-35937-to-release-3_12 [Backport release-3_12] [Tests][Server] WMS GetPrint group Mask file 23 April 2020, 12:49:29 UTC
3811e4c Merge pull request #35923 from elpaso/raster-quantile-shader-increase-sample-size-3_12 [backport] Raster quantile shader increase sample size and bin count 23 April 2020, 10:28:27 UTC
b989b95 [Tests][Server] WMS GetPrint group Mask file 23 April 2020, 10:16:42 UTC
566afd9 [Backport release-3_12] PostgreSQL provider don't cast bigint PKs to text (#35832) * PostgreSQL provider don't cast bigint PKs to text * Apply suggestions from code review Fix merge conflicts Co-Authored-By: José de Paula Rodrigues N. Assis <espinafre@gmail.com> * Fix merge conflicts Co-Authored-By: José de Paula Rodrigues N. Assis <espinafre@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthias Kuhn <matthias@opengis.ch> Co-authored-by: José de Paula Rodrigues N. Assis <espinafre@gmail.com> 23 April 2020, 06:12:57 UTC
72402e6 Merge pull request #35925 from qgis-bot/backport-35277-to-release-3_12 [Backport release-3_12] [Tests][Server] WMS GetPrint group 22 April 2020, 17:03:02 UTC
363f346 [Tests][Server] WMS GetPrint group 22 April 2020, 15:51:37 UTC
95b510b Raster quantile: increase sample size Fixes #35465 (part two) 22 April 2020, 14:46:30 UTC
db739e5 Increase default bin size for raster histograms Fixes #35465 but it is still and arbitrary value, better approaches would require to calculate other dispersion indexes and they seem impractical (inefficient) in this case. See for example: https://en.wikipedia.org/wiki/Freedman%E2%80%93Diaconis_rule 22 April 2020, 14:46:22 UTC
1201e2b Merge pull request #35912 from qgis-bot/backport-35869-to-release-3_12 [Backport release-3_12] fix deprecation warning in qgis.utils (fix #32786) 22 April 2020, 10:29:49 UTC
245fc0e use focal to build Docker images (#35897) 22 April 2020, 06:17:21 UTC
4c84381 fix deprecation warning in qgis.utils (fix #32786) 22 April 2020, 05:47:28 UTC
2f4e50b Fix double-rendering of layout legends on some circumstances 22 April 2020, 02:59:07 UTC
ea0f8e5 old Qgis2.18 slot in QgsAttributeFormlegacyInterface 21 April 2020, 01:29:28 UTC
a617630 Fix tasks don't show in status bar if they start before the widget is created (cherry picked from commit 839a1b85e15602d7652ec8d42c0756de42f83d6d) 20 April 2020, 06:32:56 UTC
ccca075 Don't prompt to cancel the news feed task on shutdown If it hasn't completed, just cancel it immediately without prompting users -- it's not essential that it completes (cherry picked from commit da4a195a94c03782bb82b6d207a90c489187c983) 20 April 2020, 06:32:56 UTC
4dbac25 Add an optional flag to QgsTask to indicate that the task can be canceled without any user facing prompts Useful for non-essential tasks (cherry picked from commit c0f0a49f9cf94c71eaa3fe8f724c9d2a9af27b75) 20 April 2020, 06:32:56 UTC
ec2a187 Make autocomplete in expression builder case insensitive 20 April 2020, 01:00:15 UTC
55b93e2 Improve QGIS Server WMS GetCapabilities output 19 April 2020, 04:02:56 UTC
c67e09a Warn that layers will be lost when overwriting container vector file 17 April 2020, 22:03:52 UTC
8a1fb33 Release of 3.12.2 17 April 2020, 12:21:10 UTC
143be8c translation update for 3.12.2 from transifex 17 April 2020, 12:21:07 UTC
8998b63 creatensis.pl: use Bucureşti instead of București (shortcut to fix #35453) See also https://en.wikipedia.org/wiki/S-comma 16 April 2020, 17:19:07 UTC
8b272ab Merge pull request #35810 from m-kuhn/backport-32250-to-release-3_12 [Backport 3.12] Value map: Sort order & CSV import 16 April 2020, 10:11:38 UTC
daf0ef8 Do not skip first line on value map csv import Fix https://github.com/qgis/QGIS/issues/32250 16 April 2020, 07:05:43 UTC
69d7901 Fix sort order of value map import of csv Fix https://github.com/qgis/QGIS/issues/32250 16 April 2020, 07:05:43 UTC
b364bd6 Try to fix crash on GEOS 3.8.1 when empty coordinate sequence is returned for a point geometry Fixes #35719, fixes #35526 (cherry picked from commit 5ae631ac91702067c4d241ebefc7b144169308f6) 16 April 2020, 01:41:38 UTC
9d75e57 adapt mesh trace renderer for volume 15 April 2020, 20:03:29 UTC
c0c72a8 Merge pull request #35757 from qgis-bot/backport-35738-to-release-3_12 [Backport release-3_12] Server: add QGIS_SERVER_IGNORE_BAD_LAYERS config option 15 April 2020, 13:09:27 UTC
e70eb13 Fix travis, broken due to some failure to convert struct QVariant property 14 April 2020, 10:28:33 UTC
8ec78d6 Server: add QGIS_SERVER_IGNORE_BAD_LAYERS config option 14 April 2020, 06:00:49 UTC
6d9fc8a Revert usage of QGIS native raster API in KDE as it causes issues 13 April 2020, 23:14:44 UTC
2fd0ff5 fix handling of checked items in checkable combobox (fix #28658) 13 April 2020, 23:14:10 UTC
cae3698 [processing] set correct filter for v.in.lidar (fix #35700) 10 April 2020, 23:47:11 UTC
85bb34e sqlite expression compiler: fix ILIKE/NOT ILIKE c(refs #35698) 10 April 2020, 23:46:29 UTC
9dcc9dc Fix (0,0) points are ignored when calculating the bounding box for a multipoint geometry 10 April 2020, 16:38:35 UTC
95ae4b4 Enable per-pixel horizontal scrolling on attribute table 10 April 2020, 16:36:25 UTC
acdf279 Defer mask source widget population (fixes #34942) 09 April 2020, 02:06:37 UTC
5531b2c [vector] Remove problematic topological editing related assert when adding features 08 April 2020, 04:41:24 UTC
c076bc7 added oracle headers search path 08 April 2020, 02:45:01 UTC
4171fcf add jinja and pygments to Docker images (#35653) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 07 April 2020, 11:38:27 UTC
back to top