swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7

sort by:
Revision Author Date Message Commit Date
616ad45 Release of 3.10.2 17 January 2020, 12:14:01 UTC
4dbf6c0 translation update for 3.10.2 from transifex 17 January 2020, 12:13:58 UTC
338f5c5 Merge pull request #33875 from Gustry/vendor Read SLD TextSymbolizer: venderOptions to get advanced settings 17 January 2020, 11:28:44 UTC
8823ef7 [Tests] Read SLD TextSymbolizer: venderOptions to get advanced settings 17 January 2020, 09:50:43 UTC
a4d388f [BUGFIX] Read SLD TextSymbolizer: venderOptions to get advanced settings 17 January 2020, 09:50:34 UTC
1194f64 Merge pull request #33858 from rldhont/backport-33849-to-release-3_10 [Backport Release-3_10][Server] Add project path to bad layers message 17 January 2020, 09:12:39 UTC
c9dfe1b fix docstring "since" for QGIS_SERVER_WMS_MAX_XXXX to 3.6.2 This was backported in #9752 16 January 2020, 22:57:33 UTC
5598c8d [Server] Add project path to bad layers message The QGIS Server logs can contained the list of bad layers but the project in which these bad layers are found was not in it. 16 January 2020, 17:10:07 UTC
a26ddd2 Merge pull request #33852 from Gustry/sld_pixels Read SLD TextSymbolizer set units to pixels 16 January 2020, 17:07:07 UTC
abc62ad [Tests] Add QgsSymbolLayerUtils::encodeSldUom test 16 January 2020, 13:57:34 UTC
8cfe52e [Tests] Add QgsSymbolLayerUtils::decodeSldUom test 16 January 2020, 13:57:26 UTC
4a982a8 QgsSymbolLayerUtils::decodeSldUom add decode Pixel uom 16 January 2020, 13:57:19 UTC
92fc1ac Read SLD TextSymbolizer: use QgsSymbolLayerUtils::decodeSldUom 16 January 2020, 13:57:12 UTC
1bc270d [API] QgsSymbolLayerUtils::decodeSldUom, scaleFactor is not mandatory 16 January 2020, 13:57:02 UTC
2f7888b [Bugfix] Read SLD TextSymbolizer : change offset units if offset change 16 January 2020, 13:56:53 UTC
e62594e [Tests] Read SLD TextSymbolizer set units to pixels 16 January 2020, 13:56:42 UTC
770a490 [BUGFIX] Read SLD TextSymbolizer set units to pixels 16 January 2020, 13:56:35 UTC
95135f9 Fix out-of-sync vector layer extent after a dataChanged was emitted 15 January 2020, 05:36:39 UTC
6a355b8 Fix QgsMapCanvas::xyCoordinates reports incorrect coordinates if a pan operation is in progress This causes the status bar coordinates widget to show nonsense coordinates during the pan operation. The cursor world position ISN'T changing during a pan operation, it stuck to a fixed location! (cherry picked from commit 527eca9684caf3269958a6ce98f914a274175931) 15 January 2020, 03:31:30 UTC
ed48c55 Fix dox test 14 January 2020, 18:57:39 UTC
240e06c Fix build 14 January 2020, 18:57:39 UTC
2fb0a31 Another build fix (cherry picked from commit e84c2b8b72597280a9d3b9d8482e3c7abde4c1da) 14 January 2020, 18:57:39 UTC
ff228e9 Update ACCEPTABLE_MISSING_BRIEF (cherry picked from commit 44940bd8e6c32cd9a2b74fa76ebe7e61bc666618) 14 January 2020, 18:57:39 UTC
f424065 Update ACCETABLE_MISSING_ADDED_NOTE list (cherry picked from commit b422ad9afdd86796f0ba116f26f3b4d553e2274b) 14 January 2020, 18:57:39 UTC
bd96bab Fix deprecation warnings in doxygen parser (cherry picked from commit d51f5ee9b4842add43710acfb0cbd6da6f7f8fd8) 14 January 2020, 18:57:39 UTC
ad97ae2 Fix build (cherry picked from commit 6cc5a8f2c3802c1aba412e3850a5e6a83a6d253b) 14 January 2020, 18:57:39 UTC
2f1bcd8 [gps] Allow GPS serial port connection properties to be specified in QSettings Instead of hardcoding these values, allow them to be customised by changing settings in QSettings (either via the settings ini file or through the advanced settings editor), as some serial GPS devices require non-default settings for the connection to work correctly. (cherry picked from commit bb1c5044b248ff95e2f8508d30b66cbff2cafacf) 14 January 2020, 18:57:39 UTC
88e34d7 Some memory modernization in QgsGpsDetector But unfortunately the public API used here is extremely fragile and either crash prone or leaky -- it needs revisiting for 4.0 (cherry picked from commit 6db33400777d67ca48193d487ebdcd7d9cd40be6) 14 January 2020, 18:57:39 UTC
fdacded Dox++ (cherry picked from commit 47ce7877ca78361cba339d578cd15e4e8a0523de) 14 January 2020, 18:57:39 UTC
1ad3c2a Modernize memory management (cherry picked from commit 08fbe21b37481b287c002a1058679e85be37c576) 14 January 2020, 18:57:39 UTC
1e6ebbe [gps] Add missing Transfer annotation (cherry picked from commit c0d4f38c6f9f4bdb1785056f10ec42d330b8e4cd) 14 January 2020, 18:57:39 UTC
85c7f92 Merge pull request #33759 from rldhont/backport-33668-to-release-3_10 [Server] Throw exception if bad layers are not restricted 14 January 2020, 07:42:39 UTC
465e9e8 Merge pull request #33769 from qgis-bot/backport-33748-to-release-3_10 [Backport release-3_10] Fix some Qt 5.13 css parsing warnings 14 January 2020, 07:29:46 UTC
db8073b crssync: put profile to temporary directory (fixes #33743) 14 January 2020, 03:01:06 UTC
f32188a Fix some Qt 5.13 css parsing warnings 13 January 2020, 19:03:23 UTC
a978e35 [Server] Throw exception if bad layers are not restricted QGIS Server throw an exception if the project has bad layers, but the user can defined restricted layers which are unpublished layers. So restricted layers can be bad layers server side, it is not necessary an error. This code verified that the bad layers are not restricted. If the project contains unrestricted bad layers, the server throw an exception. 13 January 2020, 13:46:13 UTC
1751d8e When changing layer data paths through the layer tree menu, ensure that existing subset strings are correctly applied after the layer path is changed Previously this only worked when repairing a broken layer path, but we should also maintain the filter when a valid layer's path is changed. (cherry picked from commit 7dfa84245f8283ad13b843c4da10e1552e0b8487) 13 January 2020, 01:18:41 UTC
cb8b8bc Fix loss of vector layer subset strings IF a layer path was invalid at the time the subset string was originally applied (cherry picked from commit 89f015d3fe024eadc5f9464738295bf94e621074) 13 January 2020, 01:18:41 UTC
34abf15 [bugfix] [saga] Fix saga_cmd command with multiple outputs 13 January 2020, 01:17:41 UTC
524e1b0 Improve error reporting 12 January 2020, 18:57:14 UTC
9ac6c66 Add test for package layer algorithm OVERWRITE param 12 January 2020, 18:57:14 UTC
b12edae Respect OVERWRITE parameter in package layers algorithm Fix #33721 12 January 2020, 18:57:14 UTC
0bb554c [needs-docs][ui] Better placement for the method combobox and auto open action (this is a follow up to PR #33643) better combobox / checkbox placement 10 January 2020, 18:42:18 UTC
c9bba3c update MDAL to 0.4.1 10 January 2020, 10:24:31 UTC
1b920ca Add unit tests 10 January 2020, 04:19:50 UTC
662ede5 Accept newline terminated string as valid input to paste as temporary scratch layer Fixes #33617 10 January 2020, 04:19:50 UTC
a816bb8 Accept newline terminated string as temporary scratch layer 10 January 2020, 01:35:54 UTC
b02b0be [processing] use system temporary directory as default temp dir for Processing outputs 09 January 2020, 21:44:39 UTC
1a184c0 Merge pull request #33678 from alexbruy/backport-33643-to-release-3_10 [GUI] fix identify panel size when long localized strings used (fix #29546) 09 January 2020, 11:17:13 UTC
73578fc reduce size of combobox (cherry picked from commit ea71f0c4e3e638193227348bac797b68ba0a809a) 09 January 2020, 08:01:51 UTC
ac79b0d replace checkbox with checkbox and label to enable word-wrap in the identify panel (fix #29546) (cherry picked from commit 442f61de0211af67a2aa2c2450ba36b8d422816b) 09 January 2020, 08:01:43 UTC
c187271 If default new project CRS is set to no CRS, ensure that the status bar crs button shows this on startup 09 January 2020, 07:00:01 UTC
b3d0dd1 [MESH] Fix time formating when time is far from reference 09 January 2020, 04:11:03 UTC
86ed380 Fix editing of synchronized same fields in attribute form 08 January 2020, 20:31:46 UTC
8713d96 fix clazy and fallthrough warnings 08 January 2020, 18:53:51 UTC
0caea59 install pyproj deb package to avoid owslib pip install error 08 January 2020, 18:53:51 UTC
cf0186b Configure Oracle continuous integration 08 January 2020, 18:53:51 UTC
28f70c0 Don't forget to rollback at the end of the tests 08 January 2020, 18:53:51 UTC
aebb32b close connection when deleting oracle transaction 08 January 2020, 18:53:51 UTC
c495b4c Don't use sdo_tune.extent_of if user doesn't ask explicitly for estimated metadata 08 January 2020, 18:53:51 UTC
d6b4b4a Protect oracle conn method with mutex 08 January 2020, 18:53:51 UTC
7d4d64a [BUGFIX] Fix ESRI shapefile format listed twice in vector file selector dialog 08 January 2020, 03:16:52 UTC
5f3ee10 Avoid current rule gets reset when editing an existing conditional format rule (cherry picked from commit f993bc73829072e6def2ce9177a416df540529fb) 08 January 2020, 00:21:58 UTC
34ff30d Fix conditional styling widget does not initially show rules belonging to first field when opening the widget (cherry picked from commit 2e7a3b0b5c257207d8ffa8b319c1906930664e8f) 08 January 2020, 00:21:58 UTC
a147311 Simplify memory management (cherry picked from commit ec248256c4c7aab8b1f71c9d291ca63f311ed6a4) 07 January 2020, 06:09:30 UTC
0f7cdac Fix effect preview picture not set when effect widget is opened in dialog mode Also fix a memory leak when opened in dialog mode Fixes #33600 (cherry picked from commit 449bc4b221499f23fb0f862d7201fb05996513b8) 07 January 2020, 06:09:30 UTC
3b4c336 fix typo 06 January 2020, 12:10:29 UTC
443be90 [processing] add user-defined parameters to gdal_rasterize 06 January 2020, 12:10:29 UTC
a05c8a7 [processing] fix v.net.centrality 06 January 2020, 12:10:29 UTC
23f3c58 [processing] cleanup tests 06 January 2020, 12:10:29 UTC
9280a11 [processing] add tests for r.series and r.reclass algorithms 06 January 2020, 12:10:29 UTC
6f42416 [processing] fix r.rescale and r.rescale.eq 06 January 2020, 12:10:29 UTC
268bfe2 [processing] add proper support for range parameters (fix #29269) 06 January 2020, 12:10:29 UTC
6005bf6 Fix rule-based renderer widgets swallow copy/paste/delete shortcut keys 06 January 2020, 02:54:52 UTC
a9edbd0 Avoid temporary flashing dialog showing when a distance parameter widget is constructed 06 January 2020, 02:54:23 UTC
a29532e Merge pull request #33557 from rldhont/backport-33476-to-release-3_10 [Backport Release-3_10] Fix inconsistent dependency to project in QgsRelation/QgsRelationManager 05 January 2020, 16:07:33 UTC
4cee4ce Merge pull request #33603 from alexbruy/backport-range-fix [processing] add "not set" support for range parameter (fix #29374) 04 January 2020, 15:07:26 UTC
4f307cf Move down the "Remove rule" action in contextual menu 03 January 2020, 04:24:20 UTC
9f66bf2 [processing] add "not set" support for range parameter (fix #29374) 02 January 2020, 17:10:55 UTC
6500050 Backport Fix featureCount on postgres view when flag estimatedmetadata is set 02 January 2020, 03:59:49 UTC
1f02010 [RPM] fix broken -u flag in buildrmps.sh 02 January 2020, 03:47:26 UTC
4f5c3b3 Fix missing flags in r.reclass.area GRASS algorithm 02 January 2020, 03:03:28 UTC
8d6c030 Fix validity mask filename quoting in Sieve and Fillnodata algorithms 01 January 2020, 08:31:47 UTC
f7975a1 Add unit test for #33540 31 December 2019, 08:42:25 UTC
85cc185 [Bugfix] North arrow / image should account for item rotation too. 31 December 2019, 04:54:52 UTC
a25a1e8 Add missing parameter documentation 30 December 2019, 23:01:28 UTC
a2fa196 Ignore test file in spell check 30 December 2019, 23:01:28 UTC
654cd8c Pass project when creating relation from Xml Fix dependency inconsistency to project from QgsRelationManager by forcing 'QgsRelation::createFromXml' to rely on project passed to 'QgsRelationManager' instead of using 'QgisProject::instance()' 30 December 2019, 23:01:28 UTC
201e0c4 [UX] reduce initial height of some dialogs to make them usable 28 December 2019, 20:50:18 UTC
222fb31 Fix bug in SAGA Raster Buffer algorithm (GridBuffer.txt) 28 December 2019, 20:50:03 UTC
1c443c8 Fix testsqgsgdalutils on proj6 28 December 2019, 08:45:09 UTC
5adcc5e txt2tags 3.3: drop --css-sugar --css-inside (closes #33516) (cherry picked from commit 157a6700cac6dccfc28185634f1b507f0edadab8) 26 December 2019, 15:57:25 UTC
efba608 Update test results 20 December 2019, 05:19:09 UTC
0927eeb Fix deprecation warning 20 December 2019, 05:19:09 UTC
e33305e Build fixes 20 December 2019, 05:19:09 UTC
1d505d0 Add some proj6 test branches (cherry picked from commit cdc9a841c9caf308d24448597dfa8a2aea48fac3) 20 December 2019, 05:19:09 UTC
394cbb3 Fix build, fix test on proj < 6 (cherry picked from commit 4fd9619ebcbfc55ddcfc7bd199990ad867633089) 20 December 2019, 05:19:09 UTC
ffe0923 Round trip test CRSes via WKT (cherry picked from commit dc3846544e566dc84448b0825aa869bacccfe683) 20 December 2019, 05:19:09 UTC
9afb3ee Update test results to use WKT2 (cherry picked from commit 948fccd0529aa639f34b1ad003b3a92481e5eb90) 20 December 2019, 05:19:09 UTC
29cb199 Don't cache WKT strings inside QgsCoordinateReferenceSystem There's many different formats of WKT strings, so instead play it safe and always export in the exact specified format instead of using a cached value which may be a different format. (cherry picked from commit a9773666c1a335a911c906e4edcdac25d25248bf) 20 December 2019, 05:19:09 UTC
back to top