Activity

From 2020-12-08 to 2021-01-06

2021-01-06

09:03 PM Revision 5454d222 (qgis): Split tool: create new features all at once (fixes #40860)
The cause of the slowness of split tool on layers with many features
(e.g. more than 100k) was due to lots of QgsVect...
Martin Dobias
09:01 PM Revision a39e1625 (qgis): [api] Add new class to run a process in a blocking manner without
QEventLoop related issues on the main thread
This class should be used whenever a blocking process run is required.
...
Nyall Dawson
09:01 PM Revision d1761bdb (qgis): Port QProcess::splitCommand from qt 5.15
This is a useful method, and desirable in Qt < 5.15. It's also not
exposed currently to Python, so this doubles as a ...
Nyall Dawson
08:53 PM Revision 8e5b036f (qgis): Untwine update: fixed warnings and 32-bit build
Martin Dobias
04:59 PM Revision 98d1be22 (qgis): also update usedAttributes with attributes used in SVG parameters
Denis Rouzaud
04:59 PM Revision 130cbae9 (qgis): prepare expressions of properties for SVG parameters
Denis Rouzaud
04:33 PM Revision 3881c811 (qgis): fix bad rebase
Denis Rouzaud
04:22 PM Revision cb6b306b (qgis): option to run sipify_all.sh on a single module (#40874)
Denis Rouzaud
04:19 PM Revision 309caff7 (qgis): option to run sipify_all.sh on a single module
Denis Rouzaud
04:11 PM Revision 98e0cd58 (qgis): use flexibility of QVariant to save/load SVG parameters
Denis Rouzaud
04:11 PM Revision 2e90da4b (qgis): drop QgsSymbolLayerUitls::readSerializedProperties and serializeProperties
Denis Rouzaud
03:54 PM Revision 6847efe9 (qgis): Merge pull request #40872 from TurboGraphxBeige/patch-1
Added my own name to CONTRIBUTORS file Alessandro Pasotti
03:41 PM Revision 4a309ad5 (qgis): Added my own name
Patrice Pineault
03:33 PM Revision 094985cb (qgis): Merge pull request #40870 from elpaso/clazy-fixes
Fix clazy warnings Even Rouault
03:01 PM Revision 891c89ae (qgis): rename QgsBasicRelationWidget--> QgsRelationEditorWidget
Ivan Ivanov
03:00 PM Revision 47269858 (qgis): Single QgsBasicRelationWidget file
Ivan Ivanov
01:40 PM Revision 8f4bf3e3 (qgis): SIP convert
Ivan Ivanov
01:10 PM Revision 415ecc4e (qgis): Rename the "basic" widget to "relation_editor" widget
Ivan Ivanov
01:10 PM Revision ca56fe6d (qgis): Remove from the layout, just in case
Ivan Ivanov
01:06 PM Revision 10b2b3b1 (qgis): mRelationEditorName -> mRelationEditorId
Ivan Ivanov
12:12 PM Revision 112810c2 (qgis): Fix clazy warnings
Alessandro Pasotti
11:25 AM Revision 3201fa4e (qgis): use QgsProperty to handle SVG parameters
Denis Rouzaud
11:25 AM Revision 9116a1a1 (qgis): add a simple class to hold parameters information
this makes it more futureproof to introduce type (string/number) or domain (attribute vs node value) Denis Rouzaud
11:25 AM Revision 29f5669d (qgis): fix cloning of symbol
Denis Rouzaud
11:25 AM Revision 9c0ee358 (qgis): core part to handle dynamic SVGs
this allow to use a map of parameters to dynamically replace attributes or nodes values in the XML of the SVG Denis Rouzaud
11:21 AM Revision fd7406cb (qgis): Merge pull request #40716 from 3nids/qvariant-properties
use QVariantMap instead of QgsStringMap for symbol layer properties Denis Rouzaud
08:55 AM Revision 346a5972 (qgis): fix exporting rule
Denis Rouzaud
05:51 AM Revision b75b875e (qgis): [locator] Fix broken parsing northing,easting DMS coordinates
Mathieu Pellerin - nIRV
04:28 AM Revision 3d320a26 (qgis): updating time step and time step unit when frame duration has changed
Samweli
04:28 AM Revision 949a46f7 (qgis): Avoid duplicate metatype warning noise in tests
Nyall Dawson
04:28 AM Revision c25a9e84 (qgis): fix no return in non-void scope error
Samweli
04:28 AM Revision 4deafb87 (qgis): Fix test
Nyall Dawson
04:28 AM Revision 21c28bc9 (qgis): addressed review comments
Samweli
04:28 AM Revision 167940fc (qgis): Changed QgsInterval getters to return original duration when original u...
Samweli
04:28 AM Revision 0921df07 (qgis): Fix build
Nyall Dawson
04:28 AM Revision 1e7ea794 (qgis): Updated QgsInterval setter methods to update original duration and unit...
are called. Samweli
04:28 AM Revision a75211cc (qgis): fix for additional review comments
Samweli
04:28 AM Revision bfcc7a8c (qgis): keep frameDuration() in animation export
Samweli
04:28 AM Revision 4513033c (qgis): returned setFrameDuration and frameDuration functions in the temporal n...
Samweli
04:28 AM Revision 9cd3da68 (qgis): Initialize mFrameTimeStep and mFrameTimeStepUnit
Daniel Minor
04:28 AM Revision 8aac2388 (qgis): Use time step when exporting animation
Daniel Minor
04:28 AM Revision f2d5d5f4 (qgis): Address review feedback
Daniel Minor
04:28 AM Revision 51590810 (qgis): Add cast when comparing time step unit in TestQgsTemporalNavigationObject
I'm not able to duplicate the build failure seen on Travis CI locally,
but I'm guessing it is due to the changes to c...
Daniel Minor
04:28 AM Revision d07cb972 (qgis): Rerun sipify after documentation fix
Daniel Minor
04:28 AM Revision 8b91d583 (qgis): Fix broken link in docstring
Daniel Minor
04:28 AM Revision 9da580cb (qgis): Pass time step and time step unit into QgsTemporalNavigationObject
Currently, we pass the frame duration as a QgsInterval and use the average
duration of a month or year during the ani...
Daniel Minor
04:28 AM Revision 3d23cb62 (qgis): Add missing QgsInterval != operator
Nyall Dawson
04:28 AM Revision bcbf6ff1 (qgis): updated QgsInterval constructors to set duration and unit
Samweli

2021-01-05

12:02 AM Revision 3ca2137f (qgis): Improve QgsSvgCache documentation, add note about origin of QPictures
returned by svgAsPicture Nyall Dawson
11:36 PM Revision 4f786ae5 (qgis): [MetaSearch] Reset rubber band when treeRecords selection is changed
Andrea Giudiceandrea
11:36 PM Revision fd9b246a (qgis): [MetaSearch] Also disable buttons after inspecting CSW in server tab
in order to fix "AttributeError: 'CatalogueServiceWeb' object has no attribute 'records'" python error Andrea Giudiceandrea
11:00 PM Revision 1559908c (qgis): [MetaSearch] Fix navigation through the results pages
Andrea Giudiceandrea
10:58 PM Revision 52f2a4d7 (qgis): Fix QGIS/OTB interface for field parameters
Julien Cabieces
10:58 PM Revision 5c19845d (qgis): Keep only vector layer file path when calling an OTB algorithm
Julien Cabieces
10:58 PM Revision 454c4f6e (qgis): Fix otbalgorithm when several band are selected
Julien Cabieces
10:58 PM Revision bb3e1a55 (qgis): [processing][OTB] deal with parameter type Enum and Band
Julien Cabieces
10:56 PM Revision 69154c2b (qgis): Code cleanup
TurboGraphxBeige
10:56 PM Revision f3476a56 (qgis): Zoom and pan to selection from multiple layers
TurboGraphxBeige
10:56 PM Revision cf3bee38 (qgis): Cleanups
Nyall Dawson
10:56 PM Revision b2af412b (qgis): Removed view menu actions
TurboGraphxBeige
08:38 PM Revision d360fccf (qgis): Allow the usage of opacity parameter in a WMS provider URL
Marco Hugentobler
07:46 PM Revision f9deb915 (qgis): Fixes an (unreported?) issue with invalid MSSQL data items
The issue was triggered when refreshing the browser with an
invalid MSSQL connection, the Populated state was never s...
Alessandro Pasotti
07:45 PM Revision bc9ddada (qgis): fix mssql iterator
Vincent Cloarec
07:44 PM Revision bb05c3bc (qgis): Allow plugins to set control image path for QgsRenderChecker, so that
they can reuse this class for plugin specific tests Nyall Dawson
03:24 PM Revision 1808a447 (qgis): Fix point cloud 2d identify when x/y/z values in dataset are not intege...
Nyall Dawson
03:24 PM Revision 736dff5b (qgis): Make sure point cloud results in identify dock follow same behavior as ...
Nyall Dawson
12:42 PM Revision cc0f4c3b (qgis): [locator] Fix broken parsing northing,easting DMS coordinates
Mathieu Pellerin - nIRV
09:24 AM Revision b3794cef (qgis): Don't save defaults
Alex Hay
09:24 AM Revision 5920ded6 (qgis): invert logic
Alex R
09:24 AM Revision d11d28ca (qgis): re-commit variable changes
Alex R
09:24 AM Revision d45b6144 (qgis): add skip kwarg
Alex R

2021-01-04

12:37 AM Revision ee0e3510 (qgis): Change context menu keyboard shortcuts
Stefanow Natsis
11:32 PM Revision b740bf20 (qgis): [processing] Fix exception when calling "Select from Files" in batch mode
on a file parameter
Fixes #40705
Nyall Dawson
09:00 PM Revision 6fed3b37 (qgis): Untwine: calculate stats for attributes
Without stats we don't know valid ranges of input data, so let's get them calculated
when the data gets indexed by un...
Martin Dobias
07:18 PM Revision 118ba4d3 (qgis): Improves QGIS Server WMS GetCapabilities output
Fixes #40736 pathmapper
07:18 PM Revision d7d6f8b1 (qgis): Mark variable as const
pathmapper
07:18 PM Revision 8e4dccd4 (qgis): More test fixes
pathmapper
07:18 PM Revision 57a5054d (qgis): Fix tests
pathmapper
07:18 PM Revision e2205835 (qgis): Fix tests
pathmapper
07:18 PM Revision d9c22088 (qgis): Addressing code review comments
pathmapper
07:18 PM Revision fb5cf0ce (qgis): More test fixes
pathmapper
07:18 PM Revision 6c21d935 (qgis): Move logic into owsServiceTitle
pathmapper
07:18 PM Revision 900f6862 (qgis): Fix tests
pathmapper
07:18 PM Revision 7ef6f6ac (qgis): Run sipify_all to fix qgsserverprojectutils.sip.in
pathmapper
07:16 PM Revision 8b00a0c4 (qgis): Fix one more qt 5.15 deprecation warning
Mathieu Pellerin - nIRV
05:47 PM Revision 5208fc23 (qgis): Untwine: calculate stats for attributes
Without stats we don't know valid ranges of input data, so let's get them calculated
when the data gets indexed by un...
Martin Dobias
05:27 PM Revision 15582878 (qgis): Add newly required include directories
Stefan Uhrig
05:25 PM Revision a2c96c97 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into hana-provider
Stefan Uhrig
05:21 PM Revision 82dd4fcb (qgis): fix build on i386 and with older PDALs
Jürgen Fischer
05:19 PM Revision 94c56943 (qgis): debian packaging: add back python3-sip-dev for dh_sip3 in unstable
Jürgen Fischer
03:32 PM Revision 849fae32 (qgis): always cast to string first
Denis Rouzaud
02:32 PM Revision 95300c98 (qgis): declare setupRelationWidgetWrapper with 2 args as deprecated
Ivan Ivanov
02:25 PM Revision e892bee3 (qgis): Update the UI when the root collapsible box is opened
Ivan Ivanov
02:18 PM Revision 4c463d35 (qgis): Revert "Not sure why this was like this in the original QgsRelationEdit...
This reverts commit c3411b98c0b6a12c222f187f1ea89d88f248f6e6.
Since `addFeature()` has an argument, this should not b...
Ivan Ivanov
01:05 PM Revision d045f75d (qgis): Fix since
Nyall Dawson
01:05 PM Revision e14750e9 (qgis): Fix some clazy/clang warnings
Nyall Dawson
01:05 PM Revision 8f63af56 (qgis): Use QVariantMap instead of QMap<QString, QVariant>
Nyall Dawson
01:05 PM Revision 12a40f10 (qgis): Show both original z value and adjusted z value in identify results whe...
Nyall Dawson
01:05 PM Revision 0b618711 (qgis): Fix some more clazy warnings
Nyall Dawson
01:05 PM Revision fde80e3f (qgis): Respect z range when identifying point cloud features
Nyall Dawson
01:05 PM Revision c69b8045 (qgis): No need for custom conversion code when QVariantMap type is returned
Nyall Dawson
01:05 PM Revision 30084f61 (qgis): Fix identify tool not finding points when using a single point click
and map crs != layer crs Nyall Dawson
01:05 PM Revision cc737571 (qgis): Respect identify tool tolerance when identifying small point cloud markers
Nyall Dawson
01:05 PM Revision e3e8af7d (qgis): Show classification code in identify result
Nyall Dawson
01:05 PM Revision 923af4e8 (qgis): Older sip versions DO require custom conversion code!
Nyall Dawson
01:05 PM Revision 5fea4629 (qgis): Use switch for enum comparison
Nyall Dawson
01:02 PM Revision 28dc2a76 (qgis): When reading laz files, gracefully handle requested attributes which ar...
Nyall Dawson
08:53 AM Revision e97927f3 (qgis): fix forward and backward compatibility
Denis Rouzaud
08:16 AM Revision 8d3ed863 (qgis): follow up tests
Denis Rouzaud
07:22 AM Revision 2647fa88 (qgis): apply to server
Denis Rouzaud
07:08 AM Revision 1f0b9315 (qgis): [processing] extract_by_location fix duplicate rows when mutiple predic...
Fixes #32653 jd lom
07:03 AM Revision 0bb6e114 (qgis): Fix format specification for data defined colors
Fixes #40792
(cherry picked from commit be2c1ec7ac15eb323b861252622d5efcda5926fa)
Nyall Dawson
06:57 AM Revision be2c1ec7 (qgis): Fix format specification for data defined colors
Fixes #40792 Nyall Dawson
05:38 AM Revision 67d57541 (qgis): Don't allow selection of invisible features due to temporal filters
Fixes #40818 Nyall Dawson
05:38 AM Revision 83b50cd2 (qgis): Don't even attempt to show a map tip for a non-spatial layer
Nyall Dawson
05:38 AM Revision 7edb765b (qgis): Don't show map tips for features outside of canvas temporal range
Fixes #40791 Nyall Dawson
05:38 AM Revision 7184905e (qgis): Don't show map tips for layers with scale range visibility which are ou...
Nyall Dawson
04:52 AM Revision 72065310 (qgis): Dox++
Nyall Dawson
04:52 AM Revision 7fba697b (qgis): [FEATURE] New "Merged feature" renderer for polygon and line layers
This renderer merges (or unions/dissolves) the line or polygon features
from a layer prior to rendering them. It's us...
Nyall Dawson
04:52 AM Revision 16c4bead (qgis): Fix dox warning
Nyall Dawson
03:58 AM Revision b8e025b0 (qgis): mesh scalar renderer optimization (#40821)
Vincent Cloarec
03:56 AM Revision d30a806a (qgis): Organize Edit and View menu items
Stefanow Natsis
03:50 AM Revision 472b950a (qgis): [processing]field calculator : allow creating field already present (c...
Fixes #40701 jd lom
03:49 AM Revision c7a9d5ad (qgis): Respect map clipping regions when rendering point clouds in 2d
Nyall Dawson
03:46 AM Revision 25e54a7a (qgis): Fix possible crash in ept point cloud index if boundsConforming array s...
Nyall Dawson
03:46 AM Revision bcba05db (qgis): Fix some clazy warnings in vector tile renderer
Nyall Dawson
03:46 AM Revision edf63381 (qgis): Use reinterpret cast instead of old style cast
Nyall Dawson
03:46 AM Revision 610cb468 (qgis): Avoid some detachments, more efficient QString use
Nyall Dawson
03:46 AM Revision b01ff14a (qgis): Minor optimisations, warning fixes for point clouds
Nyall Dawson
01:20 AM Revision 9bd4673e (qgis): Added tests
Belgacem
01:20 AM Revision 16a8ef5b (qgis): Use geometry engine
Belgacem
01:20 AM Revision 93e13e1d (qgis): remove render context from the provider code
Belgacem
01:20 AM Revision 3f1d5a35 (qgis): remove geometry intersection check from the renderer's traverseTree
Belgacem
01:20 AM Revision da4076e4 (qgis): Update src/gui/qgsmaptoolidentify.cpp
Co-authored-by: Nyall Dawson <[email protected]> Nedjima Belgacem
01:20 AM Revision 3c1a0633 (qgis): Update src/core/pointcloud/qgspointcloudrenderer.h
Co-authored-by: Nyall Dawson <[email protected]> Nedjima Belgacem
01:20 AM Revision 7a4adf6b (qgis): Update src/core/pointcloud/qgspointcloudrenderer.h
Co-authored-by: Nyall Dawson <[email protected]> Nedjima Belgacem
01:20 AM Revision c6ad05d7 (qgis): Address reviews
Belgacem
01:20 AM Revision 61ee2032 (qgis): Initial implementation of selection tool for point cloud
NEDJIMAbelgacem
01:20 AM Revision 9ee8ec88 (qgis): Refactoe QgsPointCloudLayerRenderer::traverseTree
NEDJIMAbelgacem
01:20 AM Revision 2d274af3 (qgis): Add classified renderer filtering behaviour
NEDJIMAbelgacem
01:20 AM Revision d8abdbe9 (qgis): add fix for point selection
NEDJIMAbelgacem
01:20 AM Revision 9358c9bd (qgis): change to variant and remove QgsPointCloudIdentifyResults
NEDJIMAbelgacem
01:20 AM Revision 07512be3 (qgis): Add identify when rendering as circles
NEDJIMAbelgacem
01:20 AM Revision 8178add7 (qgis): Address Nyall suggestions
NEDJIMAbelgacem
01:20 AM Revision 6b7be9c9 (qgis): fix spelling
NEDJIMAbelgacem
01:20 AM Revision 83963663 (qgis): add docs
NEDJIMAbelgacem
01:20 AM Revision 6a0e0188 (qgis): Add returned point clouds limit
NEDJIMAbelgacem
01:20 AM Revision ef9d2727 (qgis): make single click identify work
NEDJIMAbelgacem
01:20 AM Revision 8ec26000 (qgis): remove layer and elevation properties
NEDJIMAbelgacem
01:20 AM Revision c993eb5d (qgis): remove root error from identify in the provider
NEDJIMAbelgacem
01:20 AM Revision 09e540b9 (qgis): Parralelize fetching points from IndexedPointCloudNode
NEDJIMAbelgacem
01:20 AM Revision 87280a94 (qgis): fix banned keyword check
NEDJIMAbelgacem
01:20 AM Revision 8c723215 (qgis): sipify identify function in dataprovider
Belgacem
01:20 AM Revision 72d9eeeb (qgis): remove SIP_SKIP and qDebug()
Belgacem
01:20 AM Revision d40a9b74 (qgis): fix unused variable
NEDJIMAbelgacem

2021-01-03

09:27 PM Revision 20177be2 (qgis): Server: lower some log levels
Alessandro Pasotti
09:05 PM Revision 30c7f36e (qgis): ccpcheck suppress
Denis Rouzaud
08:33 PM Revision 0cae2bea (qgis): add missing doxymentation
Denis Rouzaud
08:16 PM Revision d1d28c58 (qgis): fix resolvePaths
Denis Rouzaud
08:16 PM Revision eb46defa (qgis): fix bindings
Denis Rouzaud
08:16 PM Revision 2cc632ee (qgis): follow up QVariant
Denis Rouzaud
08:16 PM Revision c46c066e (qgis): add missing breaks
Denis Rouzaud
08:16 PM Revision f77bb217 (qgis): use QVariantMap instead of QgsStringMap for symbol layer properties
Denis Rouzaud

2021-01-02

03:12 PM Revision 1dd80e93 (qgis): Merge pull request #40819 from basilrabi/pointcloud
[RPM] enable point cloud functionalities Matthias Kuhn
01:07 PM Revision 95a712f0 (qgis): [RPM] enable point cloud features
Basil Eric Rabi
06:48 AM Revision 9f8f65d3 (qgis): Cleanup cursor handling in QgsLayerTreeViewDefaultActions
Nyall Dawson
06:48 AM Revision 0d33fe4c (qgis): Documentation improvements, add SIP_DEPRECATED annotations
Nyall Dawson
06:48 AM Revision e25be9fe (qgis): Spelling
Nyall Dawson

2021-01-01

11:06 PM Revision 0eb29db8 (qgis): Remove duplicate text
Harrissou Santanna
11:06 PM Revision a1ee2ffc (qgis): Fix typo
Harrissou Santanna
10:04 PM Revision 68cb1004 (qgis): Re-add actionZoomToLayer in canvasdockwidget.cpp
TurboGraphxBeige
10:04 PM Revision e25d857a (qgis): Re-add actionZoomToLayer
TurboGraphxBeige
10:04 PM Revision b176b4f1 (qgis): Cleaned some code, added API docs
TurboGraphxBeige
10:04 PM Revision 9fee7660 (qgis): Deprecated zoomToLayer method
TurboGraphxBeige
10:04 PM Revision 0874c577 (qgis): Zoom to multiple selected layer(s) in layer tree
TurboGraphxBeige
10:04 PM Revision 0522196a (qgis): Code cleanup
TurboGraphxBeige
09:47 PM Revision 9a60b470 (qgis): fix mesh centroid when coordinates are very big (#40757)
(cherry picked from commit ee6d797466ed7d5f01aad1669c4b51ea4f190beb) Vincent Cloarec
09:47 PM Revision d9497e8d (qgis): Fix crashes in expression widget when no layer is available
Fixes #40763
(cherry picked from commit e0e21a7349189fb9de89b1392932b3ba28536168)
Nyall Dawson
09:20 PM Revision e0e21a73 (qgis): Fix crashes in expression widget when no layer is available
Fixes #40763 Nyall Dawson
09:20 PM Revision ee6d7974 (qgis): fix mesh centroid when coordinates are very big (#40757)
Vincent Cloarec
09:00 PM Revision 7aba6950 (qgis): remove conflicting filee in tests
Peter Petrik

2020-12-31

09:52 PM Revision 7baa0a11 (qgis): MetaSearch: update bbox CRS
github-actions[bot]
05:10 PM Revision 383024e0 (qgis): Merge pull request #40811 from m-kuhn/cleanup_backport
No backported label Matthias Kuhn
02:38 PM Revision 2eb99c77 (qgis): No backported label
It's not working and doesn't help a lot. The main painpoint is bad (conflicting) backports
which it wasn't designed t...
Matthias Kuhn
06:44 AM Revision 583a52ba (qgis): Merge pull request #40804 from m-kuhn/backported-label
Add backported label when a PR was successfully backported Matthias Kuhn
01:09 AM Revision 01fd9835 (qgis): Fix adding new features
Ivan Ivanov
01:08 AM Revision c3411b98 (qgis): Not sure why this was like this in the original QgsRelationEditorWidget
Ivan Ivanov

2020-12-30

11:02 PM Revision 81d36742 (qgis): Add backported label when a PR was successfully backported
Matthias Kuhn
07:55 PM Revision c6ac5a60 (qgis): Remove leftover code
github-actions[bot]
07:21 PM Revision e2543342 (qgis): Merge pull request #40800 from m-kuhn/backported-label
Add backported label after a successful backport Matthias Kuhn
04:59 PM Revision 4435aeb7 (qgis): Type
Co-authored-by: Alessandro Pasotti <[email protected]> Matthias Kuhn
04:51 PM Revision 84f985c7 (qgis): Add backported label after a successful backport
Matthias Kuhn
07:50 AM Revision 48d587e9 (qgis): Merge pull request #40795 from nyalldawson/indent2
Make identify results indentation more hidpi friendly, also lower browser tree indentation Matthias Kuhn
03:48 AM Revision c0576d88 (qgis): Make identify results indentation more hidpi friendly, also lower brows...
Nyall Dawson
03:46 AM Revision 1151a8f0 (qgis): Open the correct configuration widget
Ivan Ivanov
03:46 AM Revision 51cd712c (qgis): Add relation widget registry
Ivan Ivanov
03:46 AM Revision 19d398e3 (qgis): Restore a tooltip replaced during debugging
Ivan Ivanov
03:46 AM Revision b1dad1d3 (qgis): Added SIP_DEPRECATED and added forgotten \since docs
Ivan Ivanov
03:35 AM Revision 112aaf06 (qgis): Reduce indentation in identify results
Stefanow Natsis

2020-12-29

11:26 PM Revision 8e79a17f (qgis): MetaSearch: update bbox CRS
(cherry picked from commit 65a134ca47731b178901b4ca1ee3ba0066af1d98) Tom Kralidis
11:25 PM Revision 65a134ca (qgis): MetaSearch: update bbox CRS
Tom Kralidis
06:52 PM Revision a898e64a (qgis): Merge pull request #40737 from m-kuhn/cache_regexps
Initialize regular expressions once Matthias Kuhn
05:46 PM Revision 76ba06ce (qgis): Rework handling of primary keys in HANA (part 4)
Maxim Rylov
10:10 AM Revision 3c0b971b (qgis): No const
Matthias Kuhn
07:58 AM Revision 97b7ab90 (qgis): Avoid some unnecessary work when destructing QgsCoordinateReferenceSyst...
Nyall Dawson
04:19 AM Revision 5c225cce (qgis): Make sure empty array in listwidget is null
Fixes #38176 Stephen Knox
04:19 AM Revision 4e125eb7 (qgis): Correct postgres prepared statements for arrays
Fixes #38784 Stephen Knox
04:19 AM Revision 9a8a8c95 (qgis): Add options in list config widget for how to deal with empty rows
Allow NULL or empty array Stephen Knox
04:15 AM Revision ff3bb1c0 (qgis): [expression] Avoid paying the price of a QgsCoordinateReferenceSystem d...
Mathieu Pellerin - nIRV
02:38 AM Revision 7e0f58ff (qgis): Add nullCrs for more performanct (de)initialisation of a default constr...
Matthias Kuhn
02:38 AM Revision 2505f54d (qgis): Fix cppcheck warnings
Nyall Dawson
02:38 AM Revision 1a716ce6 (qgis): Another fix
Nyall Dawson
02:38 AM Revision b7ac07a1 (qgis): Fix quick build
Nyall Dawson
02:38 AM Revision 5972fdbe (qgis): More build fixes
Nyall Dawson
02:38 AM Revision 87fc2dcc (qgis): Fix grass build
Nyall Dawson
02:38 AM Revision a9c80e57 (qgis): Code shuffle
Move vector, project and network related core .cpp/.h files into
dedicated subdirectories.
An attempt to organise sr...
Nyall Dawson

2020-12-28

12:20 AM Revision 1353ce28 (qgis): Safety check for expression initialized
github-actions[bot]
12:03 AM Revision 71eed6e3 (qgis): [processing] fix loading geometryless tables with PostGISExecuteAndLoad...
jd lom
11:40 PM Revision 3c7f85bb (qgis): Safety check for expression initialized
fixes #40762
(cherry picked from commit 6d28490e272744ebafdcf7080d4fe1d789cc47e4)
Matthias Kuhn
11:31 PM Revision fcd98861 (qgis): Merge pull request #40745 from m-kuhn/qgsmaplayer_project
Add QgsMapLayer::project() utility method Matthias Kuhn
11:16 PM Revision 162c5999 (qgis): Added array_min/array_max expression function
Stefanow Natsis
11:16 PM Revision d24f9a13 (qgis): added help jsons
Stefanow Natsis
11:16 PM Revision 0a5f4928 (qgis): Added lamda function to avoid using QVariant < > operators
Stefanow Natsis
11:16 PM Revision d3e2bd1e (qgis): Added array_sum expression function
Stefanow Natsis
11:16 PM Revision f978979a (qgis): Fix returning type in test
Stefanow Natsis
11:16 PM Revision 7cdb694d (qgis): Fix failing test
Stefanow Natsis
11:16 PM Revision a870070b (qgis): Added array_mean, array_median expression functions
Stefanow Natsis
11:16 PM Revision 9348e759 (qgis): Added invalid syntax tests with non array parameters
Stefanow Natsis
11:16 PM Revision f2ed1c49 (qgis): Added array_mode expression function
Stefanow Natsis
11:16 PM Revision 5eb2c974 (qgis): Added tests
Stefanow Natsis
11:16 PM Revision d8a26261 (qgis): Rename mode to majority
Stefanow Natsis
11:16 PM Revision ee57ba5d (qgis): Fix copy pasted test
Stefanow Natsis
11:04 PM Revision 6d28490e (qgis): Safety check for expression initialized
fixes #40762 Matthias Kuhn
04:08 PM Revision 61fbdcf5 (qgis): Merge branch 'master' into hana-provider
Maxim Rylov
03:46 PM Revision 44fec96c (qgis): Rework handling of primary keys in HANA (part 3)
Maxim Rylov
02:01 PM Revision 14136a15 (qgis): [ui] Insure color/value changes in the colormap tree are reflected in t...
Mathieu Pellerin - nIRV
06:37 AM Revision a2e1a09b (qgis): Merge pull request #40772 from Gustry/github-action
Create a GitHub release when there is a tag Matthias Kuhn

2020-12-27

07:21 PM Revision 828c1611 (qgis): Add tests
Nyall Dawson
07:21 PM Revision 8a3eefd0 (qgis): Fix warning
Nyall Dawson
07:21 PM Revision 39560eaa (qgis): Add interface class for objects which can generate a feature renderer f...
Nyall Dawson
07:21 PM Revision efb0806a (qgis): Silence invalid cppcheck warning
Nyall Dawson
07:21 PM Revision d2fb33e0 (qgis): Add API to allow extra feature renderers to be created for a vector
layer, so that these renderers are always drawn either above or
below the normal layer renderer
This allows programa...
Nyall Dawson
06:54 PM Revision c8a2535e (qgis): scandeps.pl run
Jürgen Fischer
06:54 PM Revision d19ac80f (qgis): debian packaging: adapt to moved sip files
Jürgen Fischer
08:39 AM Revision 171911a6 (qgis): Merge pull request #40755 from m-kuhn/non_virtual_qgsproperty
QgsProperty is not virtual Matthias Kuhn

2020-12-26

10:25 AM Revision 678befec (qgis): Create a GitHub release when there is a tag
Etienne Trimaille

2020-12-25

12:51 AM Revision 639f63e5 (qgis): Add a provider source widget for gdal file based layers, and allow
changing layer file source from raster layer properties Nyall Dawson
12:51 AM Revision 1372f7b1 (qgis): Update header
Nyall Dawson
12:51 AM Revision 4610d957 (qgis): Reuse QgsXyzSourceWidget in QgsXyzConnectionDialog
Nyall Dawson
12:51 AM Revision 16f90835 (qgis): Spelling
Nyall Dawson
12:51 AM Revision f373f9d5 (qgis): Update test
Nyall Dawson
12:51 AM Revision e32c5cdd (qgis): Add source widget for XYZ layers, allowing users to change properties
like the min/max zoom levels and authentication settings for any
XYZ layer in a project on a layer-by-layer basis
Nyall Dawson
12:51 AM Revision a92c8825 (qgis): Fix warning
Nyall Dawson
12:51 AM Revision d5c3b4b8 (qgis): Add API to allow creation of widgets for customising a layer's source
This adds api in the provider gui to allow a provider to create a custom
widget which exposes options to customise an...
Nyall Dawson
12:50 AM Revision 0dc0ca58 (qgis): Fix crash on geos closestPoint
Stefanow Natsis
12:50 AM Revision 05e2a599 (qgis): Fix ui build warnings
Nyall Dawson
09:44 PM Revision 98ec99ee (qgis): Remove leftover code
Matthias Kuhn
10:38 AM Revision f599d82d (qgis): debian packaging: include untwine
Jürgen Fischer
09:32 AM Revision 4b10ee3f (qgis): More thread local
Matthias Kuhn
08:41 AM Revision d33cb6dc (qgis): QgsProperty is not virtual
Matthias Kuhn

2020-12-24

01:14 PM Revision 09956c83 (qgis): Add docstrings
Juernjakob Dugge
08:57 AM Revision 82cefbc1 (qgis): QStringLiteral
Matthias Kuhn
08:39 AM Revision cf7ee1a1 (qgis): QRegularExpression only offers exactMatch starting from 5.15
Matthias Kuhn
08:02 AM Revision 1ba708ee (qgis): Merge pull request #40706 from Gustry/github_release
Create a GitHub release when there is a tag Matthias Kuhn
05:07 AM Revision cd5560c2 (qgis): Optimize QgsProject::readBoolEntry
Matthias Kuhn
04:13 AM Revision af709503 (qgis): Cache svg paths
Rebuilding them for each access from the settings is costly Matthias Kuhn
01:49 AM Revision 54667e31 (qgis): [3d] Add a tiny padding to the vector layer chunk loader root bounding ...
Mathieu Pellerin - nIRV
01:46 AM Revision 129ebbb1 (qgis): We can trust compiled expressions, remove option to disable
Mathieu Pellerin - nIRV

2020-12-23

12:02 AM Revision b666eddf (qgis): Further
Matthias Kuhn
11:21 PM Revision eb1c7b1a (qgis): fix build
Jürgen Fischer
09:07 PM Revision e1154834 (qgis): Translated string in the add relation dialog
Ivan Ivanov
09:07 PM Revision fd099be1 (qgis): Translated string in the add relation dialog
Ivan Ivanov
09:02 PM Revision 67c24fa2 (qgis): thread_local
Matthias Kuhn
08:56 PM Revision c04369eb (qgis): [FEATURE] Indentation of legend groups and subgroups
Fixes #29606 Juernjakob Dugge
06:21 PM Revision 6f349eb4 (qgis): Fix compiling with proj < 6
Matthias Kuhn
06:10 PM Revision 73e385fd (qgis): Improve docstring
Matthias Kuhn
06:08 PM Revision 2b4a2332 (qgis): Add unit tests
Matthias Kuhn
05:58 PM Revision 531998fd (qgis): Rework handling of primary keys in HANA (part 2)
Maxim Rylov
03:59 PM Revision fc8430f8 (qgis): Sanitize usage of static regex
Matthias Kuhn
03:23 PM Revision 9e0bf6df (qgis): Initialize regular expressions once
Matthias Kuhn
02:54 PM Revision 312e24a0 (qgis): Revert "debian packaging: disable pdal provider on all dists except uns...
As b5e98c346da2 reverts back to support earlier PDAL versions than 2.2.
This reverts commit a75ff775f976aa044dd44397...
Jürgen Fischer
01:18 PM Revision e520af3c (qgis): Merge pull request #40726 from elpaso/connections-api-results-iterator
Connections API: execSql iterator Alessandro Pasotti
11:46 AM Revision 303f689b (qgis): Update tests for java-style iteraror
Alessandro Pasotti
11:12 AM Revision 32a938dd (qgis): Rework handling of primary keys in HANA
Maxim Rylov
11:05 AM Revision a5898bcb (qgis): Fix reading non x/y/z/classification attributes from laz files
and make reading much more efficient by avoiding multiple string
comparisons for every single point read
Nyall Dawson
09:34 AM Revision a8787724 (qgis): Increase time to close of stale bot
Matthias Kuhn
07:10 AM Revision c196a94b (qgis): Remove non-functional querying code from feature server source select
Nyall Dawson
07:10 AM Revision a22ba6f1 (qgis): Use correct dialog in source select
Nyall Dawson
07:10 AM Revision 1f354f5e (qgis): QStringLiteral
Nyall Dawson
07:10 AM Revision ac16246b (qgis): Auto migrate mapserver connections to ArcGIS REST connections
Nyall Dawson
07:10 AM Revision 0ed0f5ab (qgis): Update comments
Nyall Dawson
07:10 AM Revision 48b8e744 (qgis): [needs-docs] Remove seperation between ArcGis Feature Service
and ArcGIS Map Service items in browser
and replace them with a single, unified "ArcGIS Rest Servers" item
which sho...
Nyall Dawson
07:10 AM Revision 33a607b3 (qgis): Handle image formats
Nyall Dawson
07:10 AM Revision 7b17a0c8 (qgis): Remove useless projection selector -- arcgis rest layers are only avail...
Nyall Dawson
07:10 AM Revision b45280e8 (qgis): Adding works again
Nyall Dawson
07:10 AM Revision 89049197 (qgis): Replace ArcGIS REST data source manager list with a view based on the b...
This has MANY benefits:
- Shows the merged feature service/map service view we use in browser
- Avoids the HUGE main ...
Nyall Dawson
07:10 AM Revision 11920561 (qgis): Remove redundant AMS gui components, they are all handled by arcgis RES...
Nyall Dawson
04:42 AM Revision 590f8d14 (qgis): [processing] Add a dedicated pan tool for navigating models
Fixes #40714 Nyall Dawson
02:52 AM Revision 0758e57a (qgis): Fix las test dataset name
Alex Hay

2020-12-22

12:43 AM Revision 62ed2191 (qgis): Add new cpp/hpp files to compilation
Martin Dobias
12:43 AM Revision b5927085 (qgis): Update Untwine to the latest main branch
This lowers the required minimum version of PDAL to >= 1.7 which makes
it much easier to use in many linux distributi...
Martin Dobias
12:43 AM Revision b5e98c34 (qgis): Lower PDAL version requirement to >= 1.7
Martin Dobias
12:00 AM Revision 81774492 (qgis): Fix circle by three tangents parrallel when two are parallels (#40702)
* add new method to solve QgsCircle::from3tangents where 2 tangents are parallels Loïc Bartoletti
11:33 PM Revision e54a2cde (qgis): Improve efficiency of load old props
(cherry picked from commit 0b312d9c870c7e908f5dd2d20053fc2afb5cd640) Matthias Kuhn
11:32 PM Revision 0b312d9c (qgis): Improve efficiency of load old props
Matthias Kuhn
11:31 PM Revision 0ba9655c (qgis): Refresh the attribute table styles when feature modified programmatically
Matthias Kuhn
11:19 PM Revision bb3605b7 (qgis): [postgres] Don't quote double values when compiling expressions (#40713)
For reasons QgsPostgresConn::quotedValue converts a double variant
to a quoted string value, but this breaks the expr...
Nyall Dawson
11:04 PM Revision a75ff775 (qgis): debian packaging: disable pdal provider on all dists except unstable
Jürgen Fischer
09:12 PM Revision 48c3f280 (qgis): Fix 3d camera yaw and pitch sensitivity
Stefanow Natsis
08:43 PM Revision a6be1127 (qgis): [postgres] Don't quote double values when compiling expressions (#40713)
For reasons QgsPostgresConn::quotedValue converts a double variant
to a quoted string value, but this breaks the expr...
Nyall Dawson
08:40 PM Revision b4f14d5d (qgis): Fix docstring
Matthias Kuhn
07:32 PM Revision d5b65902 (qgis): hasNextRow
Alessandro Pasotti
05:14 PM Revision feb9aeb5 (qgis): Doxy
Alessandro Pasotti
05:00 PM Revision 6ddb13ac (qgis): Get access to project from map layer
Matthias Kuhn
04:53 PM Revision 0978ff22 (qgis): Connections API: execSql iterator
Alessandro Pasotti
10:52 AM Revision 4b53314a (qgis): Create a GitHub release when there is a tag
Etienne Trimaille
10:10 AM Revision 14a60c1c (qgis): Replace other deprecated Qt3d materials with maintained versions
Nyall Dawson
09:21 AM Revision e4869b1d (qgis): Temporal separation of stale handling
Stale issues and stale PRs are handled at different times now. This gives us 2 different github api rate limit slots ... Matthias Kuhn
08:19 AM Revision 4b8e8210 (qgis): Run stale PR bot only on PRs
This was accidentally run on issues too, see https://github.com/qgis/QGIS/issues/40416#issuecomment-749386324 Matthias Kuhn
07:55 AM Revision d0356664 (qgis): Fix typo
Matthias Kuhn
06:27 AM Revision 89a1e135 (qgis): pgsql12 tests: Python 3.6 compatibility
José de Paula Rodrigues Neto Assis
06:27 AM Revision f055d2e0 (qgis): pgsql12 tests: Floating point comparison precision.
José de Paula Rodrigues Neto Assis
06:27 AM Revision 922bf86b (qgis): round() on float equality comparisons in pgsql tests
We round floating point values in tests that check for equality between
two values in PostgreSQL tests, so that float...
José de Paula Rodrigues Neto Assis
06:27 AM Revision 3637689d (qgis): pgsql12: using assertAlmostEqual in floating point tests.
On suggestion by Nyall Dawson, we use assertAlmostEqual instead of
assertEqual+round() on floating point comparisons ...
José de Paula Rodrigues Neto Assis
06:27 AM Revision 5d65e3c9 (qgis): Number of segments in buffer() function is integer
This makes the parameter that indicates the number of segments in a
quarter circle for the buffer() function an integ...
José de Paula Rodrigues Neto Assis
06:26 AM Revision 51d70440 (qgis): [Backport release-3_10] Fix #38473, forgetting CRS in a new project (#4...
* Fix #38473, forgetting CRS in a new project qgis-bot
04:47 AM Revision b6863365 (qgis): [bugfix] PTP check for output folder. (#40488)
Fixes #40486 Alex Hay

2020-12-21

12:03 AM Revision b28d820b (qgis): fix typos
Jürgen Fischer
11:33 PM Revision 4f26cccd (qgis): More yaml syntax fixes
Matthias Kuhn
11:32 PM Revision ea9056e1 (qgis): Fix yaml syntax error
Matthias Kuhn
11:18 PM Revision e800e4d0 (qgis): Safer approach. While the different roles are currently being set on
different columns, it's harmless and safer to avoid overlapping key values
with the different roles.
(cherry picked ...
Nyall Dawson
11:18 PM Revision f0a5361e (qgis): Use descriptive enums for user roles instead of raw values
(cherry picked from commit c7b4fe358158577ff64cd4f9a902df311822d0dd) Nyall Dawson
11:17 PM Revision 710d99a2 (qgis): adapt path
(cherry picked from commit 2bd6c2758dc9bebdfd816356b1ed53fe484391bf) Alex Hay
11:17 PM Revision 4eb8f108 (qgis): fit autofinder
didn't replace text used on apply and didn't find file properly
(cherry picked from commit 67a8c306503aec87e5159efc5...
Alex Hay
11:17 PM Revision e2af50bc (qgis): Fix a crash in 3d views when changing layer properties rapidly
(cherry picked from commit 11026c44a16bd58a717eb194a4e8af9c1bfb3471) Nyall Dawson
11:17 PM Revision 887fadb5 (qgis): Fix #38473, forgetting CRS in a new project (#40648)
Fix #3847
(cherry picked from commit 7f2b71c097716f8fd55bb5ebed1c55fd9bdd5d6f)
Ivan Ivanov
11:17 PM Revision 323c981b (qgis): Use /TransferBack/ instead of /Factory/ in layout registry factory methods
For same reason as we do in Processing registry:
(from the comments included in this commit)
"
While it seems like /...
Nyall Dawson
09:32 PM Revision 9d7b5501 (qgis): fix QCOMPARE
Julien Cabieces
09:32 PM Revision 710bbbe5 (qgis): Fixes #39063 : Don't clear document path when its null representation
Julien Cabieces
09:30 PM Revision 0f4a830c (qgis): Do not set constraints from the layer
Ivan Ivanov
09:29 PM Revision 11026c44 (qgis): Fix a crash in 3d views when changing layer properties rapidly
Nyall Dawson
09:28 PM Revision 7f2b71c0 (qgis): Fix #38473, forgetting CRS in a new project (#40648)
Fix #3847 Ivan Ivanov
09:27 PM Revision c1913dc9 (qgis): Revert "Use /TransferBack/ instead of /Factory/ in layout registry fact...
This reverts commit da59316fb5bab526f5ad659f4f9e0b0d0738c00c. Nyall Dawson
09:27 PM Revision da59316f (qgis): Use /TransferBack/ instead of /Factory/ in layout registry factory methods
For same reason as we do in Processing registry:
(from the comments included in this commit)
"
While it seems like /...
Nyall Dawson
09:26 PM Revision 7bd3603f (qgis): Removes 'toggle editing' from context menu of read-only layers. Fix #40694
Ivan Ivanov
09:26 PM Revision a05971d5 (qgis): Added `bool supportsEditing` property to QgsVectorLayer
Ivan Ivanov
09:26 PM Revision b7a7389f (qgis): Whoops, negated check
Ivan Ivanov
09:26 PM Revision 3a865ad9 (qgis): Use the newly added QgsVectorLayer::supportsEditing
Ivan Ivanov
07:57 PM Revision f503cb5d (qgis): Merge pull request #40699 from suricactus/attr_tbl_cond_fmt
Refresh the attribute table styles when feature modified programmatically Matthias Kuhn
07:05 PM Revision a2beeba0 (qgis): Removes 'toggle editing' from context menu of read-only layers. Fix #40694
Ivan Ivanov
07:03 PM Revision e10e42da (qgis): Added an option to limit the number of results
Ivan Ivanov
07:01 PM Revision 7380f8d8 (qgis): Spelling
Nyall Dawson
07:01 PM Revision d6fa5331 (qgis): Start on QgsArcGisPortalUtils
Nyall Dawson
07:01 PM Revision 23b1533d (qgis): Add api to retrieve user groups
Nyall Dawson
07:01 PM Revision 60001d86 (qgis): [FEATURE] Arcgis Feature Service connections which have their
corresponding Portal endpoint URLS set can be explored by content
groups in the browser panel.
If a connection has t...
Nyall Dawson
07:01 PM Revision 8b313f84 (qgis): Method to retrieve all group content
Nyall Dawson
07:01 PM Revision d8784602 (qgis): Add method to retrieve filtered group content
Nyall Dawson
07:01 PM Revision 95b596a7 (qgis): Fork QgsNewHttpConnection to a dedicated dialog for ArcGIS rest services,
and add option to set Portal content and community endpoints Nyall Dawson
03:40 PM Revision ed26d18e (qgis): Switch odbc-cpp to v0.2
Maxim Rylov
02:52 PM Revision b8ec243b (qgis): Rework batch processing in HANA
Maxim Rylov
01:39 PM Revision 5a2cfe56 (qgis): Merge pull request #40663 from elpaso/connections-api-executeSql-with-c...
Connections API: execSql, return rows and column names Alessandro Pasotti
01:08 PM Revision 3ac3e91a (qgis): Initialize members in QgsHanaProvider
Maxim Rylov
01:01 PM Revision f8abc98c (qgis): Document code in QgsHanaColumnTypeThread
Maxim Rylov
12:59 PM Revision 1d06ea8e (qgis): Remove unused header
Maxim Rylov
11:36 AM Revision 4a797830 (qgis): Rename private method to execSqlPrivate
Alessandro Pasotti
11:36 AM Revision ddcb1c8e (qgis): Safer approach. While the different roles are currently being set on
different columns, it's harmless and safer to avoid overlapping key values
with the different roles.
Nyall Dawson
11:36 AM Revision 67a8c306 (qgis): fit autofinder
didn't replace text used on apply and didn't find file properly Alex Hay
11:36 AM Revision 2bd6c275 (qgis): adapt path
Alex Hay
11:36 AM Revision c7b4fe35 (qgis): Use descriptive enums for user roles instead of raw values
Nyall Dawson
11:36 AM Revision 3a2b8f88 (qgis): Optimize column information
Alessandro Pasotti
10:43 AM Revision a277cc63 (qgis): QgsAbstractDatabaseProviderConnection::QueryResult proper encapsulation
and rename to execSql Alessandro Pasotti
10:10 AM Revision 44200e5b (qgis): Added unit test
Ivan Ivanov
09:04 AM Revision c769a9b0 (qgis): Remove unused sMainWindow in QgsHanaRootItem
Maxim Rylov
09:02 AM Revision cdd4538d (qgis): Rework QgsManageConnectionsDialog::loadHanaConnections
Maxim Rylov
08:34 AM Revision 5a7b509f (qgis): Make Qt containers const in QgsHanaSourceSelect
Maxim Rylov
08:30 AM Revision fb46ff3f (qgis): Rework query and its parameters in QgsHanaFeatureIterator
Maxim Rylov
08:25 AM Revision 32b71fc5 (qgis): Remove destructor in QgsHanaProvider
Maxim Rylov
08:24 AM Revision b99ff732 (qgis): Initialize boolean members in QgsHanaConnectionStringBuilder
Maxim Rylov
08:21 AM Revision bddcbf8b (qgis): Translate tooltip in QgsHanaConnectionItem
Maxim Rylov
06:44 AM Revision 68b65ca8 (qgis): Refresh the attribute table styles when feature modified programmatically
Ivan Ivanov
03:34 AM Revision ccd5c28c (qgis): Fix impossible to activate draw effects on settings in font buttons
If we ignore the enabled state when testing whether a paint effect
should be saved, then we get stuck in a loop where...
Nyall Dawson
03:23 AM Revision c851c0ff (qgis): Fix impossible to activate draw effects on settings in font buttons
If we ignore the enabled state when testing whether a paint effect
should be saved, then we get stuck in a loop where...
Nyall Dawson
03:22 AM Revision b331c795 (qgis): Fix uncaught exception when calculating full extent (fixes #40683)
Nyall Dawson
01:59 AM Revision af18a3b5 (qgis): [processing] don't set any default value for optional NODATA parameter
in GDAL rastrize algorithm (fix #39752).
As this is optional parameter better to have it not set by default to
avoid...
Alexander Bruy
01:59 AM Revision a0eb7dd5 (qgis): const on variable
Co-authored-by: Alessandro Pasotti <[email protected]> Julien Cabieces
01:59 AM Revision 9569a630 (qgis): [Oracle] Fix generated columns when evaluate default value is on
Julien Cabieces
01:59 AM Revision 4eebcc78 (qgis): Ensure that accessing QgsFieldFormatterRegistry is thread safe
(cherry picked from commit 344bc5f90910831a656bda8360cf1b05c2491d76) Nyall Dawson
01:59 AM Revision 1da434b3 (qgis): [3d] If a buffered line symbol is set to 0 width, transparently bump the
width up to a tiny amount so that the tesselator actually has a (super narrow)
polygon to work from
This means that ...
Nyall Dawson
01:59 AM Revision 46e94523 (qgis): Fix server virtual layers load
(cherry picked from commit bd5e408dd31c97bf54bb015e26ed3638fdc8e23d) Alessandro Pasotti
01:59 AM Revision d8fe6b33 (qgis): Fixup messy code for layer duplication, and don't block duplication
of mesh, vector tile, point cloud layers (all of which fully support it!)
(cherry picked from commit 682b5f7abf0a62e...
Nyall Dawson
01:59 AM Revision 5577ae5e (qgis): Display Exception message when raised in python plugin ogcapi handler
(cherry picked from commit 5568c6eef369cf8461f23de7b98f11e712dc1a7a) Julien Cabieces
01:59 AM Revision c522a041 (qgis): Cache relkind to avoid requesting it every time we need it
(cherry picked from commit 20fcf50714755bf6fd3bad7f0f62697f192435f9) Julien Cabieces
01:59 AM Revision 961a4b42 (qgis): [postgres] Fixes #40162 : Don't use explain plan when estimating count ...
(cherry picked from commit 6c1a9bccb3b10af4c0ee43f8eca9541d77bb2b0a) Julien Cabieces
01:59 AM Revision a73eace2 (qgis): Do not detach layers loop
(cherry picked from commit 8d2d5b65fdb91851cdf9e1fdd9af3574863f22b1) Alessandro Pasotti
01:59 AM Revision 25ddebe5 (qgis): [3d] Fix flat/online terrain generator extent not saved
(cherry picked from commit 06a1e7d9f928cfd138dd6412204666db5bd0a463) Mathieu Pellerin - nIRV
01:59 AM Revision aad81d18 (qgis): Remove layer/legend/palette preview from raster layer properties
These boxes were not very useful - two of them (legend and palette)
have been disabled for many years now, and the la...
Martin Dobias
01:59 AM Revision 6d4df441 (qgis): override default value only when tool executed from GUI
(cherry picked from commit 7c1d29c363b2efec459f099ccbb371405556cab7) Alexander Bruy
01:59 AM Revision 622ca712 (qgis): Complete test
Julien Cabieces
01:59 AM Revision 0a7500de (qgis): Astyle
(cherry picked from commit 347885b58caf45ea859fcb3de8f39ecd7ea62682) Nyall Dawson
01:59 AM Revision 07788d9b (qgis): [processing][gdal] Don't default to placing each input file in a separate
band in build vrt algorithm
Creating a multi-band vrt is much less common vs creating a mosaic
style vrt, so set the...
Nyall Dawson
01:59 AM Revision f3d22299 (qgis): [processing] Add method to set an explicit override for the default
value of a parameter for the GUI only
This allows us freedom to change the default settings for an algorithm
shown w...
Nyall Dawson
01:59 AM Revision cdf03a7f (qgis): [ui][processing] Fix model designer dialog not remember panel state
(cherry picked from commit 77580e3dbc5aaff3aadbab438d906210b1c4805c) Mathieu Pellerin - nIRV
01:59 AM Revision 0befc290 (qgis): Avoid emitting QgsProject::snappingConfigChanged multiple times when re...
(cherry picked from commit 78cdadf5aa5959438509799be2838b16e0d26a88) Nyall Dawson
01:59 AM Revision c40c55cd (qgis): It's FAR too expensive to construct a QgsSettings object for every symb...
projects. So only read the valid size ranges once, and store them for subsequent use
(cherry picked from commit da51...
Nyall Dawson
01:59 AM Revision 4ff5558a (qgis): [wms] When decoding uri strings, insure local files are mapped to a 'pa...
Mathieu Pellerin - nIRV
01:59 AM Revision 5d8e1520 (qgis): Fix metadata encoding in PDF exported from Map canvas and Print layout
Fixes #40265
(cherry picked from commit 2a81ebfff1bf9e017ad4713345e9f005d8822acd)
Andrea Giudiceandrea
01:59 AM Revision 3f091dd3 (qgis): Faster multiband color renderer in some circumstances
(cherry picked from commit c0d2924587d2c70665fdecf24f164a3ec889b8b5) Nyall Dawson
01:59 AM Revision d9d5f20b (qgis): [Bugfix] Processing @alg decorator support input help string (#40207)
(cherry picked from commit 0b281073b728af8fc1254b56282280573b20855f) René-Luc ReLuc
01:59 AM Revision 17bd6dac (qgis): Defer resizing columns in snapping widget until the widget is actually ...
Otherwise this can cause a HUGE amount of unnecessary work when adding a large number
of layers (or layers with a lar...
Nyall Dawson
01:59 AM Revision d90e81af (qgis): Add proper method to determine whether a symbol uses map unit sizes,
and use this to determine whether a legend item needs updating
as a result of a map change
This results in a HUGE sp...
Nyall Dawson
01:59 AM Revision 86374a12 (qgis): Save ~150ms in project loading by storing QgsSettings instance
(cherry picked from commit eeb8346eddbfbcf79ad031920d5d60e4e5729c16) Alessandro Pasotti
01:59 AM Revision cf34d221 (qgis): OriginalXmlProperties optimization
Dramatic speed improvement in XML original properties storage.
The original implementation used a call to QDomNodeLi...
Alessandro Pasotti
01:59 AM Revision 0b914518 (qgis): Further optimization of originalXmlProperties
(cherry picked from commit 6e3d45e6aa8a78e23b61e28911b209bff68735d1) Mathieu Pellerin - nIRV
01:59 AM Revision da85fb6c (qgis): [locator] Fix go to locator failing to parse google maps URLs
(cherry picked from commit ae34eba92d5c2c1b71083abd971b777d82281a2e) Mathieu Pellerin - nIRV
01:36 AM Revision 2d9a1c27 (qgis): [GDAL provider] Add missing BILINEAR resampling method in QgsGdalProvid...
(cherry picked from commit e2c58782a9e8532b8dacd6cacec956aaa1cb5c01) Andrea Giudiceandrea
01:35 AM Revision e2c58782 (qgis): [GDAL provider] Add missing BILINEAR resampling method in QgsGdalProvid...
Andrea Giudiceandrea

2020-12-20

12:42 AM Revision 0bb49e94 (qgis): fix doxygen missing def param
Julien Cabieces
12:42 AM Revision 62ed3e2a (qgis): Further improvements to QgsProject dox
Nyall Dawson
12:42 AM Revision 4552a6c6 (qgis): only display actions for single features in action menu
(cherry picked from commit 7f1601a1d81668e0c0b992b174cff652f73e0061) Denis Rouzaud
12:42 AM Revision b16285be (qgis): Fix errors and inconsistencies resulting from adding M values to
a dataset with a ****25D wkb type
Previously we did not handle adding M values to any "25d" WKB
type (as there's no ...
Nyall Dawson
12:42 AM Revision e0a2b655 (qgis): ReadEntry ok value must be set to False when property doesn't exist
Fixes #37851 : readEntry ok value must be set to False when property doesn't exist Julien Cabieces
12:13 AM Revision 311f3bba (qgis): Release of 3.10.13
Jürgen Fischer
12:13 AM Revision 89be7337 (qgis): translation update for 3.10.13 from transifex
Jürgen Fischer
12:12 AM Revision f1660f9d (qgis): Release of 3.16.2
Jürgen Fischer
12:12 AM Revision 050f7264 (qgis): translation update for 3.16.2 from transifex
Jürgen Fischer
01:30 PM Revision e007dcca (qgis): Remove updateRecentProjectsVisibility()
because the current implementation has GUI issues.
Fixes: https://github.com/qgis/QGIS/issues/33718
Tom Vijlbrief
09:14 AM Revision f536dd8c (qgis): Merge pull request #40676 from vcloarec/backport#40670
backport TIN interpolation fix Matthias Kuhn
04:49 AM Revision 869e9897 (qgis): [wms] When decoding uri strings, insure local files are mapped to a 'pa...
Mathieu Pellerin - nIRV

2020-12-19

10:57 PM Revision 77196684 (qgis): fix build (take II; followup 1c9d89a7c3d)
Jürgen Fischer
10:16 PM Revision df16003b (qgis): Merge pull request #40675 from vcloarec/removeBreak
remove one extra break Matthias Kuhn
06:25 PM Revision 38b13718 (qgis): backport #40670
Vincent Cloarec
06:03 PM Revision c9edcc86 (qgis): remove one extra break
Vincent Cloarec
04:30 PM Revision 1c9d89a7 (qgis): fix build
Jürgen Fischer
04:06 PM Revision 14f6c9e5 (qgis): Merge pull request #40670 from vcloarec/fixTinInterpolation
fix TIN interpolation #40668 Matthias Kuhn
01:34 PM Revision 30510e4d (qgis): use addZValue()
Vincent Cloarec
07:44 AM Revision 677ccf5a (qgis): Merge pull request #40567 from maximlt/patch-2
Adapt import hook to allow importing py Matthias Kuhn
04:34 AM Revision b5d7abcc (qgis): fix TIN interpolation #40668
Vincent Cloarec

2020-12-18

11:12 PM Revision 8f5583eb (qgis): update MDAL 0.7.91 (beta release for QGIS 3.18)
Peter Petrik
11:12 PM Revision 3dfbcf50 (qgis): do not use getenv_s
Vincent Cloarec
11:11 PM Revision fe6cf609 (qgis): Fix yoda talk, clear message after 2 seconds
Stefanow Natsis
09:33 PM Revision 7657be2e (qgis): PG connections API: small optimization in execSql
Alessandro Pasotti
09:31 PM Revision b5d46369 (qgis): Remove unused variable
Matthias Kuhn
08:28 PM Revision eaea2aaf (qgis): Allow users to set text format for ramp legend labels
Nyall Dawson
08:28 PM Revision 5a688e20 (qgis): Test masks
Nyall Dawson
08:28 PM Revision 2ec44805 (qgis): Add option to render color ramp legend items as horizontal bars
Nyall Dawson
06:15 PM Revision 84131e0c (qgis): Connections API: executeSqlWithNames, return column names
This is mainly useful for Python, this way we can probably
avoid calling fields() and all related cost when all we ne...
Alessandro Pasotti
09:14 AM Revision 13e49698 (qgis): Try to fix doc test
Nyall Dawson
09:14 AM Revision 99208ab4 (qgis): Split query related functions out into a separate file
Nyall Dawson
09:14 AM Revision 8d459105 (qgis): Move QgsArcGisRestUtils to core, cleanup API, add docs and selectively
expose to Python Nyall Dawson
09:14 AM Revision 4f4ef6d4 (qgis): Update test
Nyall Dawson
09:14 AM Revision 6ae1bf22 (qgis): Add API to set/retrieve original units in QgsInterval
Samweli
09:14 AM Revision 2f2e410d (qgis): Minor doc correction, tweak equality operator to consider original units
Nyall Dawson
04:50 AM Revision 2a81ebff (qgis): Fix metadata encoding in PDF exported from Map canvas and Print layout
Fixes #40265 Andrea Giudiceandrea
04:49 AM Revision c2d02311 (qgis): Added verification if LineString or MultiLineString patch shapes
Fixes #40525
(cherry picked from commit 1db15766cb18c8c6967bda437c7dc34489abe7f4)
Patrice Pineault
04:49 AM Revision 1db15766 (qgis): Added verification if LineString or MultiLineString patch shapes
Fixes #40525 Patrice Pineault
03:05 AM Revision d6e2cd04 (qgis): Fix crash with legend creation of raster singleband pseudocolor renderer
Mathieu Pellerin - nIRV
03:03 AM Revision c8b71ef2 (qgis): Fix crash
Nyall Dawson
03:03 AM Revision 45d2edda (qgis): QgsColorRampShader can have color ramp legend node settings
Nyall Dawson
03:03 AM Revision f96ba98b (qgis): Use QgsColorRampLegendNodeSettings to control settings for QgsColorRamp...
Nyall Dawson
03:03 AM Revision a0accab0 (qgis): Add QgsColorRampLegendNodeSettings to QgsSingleBandGrayRenderer
Nyall Dawson
03:03 AM Revision 787f62fe (qgis): Add a widget for customizing color ramp legend settings
Nyall Dawson
03:03 AM Revision c5dd1208 (qgis): Add new tests
Nyall Dawson
03:03 AM Revision 1be12296 (qgis): Forward declare
Nyall Dawson
03:03 AM Revision 60aea700 (qgis): Forward declare more classes
Nyall Dawson
03:03 AM Revision e48286c0 (qgis): Pass QgsReadWriteContext onto QgsColorRampShader read/writeXml methods
Nyall Dawson
03:03 AM Revision 3fec67ac (qgis): Add QgsColorRampLegendNodeSettings class
Nyall Dawson
03:03 AM Revision 55dbd9c4 (qgis): Unit tests for prefix/suffix
Nyall Dawson
03:03 AM Revision 24549f05 (qgis): Allow customisation of color ramp legend items in a print layout legend
Nyall Dawson
03:03 AM Revision 59e9c639 (qgis): Open inline
Nyall Dawson
03:03 AM Revision 75525b37 (qgis): Fix accidental inversion of color ramps in layouts
Nyall Dawson
03:03 AM Revision 27875451 (qgis): Add reference images
Nyall Dawson
03:03 AM Revision 047788dc (qgis): Add test
Nyall Dawson
03:03 AM Revision 8eb94487 (qgis): Prefix/suffix support, ensure correct size determination of legend text
Nyall Dawson
02:11 AM Revision 42b56152 (qgis): Follow up b5469c933, also close Select by Form dialog when layer is rem...
qgis-bot
01:28 AM Revision c0d29245 (qgis): Faster multiband color renderer in some circumstances
Nyall Dawson

2020-12-17

01:39 PM Revision e488a57a (qgis): [geocoder] Fix inverted lat lon in nominatim's viewport
Mathieu Pellerin - nIRV
08:58 AM Revision c56d2d8d (qgis): Merge pull request #40628 from m-kuhn/timeout_disable
Allow disabling QgsNetworkAccessManager timeout functionality Matthias Kuhn

2020-12-16

07:57 PM Revision 0d7b95fa (qgis): Generate more descriptive legends for raster layers
- include band name details where its useful
- create a legend for multiband raster renderer
Nyall Dawson
07:08 PM Revision 7388e67b (qgis): Allow disabling QgsNetworkAccessManager timeout functionality
by setting the timout to 0
This can be interesting to overcome the limitations of the timeout
functionality by repla...
Matthias Kuhn
04:16 PM Revision d76ec1ce (qgis): Update untwine to match the current hobu/untwine main branch
Added a minor update to the untwine_to_qgis.bash script as it was
getting confused about the "untwine" subfolders and...
Martin Dobias
03:19 PM Revision 42b33db3 (qgis): More responsive cancelation of point cloud render jobs (#40615)
Don't wait till whole node has been rendered before checking for
cancelation, rather check during rendering of a node
Nyall Dawson
03:11 PM Revision 56fe4fa2 (qgis): [geocoder] When cloning a geocoder filter, preserve the fetch results d...
Mathieu Pellerin - nIRV
02:04 PM Revision e066bab3 (qgis): [pdal] fix pthreads on linux + check for pdal >= 2.2 (#40619)
Martin Dobias
09:46 AM Revision 7fac0484 (qgis): Also use ramp based legend nodes for mesh layers
Nyall Dawson
09:46 AM Revision bffd8ebc (qgis): Update test
Nyall Dawson
09:46 AM Revision e4a91e76 (qgis): Add missing sip casts for legend nodes
Nyall Dawson
09:46 AM Revision d7ce1a31 (qgis): Create color ramp legend nodes for pseudocolor or grayscale rasters or
point clouds using a Linear color ramp based renderer Nyall Dawson
09:46 AM Revision 869b24ea (qgis): Add new QgsColorRampLegendNode class for rendering a color ramp item as...
Nyall Dawson
09:46 AM Revision ce86cde3 (qgis): Adapt test
Nyall Dawson
09:46 AM Revision 33a9f4e1 (qgis): Fix test
Nyall Dawson
09:46 AM Revision 97637734 (qgis): Fix test
Nyall Dawson
09:46 AM Revision faf389bd (qgis): Test updates
Nyall Dawson
09:46 AM Revision 91d773ae (qgis): Adapt tests for travis
Nyall Dawson
09:46 AM Revision e844fbff (qgis): Refine legend for point clouds using attribute based renderer by
showing attribute title in legend Nyall Dawson
07:14 AM Revision d03d3b3e (qgis): [FEATURE][locator] Add delayed fetching of results
Mathieu Pellerin - nIRV
04:58 AM Revision 9fc11d93 (qgis): Add a trigger3DUpdate method to QgsMapLayer so that an explicit update ...
This is the 3d equivalent of QgsMapLayer::triggerUpdate() Nyall Dawson
04:58 AM Revision d44f5e1b (qgis): Fix clear values
Nyall Dawson
04:58 AM Revision 1963ef97 (qgis): [pointclouds] Add an elevation tab in layer properties, and allow
users to set a manual offset to apply to point cloud z values
This allows for adjustment of the elevation of point c...
Nyall Dawson
04:58 AM Revision 7b141e92 (qgis): Also add scaling factor option, test
Nyall Dawson
04:58 AM Revision 92c932b0 (qgis): Apply z scale/offset when calculating attribute range in renderer widgets
Nyall Dawson
04:58 AM Revision 748ad68e (qgis): Update window title
Nyall Dawson
04:58 AM Revision e4c8ce81 (qgis): Make point cloud elevation properties a QgsMapLayerConfigWidget, so it ...
Nyall Dawson
04:56 AM Revision 4808dd76 (qgis): Follow up b5469c933, also close Select by Form dialog when layer is rem...
(cherry picked from commit d7cce9c0f036c339539097a58478fef466af51c8) Nyall Dawson
04:32 AM Revision 8494c895 (qgis): Aesthetic improvements to the first run dialog that gets shown for new ...
Tim Sutton
04:32 AM Revision 8a7b918c (qgis): Improved workflow of first run dialog based on feedback in #38616.
Tim Sutton
04:32 AM Revision 9eea6467 (qgis): Use QStringLiteral rather than QString in first run dialog
Tim Sutton
04:32 AM Revision c33e8bab (qgis): Improve interaction on first run dialog. Show dev message for dev users...
Tim Sutton
03:55 AM Revision d7cce9c0 (qgis): Follow up b5469c933, also close Select by Form dialog when layer is rem...
Nyall Dawson
02:44 AM Revision ab92ca4f (qgis): oracle provider: fix saving of styles
github-actions[bot]

2020-12-15

12:25 AM Revision 341836f0 (qgis): Fix crash when removing a layer while Select by Expression dialog in op...
github-actions[bot]
12:12 AM Revision 4fdb0e9d (qgis): oracle provider: fix saving of styles
Jürgen Fischer
10:08 PM Revision a7986c6d (qgis): oracle provider: fix saving of styles
(cherry picked from commit 0e75626c0ef4cf4027ad6b2359690b931cfc7947) Jürgen Fischer
10:03 PM Revision d6a43a54 (qgis): fix warnings
Jürgen Fischer
02:25 PM Revision 221bd2f6 (qgis): untwine pdalprovider integration (#40404)
[pointclouds] untwine pdalprovider integration Peter Petrik
12:49 PM Revision e280cbd7 (qgis): Merge pull request #40604 from elpaso/bugfix-gh40587-raster-singleband-...
[backport] Fix raster integer pseudocolor labels Alessandro Pasotti
11:47 AM Revision 90c0faf5 (qgis): fix using deprecated method for settings exclude fields from WMS/WFS (#...
Denis Rouzaud
11:46 AM Revision fe96e677 (qgis): fix using deprecated method for settings exclude fields from WMS/WFS (#...
Denis Rouzaud
10:48 AM Revision 17a53b51 (qgis): Merge pull request #40599 from m-kuhn/stale3
Stale bot on "feedback" issues Matthias Kuhn
10:04 AM Revision fae3f7a9 (qgis): remove old stale bot
Denis Rouzaud
10:02 AM Revision d1f01b92 (qgis): Merge pull request #40597 from m-kuhn/stale2
Stale bot for pull requests reloaded Denis Rouzaud
09:18 AM Revision 7d86f806 (qgis): [backport] Fix raster integer pseudocolor labels
Fixes #40587
Backported from master fdb403f5deba1152872176189e59595286baef27
Alessandro Pasotti
08:08 AM Revision 5afc0675 (qgis): Indentation
Matthias Kuhn
08:08 AM Revision daf70771 (qgis): Change workflow name
Matthias Kuhn
08:06 AM Revision e00a6a39 (qgis): Change workflow name
Matthias Kuhn
07:47 AM Revision ebc2695d (qgis): [FEATURE][geocoder] Add a nominatim API geocoder
Mathieu Pellerin - nIRV
07:47 AM Revision a057e56f (qgis): Address review
Mathieu Pellerin - nIRV
07:45 AM Revision a0d1f123 (qgis): Stale bot on "feedback" issues
Matthias Kuhn
07:36 AM Revision cc508442 (qgis): Stale reloaded
Matthias Kuhn
06:59 AM Revision f0597038 (qgis): Connected signal willBeDeleted from QgsVectorLayer to close QgsExpressi...
(cherry picked from commit b5469c9331b02d10a843f6940ecd6f445959ec25) TurboGraphxBeige
06:51 AM Revision b5469c93 (qgis): Connected signal willBeDeleted from QgsVectorLayer to close QgsExpressi...
TurboGraphxBeige
05:22 AM Revision 3a3e771d (qgis): Cache google maps geocoder results so that we don't send the same
request multiple times Nyall Dawson
05:22 AM Revision c0ece174 (qgis): Correctly handle ZERO_RESULTS status message
This isn't an error, so treat the same was as if the results list is empty Nyall Dawson
02:51 AM Revision 222c3c59 (qgis): Don't force rasterized exports for point cloud layers using the extent ...
Nyall Dawson
02:34 AM Revision 0b281073 (qgis): [Bugfix] Processing @alg decorator support input help string (#40207)
René-Luc ReLuc
02:32 AM Revision b465fd14 (qgis): Inform that "Merge vector" allows mixed attribute type
Also add a short description and make the field type conversion less silent Harrissou Santanna
02:21 AM Revision 6cef22b1 (qgis): Move help button to last slot
Nyall Dawson
02:21 AM Revision bb643c6e (qgis): Move Help button to top toolbar.
Ian H. Nia

2020-12-14

11:27 PM Revision ae34eba9 (qgis): [locator] Fix go to locator failing to parse google maps URLs
Mathieu Pellerin - nIRV
11:24 PM Revision c595db77 (qgis): [Bugfix] Access control override filter expression instead of combine
github-actions[bot]
11:22 PM Revision b3a05db3 (qgis): [Bugfix] Access control override filter expression instead of combine
In QGIS Server, QgsAccessControl is used to apply access control to data. In the case of filter Expression,
QgsAccess...
René-Luc ReLuc
11:22 PM Revision 0048a087 (qgis): [Tests] Check Server access control filter expression does not override...
René-Luc ReLuc
11:22 PM Revision df2c3027 (qgis): [Tests] Server WFS access control GetFeature with FEATUREID parameter
René-Luc ReLuc
11:20 PM Revision c27b057d (qgis): backport #40543
Vincent Cloarec
11:19 PM Revision ef9c210b (qgis): backport #40538
Vincent Cloarec
10:55 PM Revision e936efad (qgis): Merge pull request #40588 from elpaso/bugfix-gh40587-raster-singleband-...
Fix raster integer pseudocolor labels Alessandro Pasotti
06:44 PM Revision fdb403f5 (qgis): Fix raster integer pseudocolor labels
Fixes #40587 Alessandro Pasotti
02:07 PM Revision 4320e11e (qgis): Merge pull request #40556 from rldhont/fix-server-access-control-filter...
[Bugfix] Access control override filter expression instead of combine René-Luc ReLuc
07:49 AM Revision 55e69038 (qgis): Use warnings
Nyall Dawson
07:49 AM Revision 578813ac (qgis): Geocoder algorithms can be run in in-place mode too
Nyall Dawson
07:49 AM Revision df28e637 (qgis): Fix see also link
Nyall Dawson
07:49 AM Revision 53831c60 (qgis): Add some useful methods to resize QgsFeature attributes without clearin...
Nyall Dawson
07:49 AM Revision 6ae7a17b (qgis): [API] Add an adapter class QgsBatchGeocodeAlgorithm which creates
a batch geocoding algorithm from a QgsGeocoderInterface
Example usage:
# create a class which implements the QgsG...
Nyall Dawson
03:00 AM Revision f83a1573 (qgis): Minify svgs, remove excessive padding on qgis logo, and fix default par...
Nyall Dawson
03:00 AM Revision 55f52590 (qgis): Avoid clipped svg icons in svg selector widgets
Nyall Dawson

2020-12-13

12:03 AM Revision 5e4decb1 (qgis): Add QGIS logo and made with QGIS logos from Klas Karlson to QGIS instal...
Tim Sutton
12:03 AM Revision afa57a96 (qgis): incorporate tweaks from Andreas into logos
Tim Sutton
12:03 AM Revision 445b7ddc (qgis): Parameterization fixes for log svgs
Tim Sutton
12:03 AM Revision 51346aa8 (qgis): Added OSGEO logo, QGIS full logo and other variants of QGIS Q logo. Ren...
Tim Sutton
12:03 AM Revision 48aea37e (qgis): fix monochrome image so it looks good by default.
Tim Sutton
12:02 AM Revision 14cdc672 (qgis): Only show reload button in attribute table if it does something
Matthias Kuhn
12:02 AM Revision a83319a0 (qgis): Add QgsVectorDataProvider::Capability::ReloadData and return it for app...
This allows to only show reload actions for data providers that actually support it. Matthias Kuhn
12:02 AM Revision d94efac8 (qgis): Add todo for QGIS 4
Matthias Kuhn
12:02 AM Revision bc391ea8 (qgis): Fix wfs test
Matthias Kuhn
12:02 AM Revision 0d55e611 (qgis): Add QgsRasterDataProvider::Capability::ReloadData for gdal, ams and wcs...
Matthias Kuhn
11:55 PM Revision 3c777be2 (qgis): [ui][processing] Add ctrl+tab action to toggle panels visibility
Mathieu Pellerin - nIRV
11:55 PM Revision d18cb5c7 (qgis): [ui][layouts] Remember hidden panels when re-opening a layout designer
Mathieu Pellerin - nIRV
11:51 PM Revision 932e70b2 (qgis): Dox grammar
Nyall Dawson
07:39 AM Revision c4ed8476 (qgis): [Tests] Server WFS access control GetFeature with FEATUREID parameter
René-Luc ReLuc
07:33 AM Revision d3770136 (qgis): [Tests] Check Server access control filter expression does not override...
René-Luc ReLuc
01:48 AM Revision c4b57103 (qgis): [ui][processing] Fix model designer dialog not remember panel state
Mathieu Pellerin - nIRV

2020-12-12

06:59 PM Revision fc02207f (qgis): Less intrusive Python import hook
Fixes https://github.com/qgis/QGIS/issues/40564 Maxime Liquet
02:26 AM Revision 515d2820 (qgis): Remove duplicate QgsQImageTextureImage class
Nyall Dawson
02:26 AM Revision 5deda1f4 (qgis): Use QDiffuseSpecularMaterial instead of QDiffuseMapMaterial on qt 5.10+
QDiffuseMapMaterial is deprecated Nyall Dawson

2020-12-11

02:31 PM Revision 6e455977 (qgis): osgeo4w: fix python-qgis-dev.bat
Jürgen Fischer
02:18 PM Revision 45c01e4e (qgis): [Bugfix] Access control override filter expression instead of combine
In QGIS Server, QgsAccessControl is used to apply access control to data. In the case of filter Expression,
QgsAccess...
René-Luc ReLuc
12:03 PM Revision efc4afc3 (qgis): Merge pull request #40542 from elpaso/nanoptimize-domnode-length
Micro optimization of DOM loops Alessandro Pasotti
09:49 AM Revision 301d8382 (qgis): Fix annotations
Alessandro Pasotti
06:36 AM Revision eec7c535 (qgis): Fix leak of point cloud symbol
Nyall Dawson
06:36 AM Revision b4121891 (qgis): Fix another leak
Nyall Dawson
02:07 AM Revision 1e086f23 (qgis): change the default terrain elevation offset
NEDJIMAbelgacem

2020-12-10

10:12 PM Revision 5496cb3a (qgis): translation string fixes
Jürgen Fischer
09:36 PM Revision 9c265920 (qgis): fix 3D mesh terrain not displayed when opening project
Vincent Cloarec
09:32 PM Revision cf3a2acc (qgis): simpler
Vincent Cloarec
09:32 PM Revision 5a6f95ab (qgis): break cyclic connection
Vincent Cloarec
09:32 PM Revision e38d13e7 (qgis): fix 3D animation trembling
Vincent Cloarec
06:32 PM Revision 3fa49314 (qgis): Merge pull request #40544 from m-kuhn/attribute_table_wording
Simplify wording Matthias Kuhn
05:51 PM Revision 825cf3d9 (qgis): Optimize annotation manager
Alessandro Pasotti
03:55 PM Revision 43a15265 (qgis): Fix DOM elem retrieval for test
Alessandro Pasotti
03:46 PM Revision 8377b7e7 (qgis): Simplify wording
New:
Open attribute table as docked window
Old:
Open new attribute tables as docked windows
Matthias Kuhn
03:39 PM Revision de30d7ce (qgis): Further DOM loop optimizations
Alessandro Pasotti
02:36 PM Revision b485049f (qgis): Fix id loop
Alessandro Pasotti
12:34 PM Revision 55869a06 (qgis): Micro optimization of DOM loops
Alessandro Pasotti
10:47 AM Revision e1933c85 (qgis): [FEATURE][map overview] Support zooming in/out by scrolling mouse wheel...
Mathieu Pellerin - nIRV
10:32 AM Revision 4056de73 (qgis): Use DOM elements instead of node lists
Alessandro Pasotti
09:03 AM Revision d78665d2 (qgis): Cleaner fix
Nyall Dawson
09:03 AM Revision b85234f5 (qgis): [3d] Fix missing terrain tiles when zooming close to terrain
If a node CANNOT have any children, we must use it even if we'd ideally
prefer to use child nodes
Nyall Dawson
04:24 AM Revision c966ba70 (qgis): More efficient iteration
Nyall Dawson
04:24 AM Revision 7f9ac7c8 (qgis): Match context menu feature selection action text with identify menu wor...
Nyall Dawson
03:27 AM Revision 6cb84a33 (qgis): Fix crasher when the symbol selector panel is open via symbol button wi...
(cherry picked from commit 41f0ff8847cff4885d1466d83a69aa0d46143ed4) Mathieu Pellerin - nIRV

2020-12-09

11:54 PM Revision fc64cab9 (qgis): [BUGFIX] Fix snapping for middle of segment
Refs #36850 Loïc Bartoletti
11:52 PM Revision 80ea0f88 (qgis): correctly find Qt Linguist
Denis Rouzaud
11:52 PM Revision 6eed9e88 (qgis): only display actions for single features in action menu
Denis Rouzaud
11:51 PM Revision 9fb3e338 (qgis): Fix crasher when the symbol selector panel is open via symbol button wi...
github-actions[bot]
11:27 PM Revision 6e3d45e6 (qgis): Further optimization of originalXmlProperties
Mathieu Pellerin - nIRV
07:04 PM Revision 0ab761c2 (qgis): Add proper method to determine whether a symbol uses map unit sizes,
and use this to determine whether a legend item needs updating
as a result of a map change
This results in a HUGE sp...
Nyall Dawson
07:03 PM Revision 1fc60625 (qgis): Defer resizing columns in snapping widget until the widget is actually ...
Otherwise this can cause a HUGE amount of unnecessary work when adding a large number
of layers (or layers with a lar...
Nyall Dawson
07:03 PM Revision 767d8a38 (qgis): Drop default 2d max error even further (0.3 now)
Nyall Dawson
07:03 PM Revision 3148d4c4 (qgis): Fix build
Nyall Dawson
07:03 PM Revision b1625ee8 (qgis): Default to not showing bounding boxes for point cloud layers
Nyall Dawson
07:03 PM Revision e0643a7c (qgis): Strengthen test
Nyall Dawson
07:03 PM Revision 39307900 (qgis): When a point cloud is first added to a project, default to setting
a 3d renderer on it to match its 2d renderer
It just makes sense!
Nyall Dawson
07:03 PM Revision 56169d3e (qgis): Lower default screen error for 2d point cloud renders
Nyall Dawson
07:03 PM Revision 9bfc7443 (qgis): Refine selection of default 2d renderer for point clouds
New logic is:
- if red/green/blue attributes present and contain non-zero values, use RGB renderer
(some datasets hav...
Nyall Dawson
07:03 PM Revision 02d57593 (qgis): Make wording more consistent
Nyall Dawson
07:03 PM Revision 50532dab (qgis): Add default value to max screen space spin box
Nyall Dawson
07:03 PM Revision 4a9b0091 (qgis): Fix warning
Nyall Dawson
07:03 PM Revision 15da73a8 (qgis): Fix page margins
Nyall Dawson
07:03 PM Revision 55587749 (qgis): Ensure color selectors open inline
Nyall Dawson
07:03 PM Revision 5d787c50 (qgis): Auto copy 2d point cloud classified settings to 3d
Nyall Dawson
07:03 PM Revision 0b17f74c (qgis): Add a "Source" tab to point cloud layer properties
Matches other layer types, and notably allows the CRS for a point cloud
layer to be reassigned by users
Nyall Dawson
05:54 PM Revision bc5f7398 (qgis): Merge pull request #40529 from qgis/bugfix-gh40515-pgraster-regression-...
[backport] Fix PG raster after 787181ad Alessandro Pasotti
05:35 PM Revision ad0a3bd4 (qgis): [backport] Fix PG raster after 787181ad
Fixes #40515
Manual backport of https://github.com/qgis/QGIS/pull/40521
Alessandro Pasotti
04:19 PM Revision 48dab1cf (qgis): Make some messages/tooltips translatable
Maxim Rylov
03:56 PM Revision da959741 (qgis): Simplify QgsHanaConnection::getSchemas
Maxim Rylov
03:48 PM Revision d958dfe7 (qgis): Merge pull request #40521 from elpaso/bugfix-gh40515-pgraster-regression
Fix PG raster after 787181ad Alessandro Pasotti
02:52 PM Revision e03ea840 (qgis): Use QStringLiteral/QLatin1String where appropriate in HANA
Maxim Rylov
12:58 PM Revision 7399a6fa (qgis): Minor cleanup in QgsHanaUtils
Maxim Rylov
12:44 PM Revision 3ffe92c1 (qgis): Use QStringLiteral in QgsHanaUtils
Maxim Rylov
12:42 PM Revision 79f61760 (qgis): Fix column translations in HANA provider
Maxim Rylov
12:39 PM Revision 41f0ff88 (qgis): Fix crasher when the symbol selector panel is open via symbol button wi...
Mathieu Pellerin - nIRV
11:59 AM Revision ce02af69 (qgis): Fix PG raster after 787181ad
Fixes #40515 Alessandro Pasotti
10:16 AM Revision 43b73ffc (qgis): Merge pull request #40513 from 3nids/action-menu-single-feat-only
only display actions for single features in action menu Denis Rouzaud
09:30 AM Revision f83ba17e (qgis): HANA: Don't show tooltip when no primary keys found
Maxim Rylov
09:26 AM Revision 78cdadf5 (qgis): Avoid emitting QgsProject::snappingConfigChanged multiple times when re...
Nyall Dawson
09:18 AM Revision da51a5a8 (qgis): It's FAR too expensive to construct a QgsSettings object for every symb...
projects. So only read the valid size ranges once, and store them for subsequent use Nyall Dawson
09:18 AM Revision f17268ad (qgis): HANA: Avoid range-based-for loops for non-const QT containers
Maxim Rylov
07:21 AM Revision 7f1601a1 (qgis): only display actions for single features in action menu
Denis Rouzaud
01:12 AM Revision d136336e (qgis): Do not register QgsFilterLineEdit's child widgets as QgsOptionsDialogHi...
github-actions[bot]
01:11 AM Revision 57e1e14a (qgis): Allow field parameter to reference a MultipleLayers parameter
Julien Cabieces
01:11 AM Revision 1e89dd06 (qgis): Remove item from MultipleLayer when layer is deleted
Julien Cabieces
01:11 AM Revision e779bf9f (qgis): Add MultipleLayers parameter in field parameter definition widget
Julien Cabieces

2020-12-08

06:18 PM Revision af0247ea (qgis): Merge pull request #40500 from elpaso/speedup-original-xml-properties
OriginalXmlProperties optimization Alessandro Pasotti
06:18 PM Revision 75139c4c (qgis): Merge pull request #40498 from elpaso/nanoptimize-qgssettings-instance
Save ~150ms in project loading times by storing QgsSettings instance Alessandro Pasotti
04:29 PM Revision 088d30ac (qgis): Address reviews
NEDJIMAbelgacem
04:29 PM Revision 14ff8e34 (qgis): initial implementation
NEDJIMAbelgacem
04:28 PM Revision 4dcee65a (qgis): lock fps counter updates to 5 at most
NEDJIMAbelgacem
04:28 PM Revision eb181d78 (qgis): do not count fps when the counter is disabled
NEDJIMAbelgacem
04:28 PM Revision b7fb38f6 (qgis): Initial implementation
NEDJIMAbelgacem
04:28 PM Revision e3da221f (qgis): Addres reviews
NEDJIMAbelgacem
04:28 PM Revision 81253535 (qgis): fix spell_check
NEDJIMAbelgacem
04:28 PM Revision a5329d4f (qgis): Add FPS counter check box
NEDJIMAbelgacem
12:04 PM Revision a3b4a483 (qgis): OriginalXmlProperties optimization
Dramatic speed improvement in XML original properties storage.
The original implementation used a call to QDomNodeLi...
Alessandro Pasotti
11:01 AM Revision 2c77449e (qgis): Connect a signal to autoupdate layer rendering
NEDJIMAbelgacem
10:52 AM Revision c053724b (qgis): Try to make test travis safe
Nyall Dawson
10:52 AM Revision 94522cf8 (qgis): Add option to QgsVectorFileWriter to prefer using field aliases as outp...
Nyall Dawson
10:52 AM Revision 53bdcb90 (qgis): Spelling
Nyall Dawson
10:52 AM Revision 2182db8a (qgis): Skip test on travis
Nyall Dawson
10:52 AM Revision dc78fe99 (qgis): [feature][processing] Add new algorithm to export layers to spreadsheets
Either exports a selection of vector layers as sheets in a new spreadsheet,
or appends them as additional sheets to a...
Nyall Dawson
10:35 AM Revision 9925cabf (qgis): Make use of QLatin1String/QStringLiteral in HANA
Maxim Rylov
10:03 AM Revision eeb8346e (qgis): Save ~150ms in project loading by storing QgsSettings instance
Alessandro Pasotti
09:58 AM Revision 6dd7b068 (qgis): Fix HANA error messages in QgsManageConnectionsDialog
Maxim Rylov
09:52 AM Revision f9a5a9c0 (qgis): Add documentation for methods in QgsHanaSettings
Maxim Rylov
09:35 AM Revision f9724253 (qgis): fix windows build (followup def587fa778e)
Jürgen Fischer
08:28 AM Revision 5becdd97 (qgis): Replace cmake v3.15 with v3.12 in qgis3-build-deps.dockerfile
Maxim Rylov
08:26 AM Revision 27b40621 (qgis): [ui][georeferencer] Fix spacing and projection widget height in coordin...
Mathieu Pellerin - nIRV
08:26 AM Revision d5933f23 (qgis): [georeferencer] Improve projection logic, default to raster projection
Mathieu Pellerin - nIRV
02:07 AM Revision 6d002ff3 (qgis): [FEATURE][georeferencer] Support reprojected data point input (#39584)
Alex Hay
 

Also available in: Atom