sort by:
Revision Author Date Message Commit Date
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
da967bc Update tooltip message and homogenize categorized item and layer legend feature count 28 September 2022, 13:06:55 UTC
b8b98be Fixes #46790 : make it clear when feature count is estimated 28 September 2022, 13:06:55 UTC
52e44c1 Merge pull request #50247 from troopa81/fix_evaldefval_flags Update provider flags according to project ones 28 September 2022, 12:58:09 UTC
d4ada87 Update src/core/symbology/qgsfillsymbollayer.cpp Co-authored-by: Julien Cabieces <julien.cabieces@oslandia.com> 28 September 2022, 12:17:28 UTC
cb1e62a Merge pull request #50281 from rouault/fix_29391 [WFS provider] Recognize OGC HTTP URIs 28 September 2022, 12:09:56 UTC
aaa187d Improve exception log message 28 September 2022, 12:09:08 UTC
1c05421 Cache summed up area for curve geometry classes Avoids recalculation when area is retrieved multiple times 28 September 2022, 05:58:22 UTC
14324b5 Optimise QgsArcGisRestUtils::convertCompoundCurve This method was quite slow due to numerous list resizing and temporary point construction. I've removed all this for much faster ArcGIS rest geometry conversions (at the cost of more complex code) 28 September 2022, 05:30:22 UTC
9e7cebc [afs] Shortcut a bunch of expensive extra work when a simple one ring polygon is encountered 28 September 2022, 05:30:22 UTC
3801204 [afs] Use a hash for quick object id to feature id lookups instead of QList::indexOf Speeds up feature retrieval for large layers 28 September 2022, 05:30:22 UTC
8343da3 Minor optimisation to arcgis rest feature reading 28 September 2022, 05:30:22 UTC
252a839 Add tests for validationError 28 September 2022, 04:53:40 UTC
6501df1 When we can't auto load a relationship because its definition is broken, show a warning to users instead of silently failing 28 September 2022, 04:53:40 UTC
765d89c Add method to get user friendly error when a relationship is not valid 28 September 2022, 04:53:40 UTC
f6a4fdf Apply suggestions from code review 28 September 2022, 02:23:00 UTC
back to top