sort by:
Revision Author Date Message Commit Date
961dfc4 Fixes spatialite savepoint not removed after rollback. Fixes #50523 (partial fix) According to https://sqlite.org/lang_savepoint.html: Note that unlike that plain ROLLBACK command (without the TO keyword) the ROLLBACK TO command does not cancel the transaction 17 October 2022, 21:07:56 UTC
aa281d9 Fix crash on empty polygon conversion to curve Closes GH-50466 Includes unit test 17 October 2022, 21:04:51 UTC
e8ddc93 Merge pull request #50554 from pblottiere/postgis_raster_level Improve selection of PostGIS raster overviews 17 October 2022, 12:11:43 UTC
4fbb83e Improve selection of PostGIS raster overviews 17 October 2022, 08:51:10 UTC
6fc8f5a [georeferencer] Fix options ignored when "create world file only" is active And reduce duplicate code Fixes #49331 17 October 2022, 05:39:28 UTC
e482e50 Use a better tooltip for the status bar scale widget It's clearly evident that the scale shown is formatted as x:y, so stating this in the tooltip is just odd 17 October 2022, 04:51:45 UTC
2cca644 Fixes #50076 : Fix build WITH_GSL=OFF 17 October 2022, 04:35:42 UTC
8fc1810 Fix clang-tidy narrowing warning 17 October 2022, 04:35:26 UTC
624919c Fix clang tidy warning 17 October 2022, 04:35:26 UTC
984ee1b Fix cppcheck warning 17 October 2022, 04:35:26 UTC
940ea16 Ensure identify tool uses correct labels for x/y values when coordinate axis order for project is y/x Fixes #50540 17 October 2022, 04:35:26 UTC
a73764a Ensure coordinate display in status bar updates immediately when related settings change, and update the tooltip to match the actual values displayed in the widget Refs #50540 17 October 2022, 04:35:26 UTC
4a3e0b5 Add formal api for setting/retrieving project coordinate axis order Instead of requiring informa fragile/slow project readEntry calls 17 October 2022, 04:35:26 UTC
f395a5e Increase ci test timeout to 90 seconds There's a handful of tests which float somewhere around the 55+/- 10 second execution time, so the previous 60 second timeout caused these to randomly fail. Inceasing the timeout seems a nicer approach vs splitting out these tests 17 October 2022, 03:16:39 UTC
6eb05d3 [ogr] Update skipConstraintCheck logic to handle QgsUnsetAttributeValue 17 October 2022, 00:44:33 UTC
6a04311 [ogr] When writing features, skip unset attribute values 17 October 2022, 00:44:33 UTC
b3e557f Fixes #49589 : avoid endless recursion when evaluating aggregate expressions 17 October 2022, 00:38:07 UTC
49051e5 Fix rendering of linestrings with nan z values Fixes #50510 17 October 2022, 00:25:52 UTC
74d977f export mesh to vector layer, fix invalid fields 14 October 2022, 20:42:24 UTC
a8e8f97 fix edge search in mesh element tool * fix edge search in mesh element tool * fix QgsMeshLayer::closestEdge() * add test for hovered elements duing mesh editing * add test for snapping on mesh element with geographic coordinates 14 October 2022, 13:58:10 UTC
3eaf823 [ogr] Optimise attribute population during feature iteration Shaves a few percentage points off the execution time when iterating over OGR layers 14 October 2022, 00:48:56 UTC
47514c6 Fix #50535 spatialite insert logging 14 October 2022, 00:26:34 UTC
51545d2 Allow no dataset group when exporting mesh elements in processing (#50377) 13 October 2022, 16:42:58 UTC
763bb91 Merge pull request #50374 from pblottiere/server_vector_tile_opacity Fix opacity for vector tile layer 13 October 2022, 11:37:30 UTC
207a21e Merge pull request #50496 from pblottiere/as_show_fix Check if labels/diagrams are enabled before checking if we can show/h… 13 October 2022, 11:35:49 UTC
31426e1 replace egrep with grep -E 13 October 2022, 09:51:34 UTC
a3b4ff3 fix msvc build 13 October 2022, 09:50:51 UTC
38d744b Merge pull request #50527 from troopa81/fix_querylogger_settings_btn Remove query logger empty settings menu button 13 October 2022, 08:49:58 UTC
08591c6 Merge pull request #50497 from dmarteau/fix-FilterFeatures Fix unwanted side effect with QgsAccessControl filter cache 13 October 2022, 07:39:15 UTC
fb3c110 Arrange includes 12 October 2022, 22:47:43 UTC
31221f6 Tighten includes Avoid unnecessary expensive qgsexpression.h include in widely used qgsproperty.h header 12 October 2022, 22:47:43 UTC
22cbbf7 Fix unwanted side effect with QgsAccessControl filter cache Prevent leaking access control cache filter between requests. 12 October 2022, 14:42:16 UTC
0048402 Fixes #50403 : remove query logger empty settings menu button 12 October 2022, 13:30:38 UTC
3abc698 Fixes #50288 - Fix extension detection for raster processing output 12 October 2022, 06:57:44 UTC
34227bd Fix broken logic in clearing python console history - clearing session was also clearing the file history - clearing file history was doing nothing 11 October 2022, 22:22:34 UTC
3c4ccab try to fix bench test 11 October 2022, 22:22:19 UTC
893dfcc do not build native if WITH_GUI=OFF 11 October 2022, 22:22:19 UTC
8f12403 build QGIS-core with Qt6 11 October 2022, 22:22:19 UTC
9917b4a fix narrowing conversion (clang-tidy) 11 October 2022, 17:57:11 UTC
3643814 fix mingw build 11 October 2022, 17:57:11 UTC
9335b8f retrieve exact behavior of MDAL / FLO2D format 11 October 2022, 17:57:11 UTC
145d013 bump MDAL to 1.0 11 October 2022, 17:57:11 UTC
8e5cbe7 fix style 11 October 2022, 17:55:39 UTC
9f33380 fix reversed iterator check when iterating over map 11 October 2022, 17:55:39 UTC
673f448 Fix #47525 11 October 2022, 17:05:59 UTC
17f37fc GH Labeler - Add new files pattern 11 October 2022, 16:19:12 UTC
2c10568 fix new vertex Z value on edge during mesh editing (#50441) * fix new vertex Z value on edge during mesh editing * use projected point in edge 11 October 2022, 14:30:08 UTC
a5e65be [themes] Fix line edit placeholder text color 11 October 2022, 04:48:34 UTC
31d7685 Fix QgsFileWidget does not reactivate widget's window after selecting a file/folder via the browse button on mac 11 October 2022, 04:42:54 UTC
adec434 Merge pull request #50479 from pblottiere/as_clean_after_remove Remove auxiliary storage table after removing a vector layer from a p… 10 October 2022, 18:10:26 UTC
7f3920d Check if labels/diagrams are enabled before checking if we can show/hide them 10 October 2022, 09:52:40 UTC
bc4d275 Fix doc 10 October 2022, 07:02:17 UTC
9e58254 [raster] Fix inverted color filter and non-opaque pixels 10 October 2022, 06:30:08 UTC
34db178 Fix potential crash in QgsFloatingWidget 10 October 2022, 04:29:30 UTC
722de83 Make QgsFeature::clearGeometry a no-op if feature already has no geometry 10 October 2022, 04:27:08 UTC
fcb83a7 Fix code folding not shown for non-python code editor classes 10 October 2022, 04:01:24 UTC
39a4a63 Promote to enum class 10 October 2022, 04:01:24 UTC
ed54489 Move some useful python console methods to base class 10 October 2022, 04:01:24 UTC
6829f68 Add unit tests 07 October 2022, 15:58:07 UTC
a66abdc Remove auxiliary storage table after removing a vector layer from a project 07 October 2022, 15:57:28 UTC
0441af0 Add unit test 06 October 2022, 14:29:06 UTC
880ec9c Fix opacity for vector tile layer 06 October 2022, 12:58:29 UTC
65bf297 Fix QgsNetworkAccessManager ssl error handler race condition issue 06 October 2022, 09:24:48 UTC
a46f227 Use auth as set in the gui for the "Detect" button (#50460) 05 October 2022, 10:24:23 UTC
55dcfef Refactoring. Removed unnecessary repeated multiplications within a loop, potentially iterating thousands of points (i.e. that many unnecessary multiplications). I did read the message that the class 'QgsLineString' is critical and changes must be accompanied with unit tests, but I have not now added any new tests since there are already tests that detects an introduced error. I know this since before this commit, I tested with the incorrect 'sumX *= 0.4;' after the loop, and then the test 'TestQgsLineString::centroid()' indeed failed as expected, but when now using 'sumX *= 0.5;' the tests are succeeding. (and I also separately tested the same thing with temporary using 'sumY *= 0.4;' instead of 'sumY *= 0.5;') 04 October 2022, 21:01:00 UTC
c0af724 Refactoring. Removed unnecessary repeated multiplications within a loop, potentially iterating thousands of points (i.e. that many unnecessary multiplications). I did read the message that the class 'QgsLineString' is critical and changes must be accompanied with unit tests, but I have not now added any new tests since there are already tests that detects an introduced error. I know this since before this commit, I tested with the incorrect 'mSummedUpArea *= 0.4;' after the loop, and then the test 'TestQgsLineString::sumUpArea()' indeed failed as expected, but when now using 'mSummedUpArea *= 0.5;' the tests are succeeding. 04 October 2022, 21:01:00 UTC
801ed32 use unique_ptr 04 October 2022, 19:22:51 UTC
8212a53 also report layer error when exporting point clouds 04 October 2022, 19:22:51 UTC
ffbd8a8 don't load bad layers, report their error 04 October 2022, 19:22:51 UTC
c55a71e Avoid some proj warnings by gracefully handling invalid CRS in QgsCoordinateReferenceSystem::operation() 04 October 2022, 19:13:51 UTC
9a38b3c extend tags for "select within distance" so that "select by" search works (#50448) 04 October 2022, 19:13:31 UTC
bc6bde5 Make some strings translatable in various Qgs* classes (#50442) 03 October 2022, 21:11:38 UTC
2313140 Merge pull request #50434 from agiudiceandrea/fix-concave_hull-tests Fix a typo in concave_hull function tests 03 October 2022, 13:35:55 UTC
a5ebe10 Merge pull request #50349 from elpaso/bugfix-gh33376-sld-opacity Fix opacity SLD export 03 October 2022, 11:57:47 UTC
38c775f Fix concave_hull function tests 03 October 2022, 11:01:45 UTC
95e00c5 Resolves 'Delete holes' bug when 'area' argument is used Fixes #49578 02 October 2022, 21:58:31 UTC
502a539 print error example concave hull function correction in the example in the help from `concavehull` to `concave_hull` 02 October 2022, 21:14:50 UTC
49cf87d Merge pull request #50423 from qgis/dependabot/github_actions/actions/cache-3.0.9 Bump actions/cache from 3.0.8 to 3.0.9 02 October 2022, 19:51:18 UTC
74b1075 Merge pull request #50422 from qgis/dependabot/github_actions/actions/stale-6 Bump actions/stale from 5 to 6 02 October 2022, 19:50:54 UTC
3ad65c4 Fix test 02 October 2022, 08:54:23 UTC
f722cd1 Bump actions/cache from 3.0.8 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.8...v3.0.9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 October 2022, 19:01:25 UTC
a91e96d Bump actions/stale from 5 to 6 Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 01 October 2022, 19:01:23 UTC
98004b5 Merge pull request #50256 from troopa81/fix_estcount_infos Make it clear when feature count is estimated 01 October 2022, 07:19:13 UTC
11ef3e5 Add setting to enable WMS tile prefetch (#50346) 30 September 2022, 23:35:11 UTC
1ac1398 mesh editing, fix default Z value when snap on 2D feature 30 September 2022, 12:54:54 UTC
8de9cd4 Fix array_get argument name Fixes https://github.com/qgis/QGIS-Documentation/issues/7814 29 September 2022, 23:30:07 UTC
d9d40dd Allow negative values for elevation spinboxes in export dialog 29 September 2022, 19:20:13 UTC
6af23a6 Fix optimised geometry->GEOS conversion and avoid leak 29 September 2022, 09:11:35 UTC
c2f1d01 Avoid repeated cost of QGlobalStatic access when creating GEOS geometries 29 September 2022, 09:11:35 UTC
3d168ed Fix raster contour renderer ignores opacity setting Fixes #41663 29 September 2022, 09:10:59 UTC
132d4ea Fix truncation of recent project list removes too many items, raises a warning 29 September 2022, 08:42:25 UTC
f7cff34 Merge pull request #50178 from Gustry/extent_widget UX - Use native extent widget for QGIS server settings 29 September 2022, 08:29:58 UTC
21fabb7 Fix dizzy easter egg (#50380) Fixes #50345 29 September 2022, 07:27:46 UTC
f89b642 move oapi files to distinct folder (#50375) 29 September 2022, 07:26:52 UTC
2c9e75f Fix point pattern fill sometimes ignores symbol opacity setting Fixes #48031 29 September 2022, 06:46:47 UTC
42cfcbd Fix broken path in svg raises Qt warnings while rendering 29 September 2022, 06:41:07 UTC
73e50bf Ensure correct expression context is used when generating symbol preview icons Fixes #49106 29 September 2022, 05:32:46 UTC
0dde7f6 UX - Use native extent widget for QGIS server settings 28 September 2022, 15:50:33 UTC
cf59ba9 fix cppcheck 28 September 2022, 13:06:55 UTC
649b9a2 fix message for translation 28 September 2022, 13:06:55 UTC
back to top