Activity

From 2021-02-26 to 2021-03-27

2021-03-27

09:29 PM Revision 6ca82a27 (qgis): Fix sipify
Matthias Kuhn
09:29 PM Revision 10e9de15 (qgis): [qt6] compatibility with [[deprecated]] attribute
Matthias Kuhn
09:28 PM Revision 1a59efb1 (qgis): [qt6] Qt6 uses utf-8 by default
for QTextStream and QSettings Matthias Kuhn
09:27 PM Revision 9f6502e3 (qgis): [qt6] QPrinter api changed
Matthias Kuhn
09:27 PM Revision cdde8057 (qgis): [qt6] Use QTransform instead of QMatrix
QMatrix is dead Matthias Kuhn
09:26 PM Revision a75f6ab9 (qgis): [qt6] QVector and QList are unified
Matthias Kuhn
09:25 PM Revision 84fcfd01 (qgis): containers
Matthias Kuhn
09:25 PM Revision abc51f93 (qgis): [qt6] Changed size of size(), length()
long long vs int Matthias Kuhn
07:44 PM Revision 4a41f637 (qgis): osgeo4w: fix nightlies with nightlies of proj and gdal
Jürgen Fischer
07:42 PM Revision cf201d9c (qgis): osgeo4w: fix nightlies with nightlies of proj and gdal
Jürgen Fischer
07:42 PM Revision 24b89982 (qgis): osgeo4w: fix nightlies with nightlies of proj and gdal
Jürgen Fischer
07:31 PM Revision 65a3cb6d (qgis): fix 79572de47614
Jürgen Fischer
01:00 PM Revision 7f2c7c83 (qgis): Merge pull request #42448 from m-kuhn/qt6_recursive_mutex
[qt6] Use RecursiveMutex instead of QMutex( QMutex::Recursive ) Matthias Kuhn
01:00 PM Revision 5be4bcfb (qgis): Merge pull request #42517 from m-kuhn/forward_declaration
[qt6] Code shuffling Matthias Kuhn
10:17 AM Revision e94d9bc0 (qgis): [qt6] Use RecursiveMutex instead of QMutex( QMutex::Recursive )
QMutex::Recursive will be gone.
The replacement only entered the stage with Qt 5.14
Matthias Kuhn
10:02 AM Revision 99e18d87 (qgis): Revert "Fix a bunch of warnings emitted by gcc11"
This reverts commit d5c36802754383895a685b98036a785f6db35727. Nyall Dawson
10:02 AM Revision ddcde498 (qgis): Add missing include
Nyall Dawson
10:02 AM Revision 9d01cca0 (qgis): Fix warning: loop variable ‘xyz’ of type ‘const string&’ {aka ‘const st...
Nyall Dawson
10:02 AM Revision e2bf57ef (qgis): Fix a bunch of warnings emitted by gcc11
Nyall Dawson
10:02 AM Revision b4091edb (qgis): Port GDAL's cpl::down_cast to qgis::down_cast
Use qgis::down_cast<Derived*>(pointer_to_base) as equivalent of
static_cast<Derived*>(pointer_to_base) with safe chec...
Nyall Dawson
10:02 AM Revision 90a4902e (qgis): Use qgis::down_cast to avoid nonnull warnings
Nyall Dawson
10:02 AM Revision f435e939 (qgis): Fix bind to temporary warnings
Nyall Dawson
10:02 AM Revision ced110a3 (qgis): Fix unused variable warning when building without server plugins
Nyall Dawson
03:09 AM Revision 40ed7939 (qgis): Instead of double-iterating over features caused by calling
QgsVectorLayer::minimumValue and then QgsVectorLayer::maximumValue
when we need BOTH the min and max value for a fiel...
Nyall Dawson
03:09 AM Revision 8f988806 (qgis): Simplify API
Nyall Dawson

2021-03-26

12:48 AM Revision bb76b6bf (qgis): Add an extremely horrible hack to allow the python bindings to build
on gcc11
Don't blame me, blame sip
Nyall Dawson
11:37 PM Revision f3effb65 (qgis): fix submission in nightlies
(cherry picked from commit bc1f5d23d66b1e3de00225c3b4bb380299010f8f) Jürgen Fischer
11:35 PM Revision e9b2adbb (qgis): fix submission in nightlies
(cherry picked from commit bc1f5d23d66b1e3de00225c3b4bb380299010f8f) Jürgen Fischer
11:33 PM Revision bc1f5d23 (qgis): fix submission in nightlies
Jürgen Fischer
10:29 PM Revision 23fbde4b (qgis): double define
Matthias Kuhn
10:29 PM Revision 0ba0ceb1 (qgis): quuid
Matthias Kuhn
10:29 PM Revision dfb3e1a2 (qgis): Undefined classes for mocing
Matthias Kuhn
10:29 PM Revision 14a20dab (qgis): forward declaration issue
Matthias Kuhn
09:17 PM Revision 514cd3af (qgis): QgsNumericFormatContext : use QString instead of QChar
With Qt6, these methods return strings to be prepared
for utf-16 surrogates
Do we care? If yes, we need to switch a...
Matthias Kuhn
09:17 PM Revision 08c1275e (qgis): Tackle some QStringList double definitions
Matthias Kuhn
09:17 PM Revision ce2bce52 (qgis): Switch QString ref functions to QStringView
Matthias Kuhn
08:52 PM Revision 37a4cc66 (qgis): Update qgsfeaturepickermodelbase.h
Denis Rouzaud
08:51 PM Revision c9fb7129 (qgis): Update qgsfeaturelistcombobox.sip.in
Denis Rouzaud
08:42 PM Revision 4294e477 (qgis): fix sip
Denis Rouzaud
02:56 PM Revision 75e9f015 (qgis): Fix GUI on layout attributetable widget enabling/disabling geometry fil...
* uncheck show only visible on map on Current Report Layer source
* consider disabling depending map combobox
* dis...
David Signer
10:51 AM Revision cf1ffdaa (qgis): Merge pull request #42376 from troopa81/fix_oracle_ci
Split CI providers test Denis Rouzaud
08:28 AM Revision 41fbcbe7 (qgis): Merge pull request #42450 from m-kuhn/qt6_rand
[qt6] Switch from qrand to std::rand Matthias Kuhn
05:06 AM Revision 6943e4ea (qgis): Merge pull request #42412 from elpaso/optimization-ogr-avoid-double-loa...
Prevent double expensive calls to loadFields in OGR Alessandro Pasotti
05:05 AM Revision f98ab57c (qgis): Don't always try to calculate temporal extents for all layer types -- i...
Nyall Dawson
04:53 AM Revision 924c70d0 (qgis): Fix crash when changing point cloud to Attribute by Ramp renderer
Fixes #42486 Nyall Dawson
03:53 AM Revision a15d8812 (qgis): [labeling] Fix handling of data-defined callouts (both UI/UX and render...
Mathieu Pellerin - nIRV
02:23 AM Revision ebe9ce48 (qgis): Fix crash when changing point cloud to Attribute by Ramp renderer
Fixes #42486 Nyall Dawson
02:20 AM Revision f0fb5c84 (qgis): Fix crash when changing point cloud to Attribute by Ramp renderer
Fixes #42486 Nyall Dawson
02:15 AM Revision 15420f28 (qgis): Much faster QgsTemporalRange::mergeRanges
Nyall Dawson
02:15 AM Revision 5f670cec (qgis): More tests
Nyall Dawson
01:47 AM Revision 7fc82b45 (qgis): [labeling] Fix handling of data-defined callouts (both UI/UX and render...
Mathieu Pellerin - nIRV
01:44 AM Revision c2627949 (qgis): [labeling] Fix handling of data-defined callouts (both UI/UX and render...
Mathieu Pellerin - nIRV

2021-03-25

10:49 PM Revision 82af02c0 (qgis): [labeling] Fix handling of data-defined buffers (both UI/UX and renderi...
Mathieu Pellerin - nIRV
10:45 PM Revision b6f66f28 (qgis): Merge pull request #42472 from elpaso/bugfix-gh42405-wrong-password-enc...
Fix auth basic encoding (no auth system) Alessandro Pasotti
05:44 PM Revision 47bd6607 (qgis): Merge pull request #42475 from m-kuhn/desktopwidget
[qt6] goodbye QDesktopWidget Matthias Kuhn
05:44 PM Revision 31513ba4 (qgis): Merge pull request #42469 from m-kuhn/qvariant_operators
[qt6] Add comparison operators for QVariant Matthias Kuhn
05:38 PM Revision 7feb362f (qgis): Fix TestQgsGeometry::splitGeometry() test with geos 3.9
Loïc Bartoletti
01:59 PM Revision b77af959 (qgis): reduce again docker deps for oracle
Julien Cabieces
12:35 PM Revision 1ca5782a (qgis): Merge pull request #42472 from elpaso/bugfix-gh42405-wrong-password-enc...
Fix auth basic encoding (no auth system) Alessandro Pasotti
12:35 PM Revision b20b5acb (qgis): Merge pull request #42472 from elpaso/bugfix-gh42405-wrong-password-enc...
Fix auth basic encoding (no auth system) Alessandro Pasotti
12:35 PM Revision b024eea2 (qgis): [qt6] Switch from qrand to std::rand
Matthias Kuhn
12:33 PM Revision c5ef4859 (qgis): Merge pull request #42412 from elpaso/optimization-ogr-avoid-double-loa...
Prevent double expensive calls to loadFields in OGR Alessandro Pasotti
12:33 PM Revision 0b045a8d (qgis): Merge pull request #42412 from elpaso/optimization-ogr-avoid-double-loa...
Prevent double expensive calls to loadFields in OGR Alessandro Pasotti
12:32 PM Revision 4c06804a (qgis): Merge pull request #42472 from elpaso/bugfix-gh42405-wrong-password-enc...
Fix auth basic encoding (no auth system) Alessandro Pasotti
12:32 PM Revision 877b2ff6 (qgis): Merge pull request #42474 from m-kuhn/qt6cmake
[qt6] CMake build adjustments for qt6 Matthias Kuhn
12:30 PM Revision e713cd7e (qgis): Merge pull request #42412 from elpaso/optimization-ogr-avoid-double-loa...
Prevent double expensive calls to loadFields in OGR Alessandro Pasotti
12:22 PM Revision 20596227 (qgis): Fix compiling with legacy Qt (aka Qt5)
Matthias Kuhn
12:10 PM Revision 3ed52c55 (qgis): add disk space log
Julien Cabieces
12:08 PM Revision b4638cfb (qgis): remove artifact after extracting
Julien Cabieces
11:44 AM Revision 93f45e79 (qgis): Merge pull request #42471 from m-kuhn/random_fixes
Random fixes Matthias Kuhn
11:35 AM Revision a973a77d (qgis): Merge pull request #42470 from m-kuhn/fix_property
Fix invalid cast of QgsProperty as bool to store in strings Matthias Kuhn
11:31 AM Revision 7e3815f4 (qgis): [qt6] goodbye QDesktopWidget
Matthias Kuhn
11:06 AM Revision 7a56c36d (qgis): [qt6] CMake build adjustments for qt6
Denis Rouzaud
10:34 AM Revision a379e1e6 (qgis): Make QgsDxfExport Qt6 ready
Matthias Kuhn
10:34 AM Revision 8e8febb4 (qgis): Fix dox
Co-authored-by: Nyall Dawson <[email protected]> Matthias Kuhn
09:44 AM Revision b2f29552 (qgis): Revert: utf8->latin1
Alessandro Pasotti
09:41 AM Revision 8379adb9 (qgis): Fix wms autorization logic
Alessandro Pasotti
09:27 AM Revision 1ba3c264 (qgis): Fix auth basic encoding (no auth system)
Followup #42410
Fixes #42405
Alessandro Pasotti
09:23 AM Revision 5217d172 (qgis): Update src/core/vectortile/qgsmapboxglstyleconverter.cpp
Matthias Kuhn
09:06 AM Revision cb2426fc (qgis): Avoid taking reference to temporary
Matthias Kuhn
09:06 AM Revision 8848976d (qgis): Add missing include
Matthias Kuhn
09:02 AM Revision 80dba9dd (qgis): Fix invalid cast of QgsProperty as bool to store in strings
Followup https://github.com/qgis/QGIS/pull/42456 Matthias Kuhn
09:01 AM Revision 42b79396 (qgis): [qt6] Add comparison operators for QVariant
makes them usable as QMap keys Matthias Kuhn
08:55 AM Revision ccdba4e3 (qgis): Don't try to generate all available dates for wmst servers with a huge ...
e.g. if a server has images for every hour for decades! Nyall Dawson
08:55 AM Revision 89491b5c (qgis): [wms] Use a combobox for selecting from available reference times
for wms-t layers instead of a freeform date widget
Otherwise the user has no guidance in picking valid date values
w...
Nyall Dawson
08:55 AM Revision 2cf7a56d (qgis): Correctly populate all available temporal ranges for WMS-T services
which report available times using ISO8601 style duration strings Nyall Dawson
08:55 AM Revision 2bf6c0ad (qgis): Fix build
Nyall Dawson
08:55 AM Revision 41053cc4 (qgis): De-duplicate code
Nyall Dawson
08:55 AM Revision 1bb042bc (qgis): Add some methods to parse ISO8601 duration strings
(eg '2021-03-23T00:00:00Z/2021-03-24T12:00:00Z/PT12H')
to a list of datetimes
Nyall Dawson
08:55 AM Revision 929b7086 (qgis): If a wms-t layer is the first temporal layer loaded into a project,
use the wms-t capabilities to set a sensible default time step
for the temporal controller (just like we do for mesh ...
Nyall Dawson
08:01 AM Revision df7e8afa (qgis): Apply suggestions from code review
Alessandro Pasotti
07:57 AM Revision 65650e09 (qgis): [labeling] Fix handling of data-defined buffers (both UI/UX and renderi...
Mathieu Pellerin - nIRV
07:57 AM Revision 3f207a86 (qgis): [labeling] Fix handling of data-defined buffers (both UI/UX and renderi...
Mathieu Pellerin - nIRV
07:54 AM Revision 1a7fe6ae (qgis): [labeling] Fix handling of data-defined buffers (both UI/UX and renderi...
Mathieu Pellerin - nIRV
07:22 AM Revision 0398e732 (qgis): Fix invalid cast of QgsProperty as bool to store in strings
Nyall Dawson
06:06 AM Revision 035fbf0b (qgis): Fix mesh layer properties dialog doesn't open at the temporal page
when clicking the temporal icon for a mesh layer Nyall Dawson
05:56 AM Revision 9b07d954 (qgis): Don't force users to hit apply to setup static wms-t settings
after toggling dynamic temporal control
Not the nicest code approach, but I honestly can't think of any
other way to...
Nyall Dawson
05:12 AM Revision 7c538c46 (qgis): [processing][saga] Fix misleading 'layer could not be generated' error
after running algorithms which create raster files Nyall Dawson
04:35 AM Revision 7434c1b3 (qgis): [feature] Add temporal navigation step for "source timestamps"
When selected, this causes the temporal navigation to step between
all available time ranges from layers in the proje...
Nyall Dawson
04:35 AM Revision cae8aae8 (qgis): Add method to collate all used time ranges for layers in project
Unlike the existing methods, this new method does not return
a single overall time range, but rather (possibly with g...
Nyall Dawson
04:35 AM Revision 9c1ddfcf (qgis): Push all available temporal ranges to temporal controller when
it changes Nyall Dawson
04:35 AM Revision b7c1c3af (qgis): Add method to merge a list of possibly non-contigous date/datetime ranges
Nyall Dawson
04:35 AM Revision d443e4a5 (qgis): Add a time unit for "irregular steps"
This is a special "irregular step" time unit, used for temporal data
which uses irregular, non-real-world unit steps
Nyall Dawson
04:11 AM Revision f53af1b1 (qgis): Fix invalid cast of QgsProperty as bool to store in strings
Nyall Dawson
04:11 AM Revision 1006f87e (qgis): Fix invalid cast of QgsProperty as bool to store in strings
Nyall Dawson
04:10 AM Revision 57e57374 (qgis): Use shift+middle mouse as a universal drag-zoom
Stefanow Natsis
04:09 AM Revision c7f37d9e (qgis): [API] qgsDoubleToString new fix to avoid printing -0 (#42435)
rewrite qgsDoubleToString to avoid printing -0 when precision is setted and fix some tests in qgsgeometry Loïc Bartoletti
04:07 AM Revision 253e0174 (qgis): Fix invalid cast of QgsProperty as bool to store in strings
Nyall Dawson
03:00 AM Revision 2f8adf77 (qgis): [memory] Add support for list field types
Nyall Dawson
03:00 AM Revision 785ad7cb (qgis): [memory] Always use QVariant::StringList for list fields with a string ...
This matches the established behavior from the postgres provider Nyall Dawson
02:34 AM Revision c205b270 (qgis): [qt6] The return type of size() is long long
Prepare for the return type of size() to be long long Matthias Kuhn
02:34 AM Revision b03bc6c1 (qgis): Add dox
Matthias Kuhn
02:03 AM Revision ebb2c61c (qgis): [qt6] QDesktopWidget is gone
QScreen takes over.
We are randomly picking a top level widget to get the dpi as we have always been doing.
Matthias Kuhn
01:09 AM Revision 22695b56 (qgis): Initializing a QString with an enum is nonsense
Matthias Kuhn

2021-03-24

12:17 AM Revision bf9efccf (qgis): Fix GDAL overwrite and some minor fixes (#42447)
Automatically overwrite files in some gdal algorithms, in order to match the behavior of other processing algorithms ... nicogodet
12:13 AM Revision c167cfb3 (qgis): Fix auth basic non-ascii encoding
Fixes #42405 Alessandro Pasotti
11:01 PM Revision bc4e84a4 (qgis): Tweak label
Nyall Dawson
11:01 PM Revision f3ab9b37 (qgis): Tweak radio text when showing a combo of predefined dates
Nyall Dawson
11:01 PM Revision 52975e0a (qgis): Move widget frames around for most logical ordering
Nyall Dawson
11:01 PM Revision 1ec894d4 (qgis): [FEATURE] For wms-t layers which expose a non-contiguous set of
available temporal instances, show a combo box in the layer
temporal properties with available times instead of requi...
Nyall Dawson
11:01 PM Revision 5b6ff74a (qgis): Register comparators for QgsDate/DateTimeRange
Nyall Dawson
11:01 PM Revision 047e13eb (qgis): Declare metatype for QgsDate/DateTimeRange
Nyall Dawson
11:01 PM Revision 894283b9 (qgis): Add "allAvailableTemporalRanges" getter/setter to QgsRasterDataProvider...
So that we can store and retrieve a list of all available temporal
ranges for a raster data provider when that range ...
Nyall Dawson
11:01 PM Revision 4fe99d8d (qgis): Add better __repr__ methods for QgsDateTimeRange, QgsDateRange
Nyall Dawson
11:01 PM Revision 4be88aac (qgis): WMS-T settings cleanup part 2
- Use a cleaner stacked widget approach to disabling the static
wms-t time range settings whenever the layer is set t...
Nyall Dawson
11:01 PM Revision 331aad69 (qgis): Cleanup WMS-T settings widget (pt 1)
- Move settings which apply to both static WMS-T time and dynamic
temporal control out into their own "WMS-T Settings...
Nyall Dawson
11:01 PM Revision 9747e1ba (qgis): Fix spelling
Nyall Dawson
07:48 PM Revision c81792f5 (qgis): Fix build
Nyall Dawson
07:48 PM Revision 3a30e629 (qgis): Move postgres raster temporal settings out of QgsRasterLayerProperties
and to dedicated widget in postgres provider
Further cleanups to remove provider-specific logic from generic class
Nyall Dawson
07:48 PM Revision d04e3a32 (qgis): Fix build
Nyall Dawson
07:48 PM Revision 9a43fa79 (qgis): Fix build
Nyall Dawson
07:48 PM Revision b0cab2a4 (qgis): Move ui folders to standard place
Nyall Dawson
07:48 PM Revision 3c09c58e (qgis): More build fixes
Nyall Dawson
07:48 PM Revision ef94191d (qgis): Dox
Nyall Dawson
07:48 PM Revision 3799feea (qgis): More build fixes
Nyall Dawson
07:48 PM Revision 207be1dd (qgis): Add mechanism for QgsMapLayerConfigWidgetFactory to create sub widgets
which are embedded into the raster layer temporal properties widget Nyall Dawson
07:48 PM Revision 4faceaf0 (qgis): Add api to indicate that a QgsMapLayerConfigWidgetFactory factory
creates sub-components of a standard page instead of a top-level
page on its own
Nyall Dawson
07:48 PM Revision e350661d (qgis): More constify
Nyall Dawson
07:48 PM Revision 8c0b98d0 (qgis): Add a mechanism for data providers to supply QgsMapLayerConfigWidgetFac...
via their GUI metadata
Allows providers to create layer properties pages, giving us a nice
way to keep provider-spec...
Nyall Dawson
07:48 PM Revision d1040b2b (qgis): Avoid cmake noise
Nyall Dawson
07:48 PM Revision 73cc567e (qgis): Another attempt
Nyall Dawson
07:48 PM Revision 65c78aab (qgis): Move WMS-T specific temporal settings out of QgsRasterLayerProperties
and into a temporal subcomponent widget which is created by the
wms provider gui metadata
Keeps things much cleaner,...
Nyall Dawson
12:03 PM Revision cd17a857 (qgis): Add QCA builds to deps
Denis Rouzaud
12:01 PM Revision 80489d60 (qgis): improved Qt6 workflow
Denis Rouzaud
11:58 AM Revision 3b56d2d2 (qgis): Merge pull request #42434 from 3nids/qt6-2
more CmakeLists fixes for Qt6 + other fixes Denis Rouzaud
09:52 AM Revision ea7fc3c3 (qgis): drop qMapLessThanKey in Qt6 builds
TestQgis::testQMapQVariantList() should check that everything is fine
further reading:
* https://stackoverflow.com/qu...
Denis Rouzaud
09:33 AM Revision 7ad733f5 (qgis): fix include dirs
Denis Rouzaud
09:33 AM Revision 4fb05e93 (qgis): fix XML
Denis Rouzaud
09:33 AM Revision d2575a3f (qgis): more Qt version base
Denis Rouzaud
09:32 AM Revision ac0c9276 (qgis): Merge pull request #42427 from 3nids/qt6-1
get cmake to pass for core only Denis Rouzaud
08:14 AM Revision 0a69331d (qgis): fix cmake for Qt6
Denis Rouzaud
08:14 AM Revision 02691caf (qgis): QT version base fix
Denis Rouzaud
07:59 AM Revision 64963e57 (qgis): Change default search completion mode in the attribute table for string...
Jorge Gustavo Rocha
07:59 AM Revision e3c300ac (qgis): Change default search completion mode in the attribute table for string...
Jorge Gustavo Rocha
05:25 AM Revision 20c6aa3d (qgis): [processing][saga] Fix misleading 'layer could not be generated' error
after running algorithms which create raster files Nyall Dawson
05:25 AM Revision 1d89f340 (qgis): [processing][saga] Fix misleading 'layer could not be generated' error
after running algorithms which create raster files Nyall Dawson
05:21 AM Revision 286fd207 (qgis): [processing][saga] Fix misleading 'layer could not be generated' error
after running algorithms which create raster files Nyall Dawson
01:26 AM Revision 63ac0326 (qgis): Fix auth basic non-ascii encoding
Fixes #42405 Alessandro Pasotti
01:25 AM Revision 88d9fe81 (qgis): Fix auth basic non-ascii encoding
Fixes #42405 Alessandro Pasotti
01:22 AM Revision 36602498 (qgis): Change default search completion mode in the attribute table for string...
Jorge Gustavo Rocha
01:22 AM Revision 04cc0d2a (qgis): Fix auth basic non-ascii encoding
Fixes #42405 Alessandro Pasotti
01:21 AM Revision 7f0d2f62 (qgis): fix build without gui
Denis Rouzaud

2021-03-23

08:45 PM Revision d70f262e (qgis): spelling fixes
(cherry picked from commit 2d1aa68f0d044f2aced7ebeca8d2fa6b754ac970) Jürgen Fischer
08:42 PM Revision 54329bf0 (qgis): spelling fixes
(cherry picked from commit 2d1aa68f0d044f2aced7ebeca8d2fa6b754ac970) Jürgen Fischer
08:41 PM Revision 2d1aa68f (qgis): spelling fixes
Jürgen Fischer
08:32 PM Revision 27d35a24 (qgis): Merge pull request #42384 from domi4484/missingNmRelationQgsAbstractRel...
Set missing nm relation for QgsAbstractRelationEditorConfigWidget Alessandro Pasotti
06:55 PM Revision 803848a8 (qgis): Merge pull request #42409 from rldhont/server-wms-capabilities-feature-...
[Server] Speed up WMS GetCapabilities by removing featureCount Alessandro Pasotti
06:47 PM Revision 0391b151 (qgis): Prevent double expensive calls to loadFields in OGR
Alessandro Pasotti
05:44 PM Revision f03b1adf (qgis): [Server] Speed up WMS GetCapabilities by removing featureCount
To provide a none empty bounding box in the WMS Capabilities, it is not necessary to use vector layer feature count.
...
René-Luc ReLuc
04:46 PM Revision 440beceb (qgis): Move postgres related test for getfeatureinfo in appropriate file
Julien Cabieces
04:21 PM Revision 704669ee (qgis): add variable to upload artifact when tests are triggered
Julien Cabieces
04:21 PM Revision 646527a2 (qgis): integrate ctest command in build script
Julien Cabieces
04:21 PM Revision 5c2b6fe9 (qgis): add warning message for duplicated instructions
Julien Cabieces
04:21 PM Revision 710ec78a (qgis): Extract postgres specific from PyQgsVectorLayerUtils test
Julien Cabieces
04:21 PM Revision 70d82175 (qgis): Extract postgres specific from vectorfilewriter test
Julien Cabieces
03:34 PM Revision a10026cf (qgis): fix update_news.pl and update NEWS.md
(cherry picked from commit e45b81989721ace64ad04dd137a62ada07d3c5b2) Jürgen Fischer
03:33 PM Revision 54c778cf (qgis): fix update_news.pl and update NEWS.md
(cherry picked from commit e45b81989721ace64ad04dd137a62ada07d3c5b2) Jürgen Fischer
03:11 PM Revision e45b8198 (qgis): fix update_news.pl and update NEWS.md
Jürgen Fischer
03:11 PM Revision 41213578 (qgis): translation string fix
(cherry picked from commit 8f3f9602997c0e1fe4eb69de0c89cb003a1f2792) Jürgen Fischer
10:53 AM Revision 1821d7af (qgis): Run providers tests in different CI jobs
Julien Cabieces
10:53 AM Revision 05e56fcc (qgis): fix build 21.04
Julien Cabieces
08:14 AM Revision 2eb7781f (qgis): add findAllGroups to recursively get all groups
Jorge Gustavo Rocha
08:14 AM Revision 0fe0aec3 (qgis): Typo s/is/if
Jorge Gustavo Rocha
08:14 AM Revision e1588fcc (qgis): typo fix in sip
Jorge Gustavo Rocha
08:14 AM Revision 01806b1d (qgis): Add optional recursive = false to findGroups
Jorge Gustavo Rocha
06:58 AM Revision fed1ef2d (qgis): Rename "Temporal" option to "Dynamic Temporal Control" in vector
and raster layer properties Temporal tabs
...and add a nice explicit explanatory tooltip.
In cases where we have ex...
Nyall Dawson
06:24 AM Revision bed88279 (qgis): Update src/gui/qgsfeaturelistcombobox.h
Co-authored-by: Mathieu Pellerin <[email protected]> Denis Rouzaud
05:16 AM Revision c84f73da (qgis): Merge pull request #42363 from nyalldawson/fix_42350
When running "point on surface" with "create point for each part" option enabled, discard incoming fid fields and reg... Nyall Dawson
05:15 AM Revision cb93e3bf (qgis): Fix some ArcGis VectorTileServer urls cannot be directly loaded
Some services don't default to returning JSON for the capabilities,
so explicitly request it
Fixes #42314
Nyall Dawson
05:15 AM Revision ddd506e1 (qgis): Fix cannot add qlr from browser (fixes #42366)
Nyall Dawson
04:50 AM Revision 9a9da159 (qgis): Fix mesh layer properties dialog doesn't open at the temporal page
when clicking the temporal icon for a mesh layer Nyall Dawson
04:50 AM Revision 6ff4bc11 (qgis): Fix mesh layer properties dialog doesn't open at the temporal page
when clicking the temporal icon for a mesh layer Nyall Dawson
04:46 AM Revision b378138b (qgis): Fix mesh layer properties dialog doesn't open at the temporal page
when clicking the temporal icon for a mesh layer Nyall Dawson

2021-03-22

12:30 AM Revision e264967d (qgis): Merge pull request #42381 from agiudiceandrea/fix-centroids-alg
[processing] Fix "Centroids" alg with multipart geometries and fid field in geopackage Nyall Dawson
10:53 PM Revision 1ba9dcad (qgis): Merge pull request #42390 from 3nids/sipify-docstring-class-append
[pyqgis] move constructor docstring after the class docstring Denis Rouzaud
09:41 PM Revision 8c2cb9c8 (qgis): fix sipify test
Denis Rouzaud
09:13 PM Revision ba8a4458 (qgis): run sipify
Denis Rouzaud
09:11 PM Revision 8d7ec8b6 (qgis): [pyqgis] move constructor docstring after the class docstring
Denis Rouzaud
09:02 PM Revision a6ac61bc (qgis): Fix doc and remove QOverload
Damiano
07:47 PM Revision 65a35b2f (qgis): Merge pull request #42381 from agiudiceandrea/fix-centroids-alg
[processing] Fix "Centroids" alg with multipart geometries and fid field in geopackage Nyall Dawson
07:47 PM Revision 57b40911 (qgis): Merge pull request #42381 from agiudiceandrea/fix-centroids-alg
[processing] Fix "Centroids" alg with multipart geometries and fid field in geopackage Nyall Dawson
07:43 PM Revision 97dced96 (qgis): Merge pull request #42381 from agiudiceandrea/fix-centroids-alg
[processing] Fix "Centroids" alg with multipart geometries and fid field in geopackage Nyall Dawson
07:15 PM Revision 47bd5d02 (qgis): Fix cannot add qlr from browser (fixes #42366)
Nyall Dawson
07:12 PM Revision 45001d74 (qgis): Fix cannot add qlr from browser (fixes #42366)
Nyall Dawson
04:08 PM Revision c2601363 (qgis): Merge pull request #42245 from m-kuhn/getprint_size
Allow specifying width and height for GetPrint images Matthias Kuhn
04:08 PM Revision c0633e87 (qgis): Merge pull request #42296 from domi4484/fixNmRelationMissing
Fix QgsAbstractRelationEditorWidget inconsistency NmRelation / NmRelationId Matthias Kuhn
03:27 PM Revision c0870633 (qgis): Set missing nm relation for QgsAbstractRelationEditorConfigWidget
This is needed to let QgsAbstractRelationEditorConfigWidget
implementations know which nm cardinality is choosen if any.
Damiano
01:57 PM Revision cd69c28c (qgis): [Backport release-3_18] fix open form button not always enabled in rela...
* fix open form button not always enabled in relation reference widget (#42144)
* fix open form button not always en...
github-actions[bot]
01:55 PM Revision b0fe81ed (qgis): Prevent collapse/expand in Dynamic SVG parameters table (#42185) (#42382)
Co-authored-by: Jorge Gustavo Rocha <[email protected]> github-actions[bot]
01:54 PM Revision 05a0d265 (qgis): Prevent collapse/expand in Dynamic SVG parameters table (#42185)
Jorge Gustavo Rocha
01:51 PM Revision a6914916 (qgis): remove leftover from PR (#42373)
Denis Rouzaud
01:51 PM Revision 08f85619 (qgis): Prevent collapse/expand in Dynamic SVG parameters table (#42185)
Jorge Gustavo Rocha
01:23 PM Revision 26665741 (qgis): Merge pull request #42377 from qgis/m-kuhn-patch-1
Free space to build docker images Denis Rouzaud
01:23 PM Revision 7e46ac78 (qgis): enable workflow again
Denis Rouzaud
12:57 PM Revision da66253a (qgis): [processing] Centroids: optimize for multipart and better error reporting
See 954ad351575e811e69fddc8eb6976ebab52b2988 https://github.com/qgis/QGIS/pull/42363 Andrea Giudiceandrea
12:36 PM Revision c2451a90 (qgis): [processing] Fix "Centroids" alg with multipart geometries
when the "Create centroid for each part" option is enabled discard incoming fid field and regenerate it
See 1b2ca794...
Andrea Giudiceandrea
10:03 AM Revision ce8eeb77 (qgis): Free space to build docker images
Matthias Kuhn
09:33 AM Revision 29700aaa (qgis): disable Docker build workflow (#42374)
workflow cannot succeed due to missing space on the device
see https://github.com/qgis/QGIS-Enhancement-Proposals/iss...
Denis Rouzaud
09:23 AM Revision a6644f4b (qgis): unblock oracle ci test
Julien Cabieces
09:23 AM Revision fe625530 (qgis): add oracle provider connection test
Julien Cabieces
09:23 AM Revision 9c6b7e8b (qgis): Comment Oracle failing test when proj < 7
Julien Cabieces
09:11 AM Revision 959d68a1 (qgis): Merge pull request #42326 from 3nids/filter-svg
Add filtering capabilities to SVG selector widget Denis Rouzaud
08:57 AM Revision 00105706 (qgis): disable Docker build workflow
workflow cannot succeed due to missing space on the device
see https://github.com/qgis/QGIS-Enhancement-Proposals/iss...
Denis Rouzaud
08:56 AM Revision 11fc1e37 (qgis): remove leftover from PR
Denis Rouzaud
08:55 AM Revision 5cde4507 (qgis): remove leftover
Denis Rouzaud
08:55 AM Revision 6e920d91 (qgis): remove leftover
Denis Rouzaud
08:51 AM Revision 2e888c46 (qgis): Fix relation editor widget not visible if n:m relation name is empty (#...
Check relations for equality by Id instead of name and check only if the
relation in context is valid.
Co-authored-b...
github-actions[bot]
08:45 AM Revision 413848ce (qgis): better layout
Denis Rouzaud
08:14 AM Revision 7efbb69a (qgis): Everybody wears a mask but how long will it last
https://www.youtube.com/watch?v=mIue359_ZN4 Matthias Kuhn
08:14 AM Revision 75c1f780 (qgis): Allow specifying width and height for GetPrint images
... to override layout provided width and height Matthias Kuhn
08:14 AM Revision 6f361a75 (qgis): Warning when image ratio prevents export
Matthias Kuhn
08:01 AM Revision c977277f (qgis): Merge pull request #42316 from qgis/backport-42295-to-release-3_18
[Backport release-3_18] Fix wrong attr values in joined fields Matthias Kuhn
05:34 AM Revision 07f87f04 (qgis): Gross hack
Nyall Dawson
05:34 AM Revision ac1c6981 (qgis): No more hacks
Nyall Dawson
05:34 AM Revision 9abd23dc (qgis): Maybe
Nyall Dawson
05:34 AM Revision 1a27f375 (qgis): No qgis_process
Nyall Dawson
05:34 AM Revision c3b8d747 (qgis): Bash
Nyall Dawson
05:34 AM Revision 08245cb2 (qgis): Even less
Nyall Dawson
05:34 AM Revision 158ec271 (qgis): Super minimal
Nyall Dawson
05:34 AM Revision 1e5b3297 (qgis): Super minimal build
Nyall Dawson
05:34 AM Revision 6596dfa5 (qgis): An experiment
Nyall Dawson
05:34 AM Revision 22bd3a2e (qgis): hacks
Nyall Dawson
05:34 AM Revision d525439c (qgis): Cleanups
Nyall Dawson
05:34 AM Revision 9f8ecabb (qgis): Revert "Remove other workflows temporarily"
This reverts commit 49962230dd1c87e0ef53e0ee900f89f9316512ca. Nyall Dawson
05:34 AM Revision 74733e0a (qgis): Disable qt6 workflow for now
Nyall Dawson
05:34 AM Revision 5a5fe5ec (qgis): Another dumb hack
Nyall Dawson
05:34 AM Revision 4693ebf9 (qgis): Dbus component
Nyall Dawson
05:34 AM Revision 7f88acaf (qgis): Fix capitalisation
Nyall Dawson
05:34 AM Revision 3f5ec237 (qgis): Add svg
Nyall Dawson
05:34 AM Revision 7780bbbd (qgis): Get the important stuff right
Nyall Dawson
05:34 AM Revision 56ca66dd (qgis): Less hacky
Nyall Dawson
05:34 AM Revision 133195ef (qgis): Remove other workflows temporarily
Nyall Dawson
05:13 AM Revision 61fcbbcc (qgis): Fix some ArcGis VectorTileServer urls cannot be directly loaded
Some services don't default to returning JSON for the capabilities,
so explicitly request it
Fixes #42314
Nyall Dawson
05:12 AM Revision d8ceea18 (qgis): Merge pull request #42363 from nyalldawson/fix_42350
When running "point on surface" with "create point for each part" option enabled, discard incoming fid fields and reg... Nyall Dawson
05:12 AM Revision d2e040d5 (qgis): Merge pull request #42363 from nyalldawson/fix_42350
When running "point on surface" with "create point for each part" option enabled, discard incoming fid fields and reg... Nyall Dawson
05:10 AM Revision 11d0adb4 (qgis): Explicitly state in temporal controller dock that the visible
time range is lower < t <= upper
Provides explicit clarification to users that the upper time in
the current filter ...
Nyall Dawson
05:10 AM Revision 70b1dce4 (qgis): Don't allow temporal dock to be shrunk shorter than its contents
Nyall Dawson
05:09 AM Revision 1af93766 (qgis): Merge pull request #42363 from nyalldawson/fix_42350
When running "point on surface" with "create point for each part" option enabled, discard incoming fid fields and reg... Nyall Dawson
05:09 AM Revision 87c7c46f (qgis): Fix some ArcGis VectorTileServer urls cannot be directly loaded
Some services don't default to returning JSON for the capabilities,
so explicitly request it
Fixes #42314
Nyall Dawson
01:00 AM Revision 6239efca (qgis): add temporal controller ui file to GUI_UI headers
Vincent Cloarec

2021-03-21

12:55 AM Revision 954ad351 (qgis): Better error reporting in Point on Surface
Nyall Dawson
12:52 AM Revision 1b2ca794 (qgis): [processing] When running "point on surface" with "create point for
each part" option enabled, discard incoming fid fields and regenerate
Because we are potentially outputing multiple ...
Nyall Dawson
10:01 PM Revision 1f235d6e (qgis): Fix use of TAB to explore dialogs
and some Qt automatic cleanup Harrissou Santanna
08:34 PM Revision 08ca000e (qgis): Use c++17 std::clamp instead of qBound
Nyall Dawson
08:33 PM Revision cc77068f (qgis): Fix Help button for "Raster Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
08:33 PM Revision 8ada627a (qgis): Fix Help button for "Vector Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
08:33 PM Revision d16fe9af (qgis): Fix Help button for "Raster Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
08:33 PM Revision 096a36ce (qgis): Fix Help button for "Vector Layer Save as..." dlg
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_...
Andrea Giudiceandrea
08:30 PM Revision 6f75dcbe (qgis): fix: notification(arg1) is deprecated: Use the 3-args version of notifi...
Signed-off-by: t0b3 <[email protected]> t0b3
08:30 PM Revision eaa2d74a (qgis): fix: replace deprecated QString::SkipEmptyParts with Qt::SkipEmptyParts
Signed-off-by: t0b3 <[email protected]> t0b3
08:30 PM Revision 9ca3729c (qgis): add build test for Qt 5.15
Signed-off-by: t0b3 <[email protected]> t0b3
08:30 PM Revision f3a81ebd (qgis): fix: build w/o 3D for Qt 5.15 (many deprecation warnings)
Signed-off-by: t0b3 <[email protected]> t0b3
08:25 PM Revision 3d570424 (qgis): Fix markup typo in INSTALL.md
Andrea Giudiceandrea
08:41 AM Revision bdc8f970 (qgis): add temporal controller ui file to GUI_UI headers
Vincent Cloarec
07:57 AM Revision 97f63443 (qgis): Unit tests
Nyall Dawson
07:57 AM Revision 704b2800 (qgis): Expose control over balloon wedge width
Nyall Dawson
07:57 AM Revision 2b0a2bf4 (qgis): [feature] Add new "balloon" (speech bubble) callout style
Nyall Dawson
06:25 AM Revision abad5499 (qgis): add temporal controller ui file to GUI_UI headers
Vincent Cloarec
05:14 AM Revision 25595557 (qgis): Definitely no more Q_FOREACH
Nyall Dawson
05:14 AM Revision d4062153 (qgis): Fixups
Nyall Dawson
05:14 AM Revision 55a79ac1 (qgis): ...and DEFINITELY no 'foreach'!!
Nyall Dawson
05:14 AM Revision b6288e8d (qgis): Fix build
Nyall Dawson
05:14 AM Revision fdd59d32 (qgis): Fix warning
Nyall Dawson
02:04 AM Revision 106c8260 (qgis): Update tooltips for scale and rotate features tools
Stefanow Natsis

2021-03-20

12:07 PM Revision a1c98479 (qgis): Merge pull request #42341 from t0b3/release-3_18
This allows building against QT 5.15.2. Mathieu Pellerin - nIRV
09:13 AM Revision 32de5587 (qgis): This allows building against QT 5.15.2.
José de Paula Rodrigues Neto Assis
08:48 AM Revision 71555aba (qgis): Merge pull request #42337 from nirvn/fix_build_no_georeferencer
Fix building QGIS when WITH_GEOREFERENCER is false Mathieu Pellerin - nIRV
08:17 AM Revision 69c5d924 (qgis): Fix building QGIS when WITH_GUI is false
Mathieu Pellerin - nIRV
07:42 AM Revision 7f69c6de (qgis): Fix building QGIS when WITH_GUI is false
Mathieu Pellerin - nIRV
07:39 AM Revision d4d0d200 (qgis): Fix building QGIS when WITH_GUI is false
Mathieu Pellerin - nIRV
06:06 AM Revision 959173a9 (qgis): Switch WITH_GUI and WITH_GEOREFERENCER to false on the OGC CI
Mathieu Pellerin - nIRV
05:21 AM Revision c5e5c464 (qgis): Fix building QGIS when WITH_GEOREFERENCER is false
Mathieu Pellerin - nIRV
04:58 AM Revision 22aa7332 (qgis): Identation
Nyall Dawson
04:58 AM Revision f5be851a (qgis): More indentation
Nyall Dawson
04:58 AM Revision 764d8026 (qgis): Remove accidental checkin
Nyall Dawson
04:58 AM Revision c3f93fd7 (qgis): Remove redundant qgsOverload, use qOverload instead
Nyall Dawson
04:58 AM Revision 7e7c02a1 (qgis): Fix build again
Nyall Dawson
04:58 AM Revision 12e68c74 (qgis): Can't use std::as_const in headers which sip reads...
Nyall Dawson
04:58 AM Revision 14fd257c (qgis): More indentation
Nyall Dawson
04:58 AM Revision 876ee57f (qgis): Remove redundant qgis::as_const implementation, move to c++17 std::as_c...
Nyall Dawson
04:58 AM Revision 2a9d2b02 (qgis): Indentation
Nyall Dawson
04:58 AM Revision 44936efc (qgis): Indentation
Nyall Dawson
04:58 AM Revision d7b1b934 (qgis): Fix build
Nyall Dawson

2021-03-19

12:31 AM Revision 2636d3fe (qgis): fix cache renew for layer dependencies
MorriganR
12:22 AM Revision 2ac8d093 (qgis): Ignore getLegendGraphic URL if GetMap url is ignored (#41596)
(cherry picked from commit 7031fed0164453dba4dba815c9cff6446f75f3ac) Marco Hugentobler
12:22 AM Revision f892b3c1 (qgis): [memory] Correctly store converted field values when adding or
changing attributes
If testing for value compatiblity via QgsField::convertCompatibility
only resulted in true becau...
Nyall Dawson
12:22 AM Revision 8cb8164d (qgis): Replace colon in typenames
Fixes #41292 QGISserver WFS returns invalid GML in case of cascading WFS
(cherry picked from commit 65b272d1dcc6ffdc...
Alessandro Pasotti
12:22 AM Revision d64f35d6 (qgis): [georeferencer] NEVER load raster file being referenced into the
current project
This was likely a decades old hack in order to get the layer to
show in the georeferencer canvas, bu...
Nyall Dawson
12:22 AM Revision f8d4a27e (qgis): Remove confusing crs prompt which can show when loading a raster file i...
(cherry picked from commit ad052b5b7b2cbd5d25081f54eecadd29d30852f9)
(cherry picked from commit 76620ff83d5aae7ff10b0...
Nyall Dawson
12:22 AM Revision 15c6bec1 (qgis): [layouts] Fix map item loses preset them choice if item is selected
when a map theme is renamed or changed
(cherry picked from commit 34f4d1f97fdc7fa8943c507518551b37d595072d)
Nyall Dawson
12:22 AM Revision 03d20e01 (qgis): Set min/max from data type when GDAL stats fail
Fixes #41662
(cherry picked from commit 30b216602440a511001663011ed7d8b4f7a7c645)
Alessandro Pasotti
12:22 AM Revision 972afd36 (qgis): Set gathered statistics to none when there are no statistics
Fixes #41662
(cherry picked from commit caa19170ba3e14b8a2db4cef7a24a3a0e247d096)
Alessandro Pasotti
12:22 AM Revision 2db1e5d9 (qgis): [processing][gdal] Fix parsing of creation options for Roughness alg
(cherry picked from commit e11b7f0230656ee2ba990f34ae19ed2fe68a8a48) Andrea Giudiceandrea
12:22 AM Revision be8401d2 (qgis): [processing] Fix use of "Save log to file" algorithm in models
run from the qgis_process standalone tool
(cherry picked from commit 6daeebcd09f5c09569ebda299eb3d592e9a523d4)
Nyall Dawson
12:22 AM Revision fbc2540a (qgis): Update widget state when scale locked state is changed from API
Julien Cabieces
12:22 AM Revision b1895324 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1)
(cherry picked from commit f9a6e33435fd72ba706f2a10ab3fbd8cc5a50914)
Nyall Dawson
12:22 AM Revision 163ee627 (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends
(cherry picked from commit c213c49151ec81989e12f5...
Matthias Kuhn
12:22 AM Revision 67a9ff6b (qgis): QgsPluginInstaller can now read zipfiles where 1st internal file is loc...
(cherry picked from commit 048af492b1d3f01e45f4d2955b674dd67100c8c2) Benjamin Jakimow
12:22 AM Revision e760beec (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948)
(cherry picked from commit 7278ec85b1fd2677699dc25c02bac10e2cf0bc6b)
Mathieu Pellerin - nIRV
12:22 AM Revision cf2b041b (qgis): Fix QgsAttributes equality operator when comparing attributes where
one set contains a string value of a date, and the other a QDateTime
value of the same date
For some bizarre reason ...
Nyall Dawson
12:22 AM Revision 42832c9c (qgis): QgsProjectLayerGroupDialog: accept an existing project
in an overloaded constructor.
Fixes #40552
(cherry picked from commit e9be3a82b05a949e31f50b4ab33e46d1041d2752)
Alessandro Pasotti
12:22 AM Revision 69e70d7e (qgis): QGIS expressions are not sensitive to the case of field names, so
mimic this same insensitivity when compiling expressions for providers
Avoids the expression compilation failing whe...
Nyall Dawson
12:22 AM Revision 03d8ed31 (qgis): [layouts] Correctly set data defined html url or attribute table
source property on the parent multiframe object, not the child frame
Fixes #41590
Fixes #36647
(cherry picked from ...
Nyall Dawson
12:22 AM Revision ada0bc79 (qgis): Fix crash on exit when remember last used attribute values is checked
(cherry picked from commit f4e5fdb4fa8967bb831f49090a550e5616c089aa) Nyall Dawson
12:22 AM Revision e2f1a82f (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
12:22 AM Revision d38c70b9 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
12:21 AM Revision ef1fcb2a (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
12:20 AM Revision aa7f1e7f (qgis): Allow loading GPKG layers with GEOMETRY type (#42253)
Marco Bernasocchi
12:19 AM Revision 520331c7 (qgis): Fix WMS DPI scale rounding error
Backported from master PR #42292 Alessandro Pasotti
12:19 AM Revision 08aa3fee (qgis): Update mask images
Alessandro Pasotti
12:19 AM Revision fc258660 (qgis): More masks
Alessandro Pasotti
12:18 AM Revision 98ebd409 (qgis): Minor cleanup of INSTALL.md
- Remove extra indentation of code blocks that made copy'n'pasting ugly
- Probably fixed in indentation bug for `~/....
hannes metzler
02:21 PM Revision e9036bbe (qgis): avoid extra calls to clearing the selection
Denis Rouzaud
01:19 PM Revision 64553db9 (qgis): fix docs
Denis Rouzaud
01:12 PM Revision 4dde676a (qgis): avoid removing already set icon
Denis Rouzaud
01:09 PM Revision 202f1bf7 (qgis): Release of 3.18.1
Jürgen Fischer
01:09 PM Revision a1bfa5b9 (qgis): translation update for 3.18.1 from transifex
Jürgen Fischer
01:07 PM Revision 58ba7c1e (qgis): Release of 3.16.5
Jürgen Fischer
01:07 PM Revision 1340267a (qgis): translation update for 3.16.5 from transifex
Jürgen Fischer
12:36 PM Revision 8f3f9602 (qgis): translation string fix
Jürgen Fischer
11:52 AM Revision aa23d009 (qgis): create a sort filter proxy model
Denis Rouzaud
11:52 AM Revision bf3f23fe (qgis): reuse existing constructor
Denis Rouzaud
11:52 AM Revision 4c403a1c (qgis): add filter line edit to UI
Denis Rouzaud
11:52 AM Revision 411ac0e1 (qgis): move line edit to bottom
Denis Rouzaud
11:52 AM Revision d941b521 (qgis): use filter proxy in the widget
Denis Rouzaud
09:47 AM Revision f759c593 (qgis): [feature] New callout style for curved lines
Renders a nice cartographically pleasing curved line between the
labels and features.
Options include selecting a sp...
Nyall Dawson
09:47 AM Revision 425f2718 (qgis): Add method to determine closest side of rectangle to a point
Nyall Dawson
09:47 AM Revision ba6d9672 (qgis): Add geometry util to calculate a point along a segment offset in a perp...
Nyall Dawson
09:47 AM Revision b4f890e5 (qgis): Spell again
Nyall Dawson
09:47 AM Revision 0c5ffe7e (qgis): Spelling
Nyall Dawson
07:45 AM Revision 8b94ec54 (qgis): Move code for generating the annotation "balloon" style background
shape out into a new class so that it can be reused elsewhere Nyall Dawson
07:43 AM Revision f79d18f5 (qgis): Merge pull request #41996 from qgis/m-kuhn-patch-1
Remove "stale" label when a comment is added Matthias Kuhn
03:43 AM Revision 0b75c6ca (qgis): Merge pull request #42303 from nirvn/ellipse_fixes
Ellipse marker symbol layer fixes and code improvements Mathieu Pellerin - nIRV
01:59 AM Revision ad998573 (qgis): [optimization][symbology] Rely on enum for ellipse marker symbol layer ...
Mathieu Pellerin - nIRV

2021-03-18

10:10 PM Revision 696b5874 (qgis): Fix relation editor widget not visible if n:m relation name is empty (#...
Check relations for equality by Id instead of name and check only if the
relation in context is valid.
Damiano
10:09 PM Revision 4442b488 (qgis): Fix relation editor widget not visible if n:m relation name is empty (#...
Check relations for equality by Id instead of name and check only if the
relation in context is valid.
Damiano
09:20 PM Revision d8d18b20 (qgis): Merge pull request #42187 from wonder-sk/fix-rasterize-alg-layer-list
Fix wrong list of layers in Rasterize alg (Convert map to raster) Nyall Dawson
09:20 PM Revision db732fc0 (qgis): Use qgis::make_unique
Martin Dobias
08:40 PM Revision c4752d67 (qgis): fix open form button not always enabled in relation reference widget (#...
* fix open form button not always enabled in relation reference widget
when the underlying model has more feature th...
Denis Rouzaud
08:40 PM Revision 5c5ef696 (qgis): fix open form button not always enabled in relation reference widget (#...
* fix open form button not always enabled in relation reference widget
when the underlying model has more feature th...
Denis Rouzaud
08:37 PM Revision 4cd1b5b9 (qgis): fix open form button not always enabled in relation reference widget (#...
* fix open form button not always enabled in relation reference widget
when the underlying model has more feature th...
Denis Rouzaud
07:32 PM Revision 6e16b0f4 (qgis): Merge pull request #42295 from suricactus/fix_attr_table_shifts2
Fix wrong attr values in joined fields Matthias Kuhn
07:32 PM Revision 45e79c45 (qgis): Merge pull request #42295 from suricactus/fix_attr_table_shifts2
Fix wrong attr values in joined fields Matthias Kuhn
07:29 PM Revision 073e3f81 (qgis): Merge pull request #42295 from suricactus/fix_attr_table_shifts2
Fix wrong attr values in joined fields Matthias Kuhn
07:28 PM Revision c22f5a92 (qgis): Merge pull request #42256 from domi4484/abstractRelationWidgetUpdateUi
Added missing calls to updateUi hook Matthias Kuhn
07:27 PM Revision 0c75aa3e (qgis): Merge pull request #42313 from domi4484/removeQgsRelationMisleadingDebu...
Avoid misleading debug output "Invalid relation: no ID" Matthias Kuhn
06:54 PM Revision e75b6df2 (qgis): Fix relation editor widget not visible if n:m relation name is empty (#...
Check relations for equality by Id instead of name and check only if the
relation in context is valid.
Damiano
05:11 PM Revision 7a593154 (qgis): Avoid misleading debug output "Invalid relation: no ID"
Set the relation ID at first to avoid debug messages Damiano
11:58 AM Revision 168735fb (qgis): Merge pull request #42307 from elpaso/wtf-wms-control-images
Fix WMS control images Alessandro Pasotti
10:56 AM Revision 49d34717 (qgis): More masks
Alessandro Pasotti
09:38 AM Revision ead5f713 (qgis): Fix WMS control images
Alessandro Pasotti
08:34 AM Revision 6ad315b2 (qgis): Added two missing calls (afterSetRelations and updateUi)
Damiano
08:22 AM Revision 450b8d7d (qgis): Restore test script committed by mistake
Alessandro Pasotti
08:16 AM Revision b93a8e45 (qgis): Merge pull request #42292 from elpaso/bugfix-wms-scale-dpi-rounding-error
Fix WMS DPI scale rounding error Alessandro Pasotti
08:12 AM Revision a5843800 (qgis): Merge pull request #42292 from elpaso/bugfix-wms-scale-dpi-rounding-error
Fix WMS DPI scale rounding error Alessandro Pasotti
04:58 AM Revision e5ab5358 (qgis): Cleanup callout code to remove a lot of duplicated code between
simple line and manhattan line callout classes Nyall Dawson
04:20 AM Revision e87b1ac8 (qgis): [symbology] Fix stroke-only ellipse markers not reflecting selected state
Mathieu Pellerin - nIRV
04:15 AM Revision 6d64fabe (qgis): [ui] Disable fill color for stroke-only ellipse symbols
Mathieu Pellerin - nIRV
03:15 AM Revision 4791fc4c (qgis): Update action text and tooltip
Nyall Dawson
03:15 AM Revision 5d06c1d4 (qgis): [FEATURE] When the "show pinned labels" option is enabled, also
highlight any pinned callout start or end points
This allows users to immediately see which callouts points have
bee...
Nyall Dawson
02:43 AM Revision 6a351af7 (qgis): Don't hide trim option for polygon outlines
Nyall Dawson
02:43 AM Revision b3b89733 (qgis): Fix see also links
Nyall Dawson
02:43 AM Revision a16ab723 (qgis): [feature] Add option to trim the start and end of simple line symbol
layers by a preset amount
This allows for the line rendering to trim off the first x mm
and last y mm from the actua...
Nyall Dawson
02:43 AM Revision 99c5ac3d (qgis): Add method to calculate total length of a QPolygonF line
Nyall Dawson
02:43 AM Revision e8280d29 (qgis): More see also fixes
Nyall Dawson
01:58 AM Revision cfde40df (qgis): Fix possible crash when rendering callouts (master only)
Nyall Dawson

2021-03-17

11:37 PM Revision 7370da43 (qgis): Additional tests
Ivan Ivanov
09:18 PM Revision 6909b45f (qgis): Fix UI hang when selecting vertices from complex features when releasing
the mouse button after a drag operation
For large geometries the total vertex count was being calculated
once per ve...
Nyall Dawson
08:55 PM Revision fad9d75a (qgis): Fix QgsAbstractRelationEditorWidget redondancy mNmRelation/nNmRelationId
mNmRelation and nNmRelationId represent the same QgsRelation instance
but it was possible to set them to different va...
Damiano
06:24 PM Revision 47c50a14 (qgis): Update test mask images
Alessandro Pasotti
04:57 PM Revision ae875f50 (qgis): Fix wrong attr values in joined fields
Improved version of #41215 Fix #26652
If the joined layer has field names that collide with already existing
fields,...
Ivan Ivanov
11:32 AM Revision 62ba2ca5 (qgis): Use qgis::make_unique
Martin Dobias
11:23 AM Revision 64d04edd (qgis): Merge pull request #42291 from nirvn/add_markers
Add semi arc sign simple & ellipse markers, add missing arrow sign to ellispe marker Mathieu Pellerin - nIRV
10:45 AM Revision ec83481f (qgis): Fix WMS DPI scale rounding error
Alessandro Pasotti
10:14 AM Revision 2cbb1307 (qgis): Address review
Mathieu Pellerin - nIRV
09:52 AM Revision 01f1f0c7 (qgis): [symbology] Add a semi arc and arrow sign to ellipse markers
Mathieu Pellerin - nIRV
09:52 AM Revision b3d27aac (qgis): [symbology] Add a 1/2, 1/3, 1/4 arc signs to simple markers
Mathieu Pellerin - nIRV
09:22 AM Revision 09620ad7 (qgis): [feature][symbology] Allow pen cap style to be set for ellipse marker s...
Mathieu Pellerin - nIRV
05:53 AM Revision 51339ef0 (qgis): Update test
Nyall Dawson
05:53 AM Revision 109f95b3 (qgis): [feature] Allow pen cap style to be set for simple marker symbol layers
This is useful for the stroke-only symbols like the cross and arrowhead
markers, where it's sometimes nice to have ro...
Nyall Dawson
03:54 AM Revision 50c0728f (qgis): Merge pull request #42276 from elpaso/bugfix-gh42275-wfs3-string-fids-t...
Fix wfs3 template with string fids Alessandro Pasotti
03:54 AM Revision b7b73a0b (qgis): Merge pull request #42276 from elpaso/bugfix-gh42275-wfs3-string-fids-t...
Fix wfs3 template with string fids Alessandro Pasotti

2021-03-16

12:52 AM Revision 0b36c7b2 (qgis): Merge pull request #42198 from qgis/backport-42189-to-release-3_18
[Backport release-3_18] [ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets Mathieu Pellerin - nIRV
09:14 PM Revision cdb3e7b2 (qgis): Merge pull request #42276 from elpaso/bugfix-gh42275-wfs3-string-fids-t...
Fix wfs3 template with string fids Alessandro Pasotti
09:14 PM Revision 4f0d21a4 (qgis): Merge pull request #42276 from elpaso/bugfix-gh42275-wfs3-string-fids-t...
Fix wfs3 template with string fids Alessandro Pasotti
09:11 PM Revision b5a78202 (qgis): Merge pull request #42276 from elpaso/bugfix-gh42275-wfs3-string-fids-t...
Fix wfs3 template with string fids Alessandro Pasotti
08:12 PM Revision a9455d48 (qgis): [processing] Fix misleading "cancel" label shown for "close" button
This button isn't a cancel button - it just closes the dialog, and
doesn't abort any changes which have already been ...
Nyall Dawson
08:12 PM Revision b2b79565 (qgis): [processing] Fix misleading "cancel" label shown for "close" button
This button isn't a cancel button - it just closes the dialog, and
doesn't abort any changes which have already been ...
Nyall Dawson
08:12 PM Revision 42ee7ef4 (qgis): [ogr][gdal] Proper vsi{zip,tar,gzip} uri decoding/encoding
Mathieu Pellerin - nIRV
07:55 PM Revision c15fbe3a (qgis): Update README.md
Use the more common term of "any later version" instead of "above" for GPL license Werner Macho
07:55 PM Revision 05f364bd (qgis): When merging features, ensure that fields with "apply default
value on update" are correctly evaluated and the default
value used for the merged feature result
Nyall Dawson
07:55 PM Revision f8107b47 (qgis): Restore attribute table column sizes in the Merge Attributes dialog
Otherwise the columns all get set to a minimal default width,
which quickly gets very frustrating if you're merging a...
Nyall Dawson
05:08 PM Revision bfc9d7a9 (qgis): Test for issue 42275
Alessandro Pasotti
04:02 PM Revision fbecae12 (qgis): Allow loading GPKG layers with GEOMETRY type (#42253)
Marco Bernasocchi
04:02 PM Revision c4d35817 (qgis): Allow loading GPKG layers with GEOMETRY type (#42253)
Marco Bernasocchi
03:58 PM Revision 60f788c9 (qgis): Allow loading GPKG layers with GEOMETRY type (#42253)
Marco Bernasocchi
03:41 PM Revision cafff9fb (qgis): Fix wfs3 template with string fids
Fixes #42275 Alessandro Pasotti
09:52 AM Revision 18022691 (qgis): Follow up a1e57a7 : fix handling of filtered layers
Mathieu Pellerin - nIRV
09:51 AM Revision 8731c7e6 (qgis): Follow up a1e57a7 : fix handling of filtered layers
Mathieu Pellerin - nIRV
09:51 AM Revision 48d8442e (qgis): [ogr][gdal] Proper vsi{zip,tar,gzip} uri decoding/encoding
Mathieu Pellerin - nIRV
09:49 AM Revision 5bf556d9 (qgis): Merge pull request #42187 from wonder-sk/fix-rasterize-alg-layer-list
Fix wrong list of layers in Rasterize alg (Convert map to raster) Nyall Dawson
09:46 AM Revision eb185d26 (qgis): Merge pull request #42187 from wonder-sk/fix-rasterize-alg-layer-list
Fix wrong list of layers in Rasterize alg (Convert map to raster) Nyall Dawson
09:40 AM Revision f4e4d881 (qgis): [processing][gdal] Fix parsing of creation options for Roughness alg
Andrea Giudiceandrea
09:26 AM Revision 81e846e6 (qgis): Update README.md
Use the more common term of "any later version" instead of "above" for GPL license Werner Macho
08:40 AM Revision ae6aeeaf (qgis): Apply suggestions from code review
Co-authored-by: Ivan Ivanov <[email protected]> Damiano
07:41 AM Revision 823c9577 (qgis): Merge pull request #42267 from DelazJ/no_qgsProcessingExceptions
Use correct spelling for QgsProcessingException class Matthias Kuhn
04:49 AM Revision 6e20ee86 (qgis): Use correct spelling for qgsProcessingException class
Fix typo Harrissou Santanna
02:39 AM Revision 5b7e0106 (qgis): [processing][gdal] Fix parsing of creation options for Roughness alg
Andrea Giudiceandrea
02:39 AM Revision 5116b672 (qgis): [processing][gdal] Fix parsing of creation options for Roughness alg
Andrea Giudiceandrea
02:36 AM Revision e11b7f02 (qgis): [processing][gdal] Fix parsing of creation options for Roughness alg
Andrea Giudiceandrea
01:44 AM Revision 82407887 (qgis): [processing] When an algorithm is run in place through the 'ef' locator
filter, ensure the progress bar is removed when the algorithm
finishes
Otherwise it hangs around in the message bar ...
Nyall Dawson
01:24 AM Revision eadc4a91 (qgis): [processing] Fix misleading "cancel" label shown for "close" button
This button isn't a cancel button - it just closes the dialog, and
doesn't abort any changes which have already been ...
Nyall Dawson
01:24 AM Revision c6442a17 (qgis): [processing] Fix misleading "cancel" label shown for "close" button
This button isn't a cancel button - it just closes the dialog, and
doesn't abort any changes which have already been ...
Nyall Dawson
01:20 AM Revision 35a781d4 (qgis): [processing] Fix misleading "cancel" label shown for "close" button
This button isn't a cancel button - it just closes the dialog, and
doesn't abort any changes which have already been ...
Nyall Dawson
01:13 AM Revision 3e09ce1a (qgis): Use correct title for Merge Features dialog
Fixes #32206 Nyall Dawson
01:13 AM Revision c8223b97 (qgis): Tweak the labeling of the new merge "from largest" button depending
on the layer's actual geometry type, and disable the option
for single-point layers
Nyall Dawson

2021-03-15

10:31 PM Revision 3f2a87c2 (qgis): Added missing calls to updateUi hook
Damiano
09:08 PM Revision ea7122b5 (qgis): Updated icon
Stefanow Natsis
09:08 PM Revision def9af62 (qgis): Also support MultiPoints
Stefanow Natsis
09:08 PM Revision 5dbcb006 (qgis): Added button to select attributes from largest geometry when merging fe...
Stefanow Natsis
09:08 PM Revision fd826d70 (qgis): Also select row with largest feature so it gets highlighted
Stefanow Natsis
09:08 PM Revision bb04c13b (qgis): Fix label wording
Stefanow Natsis
07:03 PM Revision e44f8a76 (qgis): When only one feature is selected during a selection operation,
show the feature's display expression/field value in the
status bar as part of the "... features selected" message
Nyall Dawson
07:02 PM Revision f557a19b (qgis): [feature] Allow auto-creation of callout auxiliary fields when
attempting to move a callout start or end point interactively
Makes the user experience for moving a callout follow ...
Nyall Dawson
07:02 PM Revision 879f8922 (qgis): Don't highlight callout nodes in non-move-label map tools
Nyall Dawson
07:02 PM Revision 5bceda82 (qgis): Don't show label hover highlights while a map redraw is in progress,
because these will show for outdated label positions Nyall Dawson
07:02 PM Revision a1fa68d3 (qgis): Add method to auto create a callout property in auxilliary storage
Nyall Dawson
05:27 PM Revision dee23468 (qgis): Merge pull request #41272 from qgis/backport-41215-to-release-3_16
[Backport release-3_16] Fix wrong attr values in joined fields Matthias Kuhn
10:06 AM Revision c3e4e5f9 (qgis): Add qt5-image-formats-plugins to build deps to support TIF for QImage
Martin Dobias
07:41 AM Revision f80a7541 (qgis): Merge pull request #42084 from mhugent/server_fix_external_wms_opacities
Server: Opacity should also be considered for external layers Marco Hugentobler
06:49 AM Revision d740a228 (qgis): [processing] Fix use of "Save log to file" algorithm in models
run from the qgis_process standalone tool Nyall Dawson
04:36 AM Revision 802bb635 (qgis): Make Joins properties summary table translatable
Andrea Giudiceandrea
03:42 AM Revision 7550fbe4 (qgis): [feature] When interactively moving a callout line, holding shift
will cause the callouti line angle to snap to 15 degree increments
This allows for easier creation of nicely paralle...
Nyall Dawson
03:17 AM Revision e9b4fa2d (qgis): Make Joins properties summary table translatable
Andrea Giudiceandrea
02:44 AM Revision e5b260b8 (qgis): [processing] Fix use of "Save log to file" algorithm in models
run from the qgis_process standalone tool Nyall Dawson
02:43 AM Revision 54d5253c (qgis): [processing] Fix use of "Save log to file" algorithm in models
run from the qgis_process standalone tool Nyall Dawson
02:25 AM Revision 6daeebcd (qgis): [processing] Fix use of "Save log to file" algorithm in models
run from the qgis_process standalone tool Nyall Dawson

2021-03-14

12:48 AM Revision d26c0414 (qgis): Do not run stale issues workflow on forks
Harrissou Santanna
12:48 AM Revision 6fa88cc2 (qgis): Do not run stale pr workflow on forks
Harrissou Santanna
12:43 AM Revision 8fcdf2f6 (qgis): Merge pull request #42193 from elpaso/raster-legend-add-option-to-use-s...
Add option to use the old legend style Alessandro Pasotti
12:29 AM Revision ed5b59b8 (qgis): Make Joins properties summary table translatable
Andrea Giudiceandrea
12:29 AM Revision 3076e622 (qgis): Make Joins properties summary table translatable
Andrea Giudiceandrea
12:27 AM Revision fb51b471 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
12:27 AM Revision cf0fc642 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
12:26 AM Revision 60cd3c42 (qgis): Make Joins properties summary table translatable
Andrea Giudiceandrea
11:39 PM Revision 2978e4b7 (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson
11:39 PM Revision e88e4338 (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson
11:39 PM Revision 0d5bbd3c (qgis): Make docs more accurate
Nyall Dawson
11:39 PM Revision 81f8e497 (qgis): Add debugging method
Nyall Dawson
11:39 PM Revision 6102ecc0 (qgis): [pal] Cleanup and modernize code a bit
Nyall Dawson
11:39 PM Revision 2aa8798f (qgis): Disable debugging code
Nyall Dawson
03:05 PM Revision ef567b16 (qgis): qgis::make_unique -> std::make_unique
Martin Dobias
03:02 PM Revision 90616dd4 (qgis): Fix wrong list of layers in Rasterize alg (Convert map to raster)
When not using a map theme nor explicit list of layers, the list of layers
is taken from the project. However the alg...
Martin Dobias
03:02 PM Revision 3db52a6e (qgis): Added a test for "rasterize" (convert map to raster) algorithm
Martin Dobias
03:02 PM Revision a2289bb7 (qgis): Fix spelling
Martin Dobias

2021-03-12

09:22 PM Revision b06cf95d (qgis): Header enum
Stéphane Brunner
06:15 PM Revision acadc406 (qgis): Merge pull request #42193 from elpaso/raster-legend-add-option-to-use-s...
Add option to use the old legend style Alessandro Pasotti
06:13 PM Revision 64b869e5 (qgis): Merge pull request #42174 from elpaso/server-standalone-threads
Server standalone threaded version Alessandro Pasotti
06:12 PM Revision 5dc20283 (qgis): Merge pull request #42193 from elpaso/raster-legend-add-option-to-use-s...
Add option to use the old legend style Alessandro Pasotti
05:01 PM Revision 3f3435a1 (qgis): spellok
Alessandro Pasotti
04:49 PM Revision d6047d36 (qgis): Add tests for useContinuousLegend flag
Alessandro Pasotti
02:55 PM Revision af01a41e (qgis): [Server][Feature][needs-docs] Make service URL configurable
The goals are:
* To have better result in the GetCapabilities URL without having to fill it in the Project configurat...
Stéphane Brunner
10:18 AM Revision 6a9455c9 (qgis): Also test the opacity parameter within the external layer
Marco Hugentobler
10:18 AM Revision 17044f4d (qgis): Opacity should also be considered for external layers
Marco Hugentobler
10:18 AM Revision 3f8c8e2d (qgis): For internal layers, opacitiy has to be set after the style has been set
Marco Hugentobler
10:18 AM Revision 96899a71 (qgis): Test if opacity is applied for external layers
Marco Hugentobler
03:34 AM Revision f6fd5322 (qgis): [ui] Move layer_property() function from General to Map Layers group fo...
Mathieu Pellerin - nIRV
03:31 AM Revision c1a2904c (qgis): [ui] Display map layer functions above list of map layers
Mathieu Pellerin - nIRV
03:31 AM Revision 516087ed (qgis): [ui] Add map layer icons in th expression builder's tree view
Mathieu Pellerin - nIRV
03:31 AM Revision 6c6fd067 (qgis): [ui] Move layer_property() function from General to Map Layers group fo...
Mathieu Pellerin - nIRV
03:29 AM Revision 99e2566e (qgis): Simplify use of aux field for callout properties
Instead of prompting users for an aux field name and type, just
immediately create the field when the option is selec...
Nyall Dawson
03:27 AM Revision 6eeedbbf (qgis): Allow point clouds, mesh, vector tiles to be exported to qlr
and qml files through layer tree menu, and ensure that the
styles can be reapplied to the layer
Fixes #42111
Fixes #...
Nyall Dawson
02:57 AM Revision 8c70a983 (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson
02:57 AM Revision 69dbed5d (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson
02:54 AM Revision 8bacaa53 (qgis): Add more tests for QgsAbstractGeometry::boundingBoxIntersects
Nyall Dawson
02:54 AM Revision ae54b204 (qgis): [processing] Fix output from Snap Geometries algorithms cannot
be plugged into algorithm inputs requiring a point or line geometry
type
Fixes #42200
Nyall Dawson

2021-03-11

08:46 PM Revision c578658d (qgis): Add optimised conversion methods for ogr (multi)polygons to QgsGeometry
Avoids conversion back and forth from wkb to transfer these geometries
from ogr to qgis
Nyall Dawson
08:46 PM Revision 83dafc57 (qgis): Move trivial check before expensive check
Nyall Dawson
08:46 PM Revision 59a2286e (qgis): Cleanups
Nyall Dawson
08:46 PM Revision 7c410120 (qgis): Super-optimised version of geometry bounding box intersects test
Apply some fancy logic to make this test as cheap as possible
to run
Nyall Dawson
08:46 PM Revision 581d9af4 (qgis): Add unit tests for QgsRectangle::contains( double, double)
Nyall Dawson
08:46 PM Revision ef214d51 (qgis): Modernize test
Nyall Dawson
08:46 PM Revision 43d5b0c8 (qgis): Optimise two heavily used methods in QgsLineString
Nyall Dawson
08:46 PM Revision 7fb3c83e (qgis): Sipify
Nyall Dawson
08:46 PM Revision 5445acea (qgis): Add QgsRectangle::contains overload which doesn't require QgsPoint/QgsP...
Nyall Dawson
08:22 PM Revision f2a727d4 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
08:21 PM Revision 6a779476 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
08:18 PM Revision 46178523 (qgis): [pal] Fix crash in labeling polygons in some rare circumstance which I can
only reproduce on a single project
But this code is so totally unreadable that it's not suprising that
there's all k...
Nyall Dawson
12:54 PM Revision 935e0c61 (qgis): Merge pull request #42189 from nirvn/ogr_csv_xlsx_ods
[ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets Even Rouault
12:51 PM Revision c2e5b44c (qgis): Merge pull request #42189 from nirvn/ogr_csv_xlsx_ods
[ogr] Fix absence of proper feature ID when adding features to CSV, ODS, and XLSX datasets Even Rouault
11:38 AM Revision b269b504 (qgis): Doxy
Alessandro Pasotti
11:26 AM Revision a1e57a7a (qgis): [ogr] Fix absence of proper feature ID when adding features to CSV, ODS...
Mathieu Pellerin - nIRV
11:02 AM Revision df4d03d7 (qgis): Dox++
Nyall Dawson
11:02 AM Revision 27ae7cbb (qgis): Only retrieve streaming tolerance once per operation, not with every mo...
Nyall Dawson
11:02 AM Revision 4d9646b3 (qgis): Fix tolerance handling with snapped points
Nyall Dawson
11:02 AM Revision 594125af (qgis): Proper icon for streaming digitize mode
Nyall Dawson
11:02 AM Revision c5f15aed (qgis): Many tools support streaming mode
Nyall Dawson
11:02 AM Revision 52601058 (qgis): Add option to control the tolerance of streamed digitizing
Nyall Dawson
11:02 AM Revision bffa42ae (qgis): Implement undo logic for streamed digitizing mode
When the backspace key is held down, points will be repeatedly
removed from streamed digitized sections, right up til...
Nyall Dawson
11:02 AM Revision c5a0d1d4 (qgis): [needs-docs] Make the Digitize with Curve and Streaming Digitize action...
Nyall Dawson
11:02 AM Revision 7234d893 (qgis): [feature] Add streaming digitizing mode
When active, points are automatically added following the mouse
cursor movement.
Refs Natural resources Canada Contr...
Nyall Dawson
11:02 AM Revision 135dd715 (qgis): Add test for streaming mode
Nyall Dawson
10:55 AM Revision d3df0e52 (qgis): Sync header after PR review
Alessandro Pasotti
10:53 AM Revision 273fd82e (qgis): Update python/core/auto_generated/layertree/qgscolorramplegendnodesetti...
Co-authored-by: Nyall Dawson <[email protected]> Alessandro Pasotti
10:45 AM Revision 83f3ad65 (qgis): Add option to use the old legend style
Alessandro Pasotti
05:30 AM Revision acc0eb41 (qgis): Enable the use of the browse button for spatialite provider in missing ...
Mathieu Pellerin - nIRV
01:50 AM Revision 5c101e7a (qgis): Correctly store absolute/relative paths for point clouds in projects
Fixes #42114 Nyall Dawson
01:50 AM Revision 2884e077 (qgis): Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types
Refs #42112
Nyall Dawson
01:49 AM Revision 9e204377 (qgis): Stored paths must NEVER be windows style paths
(cherry picked from commit d13689d533e4c43c4a3c7c84ca3a110ff3f15028) Nyall Dawson
01:49 AM Revision 419fe143 (qgis): Allow repairing point cloud layer paths in bad layer handler dialog
Fixes #42113
(cherry picked from commit 73613b782e250b3010752985116a27b9cef92342)
Nyall Dawson
01:49 AM Revision b22bf2e6 (qgis): Fix broken bad layer handler dialog
Fixes #42155
(cherry picked from commit 14c76301b39be23658ce9d01aca266574646643f)
Nyall Dawson
01:49 AM Revision d1fcfdd5 (qgis): Store and retrieve provider name from item custom data
(cherry picked from commit c0269b8df34d89cf67cba6254cacfc04e9cc8d29) Nyall Dawson
01:49 AM Revision 7fe89de1 (qgis): Allow browsing for csv file paths in bad layer handler for delimited te...
(cherry picked from commit fbcf0e740156a34938f0f83a903b4bda1ac04933) Nyall Dawson
01:49 AM Revision 3186a130 (qgis): Spelling, sip
(cherry picked from commit def799810d7edda3fe82589a56553b63fde7c68a) Nyall Dawson
01:49 AM Revision 632c9a2a (qgis): Unit tests for QgsMapLayerFactory
(cherry picked from commit e3106ad0701a12d624df9fde3207bfaa88e404e7) Nyall Dawson
01:49 AM Revision 932814cb (qgis): Add some utility functions to new QgsMapLayerFactory class for easier r...
(cherry picked from commit 63a365a6a272b6f2f5374f4709837c5fb9629bf7) Nyall Dawson
01:49 AM Revision c85b9863 (qgis): Cleanup handling of selected file based rows in bad layer dialog
(cherry picked from commit 9a02c7da3d11c6eb281f54d516501949bcd74d08) Nyall Dawson
01:49 AM Revision ece98c3a (qgis): For consistency, always store custom data in first column in bad layers...
(cherry picked from commit 1c2d3a51e603bb87effc119aff4e77ce7becd013) Nyall Dawson
01:49 AM Revision 13d3ce0b (qgis): Don't show 'None' for provider column in handle bad layers dialog for n...
(cherry picked from commit 62b8f08b8e4aa0a40ea2a9385163131315c7ab86) Nyall Dawson
01:49 AM Revision 0ef7d3b7 (qgis): Add flag to QgsProviderMetadata to indicate if a provider
can handle file based uris
E.g. gdal/ogr can, but postgres/wfs cannot
(cherry picked from commit 1bef866f4b685736ea...
Nyall Dawson
01:49 AM Revision d8b6060d (qgis): Since
(cherry picked from commit fd1c9f3ad1750bbf15b3deaf04667a29bf15b50f) Nyall Dawson
01:49 AM Revision 2d6eb995 (qgis): Make bad layers handler dialog more generic so that it can handle other...
(cherry picked from commit b03508fd8501ed6c423cb5e4ca2fcf8bd1e15ece) Nyall Dawson
01:41 AM Revision 4ec6c817 (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti

2021-03-10

10:38 PM Revision ffbedde2 (qgis): Delete json_to_map function
Harrissou Santanna
10:38 PM Revision 4037a76c (qgis): Delete map_to_json function
Harrissou Santanna
10:38 PM Revision 7ef4d3e5 (qgis): Alias json_to_map and map_to_json functions
Harrissou Santanna
10:36 PM Revision ecaf83b9 (qgis): Add 'NULL' to autocomplete list in expression editor
Stefanow Natsis
08:22 PM Revision 570efee7 (qgis): Updating the Readme file
Harrissou Santanna
06:43 PM Revision d9f0bb5d (qgis): Allow point clouds, mesh, vector tiles to be exported to qlr
and qml files through layer tree menu, and ensure that the
styles can be reapplied to the layer
Fixes #42111
Fixes #...
Nyall Dawson
06:42 PM Revision fbe1cf8c (qgis): move projVersionMajor to cpp (backport #42158)
Vincent Cloarec
02:52 PM Revision 3f5b1659 (qgis): Merge pull request #40444 from pblottiere/geographic-extent-store
Geographic extent storing Paul Blottiere
01:31 PM Revision 1970df7e (qgis): Update doc to 3.20
Paul Blottiere
10:29 AM Revision 70687fa8 (qgis): fix build
Jürgen Fischer
10:03 AM Revision 84b3cb18 (qgis): do not run docker build workflow on forks
Denis Rouzaud
09:00 AM Revision 4819524f (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti
09:00 AM Revision e2234ccb (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti
08:57 AM Revision d140311e (qgis): Merge pull request #42100 from elpaso/bugfix-unreported-wms-cascading-fid
WMS cascading: fix unreported issue wih missing fids Alessandro Pasotti
08:51 AM Revision 82c24c0a (qgis): Enable the use of the browse button for spatialite provider in missing ...
Mathieu Pellerin - nIRV
08:48 AM Revision 9238118d (qgis): Enable the use of the browse button for spatialite provider in missing ...
Mathieu Pellerin - nIRV
08:37 AM Revision f94e29ee (qgis): Update doc
Paul Blottiere
08:37 AM Revision c23577fd (qgis): Fix OGC tests
Paul Blottiere
08:37 AM Revision c21a1ca9 (qgis): Add doc
Paul Blottiere
08:37 AM Revision 914338c1 (qgis): More const
Paul Blottiere
08:37 AM Revision 0c831dde (qgis): Invalidate wgs84 extent when setting a transform context
Paul Blottiere
08:37 AM Revision 3799f609 (qgis): Update doc
Paul Blottiere
08:37 AM Revision d9dfa5d2 (qgis): Some renaming
Paul Blottiere
08:37 AM Revision 822dd111 (qgis): Add log message
Paul Blottiere
08:37 AM Revision 9146f01b (qgis): Add unit tests
Paul Blottiere
08:37 AM Revision fd965af1 (qgis): mExtent is private
Paul Blottiere
08:37 AM Revision 66674722 (qgis): WGS84 extent is null if the extent is null
Paul Blottiere
08:37 AM Revision 7b0b4afb (qgis): Fix condition
Paul Blottiere
08:37 AM Revision cb633ed7 (qgis): Use the geographicExtent from map layer to avoid an unnecessary computa...
Paul Blottiere
08:37 AM Revision 4e4aa1f1 (qgis): const
Paul Blottiere
08:37 AM Revision 36b77764 (qgis): Add an actual parameter to geographicExtent to bypass the trust option
Paul Blottiere
08:37 AM Revision 2e1fb1b1 (qgis): Read the geographic extent only when the trust option is activated
Paul Blottiere
08:34 AM Revision 476ebecb (qgis): Read the geographic extent from project
Paul Blottiere
08:33 AM Revision b6e01f98 (qgis): Project: store geographic extent
Alessandro Pasotti
05:11 AM Revision 82fff48c (qgis): Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types
Refs #42112
Nyall Dawson
05:10 AM Revision be65b627 (qgis): Correctly store absolute/relative paths for point clouds in projects
Fixes #42114 Nyall Dawson
05:07 AM Revision 10c3a1a3 (qgis): Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types
Refs #42112
Nyall Dawson
05:07 AM Revision ebdb7ba9 (qgis): Correctly store absolute/relative paths for point clouds in projects
Fixes #42114 Nyall Dawson
05:05 AM Revision 03edd718 (qgis): Merge pull request #42154 from nyalldawson/provider_file_based
Fix broken bad layer handler dialog Nyall Dawson
04:30 AM Revision e0489b31 (qgis): move projVersionMajor to cpp
Vincent Cloarec
04:00 AM Revision fd1c9f3a (qgis): Since
Nyall Dawson
02:51 AM Revision 3719d93d (qgis): nightlies: fix pushing to dash
(cherry picked from commit 6e5f4f36166c5a29759f4f78abeab6e9b579e2aa) Jürgen Fischer
02:47 AM Revision 8e472a8f (qgis): nightlies: fix pushing to dash
(cherry picked from commit 6e5f4f36166c5a29759f4f78abeab6e9b579e2aa) Jürgen Fischer
02:47 AM Revision b47f241a (qgis): debian packaging: add hirsute
(cherry picked from commit 5078939dac14bf6d400988282a54be91c1a49fdf) Jürgen Fischer
02:45 AM Revision 5078939d (qgis): debian packaging: add hirsute
Jürgen Fischer
02:45 AM Revision 6e5f4f36 (qgis): nightlies: fix pushing to dash
Jürgen Fischer
02:24 AM Revision 53928bdb (qgis): [locators] Add a bounding box property to the abstract geocoder locator...
Mathieu Pellerin - nIRV
02:21 AM Revision a144b26c (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
02:21 AM Revision 90b4052f (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
02:11 AM Revision def79981 (qgis): Spelling, sip
Nyall Dawson
01:51 AM Revision 73613b78 (qgis): Allow repairing point cloud layer paths in bad layer handler dialog
Fixes #42113 Nyall Dawson
01:47 AM Revision fbcf0e74 (qgis): Allow browsing for csv file paths in bad layer handler for delimited te...
Nyall Dawson
01:44 AM Revision 14c76301 (qgis): Fix broken bad layer handler dialog
Fixes #42155 Nyall Dawson
01:08 AM Revision d13689d5 (qgis): Stored paths must NEVER be windows style paths
Nyall Dawson
01:08 AM Revision b03508fd (qgis): Make bad layers handler dialog more generic so that it can handle other...
Nyall Dawson

2021-03-09

12:52 AM Revision c0269b8d (qgis): Store and retrieve provider name from item custom data
Nyall Dawson
12:46 AM Revision e3106ad0 (qgis): Unit tests for QgsMapLayerFactory
Nyall Dawson
12:39 AM Revision 63a365a6 (qgis): Add some utility functions to new QgsMapLayerFactory class for easier r...
Nyall Dawson
12:17 AM Revision 9a02c7da (qgis): Cleanup handling of selected file based rows in bad layer dialog
Nyall Dawson
12:05 AM Revision 1c2d3a51 (qgis): For consistency, always store custom data in first column in bad layers...
Nyall Dawson
12:03 AM Revision 62b8f08b (qgis): Don't show 'None' for provider column in handle bad layers dialog for n...
Nyall Dawson
11:58 PM Revision 8350ae9e (qgis): Fix #38955 broken relations when loading an embedded layer
Julien Cabieces
11:58 PM Revision c4e900c3 (qgis): Fix #38955 broken relations when loading an embedded layer
Julien Cabieces
11:55 PM Revision d8deac9b (qgis): Fix #38955 broken relations when loading an embedded layer
Julien Cabieces
11:25 PM Revision 1bef866f (qgis): Add flag to QgsProviderMetadata to indicate if a provider
can handle file based uris
E.g. gdal/ogr can, but postgres/wfs cannot
Nyall Dawson
09:06 PM Revision 7e4d0e9c (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
09:06 PM Revision 8375d540 (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
09:03 PM Revision 524e51c9 (qgis): Add PyQt5.QtWebKit to docker image packages
Nyall Dawson
08:52 PM Revision 42db258c (qgis): Merge pull request #41376 from pblottiere/wms_min_version
Use the lowest version in wms negotiation Paul Blottiere
07:33 PM Revision 9ce25051 (qgis): Add unit test
Paul Blottiere
07:33 PM Revision f12200dd (qgis): Update wms parameters construction
Paul Blottiere
07:11 PM Revision 1681dbde (qgis): make ASTYLE with c++17
this fixes the compilation on my system (mac) Denis Rouzaud
07:11 PM Revision dcf97f2d (qgis): This allows building against QT 5.15.2.
José de Paula Rodrigues Neto Assis
11:56 AM Revision 2008f5ef (qgis): [locators] Add a description property to locator filter base class (#42...
Mathieu Pellerin - nIRV
09:58 AM Revision c1da9b08 (qgis): Mention latest releases in c++ api website
Harrissou Santanna
09:57 AM Revision 5a467e15 (qgis): Never ever show .txt files as datasets in browser
They are only used for geospatial data in extremely rare cases
and are predominantly just noise in the browser
Nyall Dawson
08:53 AM Revision b4f2b78d (qgis): Fix unit test
Paul Blottiere
08:53 AM Revision a681aa3c (qgis): Fix
Paul Blottiere
08:28 AM Revision ec6aa200 (qgis): fix cache in Docker build workflows
Denis Rouzaud
08:19 AM Revision a62fc8b6 (qgis): indentation
Alessandro Pasotti
08:10 AM Revision 2adf89c9 (qgis): Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]> Alessandro Pasotti
06:32 AM Revision 51f2bda1 (qgis): Default operator
Paul Blottiere
06:32 AM Revision 8434b3fc (qgis): Add some doc
Paul Blottiere
06:32 AM Revision 9c5251a6 (qgis): Operator
Paul Blottiere
06:32 AM Revision cbe3be77 (qgis): Update doc for QgsWmsRequest
Paul Blottiere
06:32 AM Revision 2e801416 (qgis): Update getprint
Paul Blottiere
06:28 AM Revision ebcbc305 (qgis): Update getlegendgraphics
Paul Blottiere
06:27 AM Revision ea016845 (qgis): Update describelayer
Paul Blottiere
06:27 AM Revision ddb30369 (qgis): Update getstyle
Paul Blottiere
06:18 AM Revision daab06ca (qgis): Update getcontext
Paul Blottiere
06:18 AM Revision ca432369 (qgis): Update getfeature info request
Paul Blottiere
06:17 AM Revision 3de90946 (qgis): Update getmap request
Paul Blottiere
06:15 AM Revision 0276a654 (qgis): Use the new class in dxf writer
Paul Blottiere
06:14 AM Revision d83d2928 (qgis): Use the new WMS request class in getcapabilities
Paul Blottiere
06:12 AM Revision 5ba7cfb1 (qgis): Add a WMS request class
Paul Blottiere
06:12 AM Revision 35bac3e1 (qgis): Add unit test
Paul Blottiere
06:12 AM Revision 7a1bb860 (qgis): Add more tests
Paul Blottiere
06:12 AM Revision c3a4994b (qgis): Add more tests
Paul Blottiere
06:12 AM Revision d5e805ea (qgis): Version 1.3.0 is always used in case of GetProjectSettings request
Paul Blottiere
06:12 AM Revision 28a31380 (qgis): Minor clean
Paul Blottiere
06:12 AM Revision f82fec3a (qgis): The capabilities request is managed in parameters class
Paul Blottiere
06:12 AM Revision 0e9edb9f (qgis): Spell check
Paul Blottiere
06:11 AM Revision 9d1a1248 (qgis): Clear executeRequest
Paul Blottiere
06:09 AM Revision 6b31d122 (qgis): Add unit tests
Paul Blottiere
06:08 AM Revision 19348b8f (qgis): Version number negociation in parameters
Paul Blottiere
06:08 AM Revision ab8d645e (qgis): Use the lowest version
Paul Blottiere
04:29 AM Revision c9e1debe (qgis): Add a 3d mask image
Nyall Dawson
04:29 AM Revision d86d69c8 (qgis): Add a 3d mask image
Nyall Dawson
04:29 AM Revision 3b7142e1 (qgis): Update README.md
Even in English, it's Colombia. Germap
04:28 AM Revision cbb0f417 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:32 AM Revision a5bc8173 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:32 AM Revision a1b15e08 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:29 AM Revision f9a6e334 (qgis): Fix untranslated message when downloading wms legend graphics, also
improve message when total size is unknown (-1) Nyall Dawson
02:29 AM Revision 361eba2d (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
02:29 AM Revision f0ae3dc4 (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
01:13 AM Revision 5a87b0be (qgis): Add a 3d mask image
Nyall Dawson
01:12 AM Revision 4b5da6ee (qgis): Add a 3d mask image
Nyall Dawson
01:11 AM Revision 18119d10 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
01:10 AM Revision cc593f23 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
01:10 AM Revision bd3ae117 (qgis): Add a 3d mask image
Nyall Dawson

2021-03-08

12:04 AM Revision bb7f78ba (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:55 PM Revision f881f942 (qgis): fix cache renew for layer dependencies
MorriganR
11:52 PM Revision 1d03c728 (qgis): fix cache renew for layer dependencies
MorriganR
11:50 PM Revision ee84ed63 (qgis): open attribute table filter options in toolbar
Raymond Nijssen
11:50 PM Revision f59fda7a (qgis): more clear tool descriptions
Raymond Nijssen
11:49 PM Revision cb3f8bfa (qgis): Update README.md
Minor corrections and edits Ben Hur
11:49 PM Revision ce017917 (qgis): Update README.md
Continue update Houska1
11:49 PM Revision 936776ba (qgis): Update README.md
Finish main text Houska1
11:49 PM Revision afcfa9a1 (qgis): Update README.md
Start updating top text Houska1
11:49 PM Revision 04f0575b (qgis): Update README.md
1st of rewrite changes Houska1
11:49 PM Revision de940a74 (qgis): Address commend from @DelazJ on new feature docs
Martin Pergler
11:49 PM Revision 49628fb7 (qgis): Update with 2 changes from @DelazJ
Houska1
11:49 PM Revision 6f6bfe85 (qgis): Update README.md break out per @DelazJ suggestion
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 6c659356 (qgis): Add link to API
Add link to API per @DelazJ suggestion. Houska1
11:49 PM Revision 311f1713 (qgis): Update README.md link punct
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 25445224 (qgis): Update README.md punct
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision eb3b5884 (qgis): Update README.md capitalize Server
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 55888bcc (qgis): Update README.md typo
Co-authored-by: Harrissou Sant-anna <[email protected]> Houska1
11:49 PM Revision 996065e7 (qgis): Update README.md
Add image placeholders Houska1
11:49 PM Revision 83740062 (qgis): Update README.md
Co-authored-by: Nyall Dawson <[email protected]> Houska1
11:49 PM Revision c4d028c4 (qgis): Update README.md
Co-authored-by: Nyall Dawson <[email protected]> Houska1
11:49 PM Revision f45af08d (qgis): Update sources.txt
Houska1
11:49 PM Revision 7397335f (qgis): Update README.md
Co-authored-by: Nyall Dawson <[email protected]> Houska1
11:49 PM Revision 9095ce99 (qgis): Add QGIS logo in the README
Ben Hur
11:49 PM Revision d5205c2d (qgis): Add QGIS logo image
Add QGIS logo image in case we want to put it on the README Ben Hur
11:49 PM Revision 61c85673 (qgis): More formatting
Houska1
11:49 PM Revision fc5b30a8 (qgis): Formatting fixes
Houska1
11:49 PM Revision f80f5d0c (qgis): Update README.md
Small edits Houska1
11:49 PM Revision 58f129f0 (qgis): Manual merge with edits by Ben Hur
Manually incorporating edits by @benhur07b from https://github.com/qgis/QGIS/commit/e1508024a2754107ab6cb6cbf1bbc916b... Houska1
11:49 PM Revision 1a084c0c (qgis): Update sources.txt
Keep track where images came from Houska1
11:49 PM Revision baca79b5 (qgis): Update README.md
Add text where images give us space. Houska1
11:49 PM Revision 695cd188 (qgis): Update images
Temporary fix, need to point to images outside Houska1's repo Houska1
11:49 PM Revision 61cb4ba1 (qgis): Add files via upload
Edited images upload Houska1
11:49 PM Revision e043ab54 (qgis): Create sources.txt
Stub Houska1
11:49 PM Revision ad08a20d (qgis): Update README.md
Rearrange/tweak added bullet points and add note re incomplete formatting Houska1
11:49 PM Revision f1290f77 (qgis): Update README.md
Jorge Gustavo Rocha
11:49 PM Revision a41319c4 (qgis): Remove "most"
I don't think anyone will miss it and it's easier to read Matthias Kuhn
11:49 PM Revision a18cf9c3 (qgis): Update README.md
Temp fix image spacing Houska1
11:49 PM Revision 1967b82a (qgis): Update README.md
Try to fix spacing of image Houska1
11:49 PM Revision cbf82c77 (qgis): Update README.md
Add initial images Houska1
11:49 PM Revision 1956027c (qgis): Update README.md
Add server install link Houska1
11:49 PM Revision df160f9f (qgis): Update README.md
Houska1
11:49 PM Revision 5f6fbbee (qgis): Update README.md
Add server text from Jorge Gustavo Rocha Houska1
11:49 PM Revision 069f418d (qgis): Add new images referenced
Add Ben Hur's image files now referenced, from https://raw.githubusercontent.com/benhur07b/QGIS/README-md-update/imag... Houska1
11:47 PM Revision 8f3bb339 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:47 PM Revision f9e31f18 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:44 PM Revision fbf46350 (qgis): Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions Nyall Dawson
11:34 PM Revision da666794 (qgis): Update widget state when scale locked state is changed from API
Julien Cabieces
11:34 PM Revision 13c3f5b0 (qgis): Fix doxygen
Julien Cabieces
11:27 PM Revision 32a6ee94 (qgis): Fix sporadic failures in HANA tests
Maxim Rylov
10:33 PM Revision 5a5d6704 (qgis): format_date function does not only take and output date
datetime or time can be used to output something else Harrissou Santanna
10:33 PM Revision 5b1f0b29 (qgis): format_date function does not only take and output date
datetime or time can be used to output something else Harrissou Santanna
09:53 PM Revision 627fafc5 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
09:52 PM Revision ced85492 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
09:49 PM Revision 22d08266 (qgis): [processing] Fix atlas export relying on predefined scale for atlas-con...
* [processing] Fix atlas export relying on predefined scale for atlas-controlled map items
* De-duplicate code, add ...
Mathieu Pellerin - nIRV
09:17 PM Revision c3f4102d (qgis): Fix sporadic failures in HANA tests
Maxim Rylov
09:15 PM Revision c91043ae (qgis): Remove trailing comma
Harrissou Santanna
09:15 PM Revision 4e89d1ae (qgis): format_date function does not only take and output date
datetime or time can be used to output something else Harrissou Santanna
09:14 PM Revision 379fbc8b (qgis): Fix sporadic failures in HANA tests
Maxim Rylov
09:09 PM Revision dd33f53d (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
09:09 PM Revision d88c1dcc (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
09:06 PM Revision fe5c7612 (qgis): Fix crash when loading a project with invalid layers and the geometry
checker plugin is enabled Nyall Dawson
08:16 PM Revision 8d905865 (qgis): allow to run flaky tests in PR (#42103)
Denis Rouzaud
07:31 PM Revision a3be5805 (qgis): Merge pull request #42086 from pblottiere/wms_params_cst
Test a more direct way to init QgsWmsParameters Paul Blottiere
04:08 PM Revision 15c83ff6 (qgis): add icons to workflow (#42094)
Denis Rouzaud
04:02 PM Revision 84509209 (qgis): add icons to workflow (#42094)
Denis Rouzaud
04:00 PM Revision 43ea7d83 (qgis): fix typo
Denis Rouzaud
04:00 PM Revision d8493810 (qgis): add dispatch to MingW64 workflow+
Denis Rouzaud
03:18 PM Revision 0189efa7 (qgis): WMS cascading: fix unreported issue wih missing fids
1. in WMS provider try to set fid from external getFeatureInfo JSON response
2. in WMS server, make sure we transform...
Alessandro Pasotti
02:43 PM Revision b116c192 (qgis): Add unit test
Paul Blottiere
02:43 PM Revision f0e5816e (qgis): Return a query with encoded + sign
Paul Blottiere
12:56 PM Revision ed6a8589 (qgis): Fix json_to_map example output
Harrissou Santanna
12:49 PM Revision a216ffc5 (qgis): Fix from_json output
Harrissou Santanna
12:43 PM Revision 210a69e2 (qgis): map_insert overrides existing key
Harrissou Santanna
12:33 PM Revision a9e05dca (qgis): Fix typo and more details to map_get function
Harrissou Santanna
12:24 PM Revision c3e31b04 (qgis): Add missing quote
Harrissou Santanna
12:22 PM Revision 0aecc06c (qgis): Fix map_to_hstore example, output a string
Harrissou Santanna
12:20 PM Revision 34357c1b (qgis): Update hstore_to_map example output
Harrissou Santanna
10:19 AM Revision 884ee7d8 (qgis): force docker rebuild on manually triggered run
Denis Rouzaud
10:18 AM Revision 91ef3367 (qgis): force docker rebuild on manually triggered run
Denis Rouzaud
10:08 AM Revision b33284c6 (qgis): Update WMS parameters cst
Paul Blottiere
10:00 AM Revision 875ba804 (qgis): Merge pull request #41979 from pblottiere/wms_getstyle
WMS getstyle Paul Blottiere
09:34 AM Revision e7fb462f (qgis): [Backport to release-3_18] fix shadow and EDL not being exported with 3...
Backport of #41773 Nedjima Belgacem
09:20 AM Revision 3f274722 (qgis): force docker rebuild on manually triggered run
Denis Rouzaud
09:07 AM Revision bbbca7f3 (qgis): add icons to workflow (#42094)
Denis Rouzaud
08:39 AM Revision 55e967b5 (qgis): Merge pull request #42089 from 3nids/ming318
use Mingw64 builds for 3.18 branch Alessandro Pasotti
02:09 AM Revision 01faac07 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
02:08 AM Revision 2ddaefc7 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea

2021-03-07

12:28 AM Revision 0c075736 (qgis): Fix config saving for Refresh layer on notification
MorriganR
12:07 AM Revision cf443c8e (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn
12:06 AM Revision 75116a7a (qgis): Followup PR #41823
Alessandro Pasotti
11:25 PM Revision cbc1e8bb (qgis): enable dash push for nightlies
Jürgen Fischer
11:25 PM Revision 1a784c15 (qgis): enable dash push for nightlies
Jürgen Fischer
11:24 PM Revision 23a66933 (qgis): enable dash push for nightlies
Jürgen Fischer
09:39 PM Revision 697316c4 (qgis): dispatch
Denis Rouzaud
09:37 PM Revision 52024bc9 (qgis): use Mingw64 builds for 3.16 branch (#41853)
* use Mingw64 builds for 3.16 branch
* add scripts
* fix auth manager
* fix code layout
Denis Rouzaud
09:33 PM Revision d7a0f0bc (qgis): fix typo
Denis Rouzaud
09:32 PM Revision 2c7ffd3d (qgis): add dispatch to MingW64 workflow+
Denis Rouzaud
08:56 PM Revision 3bd0c627 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
08:56 PM Revision 7a11a8a4 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
08:53 PM Revision f036f8d7 (qgis): Fix decimal separator in "condensed" extent string
Always use a decimal point, regardless of the user Locale, because the comma is already used to separate the parts of... Andrea Giudiceandrea
08:08 PM Revision 4ac3ef28 (qgis): Add a unit test for GetStyle
Paul Blottiere
02:21 AM Revision 63f4f0fc (qgis): Followup PR #41823
Alessandro Pasotti
02:21 AM Revision c3f9f2ff (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn
02:21 AM Revision c85c594e (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn
02:18 AM Revision 84a674ff (qgis): Followup PR #41823
Alessandro Pasotti
02:17 AM Revision c213c491 (qgis): [layout] Add legend item scope to render context
This enables us to render symbols differently in different legends Matthias Kuhn

2021-03-06

08:09 PM Revision c7d07148 (qgis): Use wms context
Paul Blottiere
08:09 PM Revision addfe1d4 (qgis): Use serverParameters instead of query
Paul Blottiere
08:09 PM Revision 159d9616 (qgis): Clean GetStyle
Paul Blottiere
08:09 PM Revision 1531de59 (qgis): Set parameters to context
Paul Blottiere
08:09 PM Revision 61dc440c (qgis): Remove unnecessary indents
Paul Blottiere
07:37 AM Revision ef147599 (qgis): Add some helpful utility functions to QgsSymbol
Nyall Dawson
07:37 AM Revision c6eec9db (qgis): Fix build
Nyall Dawson
07:37 AM Revision e87e6720 (qgis): Impove dox
Nyall Dawson
07:37 AM Revision 52454304 (qgis): Add widget for Embedded Symbols renderer
Allows users to control the default symbol used for features without
embedded styles
Nyall Dawson
07:37 AM Revision 031e2b0c (qgis): Use embedded symbology renderer by default for TAB/KML files
Nyall Dawson
07:37 AM Revision 49539d02 (qgis): Resolve KML feature styles so that we can read KML embedded symbology
Nyall Dawson
07:37 AM Revision 6a4ba2d6 (qgis): Fetch embedded symbols via OGR feature styles when requested
Allows symbology embedded in TAB files to be read Nyall Dawson
07:37 AM Revision 9b20e5dd (qgis): Add utility functions to convert OGR style string to a QgsSymbol
Supports line symbols only for now Nyall Dawson
07:37 AM Revision d8aba0c6 (qgis): Add FeatureSymbology capability to QgsVectorDataProvider
If present, the provider is able to retrieve embedded symbology
associated with individual features.
Nyall Dawson
07:37 AM Revision b4b51623 (qgis): Support conversion of embedded symbol renderer to categorized renderer
Nyall Dawson
07:37 AM Revision 6e6bcfd8 (qgis): Add default symbol property for embedded symbol renderer
Used as a fallback symbol for features without embedded symbology Nyall Dawson
07:37 AM Revision 50082a39 (qgis): Create new "Embedded Symbol" renderer
This renderer will draw features using their embedded feature symbology Nyall Dawson
07:37 AM Revision 4dd6a899 (qgis): If a layer's provider supports feature symbology, show a small summary ...
Nyall Dawson
07:37 AM Revision f32d5630 (qgis): Add virtual method QgsFeatureRenderer::usesEmbeddedSymbols()
Should return true for feature renderers which require embedded
feature symbology. The corresponding feature request ...
Nyall Dawson
07:37 AM Revision c371bc3f (qgis): Add a QgsFeatureRequest::EmbeddedSymbols flag to indicate that feature ...
Nyall Dawson
07:37 AM Revision fadae2db (qgis): Remove some outdated commented out code
Nyall Dawson
07:37 AM Revision b8b55282 (qgis): Add embeddedSymbol getter and setter to QgsFeature
Allows for storing per-feature symbology, e.g. for symbols which
are an innate part of features from a dataset which ...
Nyall Dawson
07:37 AM Revision 8845a768 (qgis): Allow conversion of embedded renderer to rule based renderers
Nyall Dawson
03:09 AM Revision 94052bc6 (qgis): Avoid cppcheck warning about potential nullptr dereference
Even Rouault
03:09 AM Revision 351b73a9 (qgis): Do not define in child class a member variable existing in parent class
Even Rouault
03:09 AM Revision ae01f67f (qgis): Add missing member variable initialization
Even Rouault

2021-03-05

11:20 PM Revision 22757231 (qgis): Create macOS qgz icon
Guillaume Rischard
11:20 PM Revision c00489e7 (qgis): Create macOS qgz icon
Guillaume Rischard
11:17 PM Revision d6812deb (qgis): Advertise that QGIS can open .qgz files
Guillaume Rischard
11:17 PM Revision ec3fbaab (qgis): Create macOS qgz icon
Guillaume Rischard
08:28 PM Revision 7c98adc7 (qgis): Pin badges to the actual branch status
Harrissou Santanna
08:27 PM Revision e763ee59 (qgis): Pin the tests badge to the actual branch status
Harrissou Santanna
07:01 PM Revision 5820a49a (qgis): Remove debugging output and add colors
this implementation is ~5% faster than the current one Alessandro Pasotti
06:05 PM Revision adbf1978 (qgis): Fix crash when socket is closed by the client
Alessandro Pasotti
04:43 PM Revision d02cdd85 (qgis): Rebase
Alessandro Pasotti
04:05 PM Revision c3d9881d (qgis): Build fixes
Alessandro Pasotti
04:05 PM Revision d7c62318 (qgis): No joy: no HTML labels on background threads
Alessandro Pasotti
04:05 PM Revision b8142f60 (qgis): Take2
Alessandro Pasotti
04:05 PM Revision 7a8766d3 (qgis): Minor cosmetic changes
Alessandro Pasotti
04:05 PM Revision 1a311da0 (qgis): Move unlock
Alessandro Pasotti
04:05 PM Revision dfc4978b (qgis): Monitoring thread implementation
Alessandro Pasotti
04:04 PM Revision 687a6d87 (qgis): Threaded standalone server
Alessandro Pasotti
10:46 AM Revision 0744f62c (qgis): Speed up QGIS compilation by removing all Qt Module-wide includes
Refs https://www.kdab.com/beware-of-qt-module-wide-includes/
(cherry picked from commit c6370c7f52d561f282ff084a6e1c...
Nyall Dawson
06:04 AM Revision eb8d3f26 (qgis): Merge pull request #42053 from nirvn/nonimatim_app
Nonimatim locator filter & processing batch georeferencer Mathieu Pellerin - nIRV
04:47 AM Revision f23f4e10 (qgis): Cleanup map tools handling a bit, and fix a crash on exit
Nyall Dawson
04:19 AM Revision a8121f20 (qgis): Some rebase adjustements
Mathieu Pellerin - nIRV
03:31 AM Revision f2b4948b (qgis): [FEATURE][processing] Add a batch nominatim geocoder algorithm
Mathieu Pellerin - nIRV
03:31 AM Revision 7eaa5b70 (qgis): [FEATURE][locator] Add a nominatim locator filter
Mathieu Pellerin - nIRV
03:31 AM Revision 2de94aa2 (qgis): Address review
Mathieu Pellerin - nIRV
02:23 AM Revision c6370c7f (qgis): Speed up QGIS compilation by removing all Qt Module-wide includes
Refs https://www.kdab.com/beware-of-qt-module-wide-includes/ Nyall Dawson
01:18 AM Revision b967d5d5 (qgis): Merge pull request #41967 from elpaso/bugfix-gh41563-ogr-gdal-drag-and-...
Support vector and raster mime URIs at the same time Alessandro Pasotti

2021-03-04

11:48 PM Revision 42799bc0 (qgis): Add missing sip factory
Alessandro Pasotti
11:19 PM Revision 48c07dc0 (qgis): Add missing sip factory
Alessandro Pasotti
09:40 PM Revision 9c721a69 (qgis): Convert DD labels to destination type (#42041)
Fixes #42022 Alessandro Pasotti
09:37 PM Revision ee0a9777 (qgis): Merge pull request #41823 from elpaso/bugfix-gh41800-server-geprint-acc...
Server WMS GetPrint accesscontrol support Alessandro Pasotti
09:36 PM Revision 0515c311 (qgis): Merge pull request #42031 from elpaso/bugfix-gh42003-broken-value-relation
Fix value relation widget Alessandro Pasotti
07:31 PM Revision dc34d378 (qgis): Add missing sip factory
Alessandro Pasotti
07:31 PM Revision 4013c21b (qgis): Add missing sip factory
Alessandro Pasotti
07:28 PM Revision d0f00ba1 (qgis): Allow use of circular string digitizing in reshape tool
While the reshape operation itself requires geometry segmentization,
this allows for easy reshaping of features to a ...
Nyall Dawson
07:28 PM Revision aed7645b (qgis): Make API more generic
Nyall Dawson
07:28 PM Revision 1f67f263 (qgis): Create simpler compound curve geometries when digitizing
Instead of creating a compound curve with many 2 vertex linestring
curves, condense all possible consecutive linestri...
Nyall Dawson
07:28 PM Revision afccd317 (qgis): Add method to add a linestring to compound curves where we extend
the existing final part if it's a linestring and the newly added
curve is also a linestring, instead of adding a whol...
Nyall Dawson
07:28 PM Revision 0908a099 (qgis): Add missing sip factory
Alessandro Pasotti
07:03 PM Revision 60f38e80 (qgis): Merge pull request #42031 from elpaso/bugfix-gh42003-broken-value-relation
Fix value relation widget Alessandro Pasotti
06:59 PM Revision 06ad10b5 (qgis): Merge pull request #42031 from elpaso/bugfix-gh42003-broken-value-relation
Fix value relation widget Alessandro Pasotti
01:57 PM Revision 57d93f1f (qgis): Fix value relation widget
Fixes #42003 Alessandro Pasotti
09:26 AM Revision a17280d2 (qgis): Use our own nominatim endpoint
Marco Bernasocchi
09:25 AM Revision 72dcd855 (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
nicogodet
06:21 AM Revision dfe734f6 (qgis): [feature] Add per-field control over whether last entered field
values should be reused when creating new features
While there has long been a global option that causes ALL field
v...
Nyall Dawson
03:42 AM Revision 5b0423e3 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV
03:39 AM Revision 7278ec85 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV
03:31 AM Revision 0ffd38d9 (qgis): Revert "Try to enable testMeshSimplified in CI"
This reverts commit 18bdcf0f880b4ca24f553a9c982164171a8f37e5.
The test still intermittently fails on Github CI
Nyall Dawson
03:25 AM Revision 6329501e (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
03:24 AM Revision 879379e7 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
03:20 AM Revision 9ecb0ed3 (qgis): Fix build on older Qt
Nyall Dawson
03:20 AM Revision b8baabf3 (qgis): [FEATURE] Add new snapping option for "Line Endpoints"
When enabled, this snapping mode snaps to the beginning or end
vertex of lines only. When snapping to a polygon layer...
Nyall Dawson
03:20 AM Revision 1ed69928 (qgis): Improve documentation
Nyall Dawson
03:20 AM Revision f51e38b1 (qgis): Switch line endpoint snap to a distinct vertex marker (inverted
triangle)
And minor cleanup/optimisation to QgsVertexMarker code
Nyall Dawson
03:17 AM Revision 422400f0 (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
Fix #41977 nicogodet
03:17 AM Revision 6d408267 (qgis): Fix warnings about unused variable in RelWithDebugInfo builds
Even Rouault
03:15 AM Revision 2c6ec1da (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
03:14 AM Revision 7db81a2c (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
03:08 AM Revision 1e39e082 (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
01:16 AM Revision 09789073 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV
01:13 AM Revision 8c6ffc99 (qgis): [delimitedtext] Fix regression opening files with unicode characters
(fixes #41948) Mathieu Pellerin - nIRV

2021-03-03

10:42 PM Revision f7f3e675 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
10:42 PM Revision e9feadb6 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
10:42 PM Revision e46f248c (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
10:42 PM Revision 263001d4 (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
10:39 PM Revision 1040fe87 (qgis): Don't silently swallow exceptions in python context managers
Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (su...
Nyall Dawson
10:39 PM Revision f4e5fdb4 (qgis): Fix crash on exit when remember last used attribute values is checked
Nyall Dawson
09:48 PM Revision 1e157bb6 (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
09:48 PM Revision 85152719 (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
09:47 PM Revision 5f42287e (qgis): Merge pull request #41967 from elpaso/bugfix-gh41563-ogr-gdal-drag-and-...
Support vector and raster mime URIs at the same time Alessandro Pasotti
09:45 PM Revision 1fd1cdee (qgis): Merge pull request #42000 from elpaso/bugfix-server-accesscontrol-gfi-r...
Server accesscontrol getfeatureifo rules clear Alessandro Pasotti
09:44 PM Revision 5c3a5f56 (qgis): Merge pull request #41967 from elpaso/bugfix-gh41563-ogr-gdal-drag-and-...
Support vector and raster mime URIs at the same time Alessandro Pasotti
11:41 AM Revision 41c84a86 (qgis): Server accesscontrol getfeatureifo rules clear
This fixes and unreported bug where access control rules
were not reset in case of getfeatureinfo calls.
Funded by G...
Alessandro Pasotti
08:12 AM Revision 89446db0 (qgis): No need to checkout
Matthias Kuhn
07:07 AM Revision 5768df61 (qgis): Remove "stale" label when a comment is added
This means, someone still cares.
We will still need to take care of manually removing the "feedback" label
Matthias Kuhn
03:55 AM Revision 5df09f59 (qgis): Fix crash when using GEOS to calculate shortest distance to an empty
geometry
Fixes #41968
Nyall Dawson
03:03 AM Revision 00390a4f (qgis): test QgsTileDownloadManager sometimes fail
test QgsTileDownloadManager two requests for a single URL sometimes fail Serge Dikiy
02:47 AM Revision d1122613 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
02:28 AM Revision aee3ccd0 (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
02:28 AM Revision 046dc4ef (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
02:25 AM Revision 6bf836d9 (qgis): fix Select Features by wrong Rectangle/Polygon
Serge Dikiy
02:16 AM Revision 0e6ffc70 (qgis): [gdal] rasterize - Include the possibility to use Z of feature to extra...
talledodiego
02:12 AM Revision 99eea21d (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
Fix #41977 nicogodet
02:10 AM Revision 2f428953 (qgis): QgsCellStatisticsAlgorithm::name() should not return a translatable str...
Fix #41977 nicogodet
02:02 AM Revision 7c6ca389 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
01:52 AM Revision badb0142 (qgis): remove useless widget in option (#41972)
this widget is not used, the used one is in the project properties dialog
it was added here a1369955de3d4daca445daa6b...
Denis Rouzaud
01:52 AM Revision 09f08cc5 (qgis): Toggle labels action works for all selected vector layers
Nyall Dawson
01:52 AM Revision 53506f35 (qgis): Switch menu shortcuts
Nyall Dawson
01:52 AM Revision 54fc3ba7 (qgis): [feature] Add a shortcut action to toggle labels in the vector layer right
click menu
Allows for labels to be quickly switched on or off, without
losing the label configuration. If a layer ha...
Nyall Dawson
01:52 AM Revision c65604b7 (qgis): Remove shortcut from Layer CRS action
Nyall Dawson

2021-03-02

11:50 PM Revision cf1fbe6f (qgis): test QgsTileDownloadManager sometimes fail
test QgsTileDownloadManager two requests for a single URL sometimes fail Serge Dikiy
11:49 PM Revision 22ec6563 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
11:49 PM Revision 995505a9 (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
11:47 PM Revision 04324240 (qgis): test QgsTileDownloadManager sometimes fail
test QgsTileDownloadManager two requests for a single URL sometimes fail Serge Dikiy
11:47 PM Revision b596fefa (qgis): Do not crash on spatialite setSql connect
Fixes #41950 Alessandro Pasotti
08:11 PM Revision 54a7d9cc (qgis): followup fa5c4c0d94
Jürgen Fischer
08:10 PM Revision 0d6c12bc (qgis): followup 81ba6c0826
Jürgen Fischer
08:08 PM Revision c108aeda (qgis): update splash
Jürgen Fischer
03:49 PM Revision c72d94b0 (qgis): remove useless widget in option (#41972)
this widget is not used, the used one is in the project properties dialog
it was added here a1369955de3d4daca445daa6b...
Denis Rouzaud
03:45 PM Revision 6af2bd36 (qgis): remove useless widget in option (#41972)
this widget is not used, the used one is in the project properties dialog
it was added here a1369955de3d4daca445daa6b...
Denis Rouzaud
12:41 PM Revision f9797ccb (qgis): Followup 50ecff6ff
Nyall Dawson
12:25 PM Revision 675e1501 (qgis): Remove deprecated calls
Alessandro Pasotti
11:39 AM Revision d762646b (qgis): Add SIP_DEPRECATED
Alessandro Pasotti
11:20 AM Revision dccef522 (qgis): Support vector and raster mime URIs at the same time
Fixes #41563 Alessandro Pasotti
09:05 AM Revision 1bcdbdb6 (qgis): Merge pull request #41929 from nyalldawson/pc
Minor point cloud usability fixes Nyall Dawson
08:01 AM Revision 71b09779 (qgis): Merge pull request #41823 from elpaso/bugfix-gh41800-server-geprint-acc...
Server WMS GetPrint accesscontrol support Alessandro Pasotti
07:58 AM Revision c6699b28 (qgis): Merge pull request #41823 from elpaso/bugfix-gh41800-server-geprint-acc...
Server WMS GetPrint accesscontrol support Alessandro Pasotti
07:57 AM Revision 380c9374 (qgis): Followup 50ecff6ff
Nyall Dawson
07:54 AM Revision 92a6fd7a (qgis): Followup 50ecff6ff
Nyall Dawson
06:44 AM Revision da9a2552 (qgis): Merge pull request #41927 from nyalldawson/pdal_warn
Show user-friendly explanation if las/laz files cannot be used on their QGIS install Nyall Dawson

2021-03-01

09:07 PM Revision 7f326f38 (qgis): Merge pull request #41929 from nyalldawson/pc
Minor point cloud usability fixes Nyall Dawson
09:04 PM Revision 0bb4c3f1 (qgis): Merge pull request #41929 from nyalldawson/pc
Minor point cloud usability fixes Nyall Dawson
01:23 PM Revision a0b858b2 (qgis): fix untwine compilation on macos (#41939)
Peter Petrik
11:02 AM Revision f517743d (qgis): typo
Alessandro Pasotti
09:54 AM Revision 7b3b729d (qgis): switch to using offscreen engine for saveAsImage tool
NEDJIMAbelgacem
09:54 AM Revision b3f7a325 (qgis): try setting up default surface format
NEDJIMAbelgacem
09:54 AM Revision e70af6c9 (qgis): fix tests
NEDJIMAbelgacem
09:54 AM Revision 09569c29 (qgis): add docs and fix unused parameter
NEDJIMAbelgacem
09:54 AM Revision 0466ba31 (qgis): fix shadow and EDL not being exported in animations
NEDJIMAbelgacem
09:54 AM Revision 18bdcf0f (qgis): Try to enable testMeshSimplified in CI
NEDJIMAbelgacem
09:54 AM Revision 364959aa (qgis): Address reviews
NEDJIMAbelgacem
09:54 AM Revision 9b537910 (qgis): add enabling/disabling screen capturing
NEDJIMAbelgacem
09:54 AM Revision ea2e7fa1 (qgis): push frame graph and requestCaptureImage up into QgsAbstract3DEngine
NEDJIMAbelgacem
09:54 AM Revision 65779a96 (qgis): only render image once for each frame when exporting animations
NEDJIMAbelgacem
09:41 AM Revision b4f8fa37 (qgis): Add unfiltered test case to prove that filters are not persistent
Alessandro Pasotti
09:29 AM Revision 24368627 (qgis): Merge pull request #41936 from qgis/backport-41932-to-release-3_18
[Backport release-3_18] Revert "Fix Topological editing when CRS are different" Nyall Dawson
09:17 AM Revision a19f6ceb (qgis): Merge pull request #41927 from nyalldawson/pdal_warn
Show user-friendly explanation if las/laz files cannot be used on their QGIS install Nyall Dawson
09:14 AM Revision 96fd952a (qgis): Merge pull request #41927 from nyalldawson/pdal_warn
Show user-friendly explanation if las/laz files cannot be used on their QGIS install Nyall Dawson
09:09 AM Revision c0baa43a (qgis): typo
Jürgen Fischer
07:09 AM Revision cdc2fd4f (qgis): Merge pull request #41932 from qgis/revert-41306-fix_topological_editin...
Revert "Fix Topological editing when CRS are different" Nyall Dawson
07:06 AM Revision 2101693d (qgis): Merge pull request #41932 from qgis/revert-41306-fix_topological_editin...
Revert "Fix Topological editing when CRS are different" Nyall Dawson
06:27 AM Revision e491f40d (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
05:17 AM Revision 7d9cdd51 (qgis): Update PULL_REQUEST_TEMPLATE.md
Nyall Dawson
05:06 AM Revision 22bad6e9 (qgis): Revert "catch exception"
This reverts commit 691a0b45a72069094561e777e846c42357ebaf9e. Nyall Dawson
05:06 AM Revision 451ce487 (qgis): Revert "remove useless code"
This reverts commit 19f925d30c65e678f11d61de3a0a37613587bf5a. Nyall Dawson
05:06 AM Revision 1f8cd396 (qgis): Revert "Fix Topological editing not working when the data CRS is differ...
This reverts commit 16a071a9f01266b0df5d0ceb6afd0bc4af366581. Nyall Dawson
05:06 AM Revision 1a1b9a90 (qgis): Revert "Fix snapping on segment when layer CRS is different from projec...
This reverts commit e11b21e954301c1fe317652be36b67da0ff932af. Nyall Dawson
05:06 AM Revision c0c30b42 (qgis): Revert "add test"
This reverts commit 42b2ec3aff33c7a00a2c2bad69fa2e3ff78d2092. Nyall Dawson
04:26 AM Revision 015f593d (qgis): Fix some unwanted GDAL test backports
These were only needed because of other changes in the 3.18/master
branches (which shouldn't be backported)
Nyall Dawson
02:15 AM Revision 197acccd (qgis): Automatically setup 3d point cloud renderer to match 2d renderer after
a laz point cloud index task finishes, just like we do automatically
when adding an ept file directly.
Makes things ...
Nyall Dawson
02:14 AM Revision e303679e (qgis): Fix conversion of 2d classified point cloud renderers to 3d
Nyall Dawson
02:14 AM Revision b0c1cec2 (qgis): Fix double (( )) of name in point cloud index task description
Nyall Dawson
01:47 AM Revision 64422d65 (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
01:35 AM Revision 4c50469b (qgis): Spelling
Nyall Dawson
01:22 AM Revision 349af167 (qgis): Add test
Nyall Dawson
01:16 AM Revision 50ecff6f (qgis): Show user-friendly explanation if las/laz files cannot be used on
their QGIS install Nyall Dawson
01:09 AM Revision 4240e202 (qgis): Add API to QgsProviderRegistry to obtain user friendly warning messages
for when a URI cannot be opened in a QGIS install, but the URI
matches a format which could potentially be opened in ...
Nyall Dawson

2021-02-28

12:09 AM Revision 31fdabb3 (qgis): Fix DXF export crash
Folloup #41900
Also hides aspatial layers from export candidates. I'm not sure
if this is correct but thre was an as...
Alessandro Pasotti
11:37 PM Revision 4ada839a (qgis): Fix badge url
Harrissou Santanna
11:33 PM Revision e40d0d43 (qgis): Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
c...
Nyall Dawson
11:32 PM Revision 13922e04 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
11:30 PM Revision 44814a08 (qgis): Allow some derived attributes in non single click identify
Stefanow Natsis
08:46 PM Revision 4c1fdcd2 (qgis): Fix DXF export crash
Folloup #41900
Also hides aspatial layers from export candidates. I'm not sure
if this is correct but thre was an as...
Alessandro Pasotti
08:43 PM Revision be48a0a3 (qgis): Fix DXF export crash
Folloup #41900
Also hides aspatial layers from export candidates. I'm not sure
if this is correct but thre was an as...
Alessandro Pasotti
11:08 AM Revision 81ba6c08 (qgis): fix nightly
(cherry picked from commit fa5c4c0d9480c24a982888374c8a11c134c2906b) Jürgen Fischer
11:07 AM Revision fa5c4c0d (qgis): fix nightly
Jürgen Fischer
10:52 AM Revision a5f001e1 (qgis): [gdal][ui] Fix opening of gdal rasters within ZIP containers in the dat...
Mathieu Pellerin - nIRV
09:31 AM Revision 4e77d4db (qgis): [memory] Correctly store converted field values when adding or
changing attributes
If testing for value compatiblity via QgsField::convertCompatibility
only resulted in true becau...
Nyall Dawson
09:29 AM Revision cbcd5053 (qgis): Merge pull request #41893 from nyalldawson/gdal_args
Fix many issues in gdal algs (3.18) Nyall Dawson
09:28 AM Revision e8b5f263 (qgis): Fix QgsAttributes equality operator when comparing attributes where
one set contains a string value of a date, and the other a QDateTime
value of the same date
For some bizarre reason ...
Nyall Dawson
09:28 AM Revision 0a8f040d (qgis): [memory] Correctly store converted field values when adding or
changing attributes
If testing for value compatiblity via QgsField::convertCompatibility
only resulted in true becau...
Nyall Dawson
08:32 AM Revision bb6f6de9 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
08:31 AM Revision 0bc2757b (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
08:30 AM Revision 86591aa4 (qgis): [gdal] Fix loading of rasters using a vsi prefix and add test
Mathieu Pellerin - nIRV
08:30 AM Revision 93546012 (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
08:30 AM Revision 174c4196 (qgis): Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit
3f42393a9237db8aec60b377f88728fd76e5825f
Even Rouault
08:26 AM Revision 3c2a2f58 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
(cherry picked from commit e89d7158a004cfbb742b65ed0a0aa0be25085e2e) Nyall Dawson
08:24 AM Revision 2d6751f2 (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
06:10 AM Revision 308bd92a (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
06:10 AM Revision 7f2b0144 (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
06:07 AM Revision ef33cef6 (qgis): Rewrite malformed datetime values in gpkg, resurrect test
The raw sqlite values stored for the datetime fields did not
match the GPKG spec, so sqlite backend sql queries were ...
Nyall Dawson
01:42 AM Revision b4c88fa4 (qgis): [gdal] Fix loading of rasters using a vsi prefix and add test
Mathieu Pellerin - nIRV
01:38 AM Revision c4c5b6c4 (qgis): [gdal] Fix loading of rasters using a vsi prefix and add test
Mathieu Pellerin - nIRV

2021-02-27

12:05 AM Revision 65032071 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
12:04 AM Revision 6860b39e (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
11:23 PM Revision 4689da5f (qgis): QGIS expressions are not sensitive to the case of field names, so
mimic this same insensitivity when compiling expressions for providers
Avoids the expression compilation failing whe...
Nyall Dawson
08:59 PM Revision d5d930f6 (qgis): Split grass raster tests into two blocks
(cherry picked from commit c7a25c6275636cafea5ac4e65513943e116a2abf) Nyall Dawson
12:54 PM Revision 6167ce9c (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
12:54 PM Revision 4038bf35 (qgis): Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit
3f42393a9237db8aec60b377f88728fd76e5825f
Even Rouault
11:55 AM Revision a5c755c3 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
Nyall Dawson
11:55 AM Revision 6b22f638 (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
10:50 AM Revision 830311a0 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
10:50 AM Revision 5858c5c1 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
10:18 AM Revision 20542f35 (qgis): Rename duplicate zonal statistics (in place)
Matthias Kuhn
10:11 AM Revision 01151903 (qgis): [processing][gdal] Fix escaping of connection string in OGR to postgis
alg
Fixes #41839
(cherry picked from commit 6a7e4c133e9b2c5622ed971039eabd5cbcb802e9)
Nyall Dawson
10:10 AM Revision 29d0cffa (qgis): [processing] Fix escaping of srcnodata argument in Build Virtual Raster
alg
(cherry picked from commit c5dd8714a8c5ce4e5f4cfe967ebd91cacb97ff01)
Nyall Dawson
10:10 AM Revision 4274a7ef (qgis): [processing][gdal] Fix escaping of delimiter parameter in retile
algorithm
(cherry picked from commit 33b0dbe761e5ea5830eabdfa276e6101415c3c43)
Nyall Dawson
10:10 AM Revision 3bf25916 (qgis): [processing][gdal] Don't insert 'temporary file' strings in command for...
(cherry picked from commit 0a6436402d55fe62b8250c86a2187a04ed42badc) Nyall Dawson
10:10 AM Revision 55b8cea6 (qgis): [processing][gdal] ";" characters must be escaped when running gdal
commands
(cherry picked from commit ea113cbf4a9b0d8ded3d7e429a8b24b07bced5e3)
Nyall Dawson
10:08 AM Revision ebc0115b (qgis): Fix crash in point cloud layer properties
Don't assume that 3d renderer has a layer ref -- this is usually
only set by Qgs3DMapScene
Fixes #41722
Nyall Dawson
10:07 AM Revision ac6255c3 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
10:02 AM Revision 23caeb8b (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
09:53 AM Revision c9d5a11c (qgis): revert to classic call to cmake
(cherry picked from commit 143599892893ac23789ed2733a1629783764114e)
(cherry picked from commit 725aa8345fe575fb3f9c6...
Denis Rouzaud
09:53 AM Revision 97abb6dd (qgis): fix cmake call2
(cherry picked from commit c32afdabc399ab83de8ad5781a168496ac1cadde)
(cherry picked from commit 707463304003e1e435e02...
Denis Rouzaud
09:39 AM Revision b6ddbb58 (qgis): Update test images from local docker run
Alessandro Pasotti
08:48 AM Revision 4e36a126 (qgis): Fix server WMS DPI ignored (unreported)
Alessandro Pasotti
08:48 AM Revision 0470b5ff (qgis): Server access control GetPrint support
Fixes #41800 Alessandro Pasotti
08:48 AM Revision 6d02a2ab (qgis): Fix server getPrint accesscontrol for map items
Fixes #41800 Alessandro Pasotti
08:48 AM Revision 618966aa (qgis): Add tests and fixes for Atlas
The change to the the feature filter group filterFeatures
(do not clear pre-existing filters) should not be a behavio...
Alessandro Pasotti
08:48 AM Revision 0bcf456a (qgis): Add test for attr table exp filters
Alessandro Pasotti
08:48 AM Revision 59202c47 (qgis): spell
Alessandro Pasotti
08:48 AM Revision 1c77761d (qgis): flake8
Alessandro Pasotti
08:48 AM Revision 6c0f03c1 (qgis): Fix deprecated toSet
Alessandro Pasotti
08:48 AM Revision 2318d761 (qgis): QGIS 3 style doxy
Alessandro Pasotti
07:54 AM Revision 70746330 (qgis): fix cmake call2
(cherry picked from commit c32afdabc399ab83de8ad5781a168496ac1cadde) Denis Rouzaud
07:54 AM Revision 725aa834 (qgis): revert to classic call to cmake
(cherry picked from commit 143599892893ac23789ed2733a1629783764114e) Denis Rouzaud
05:50 AM Revision 0d0e3865 (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
05:47 AM Revision 3a469ed7 (qgis): Browser: fix management of raster layers (GeoPackage) (fixes #41860)
This is a follow-up for the changes of commit
3f42393a9237db8aec60b377f88728fd76e5825f
Even Rouault
05:47 AM Revision d9a47a1e (qgis): test_provider_ogr.py: add test for createDataItem() on a raster with 2 ...
Even Rouault
05:46 AM Revision 29d55984 (qgis): Fix crash in point cloud layer properties
Don't assume that 3d renderer has a layer ref -- this is usually
only set by Qgs3DMapScene
Fixes #41722
Nyall Dawson
05:43 AM Revision bf0f8121 (qgis): Fix crash in point cloud layer properties
Don't assume that 3d renderer has a layer ref -- this is usually
only set by Qgs3DMapScene
Fixes #41722
Nyall Dawson
05:42 AM Revision 9ef1976f (qgis): Revert "[gdal] Enable multi-threaded whenever possible"
This reverts commit b306ae0411fc98770d3966c5d2404ea29981b1ba. Mathieu Pellerin - nIRV
04:30 AM Revision 8c0feff8 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:30 AM Revision f7ce5b44 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:17 AM Revision 00a3b8c9 (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
04:17 AM Revision 20c427aa (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
04:17 AM Revision 3feff1cb (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:17 AM Revision de572f09 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
04:15 AM Revision 48c27bad (qgis): Update test result for Geographiclib area calculation switch
Nyall Dawson
04:15 AM Revision 7e5b6dde (qgis): Loosen test precision following Geographiclib area calculation switch
Nyall Dawson
04:14 AM Revision 8261ddf1 (qgis): Disable test_wfs3_time_filters_ranges test
This is failing for unknown reasons Nyall Dawson
04:14 AM Revision 6f6464d8 (qgis): Skip oracle test, the oracle server container is not available
Nyall Dawson
03:25 AM Revision 080d4fc9 (qgis): Cap pdal provider at c++14
The untwine/pdal dependancies use deprecated c++ removed in c++17 Nyall Dawson
02:46 AM Revision d79c8f39 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
02:46 AM Revision 097173f5 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson
02:43 AM Revision 2cbffdd9 (qgis): [processing][gdal] Partially revert 570972b22707533
- gdal_calc command is gdal_calc.py, not gdal_calc
- commandName() method is used for more than just the command line...
Nyall Dawson

2021-02-26

12:34 AM Revision fe566bcc (qgis): Merge pull request #41847 from nyalldawson/fix_41839
Fix many issues in gdal algs... Nyall Dawson
02:54 PM Revision 6efe375d (qgis): Fix badge
Alessandro Pasotti
01:49 PM Revision 210578e5 (qgis): use Mingw64 builds for 3.16 branch (#41853)
* use Mingw64 builds for 3.16 branch
* add scripts
* fix auth manager
* fix code layout
Denis Rouzaud
11:48 AM Revision c32afdab (qgis): fix cmake call2
Denis Rouzaud
11:48 AM Revision 14359989 (qgis): revert to classic call to cmake
Denis Rouzaud
07:18 AM Revision 08fd2a21 (qgis): Merge pull request #41790 from qgis/backport-41787-to-release-3_16
[Backport release-3_16] Fix #41786 wrong server feature ids when composite PKs Alessandro Pasotti
04:06 AM Revision afeae930 (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
04:06 AM Revision 47b9e21d (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
04:03 AM Revision 67c27c2d (qgis): Merge pull request #41826 from jakimowb/master
fixed QgsPluginInstaller.installFromZipFile Matthias Kuhn
04:01 AM Revision ed968058 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
Nyall Dawson
03:57 AM Revision e89d7158 (qgis): Fix crashes in QgsHighlight if layer is removed before highlight
Nyall Dawson
03:05 AM Revision 6a7e4c13 (qgis): [processing][gdal] Fix escaping of connection string in OGR to postgis
alg
Fixes #41839
Nyall Dawson
03:05 AM Revision 964431a0 (qgis): [processing][gdal] Fix SQL command in points along lines algorithm
Nyall Dawson
03:02 AM Revision c5dd8714 (qgis): [processing] Fix escaping of srcnodata argument in Build Virtual Raster
alg Nyall Dawson
02:50 AM Revision 33b0dbe7 (qgis): [processing][gdal] Fix escaping of delimiter parameter in retile
algorithm Nyall Dawson
02:47 AM Revision 0a643640 (qgis): [processing][gdal] Don't insert 'temporary file' strings in command for...
Nyall Dawson
02:30 AM Revision ea113cbf (qgis): [processing][gdal] ";" characters must be escaped when running gdal
commands Nyall Dawson
01:22 AM Revision 74c5a659 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
01:21 AM Revision de8e3680 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
01:19 AM Revision d6a706a8 (qgis): Merge pull request #41814 from agiudiceandrea/fix-gdalprovider-outputra...
[processing] Fix output raster extensions list for GdalAlgorithmProvider Nyall Dawson
 

Also available in: Atom