Activity

From 2021-06-18 to 2021-07-17

2021-07-17

06:36 PM Revision 9c5f40fd (qgis): Merge pull request #5 from DelazJ/localisation-more-fixes
Some more tabstop fixes Alessandro Pasotti
04:04 PM Revision 0d2094d7 (qgis): Add tooltip to min/max load button
Harrissou Santanna
04:00 PM Revision 0689362b (qgis): Some more tabstop fixes
Harrissou Santanna
02:10 PM Revision df5f7991 (qgis): [delimitedtext] Remove use of QTextStream in favor of QTextCodec for de...
(needed to compile against qt6) Mathieu Pellerin - nIRV
02:10 PM Revision a2e8fbd5 (qgis): [delimitedtext] Fix compilation against qt6
Mathieu Pellerin - nIRV
11:59 AM Revision d10695cf (qgis): QMap::unite is gone in Qt6, use QMultiMap
Mathieu Pellerin - nIRV
11:57 AM Revision 79ae6db2 (qgis): Remove problematic curly brace initializations in QgsExpressionUtils class
Mathieu Pellerin - nIRV
11:53 AM Revision 4a9c43d1 (qgis): Kill QList::toSet() (proof we need a qt6 build test)
Mathieu Pellerin - nIRV
11:48 AM Revision c8019573 (qgis): [qt6][posgresql] Remove use of QSet::const_iterator operator--(), gone ...
Mathieu Pellerin - nIRV
11:48 AM Revision 1edf16d9 (qgis): Remove use of deprecated qrand() function in favor of QRandomGenerator ...
Mathieu Pellerin - nIRV
11:17 AM Revision 81e412c5 (qgis): Merge pull request #44204 from nirvn/qt6_2
[qt6] Silence a couple of build warnings Mathieu Pellerin - nIRV
10:30 AM Revision 1be1c3d8 (qgis): Silence a couple of buikd warnings
Mathieu Pellerin - nIRV

2021-07-16

10:57 PM Revision 56fa230a (qgis): [processing] Fix duplicate geometry functions group since introduction ...
Mathieu Pellerin - nIRV
10:37 PM Revision 935f45c0 (qgis): Merge pull request #44201 from qgis/backport-44193-to-release-3_20
[Backport release-3_20] Upgrade credentials for HANA tests Matthias Kuhn
07:31 PM Revision 2439ec1f (qgis): Upgrade credentials for HANA
Maxim Rylov
07:28 PM Revision b34c9063 (qgis): Upgrade credentials for HANA
Maxim Rylov
06:58 PM Revision f0dec92c (qgis): Fix mesh tab stop
Alessandro Pasotti
08:04 AM Revision 6c3180e0 (qgis): Fix incorrect symbol size units shown when first showing the symbol widget
We need to populate the combo box with all valid size units before trying
to set the unit for the combo
Fixes #44070
Nyall Dawson
08:03 AM Revision c0081fc1 (qgis): [processing] Fix missing fields in data defined expression builder
when input layer is using selected features only
Fixes #40055
Nyall Dawson
08:03 AM Revision 50cfb4f4 (qgis): [processing] Fix missing fields in data defined expression builder
when input layer is using selected features only
Fixes #40055
Nyall Dawson
08:00 AM Revision 9983be7b (qgis): [processing] Fix missing fields in data defined expression builder
when input layer is using selected features only
Fixes #40055
Nyall Dawson
08:00 AM Revision fafc9625 (qgis): Fix incorrect symbol size units shown when first showing the symbol widget
We need to populate the combo box with all valid size units before trying
to set the unit for the combo
Fixes #44070
Nyall Dawson
03:01 AM Revision 15d4f5b4 (qgis): Tiny optimizations
Mathieu Pellerin - nIRV
03:01 AM Revision 297dcfe6 (qgis): Address comment
Mathieu Pellerin - nIRV
03:01 AM Revision 2006c975 (qgis): Migrate remaining uses of QRegExp in src/core
Mathieu Pellerin - nIRV
03:01 AM Revision 677c14dc (qgis): Fix ported regular expression string in the CRS class
Mathieu Pellerin - nIRV
03:01 AM Revision 19849a77 (qgis): Fix ported regular expression logic in the OGC utils class
Mathieu Pellerin - nIRV

2021-07-15

11:32 PM Revision eaa3e522 (qgis): all caps NOT NULL and UNIQUE
Alessandro Pasotti
11:32 PM Revision c2f0a67b (qgis): Expose constraints in tooltips
Alessandro Pasotti
11:32 PM Revision c4f17d75 (qgis): Remove more references to the DB2 button
Harrissou Santanna
11:32 PM Revision 9f2965b6 (qgis): Fix indentation
Harrissou Santanna
11:32 PM Revision 72901486 (qgis): Remove "Add DB2..." button from menu
Harrissou Santanna
08:04 PM Revision 67a5aee4 (qgis): Merge pull request #44161 from qgis/backport-44159-to-release-3_20
[Backport release-3_20] Don't disable JsonEditWidget by readonly layer Matthias Kuhn
12:42 PM Revision 5ae38ece (qgis): Add "refresh" action to geopackage items in browser
Fixes #35879 Nyall Dawson
11:37 AM Revision 8f7ac82f (qgis): Merge pull request #44158 from elpaso/server-landingpage-redirect-tests
Additional tests for QGIS_SERVER_LANDING_PAGE_PREFIX redirects Alessandro Pasotti
11:23 AM Revision bb354708 (qgis): Only try to query sublayers for providers which support them
Fixes loading other layer types from browser Nyall Dawson
09:39 AM Revision d9b6edab (qgis): Fix leak of QActions in browser right click menu
Since these actions are created anew whenever we show the menu,
they should be parented to the menu so that they get ...
Nyall Dawson
09:12 AM Revision 14c645e5 (qgis): Merge pull request #44171 from nirvn/providers_regexp_gone
Migrate remaining(*) uses of QRegExp in src/providers and tests/ Mathieu Pellerin - nIRV
08:51 AM Revision 5c354210 (qgis): Also toggle 'add to group' enabled status based on whether a project is...
Nyall Dawson
08:51 AM Revision 1f31a38d (qgis): Add API to QgsProjectStorage to determine matching project storage
implementation from a file path Nyall Dawson
08:51 AM Revision 7beccbdc (qgis): Project items can be opened from gpkg from select sublayer dialog
Nyall Dawson
08:51 AM Revision d34b9cab (qgis): Use Item for column header instead of Layer
Nyall Dawson
08:51 AM Revision 96be786d (qgis): Show project items when dropping a gpkg onto QGIS alongside layers
Nyall Dawson
08:51 AM Revision 91b2dc25 (qgis): Nicer UX in select sublayers dialog when project items are present
Nyall Dawson
07:17 AM Revision d80684b0 (qgis): qgsogrsourceselect.cpp: make it identify vector drivers only (fixes #44...
Even Rouault
07:08 AM Revision dc338476 (qgis): Fix layout variable help text in qgsexpression.cpp
Help text for `@layout_pageheight` and `@layout_pagewidth` said value is in mm. That's true for predefined page sizes... Martin Pergler
07:06 AM Revision 8350a1a3 (qgis): Fix ui build warning
Nyall Dawson
06:48 AM Revision 9d64e142 (qgis): Migrate all uses of of QRegEXp in tests/
Mathieu Pellerin - nIRV
06:17 AM Revision adb53624 (qgis): Migrate remaining(*) uses of QRegExp in src/providers
(*) the stagnant GRASS provider hasn't been ported, no
interest on my side
Mathieu Pellerin - nIRV

2021-07-14

06:18 PM Revision 3a07af0e (qgis): Merge pull request #44152 from nirvn/application_regexp
Migrate away from QRegExp in the core application class Mathieu Pellerin - nIRV
04:36 PM Revision 186d9d25 (qgis): Operation count for stale issue
Matthias Kuhn
04:13 PM Revision a983e697 (qgis): Don't disable JsonEditWidget by readonly layer (widget is alway readonly)
Damiano Lombardi
04:10 PM Revision 1f2f0ab4 (qgis): Merge pull request #44159 from domi4484/jsonEditWidgetDisabled
Don't disable JsonEditWidget by readonly layer Matthias Kuhn
03:37 PM Revision 94aa4a4f (qgis): Merge pull request #44137 from nirvn/core_regexp_more
[qt6] A few more QRegExp aurevoirs in src/core Mathieu Pellerin - nIRV
03:10 PM Revision 50fca8fe (qgis): Don't disable JsonEditWidget by readonly layer (widget is alway readonly)
Damiano Lombardi
02:30 PM Revision af45eb00 (qgis): Additional tests for QGIS_SERVER_LANDING_PAGE_PREFIX redirects
Related to #41354 Alessandro Pasotti
12:43 PM Revision c0a6055d (qgis): Merge pull request #44147 from qgis/backport-44139-to-release-3_20
[Backport release-3_20] Fix virtual layer definition decode url ref Alessandro Pasotti
10:09 AM Revision 298a4514 (qgis): Make 2d terrain rendering optional (#43489)
First part of https://github.com/qgis/QGIS-Enhancement-Proposals/issues/215 Nedjima Belgacem
08:19 AM Revision f55fe4e1 (qgis): Add note
Mathieu Pellerin - nIRV
08:06 AM Revision 2c6d6d8a (qgis): fix html mesh layer when editing (#44153)
Vincent Cloarec
08:06 AM Revision e93b19f9 (qgis): finer triangular mesh updating (#44039)
Update triangular mesh during editing only when needed Vincent Cloarec
08:02 AM Revision 071e4b58 (qgis): Merge pull request #44132 from m-kuhn/respect_screen_dpi
Allow using physical DPI for map canvas Matthias Kuhn
08:00 AM Revision c09443a0 (qgis): [mesh] mesh frame editing part 3 - Edit mesh map tool (#44037)
[mesh] [feature] add mesh map tool to CRUD/digitize actions for mesh frame (vertices, faces) Vincent Cloarec
05:36 AM Revision a5809689 (qgis): Remove QgsApplication::shortNameRegExp altogether, document API break
Mathieu Pellerin - nIRV
05:28 AM Revision 358a4af0 (qgis): Better and faster strategy: replicate QRegExp::escape code
Mathieu Pellerin - nIRV
04:20 AM Revision 9769b69f (qgis): Add a few more LIKE expression tests, fix regexp escaping
Mathieu Pellerin - nIRV
03:45 AM Revision 90a5f369 (qgis): [qt6][gdal][ogr] Migrate away from QRegExp
Mathieu Pellerin - nIRV
03:45 AM Revision 89e126ee (qgis): [qt6][symbology] Migrate away from QRegExp in src/core
Mathieu Pellerin - nIRV
03:45 AM Revision 86fa2016 (qgis): [qt6][expression] Migrate away from QRegExp
Mathieu Pellerin - nIRV
03:42 AM Revision 03d99a42 (qgis): Migrate away from QRegExp in the core application class
Mathieu Pellerin - nIRV

2021-07-13

09:15 PM Revision 598e2bd3 (qgis): physical dpi is only available after showEvent
Matthias Kuhn
05:30 PM Revision 5762fe3e (qgis): Merge pull request #44140 from nirvn/regexp_more_more_more
[qt6] Easy src/core QRegExp migrations Mathieu Pellerin - nIRV
04:58 PM Revision b0d4ef92 (qgis): qgsogrsourceselect.cpp: make it identify vector drivers only (fixes #44...
Even Rouault
04:56 PM Revision 6db6de3f (qgis): Merge pull request #44146 from rouault/fix_44108
qgsogrsourceselect.cpp: make it identify vector drivers only (fixes #44108) Even Rouault
04:55 PM Revision 1dfe7186 (qgis): Merge pull request #44145 from rouault/gdal_3_cleanup
Remove code paths that are GDAL < 3 specific, now that GDAL >= 3 is required Even Rouault
04:19 PM Revision 60f947d7 (qgis): Update src/core/qgssqlstatement.cpp
Co-authored-by: Even Rouault <[email protected]> Mathieu Pellerin - nIRV
04:04 PM Revision 05427c98 (qgis): Fix virtual layer definition decode url ref
Fixes #44130 Alessandro Pasotti
04:01 PM Revision 25d40608 (qgis): Merge pull request #44139 from elpaso/bugfix-gh44130-virtual-provider-u...
Fix virtual layer definition decode url ref Alessandro Pasotti
03:54 PM Revision 557752ff (qgis): Merge pull request #44138 from nirvn/core_regexp_more_more
[qt6] Move string utils and {vector,raster} layer class away from QRegExp Mathieu Pellerin - nIRV
03:40 PM Revision 0f25f999 (qgis): use logical dpi as fallback
Matthias Kuhn
02:57 PM Revision cec5a397 (qgis): qgsogrsourceselect.cpp: make it identify vector drivers only (fixes #44...
Even Rouault
02:50 PM Revision 9d4049f5 (qgis): Remove code paths that are GDAL < 3 specific, now that GDAL >= 3 is req...
Even Rouault
12:06 PM Revision 09ccc6a8 (qgis): [qt6] Remove unused QRegExp include in the rectangle geometry class
Mathieu Pellerin - nIRV
12:06 PM Revision 5df7d305 (qgis): [qt6] Random small QRegExp migration
Mathieu Pellerin - nIRV
11:29 AM Revision 846e0aa4 (qgis): Correct pal labelling expected result
Mathieu Pellerin - nIRV
10:44 AM Revision 50ec9aa6 (qgis): Update src/ui/qgsoptionsbase.ui
Matthias Kuhn
10:33 AM Revision 117a0547 (qgis): Fix virtual layer definition decode url ref
Fixes #44130 Alessandro Pasotti
10:10 AM Revision db74bf53 (qgis): windows: make shortcut name configurable via environment variable QGIS_...
Jürgen Fischer
09:13 AM Revision 72e05175 (qgis): [qt6] Move vector and raster layer classes away from QRegExp
Mathieu Pellerin - nIRV
09:13 AM Revision 0847f55b (qgis): [qt6] Mirate string utils class away from QRegExp
Mathieu Pellerin - nIRV
09:04 AM Revision 7ddb06e6 (qgis): No lambda
Matthias Kuhn
07:37 AM Revision 494735a4 (qgis): create new mesh layer (#43873)
[mesh] [feature] adds a option to create blank/scratch mesh frame (vertices/faces) Vincent Cloarec
06:54 AM Revision 1ae9dbf9 (qgis): Merge pull request #44024 from nyalldawson/show_drive_label
Show drive labels in browser for drive items whenever available Alexander Bruy
06:43 AM Revision fe95b527 (qgis): Merge pull request #44126 from nirvn/auth_bye_regexp
[qt6][authentication] Migrate away from QRegExp in favor of QRegularExpression Mathieu Pellerin - nIRV
04:35 AM Revision 0395ea0c (qgis): Micro optimization
Mathieu Pellerin - nIRV
03:13 AM Revision 0b12d48e (qgis): [authentication] Migrate away from QRegExp in favor of QRegularExpression
Mathieu Pellerin - nIRV

2021-07-12

11:00 PM Revision da301afe (qgis): Qt compat
Matthias Kuhn
10:46 PM Revision 8c784de8 (qgis): Fix export
Matthias Kuhn
10:39 PM Revision 64b3b355 (qgis): Spelling
Nyall Dawson
10:39 PM Revision 593823c1 (qgis): Port addVectorLayers/addRasterLayers to new API
Nyall Dawson
10:39 PM Revision e685ad00 (qgis): Add methods to return QgsProviderSublayerDetails corresponding
to QModelIndex Nyall Dawson
10:39 PM Revision 3ff67896 (qgis): Consider sublayers with unknown counts as incomplete details
Nyall Dawson
10:39 PM Revision 9796aa3b (qgis): Create new QgsProviderSublayersDialog class
Based on QgsProviderSublayerDetails, this new dialog nicely handles
mixed layer type files (e.g. mixed vector/raster/...
Nyall Dawson
10:39 PM Revision d44f3100 (qgis): Start depreating
Nyall Dawson
10:39 PM Revision 41d22068 (qgis): Port mesh layer adding to new api/dialog
Nyall Dawson
10:39 PM Revision b5a2b320 (qgis): Finish porting mesh sublayer handling
Nyall Dawson
10:39 PM Revision 5e41371f (qgis): WIP
Nyall Dawson
10:39 PM Revision 1321b33d (qgis): Double click to add single layer
Nyall Dawson
10:39 PM Revision d7d50c51 (qgis): Fix sublayer name of aigrid files with uris pointing to .adf file
Nyall Dawson
10:39 PM Revision 94b7ef9e (qgis): Don't show an icon for unknown geometry types
Nyall Dawson
10:39 PM Revision ecd185fd (qgis): Cleanup layer name handling
Nyall Dawson
10:39 PM Revision e01dc5d7 (qgis): Special handling for aigrid base/group names
Nyall Dawson
10:39 PM Revision d0beaae3 (qgis): Move QgsSublayersDialog::PromptMode enum to Qgis and rename
Nyall Dawson
10:39 PM Revision d44412dd (qgis): Can't monkey patch from core into gui classes
Nyall Dawson
10:39 PM Revision 5cb167b0 (qgis): Fix warning
Nyall Dawson
10:39 PM Revision 0a74c979 (qgis): Fix logic
Nyall Dawson
10:39 PM Revision 666b229d (qgis): Fix accidental change
Nyall Dawson
10:39 PM Revision 7c21b3de (qgis): Fix crash in tests
Nyall Dawson
10:39 PM Revision ebf7128f (qgis): Fix build
Nyall Dawson
10:39 PM Revision c68b67eb (qgis): Doxygen doesn't like deprecated enums
Nyall Dawson
10:39 PM Revision 829ef1f7 (qgis): Don't return empty layer names for mdal sublayers
Nyall Dawson
10:39 PM Revision 5b921dca (qgis): Fix potentially ambiguous sublayer names when querying sublayers in
an vsi archive file Nyall Dawson
10:39 PM Revision 28e8b4d8 (qgis): Ensure that correct layer type filtering is applied when requerying sub...
Nyall Dawson
10:39 PM Revision ec4b97b6 (qgis): Port vsi archive handling to new API
Nyall Dawson
10:39 PM Revision 6bf2f715 (qgis): Fix gdal querySublayers handling of vsi archive uris
Nyall Dawson
10:39 PM Revision 98178e17 (qgis): Fix another warning
Nyall Dawson
10:39 PM Revision 065566b6 (qgis): More tests
Nyall Dawson
10:39 PM Revision 79ad5274 (qgis): OGR querySublayers can scan inside vsi archives
Nyall Dawson
10:39 PM Revision 5556848f (qgis): Fix querying sublayers for zip items
Nyall Dawson
10:39 PM Revision c0414044 (qgis): Equality operator for QgsProviderSublayerModel.NonLayerItem
Nyall Dawson
10:39 PM Revision c3a08254 (qgis): Ensure GDAL provider querySublayers preserves open options and other ur...
Nyall Dawson
10:39 PM Revision 86518bb9 (qgis): Condense more code
Nyall Dawson
10:39 PM Revision 218dded2 (qgis): Remove unused code
Nyall Dawson
10:39 PM Revision e7368998 (qgis): Remove unreachable code
Nyall Dawson
10:39 PM Revision 00152283 (qgis): Code shuffle
Nyall Dawson
10:39 PM Revision 8a37e6b4 (qgis): Remove a bunch of duplicate code
Nyall Dawson
10:39 PM Revision 98eeb014 (qgis): Port QgisApp::addVectorLayerPrivate to new api
Nyall Dawson
10:39 PM Revision aba7f139 (qgis): Correctly handle tin wkb types when querying ogr sublayers
Nyall Dawson
10:39 PM Revision 59f7b4cc (qgis): Remove duplicate code
Nyall Dawson
10:39 PM Revision 79b622f1 (qgis): If OGR uri specifies an explicit layer, only consider this layer
when querying sublayers Nyall Dawson
10:39 PM Revision 61c84216 (qgis): Commit missed file
Nyall Dawson
10:39 PM Revision 220bcb01 (qgis): Rework QgsMapLayerFactory.createLayer API so that we can specify additi...
Nyall Dawson
10:39 PM Revision 665f6a5b (qgis): OGR provider MUST include layername even for single sublayer gpkg/etc, ...
Nyall Dawson
10:39 PM Revision 352c050c (qgis): Respect sublayer prompt setting
Nyall Dawson
10:39 PM Revision c94d4b7e (qgis): Fix retrieval of vsiSuffix in gdal/ogr decodeUri methods
Nyall Dawson
10:26 PM Revision 49a9fec8 (qgis): missing sip file
Matthias Kuhn
06:32 PM Revision a4a100e3 (qgis): sip_include
Matthias Kuhn
03:51 PM Revision 18bd5833 (qgis): Moved settingsRespectScreenDPI to new settings registry gui
Damiano Lombardi
03:05 PM Revision f7646705 (qgis): Merge pull request #44099 from domi4484/fix44087MissingTypeNamesForURIR...
Added missing type names to uri parsing regex for memory provider Mathieu Pellerin - nIRV
01:30 PM Revision bd22811d (qgis): Regex as cons thread_local
Damiano Lombardi
12:07 PM Revision 55666542 (qgis): Merge pull request #44116 from nirvn/bp2
[backport queued_ltr_backports][processing] Fix file download alg stuck in infinit loop when network errors occur Even Rouault
12:06 PM Revision 02314d4f (qgis): Merge pull request #44114 from qgis/backport-44094-to-release-3_20
[Backport release-3_20] [processing] Fix file download alg stuck in infinit loop when network errors occur Even Rouault
12:05 PM Revision 7d13ccee (qgis): Merge pull request #44112 from qgis/collision
Rename _serialize -> __serialize Sandro Mani
11:17 AM Revision d2fae524 (qgis): adapt 3D for live update with mesh editing (#44025)
Vincent Cloarec

2021-07-11

03:11 PM Revision b2c28b03 (qgis): Default length/precision for double/real fields
Damiano Lombardi
12:01 PM Revision eaa9fa97 (qgis): MemoryProvider respect field name when parsing a URI with unknown typeName
Damiano Lombardi
10:48 AM Revision e74585c2 (qgis): Update src/core/providers/memory/qgsmemoryprovider.cpp
Co-authored-by: Andrea Giudiceandrea <[email protected]> Damiano Lombardi
10:06 AM Revision aa64b29a (qgis): Merge pull request #43993 from elpaso/bugfix-gh43978-value-relation-qlr...
Fix value relation QLR loading bug Alessandro Pasotti
10:05 AM Revision df604541 (qgis): Merge pull request #43785 from elpaso/bugfix-gh43061-save-action-disabl...
Enable save icon for embedded relations in same transaction group Alessandro Pasotti

2021-07-10

03:30 PM Revision 91370a90 (qgis): Merge pull request #44051 from elpaso/connections-api-results-widget
Connections api results widget Alessandro Pasotti
01:57 PM Revision 3adc9f37 (qgis): [processing] Fix file download alg stuck in infinit loop when network e...
Mathieu Pellerin - nIRV
11:52 AM Revision d06888f2 (qgis): [processing] Fix file download alg stuck in infinit loop when network e...
Mathieu Pellerin - nIRV
11:49 AM Revision 2071cd80 (qgis): Merge pull request #44094 from nirvn/filedownloaderalg_throw_fix
[processing] Fix file download alg stuck in infinit loop when network errors occur Even Rouault
11:19 AM Revision 1d73fcb3 (qgis): Rename _serialize -> __serialize to fix collision with _serialize from ...
Sandro Mani

2021-07-09

10:36 PM Revision 72626d17 (qgis): Mention 3.20 url in c++ api website
Harrissou Santanna
10:35 PM Revision ed16882c (qgis): Use $ rather than @ in documentation
Sandro Mani
10:35 PM Revision 3abd80cf (qgis): Update qgspathresolver.sip.in
Sandro Mani
06:04 PM Revision 54280634 (qgis): Flake 8
Alessandro Pasotti
05:57 PM Revision e79c3c3a (qgis): Move test
Alessandro Pasotti
05:56 PM Revision 48deba5c (qgis): Fix value relation QLR loading bug
Fixes #43978 Alessandro Pasotti
05:53 PM Revision a94e0894 (qgis): Better logic for sql layer tests
Alessandro Pasotti
05:36 PM Revision 3e2dfc3d (qgis): Rename _serialize -> __serialize to fix collision with _serialize from ...
Sandro Mani
05:29 PM Revision 1395d07b (qgis): Rename _serialize -> __serialize to fix collision with _serialize from ...
Sandro Mani
05:27 PM Revision 52f1eae8 (qgis): [Server][Tests] Extend WMS dimension tests
Add tests on TIME dimension and a date dimension based on a date field. René-Luc ReLuc
04:52 PM Revision 523135eb (qgis): Also read proxyFactories of main NAM
Sandro Mani
03:18 PM Revision 61b8749b (qgis): Update qgspathresolver.sip.in
Sandro Mani
03:15 PM Revision 64ace1c7 (qgis): Use $ rather than @ in documentation
Sandro Mani
01:12 PM Revision 48cc393d (qgis): Added missing type names to uri parsing regex for memory provider
- This was causing strange field names when cloning layers. fixes #44087
- Some code cleanup + QRegexp replaced with ...
Damiano Lombardi
09:00 AM Revision cec53669 (qgis): Merge pull request #44014 from qgis/backport-43990-to-release-3_20
[Backport release-3_20] [OAPIF provider] Fix extra query parameters (fixes #43905) Even Rouault
08:59 AM Revision a6fd43a3 (qgis): Merge pull request #44013 from qgis/backport-43990-to-queued_ltr_backports
[Backport queued_ltr_backports] [OAPIF provider] Fix extra query parameters (fixes #43905) Even Rouault
07:41 AM Revision 4f6f4be4 (qgis): [processing] Fix file download alg stuck in infinit loop when network e...
Mathieu Pellerin - nIRV

2021-07-08

08:17 PM Revision ded3d0db (qgis): Use settings entry
Damiano Lombardi
05:37 PM Revision 8b3c18c0 (qgis): Complete addTopologicalPoints result values for QgsVectorLayer; add tes...
Germán Carrillo
05:37 PM Revision f3f4c50b (qgis): Test addTopologicalPoints results
Germán Carrillo
05:37 PM Revision 5e39ad69 (qgis): Fix return value of addTopologicalPoints(QgsGeometry)
Germán Carrillo
05:34 PM Revision f0838764 (qgis): Merge pull request #43854 from gacarrillor/addtopologicalpoints_results
Fix return value of addTopologicalPoints(QgsGeometry) Matthias Kuhn
03:27 PM Revision 3cac2e75 (qgis): Label POSTGRES test
Alessandro Pasotti
02:16 PM Revision f3da9993 (qgis): Merge pull request #43788 from MorriganR/postgresTestWithRemoteDbV2
Additional test for postgres (ver.2) Matthias Kuhn
12:36 PM Revision 754328cb (qgis): [feature][expression] Add exif() and exif_geotag() functions to the QGI...
Mathieu Pellerin - nIRV
11:18 AM Revision b7ef263e (qgis): additional postgres test with latency up to DB
MorriganR
11:07 AM Revision 73414925 (qgis): Allow dispatching stale issues
Matthias Kuhn
11:05 AM Revision 507aa684 (qgis): Bump the number of stale issue operations
Matthias Kuhn
09:56 AM Revision 011478ea (qgis): Merge pull request #43838 from mhugent/annotation_inline_html
Feature: Annotation item inline html Marco Hugentobler
09:44 AM Revision 0ba3aeec (qgis): Merge pull request #44072 from qgis/backport-43949-to-release-3_20
[Backport release-3_20] Take tile_buffer parameter into consideration when rendering labels René-Luc ReLuc
09:43 AM Revision 3158eb94 (qgis): Merge pull request #43772 from pblottiere/queued_ltr_backports_43280
WMTS GetCapabilities and axis order (3.16 backport) René-Luc ReLuc
09:13 AM Revision 8a4683f7 (qgis): [feature][exiftools] Implement tags reading, allow for individual tag v...
Mathieu Pellerin - nIRV

2021-07-07

08:12 PM Revision 2705e011 (qgis): Respect screen DPI
QGIS currently renders symbology too small on high dpi screens.
This commit adds a new option to actually respect the...
Matthias Kuhn
03:25 PM Revision aaff7ceb (qgis): Merge pull request #43520 from Gustry/version
[CLI] Add --version and -v to know QGIS version Alessandro Pasotti
02:36 PM Revision 9d5d43ea (qgis): Update oracle connection capabilities
Alessandro Pasotti
12:43 PM Revision 878b2436 (qgis): Address PR comments - part 2
Alessandro Pasotti
11:01 AM Revision d3d75a1d (qgis): Merge pull request #43871 from kadas-albireo/extent_for_scale
Add QgsMapSettings::computeExtentForScale and QgsMapSettings::computeScaleForExtent Sandro Mani
10:04 AM Revision 2ca76a6d (qgis): Fixes #37945 : Take tile_buffer parameter into consideration when
rendering labels Julien Cabieces
08:46 AM Revision 0f0b6b16 (qgis): Fix exif tools test
Mathieu Pellerin - nIRV
08:46 AM Revision 4f384f4e (qgis): Fix auto_ptr compilation error
Mathieu Pellerin - nIRV
08:46 AM Revision 09760f07 (qgis): Preserve python compatibility
Mathieu Pellerin - nIRV
08:46 AM Revision 4b52b7be (qgis): Move QgsExifTools utility class to core
Mathieu Pellerin - nIRV

2021-07-06

01:32 AM Revision 61a59b52 (qgis): fix updating disabled scalar dataset group for mesh layer
Vincent Cloarec
01:32 AM Revision 421009b6 (qgis): std::as_const --> qgis::a_const
Vincent Cloarec
01:32 AM Revision f76f3a15 (qgis): fix updating disabled scalar dataset group for mesh layer
Vincent Cloarec
12:37 AM Revision 547748db (qgis): Fixes #37945 : Take tile_buffer parameter into consideration when
rendering labels Julien Cabieces
09:02 PM Revision 78a42cf7 (qgis): Address PR comments
Alessandro Pasotti
09:00 PM Revision 84b1f488 (qgis): Spell ok
Alessandro Pasotti
09:00 PM Revision af262068 (qgis): lint waste my time
Alessandro Pasotti
09:00 PM Revision 336a64d7 (qgis): Fix test (now geom col is exposed)
Alessandro Pasotti
09:00 PM Revision a3b9ced8 (qgis): Fix unreported bug in ORACLE provider
Error in spatial index exists check. Alessandro Pasotti
09:00 PM Revision 7460e4f7 (qgis): Doxy
Alessandro Pasotti
09:00 PM Revision 24a9c1a1 (qgis): FetchMore API Override
Alessandro Pasotti
09:00 PM Revision a5e2f176 (qgis): Include QRegularExpression
Alessandro Pasotti
09:00 PM Revision 01e428dd (qgis): Add \ingroup gui
Alessandro Pasotti
09:00 PM Revision 2c9662bc (qgis): Truncating localized delegate + optimization
Alessandro Pasotti
09:00 PM Revision d8190695 (qgis): Revert to conn pool
Alessandro Pasotti
09:00 PM Revision eea1eb48 (qgis): Fetch more in the model
Alessandro Pasotti
09:00 PM Revision 3cb3b8fb (qgis): Doxy
Alessandro Pasotti
09:00 PM Revision c131c811 (qgis): Fix memory leak
Alessandro Pasotti
09:00 PM Revision 9bd7f0bb (qgis): Remove model tester: too slow and test fails!
Alessandro Pasotti
09:00 PM Revision 9b6ad32e (qgis): Ellipsis
Alessandro Pasotti
09:00 PM Revision 9384c789 (qgis): Add base tests for create SQL layer
Alessandro Pasotti
09:00 PM Revision ef529b87 (qgis): Add test for spatialite
Alessandro Pasotti
09:00 PM Revision 06495f05 (qgis): Final touches
Alessandro Pasotti
09:00 PM Revision 628e95ff (qgis): Forward databaseConnection to parent item for layer items
... and preset SQL in query dialog Alessandro Pasotti
09:00 PM Revision 87ed2927 (qgis): Doxy fixes
Alessandro Pasotti
09:00 PM Revision f1a50141 (qgis): Catch SQL filter dialog connection errors (never seen in the wild)
Alessandro Pasotti
09:00 PM Revision 233a8097 (qgis): Add rowCount to connections API
+ fix memory leak in API fetcher
+ add progress bar to result widget
Alessandro Pasotti
09:00 PM Revision 73103f0d (qgis): SQLite: show geometry as WKT
Alessandro Pasotti
09:00 PM Revision 537670a3 (qgis): Fix model signals not emitted when empty results
Alessandro Pasotti
09:00 PM Revision 2fc47992 (qgis): Use set for tokens
Alessandro Pasotti
09:00 PM Revision 4acc1bd6 (qgis): Fix crash and test
Alessandro Pasotti
09:00 PM Revision 1f40090d (qgis): Fix tests after rebase
Alessandro Pasotti
09:00 PM Revision b6d1800f (qgis): Hide create layer group if conn does not support SQL layers
Alessandro Pasotti
09:00 PM Revision 357fa9c4 (qgis): Add progress bar and minor UX changes
Alessandro Pasotti
08:59 PM Revision 927669df (qgis): Move target to 3.22
Alessandro Pasotti
08:59 PM Revision 96f594e1 (qgis): Oracle create SQL vector layer API added
Alessandro Pasotti
08:58 PM Revision aa6c1bd5 (qgis): Add flag for select at id in the result dlg
Alessandro Pasotti
08:58 PM Revision 5ba105f1 (qgis): Add tooltips
Alessandro Pasotti
08:58 PM Revision 5e83f5a8 (qgis): Add ORACLE keywords
Alessandro Pasotti
08:58 PM Revision dfc56482 (qgis): Remove method and fix widget hiding
Alessandro Pasotti
08:58 PM Revision 27eb5743 (qgis): Provider QSCI APIs for sqlite and PG
Alessandro Pasotti
08:58 PM Revision b4a5002d (qgis): Add fullstop
Alessandro Pasotti
08:58 PM Revision af9febce (qgis): Better comment
Alessandro Pasotti
08:58 PM Revision ebfed52c (qgis): Fix crash when connection is invalid (nullptr)
Alessandro Pasotti
08:58 PM Revision 5d5e828d (qgis): More tests for execSql
Alessandro Pasotti
08:58 PM Revision fd793dc1 (qgis): Comments on fid issue
Alessandro Pasotti
08:58 PM Revision 34c5cdcf (qgis): Handle fid and geom cols in GPKG exec sql
Alessandro Pasotti
08:58 PM Revision 2c123dc2 (qgis): GPKG/Spatialite: return fid and geom from selects
Alessandro Pasotti
08:58 PM Revision 7b202fef (qgis): Comment method
Alessandro Pasotti
08:56 PM Revision cf260226 (qgis): Create SQL layer and widget config based on enum
Alessandro Pasotti
08:53 PM Revision af44d35d (qgis): Doxy
Alessandro Pasotti
08:53 PM Revision 9adbdfa8 (qgis): Fix crash QsciAPIs is destroyed while worker running
Alessandro Pasotti
08:53 PM Revision 40785b5a (qgis): Start new layer group box collapsed
Alessandro Pasotti
08:53 PM Revision 1a94b074 (qgis): Better error handling/reporting
Alessandro Pasotti
08:53 PM Revision 4201942b (qgis): Rebase
Alessandro Pasotti
08:53 PM Revision 9fc81ffb (qgis): Move to thread the first phase of the query (before the iterator)
Alessandro Pasotti
08:53 PM Revision b988ca87 (qgis): SQL results widget: add query layers support (initial)
Alessandro Pasotti
08:53 PM Revision e1a8ef56 (qgis): Rebase 2
Alessandro Pasotti
08:53 PM Revision 94056c81 (qgis): Notify error on SQL layer creation
Alessandro Pasotti
08:52 PM Revision d958722a (qgis): Remove debug output
Alessandro Pasotti
08:52 PM Revision cc709a0d (qgis): Query result widget files and tests
Alessandro Pasotti
08:52 PM Revision 079264eb (qgis): Message bar and other improvements: working!
Alessandro Pasotti
08:52 PM Revision d914a50b (qgis): QgsQueryResultWidget
Alessandro Pasotti
10:13 AM Revision 81ecf97d (qgis): Fix PyQGIS docs formatting of QgsAbstractDatabaseProviderConnection class
Nyall Dawson
09:57 AM Revision 8d68fdcd (qgis): Update src/core/providers/qgsprovidersublayermodel.cpp
Even Rouault
09:57 AM Revision 73f45ee4 (qgis): Allow non sublayer items to be added to QgsProviderSublayerModel
E.g. embedded project items Nyall Dawson
09:57 AM Revision 9a024464 (qgis): Fix windows build
Nyall Dawson
09:57 AM Revision 28832150 (qgis): Start on sublayer model
Nyall Dawson
09:57 AM Revision 129ab506 (qgis): Add QgsProviderSublayerProxyModel for filtering/sorting
QgsProviderSublayerModel instances Nyall Dawson
09:57 AM Revision 6ab8c16d (qgis): Statistics task, feature count task can be canceled on QGIS exit withou...
Nyall Dawson
09:57 AM Revision ab713e2b (qgis): If statistics summary dock is NOT visible, then don't calculate
statistics
Instead defer their calculation until the dock is made visible.
No point doing all that work when the res...
Nyall Dawson
08:46 AM Revision d73ee555 (qgis): Fixes #37945 : Take tile_buffer parameter into consideration when
rendering labels Julien Cabieces
08:42 AM Revision 589aabe4 (qgis): Merge pull request #43949 from troopa81/fix_tile_buffer_labels
Take tile_buffer parameter into consideration when rendering labels René-Luc ReLuc
05:48 AM Revision 3f915304 (qgis): fix updating disabled scalar dataset group for mesh layer
Vincent Cloarec
05:48 AM Revision 39ee91aa (qgis): fix updating disabled scalar dataset group for mesh layer
Vincent Cloarec
05:45 AM Revision 621382e0 (qgis): fix updating disabled scalar dataset group for mesh layer
Vincent Cloarec
04:22 AM Revision 92231d74 (qgis): Complete addTopologicalPoints result values for QgsVectorLayer; add tes...
Germán Carrillo
02:56 AM Revision d046e8f9 (qgis): fix project dirtiness when changing layout name
speillet
02:56 AM Revision 46756003 (qgis): fix project dirtiness when changing layout name
speillet

2021-07-05

12:03 AM Revision cd3ff911 (qgis): [processing] Fix default value of multiple field selection inputs
in models cannot be set to no value
Fixes #44005
Nyall Dawson
12:03 AM Revision 68bc29b0 (qgis): std::make_unique -> qgis::make_unique
pathmapper
11:59 PM Revision d97fce23 (qgis): fix project dirtiness when changing layout name
speillet
11:59 PM Revision d06f0345 (qgis): fix project dirtiness when changing layout name
speillet
11:56 PM Revision 1807cfe4 (qgis): fix project dirtiness when changing layout name
speillet
07:22 PM Revision aeece711 (qgis): Test addTopologicalPoints results
Germán Carrillo
07:22 PM Revision 966ac4c8 (qgis): Fix return value of addTopologicalPoints(QgsGeometry)
Germán Carrillo
11:17 AM Revision f0dc0d93 (qgis): merge qgis.xml update from Bas (followup ce3ee598e50)
Jürgen Fischer
09:44 AM Revision 6b4d7971 (qgis): fix build (followup e82015b639b)
Jürgen Fischer

2021-07-04

09:44 AM Revision 38fa7ee3 (qgis): Use QgsCodeEditorHTML
Marco Hugentobler

2021-07-03

05:19 PM Revision ce3ee598 (qgis): include geopackage and kml in .desktop
(refs https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990636) Jürgen Fischer
03:12 PM Revision ec374d5a (qgis): Merge pull request #43927 from mhugent/raster_legend_placeholder_icon
Feature: possibility to use placeholder icon in legend for raster layer. funded by [Canton of Glarus] [https://www.gl... Marco Hugentobler
01:11 PM Revision b11df935 (qgis): Change expected test image
Marco Hugentobler

2021-07-02

10:43 PM Revision a233ff6b (qgis): fix infinite loop in qgsstyle
PeterPetrik
10:40 PM Revision ca3812a2 (qgis): fix infinite loop in qgsstyle
PeterPetrik
10:39 PM Revision 39fbd77d (qgis): Add API to export layers to QLR with easy control over whether
absolute or relative paths are used Nyall Dawson
10:39 PM Revision ee141a1a (qgis): Add enum Qgis::FilePathType and add proper stable api for setting
whether QgsProject uses absolute or relative paths for file storage Nyall Dawson
05:49 PM Revision 985de5d0 (qgis): add _assertRed etc into QgsServerTestBase, some comment in cpp and py f...
speillet
05:03 PM Revision 9e990cb6 (qgis): Add mask image
Marco Hugentobler
04:16 PM Revision 6031e754 (qgis): Merge pull request #43989 from elpaso/ogr-sqlite-pragma-defer_foreign_k...
OGR/SQLite/GPKG pragma-defer_foreign_keys=ON Alessandro Pasotti
02:37 PM Revision d6770409 (qgis): Add c++20 todo for replacing equality operators with default implementa...
Nyall Dawson
02:35 PM Revision 6c2e38b9 (qgis): Add c++20 todo for replacing equality operators with default implementa...
Nyall Dawson
02:29 PM Revision 73c61b6e (qgis): Add QgsMapSettings::computeExtentForScale and QgsMapSettings::computeSc...
Sandro Mani
01:21 PM Revision f2878727 (qgis): Use application image cache
Marco Hugentobler
01:21 PM Revision d76fa2bf (qgis): Preserve image aspect ratio in legend
Marco Hugentobler
01:21 PM Revision ccc601b3 (qgis): Fix painter scaling and add unit test
Marco Hugentobler
01:21 PM Revision 6effd6bd (qgis): Use QgsImageSourceLineEdit and allow placeholder images also for vector...
Marco Hugentobler
01:20 PM Revision b7b9470a (qgis): Possibility to select an image as legend placeholder
Marco Hugentobler
01:20 PM Revision 991f9359 (qgis): Feature: possibility to use placeholder icon in legend for raster layer
Marco Hugentobler
10:08 AM Revision f3e88c3c (qgis): fix build (followup e82015b639b)
Jürgen Fischer
04:19 AM Revision 65bccd2c (qgis): Add equality operator for QgsProviderSublayerDetails
Nyall Dawson
04:19 AM Revision c8156b01 (qgis): Add c++20 todo for replacing equality operators with default implementa...
Nyall Dawson
02:14 AM Revision a4b78735 (qgis): Don't append drive label if it's the same as the path
Nyall Dawson

2021-07-01

01:54 AM Revision e972e783 (qgis): Show drive labels in browser for drive items whenever available
Refs #44021 Nyall Dawson
01:50 AM Revision 998c6c16 (qgis): Bump actions/upload-artifact from 2.2.3 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](ht...
dependabot[bot]
01:49 AM Revision 0404dcaa (qgis): Correctly pass QgsFeedback to metadata method
Nyall Dawson
01:49 AM Revision b742b8f7 (qgis): Add test for QgsProviderSublayerTask
Nyall Dawson
01:49 AM Revision bed72156 (qgis): Dox
Nyall Dawson
01:49 AM Revision 1355b39b (qgis): Add QgsProviderUtils with a method for determining whether a list
of sublayer details is incomplete and requires a more in-depth scan Nyall Dawson
01:49 AM Revision 7c6afc07 (qgis): Create QgsProviderSublayerTask for retrieving sublayer details in a thread
This can sometimes take a looooong time, so it's worth doing in the
background
Nyall Dawson
01:49 AM Revision 7dec3050 (qgis): Fix dox
Nyall Dawson
01:49 AM Revision ced5910b (qgis): Fix race
Nyall Dawson
10:55 PM Revision d33c1aeb (qgis): Fix build issue with clang 10.0 related to forward declaration of QgsFe...
Even Rouault
09:01 PM Revision a62b6dc2 (qgis): Bump actions/upload-artifact from 2.2.3 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](ht...
dependabot[bot]
05:02 PM Revision 196e593e (qgis): [fix] #43905 append OAPIF extra query params if url is not empty
Joonalai
05:02 PM Revision 261cae09 (qgis): Test for regression #43905 OAPIF extra query params
Joonalai
05:02 PM Revision 42e4a563 (qgis): [fix] #43905 append OAPIF extra query params if url is not empty
Joonalai
05:02 PM Revision 1b462f29 (qgis): Test for regression #43905 OAPIF extra query params
Joonalai
04:59 PM Revision 3f1722d0 (qgis): Merge pull request #43990 from Joonalai/fix-oapif-q-params
[OAPIF provider] Fix extra query parameters (fixes #43905) Even Rouault
10:02 AM Revision b69c9da6 (qgis): revert decimals
Alessandro Pasotti
09:37 AM Revision a51a9c48 (qgis): Add QgsIconUtils::iconForLayerType
Nyall Dawson
08:49 AM Revision 8840865d (qgis): [processing] Fix default value of multiple field selection inputs
in models cannot be set to no value
Fixes #44005
Nyall Dawson
08:45 AM Revision 4dc659c5 (qgis): [processing] Fix default value of multiple field selection inputs
in models cannot be set to no value
Fixes #44005
Nyall Dawson
08:18 AM Revision db21851b (qgis): [mesh] mesh frame editing part-2 - start, commit, roll back and cancel ...
[mesh] allows the user of mesh layers to start editing, save, roll back or cancel editing, in the same way as vector ... Vincent Cloarec
07:40 AM Revision 174d5ee9 (qgis): Ensure python script files saved in the Python console editor use
.py file extension Nyall Dawson

2021-06-30

12:42 AM Revision cb1b8d03 (qgis): Fix compilation when WITH_QTWEBKIT=FALSE
Julien Cabieces
05:22 PM Revision 79fa008c (qgis): add test for a map theme with a particular style on a layer
speillet
05:12 PM Revision 1b47527f (qgis): add docstring
speillet
05:01 PM Revision 3119c4cd (qgis): getPrint uses the style define in the maptheme
speillet
01:45 PM Revision 6e83672b (qgis): update MDAL 0.8.90 (#43987)
Peter Petrik
01:14 PM Revision f24bd45b (qgis): add test to check qgslayoutlegenditem
speillet
01:05 PM Revision c07f8f83 (qgis): add docstring
speillet
11:38 AM Revision 56914ed3 (qgis): [fix] #43905 append OAPIF extra query params if url is not empty
Joonalai
11:37 AM Revision 545174c5 (qgis): Test for regression #43905 OAPIF extra query params
Joonalai
10:49 AM Revision 8835b2d0 (qgis): Merge pull request #43617 from troopa81/fix_htmlwidget_geom
Set up cache geometry if HTML widget needs it Alessandro Pasotti
10:38 AM Revision 3df8e585 (qgis): OGR/SQLite/GPKG pragma-defer_foreign_keys=ON
When in transaction forces defer FK evaluation. Alessandro Pasotti
10:35 AM Revision cf01b437 (qgis): Fixes #37945 : Take tile_buffer parameter into consideration when
rendering labels Julien Cabieces
07:43 AM Revision fa1a59f0 (qgis): Fix buffer definition for default text format
Nyall Dawson
06:51 AM Revision fd44a44f (qgis): Fix buffer definition for default text format
Nyall Dawson
06:48 AM Revision 791f64d2 (qgis): Fix buffer definition for default text format
Nyall Dawson

2021-06-29

11:15 PM Revision 3bfdd756 (qgis): fix SVG selector widget not reacting to changes
fixes #43802 Denis Rouzaud
11:15 PM Revision cc837342 (qgis): also set picture mode
Denis Rouzaud
11:14 PM Revision 5872ada1 (qgis): test for Single & Multi Column PK
MorriganR
11:14 PM Revision 7be85fe1 (qgis): fix: always used type of first column of view as PK type
MorriganR
11:11 PM Revision 928a170b (qgis): Apply suggestions from code review
Nyall Dawson
11:11 PM Revision 1a2ff54f (qgis): Amend sprite retrieval (qgis#43925)
Update url path with resolution and extension rather than appending to string First Name
11:11 PM Revision 7821292b (qgis): [processing] Clear python command in history dialog when selecting a no...
Mathieu Pellerin - nIRV
11:11 PM Revision cfb0360e (qgis): [ui][processing] Fix broken enter key showing help instead of running a...
Mathieu Pellerin - nIRV
08:27 PM Revision 8eb2a978 (qgis): debian packaging: remove test_provider_wcs (followup 989cfaf9842)
Jürgen Fischer
05:12 PM Revision 27457322 (qgis): Merge pull request #43960 from elpaso/server-landingpage-bugfix-relativ...
Server landing page: fix relative service links Alessandro Pasotti
04:30 PM Revision e097ed6d (qgis): fix legend when no layers required
speillet

2021-06-28

12:18 AM Revision e9ec255a (qgis): Backport #43897 + fixes
nicogodet
11:55 PM Revision 79415d8b (qgis): postgres provider: revert 93fe5b0d5e and 457165d7be (fixes #43965)
(cherry picked from commit 14b20ec6487b31e7b44b4ee8b04bf5b91d6fc463) Jürgen Fischer
11:54 PM Revision 14b20ec6 (qgis): postgres provider: revert 93fe5b0d5e and 457165d7be (fixes #43965)
Jürgen Fischer
11:33 PM Revision 61e924b7 (qgis): Fix labeling reference scale with null symbol renderer
Nyall Dawson
11:33 PM Revision b440bb2c (qgis): Fix scale overrides
Nyall Dawson
11:33 PM Revision 54610b29 (qgis): [api] Allow a symbology reference scale to be set on a QgsRenderContext
This should match the desired scale denominator for the rendered map,
eg 1000.0 for a 1:1000 map render. Set (by defa...
Nyall Dawson
11:33 PM Revision 7a07e0d3 (qgis): Fix check
Nyall Dawson
11:33 PM Revision d6709e01 (qgis): Fix docs, better check
Nyall Dawson
11:33 PM Revision bb002d4e (qgis): Avoid even more loss of renderer properties when changing renderer type
Nyall Dawson
11:33 PM Revision c8da0c43 (qgis): Safer approach to saving common QgsFeatureRenderer properties
Nyall Dawson
11:33 PM Revision ed75524b (qgis): [feature] Expose choice of symbology reference scale for vector
layers, in the vector layer properties -> Rendering tab
If set, the reference scale indicates the map scale at which...
Nyall Dawson
11:33 PM Revision d9b7c67f (qgis): Ensure labeling respects layer's reference scale
Nyall Dawson
11:33 PM Revision 731810ce (qgis): Fix unsafe access of map layer from background thread while running lab...
Nyall Dawson
11:33 PM Revision 849819cd (qgis): [api] Allow reference scale for vector layer renderer to be set
Gives a means of setting the reference scale for a vector layer
renderer, so that symbol sizes in the rendered layer ...
Nyall Dawson
11:33 PM Revision 0565c3ff (qgis): Retain more renderer properties when switching between vector
renderer types Nyall Dawson
11:03 PM Revision 062bfc52 (qgis): Create codeql-analysis.yml
Nyall Dawson
10:45 PM Revision 23048dd8 (qgis): Missing colon
Harrissou Santanna
10:45 PM Revision fc3f8a12 (qgis): Missing colon
Harrissou Santanna
10:45 PM Revision a87b2ecf (qgis): Fix function examples
Harrissou Santanna
05:28 PM Revision cf0d673c (qgis): Connect help buttons to docs (#43941)
Harrissou Santanna
04:41 PM Revision 574a35e5 (qgis): Fix OGC workflow (#43946)
Paul Blottiere
04:20 PM Revision 58b35b74 (qgis): Server landing page: fix relative service links
For metadata when using QGIS_SERVER_LANDING_PAGE_PREFIX Alessandro Pasotti
02:47 PM Revision 7458a7c7 (qgis): fix context
Denis Rouzaud
02:47 PM Revision 018d0965 (qgis): Update ogc.yml
Denis Rouzaud
02:47 PM Revision 213e7961 (qgis): fix context
Denis Rouzaud
02:47 PM Revision 07f25638 (qgis): add cache to OGC workflow for Docker build and QGIS build
Denis Rouzaud
02:29 PM Revision 8d317ab5 (qgis): fix context
Denis Rouzaud
02:29 PM Revision b7ac6e67 (qgis): Update ogc.yml
Denis Rouzaud
02:29 PM Revision 8a521039 (qgis): fix context
Denis Rouzaud
02:29 PM Revision 5c76973b (qgis): add cache to OGC workflow for Docker build and QGIS build
Denis Rouzaud
09:22 AM Revision cce3a411 (qgis): Ensure 3d length is also shown in identify tool results for
multilinestringz geometries
Fixes #43930
Nyall Dawson
09:18 AM Revision 22ac5c7d (qgis): [processing] Clear python command in history dialog when selecting a no...
Mathieu Pellerin - nIRV
09:18 AM Revision b5a6cdf1 (qgis): [ui][processing] Fix broken enter key showing help instead of running a...
Mathieu Pellerin - nIRV
09:15 AM Revision 19eaec74 (qgis): [processing] Clear python command in history dialog when selecting a no...
Mathieu Pellerin - nIRV
09:15 AM Revision a777ba8a (qgis): [ui][processing] Fix broken enter key showing help instead of running a...
Mathieu Pellerin - nIRV
07:22 AM Revision 9076e64a (qgis): If all layer names are the same, remove them from the sub layer uris
Nyall Dawson
07:22 AM Revision 6a0497f5 (qgis): Fix sqlite skipped layer names logic
Nyall Dawson
07:22 AM Revision 2de65c27 (qgis): Update test result for correct feature count state (uncounted)
Nyall Dawson
07:22 AM Revision 686a8147 (qgis): Fix cppcheck warning
Nyall Dawson
07:22 AM Revision a5d7fe2b (qgis): Unit tests for OGR provider querySublayers, minor fixes
Nyall Dawson
07:22 AM Revision 15e1e237 (qgis): Support responsive cancelation of sub layers query for OGR provider
In some cases this code iterates through features, so early exit
paths are desirable
Nyall Dawson
07:22 AM Revision 29c1dff1 (qgis): Implement querySubLayers for OGR provider metadata
Nyall Dawson
07:22 AM Revision a98411fb (qgis): Rework QgsOgrProviderUtils::querySubLayerList to use QgsProviderSublaye...
Nyall Dawson
07:22 AM Revision 6be7cc6e (qgis): Const
Nyall Dawson
07:22 AM Revision 26d60404 (qgis): Move QgsOgrProvider::addSubLayerDetailsToSubLayerList to QgsOgrProvider...
(no code changes, just movement) Nyall Dawson
07:22 AM Revision 0ea4427f (qgis): Expand tests
Nyall Dawson
07:22 AM Revision 46a80168 (qgis): Rename addSubLayerDetailsToSubLayerList to querySubLayerList
Nyall Dawson
07:00 AM Revision 55d1ba43 (qgis): Ensure 3d length is also shown in identify tool results for
multilinestringz geometries
Fixes #43930
Nyall Dawson
06:57 AM Revision 9c88c614 (qgis): Ensure 3d length is also shown in identify tool results for
multilinestringz geometries
Fixes #43930
Nyall Dawson
06:57 AM Revision 562b6b13 (qgis): Apply suggestions from code review
Nyall Dawson
06:57 AM Revision a8b17bd1 (qgis): Amend sprite retrieval (qgis#43925)
Update url path with resolution and extension rather than appending to string First Name
06:54 AM Revision 87decc21 (qgis): Amend sprite retrieval
Update url path with resolution and extension rather than appending to string
Fixes #43925
First Name
03:14 AM Revision 2d1bb604 (qgis): MemoryProvider native type is boolean and not bool
Damiano Lombardi
03:14 AM Revision 8c82b695 (qgis): MemoryProvider fix strange fieldName suffix in cloned layer
If fields added with QgsMemoryProvider::addAttributes have an empty
typeName, the URI returned by vl.publicSource() m...
Damiano Lombardi
03:14 AM Revision a7880d9d (qgis): Update .flake8
Damiano Lombardi
03:14 AM Revision ae0d37ac (qgis): Fix test
Damiano Lombardi
02:22 AM Revision ea0c6e55 (qgis): exit fillTree() if no log entries
nicogodet

2021-06-27

10:47 PM Revision a1013979 (qgis): exit fillTree() if no log entries
nicogodet
10:44 PM Revision 681ff429 (qgis): exit fillTree() if no log entries
nicogodet
04:19 PM Revision fbf77905 (qgis): debian/rpm packaging: drop libauthmethod_oauth2_static.a again (followup
019976e59) Jürgen Fischer
10:46 AM Revision 7894ec5b (qgis): [qgsquick] When reading map settings from a loaded project and
the canvas bits are missing, use proper project full extent Mathieu Pellerin - nIRV
10:46 AM Revision 790cd4b4 (qgis): [qgsquick] Do not refresh/redraw map canvas when its settings are invalid
Mathieu Pellerin - nIRV
10:33 AM Revision 856a63a6 (qgis): Merge pull request #43929 from elpaso/bugfix-gh43849-server-wms-invalid...
Server WMS getfeatureinfo: throw on invalid filter Alessandro Pasotti

2021-06-26

07:03 PM Revision e724d6d4 (qgis): tstat.pl: switch to Locales
(cherry picked from commit 8dde0b1fdc0b6324ed9196d7dcdaee791d5cd9db) Jürgen Fischer
07:00 PM Revision 0a45e7fb (qgis): tstat.pl: switch to Locales
(cherry picked from commit 8dde0b1fdc0b6324ed9196d7dcdaee791d5cd9db) Jürgen Fischer
06:59 PM Revision 8dde0b1f (qgis): tstat.pl: switch to Locales
Jürgen Fischer

2021-06-25

10:23 PM Revision 521ef287 (qgis): Port wildcard logic to GDAL querySublayers
Nyall Dawson
07:39 PM Revision cb308b91 (qgis): Server WMS getfeatureinfo: throw on invalid filter
Fixes #43849 Alessandro Pasotti
06:35 PM Revision 23e23231 (qgis): Merge pull request #43913 from m-kuhn/minflex26
Minimum flex version 2.6 and a bit of cleanup Matthias Kuhn
05:24 PM Revision bb9c45db (qgis): [CLI] Add --version and -v to know QGIS version
Etienne Trimaille
04:39 PM Revision ba75f371 (qgis): Merge pull request #43923 from nicogodet/fix-since-39211
Correct since indent legend (follow #39211) Paul Blottiere
04:33 PM Revision 9776bac5 (qgis): Update results
Paul Blottiere
04:33 PM Revision 20a9b4c0 (qgis): Fixes WMTS GetCapabilities and axis order
Paul Blottiere
04:17 PM Revision d326d386 (qgis): [mesh] mesh frame editing part-1 (qgis_core) (#43828)
[feature] qgis_core changes to allow mesh layer editing (part-1 or QEP#228) Vincent Cloarec
03:17 PM Revision e3349e4a (qgis): fix undefined ref
Matthias Kuhn
03:05 PM Revision 20742e52 (qgis): suppress warnings for generated files
Matthias Kuhn
11:47 AM Revision ff388dc7 (qgis): Correct since indent legend (follow #39211)
nicogodet
10:27 AM Revision f14e098e (qgis): also rename grassrasterprovider
Jürgen Fischer
09:53 AM Revision 502a13d3 (qgis): initialize embedded python to UTF-8 mode only with Python >=3.8 (follow...
(cherry picked from commit 65676da81619249f479e6e932aa64ba756d4deca) Jürgen Fischer
09:52 AM Revision 702c3be1 (qgis): initialize embedded python to UTF-8 mode only with Python >=3.8 (follow...
(cherry picked from commit 65676da81619249f479e6e932aa64ba756d4deca) Jürgen Fischer
09:51 AM Revision 65676da8 (qgis): initialize embedded python to UTF-8 mode only with Python >=3.8 (follow...
Jürgen Fischer
09:14 AM Revision 4d271837 (qgis): Merge pull request #39211 from jdugge/indent_legend_groups
[FEATURE] Indentation of legend groups and subgroups Matthias Kuhn
08:42 AM Revision 8f97fd91 (qgis): avoid warnings
Matthias Kuhn
06:25 AM Revision d34a0c32 (qgis): Merge pull request #43919 from basilrabi/rpm
[RPM] fix build due to https://github.com/qgis/QGIS/pull/43768 Basil Eric Rabi
05:53 AM Revision 8c9d0084 (qgis): Spelling
Nyall Dawson
05:53 AM Revision 2a9c32bb (qgis): [feature] Expose data defined control over raster layer opacity
Allows the opacity of a raster to be varied e.g. on different
pages of an atlas, depending on the visibility of anoth...
Nyall Dawson
05:53 AM Revision c013c782 (qgis): [api] Attach QgsPropertyCollection to QgsRasterPipe to allow
for data-defined raster pipeline properties Nyall Dawson
05:53 AM Revision 2d489737 (qgis): [feature] Add a "redraw layer only" temporal mode for raster layers
Just like the equivalent setting for vector layers, this option
causes a raster layer to be redrawn on each new anima...
Nyall Dawson
05:53 AM Revision e8ed43e4 (qgis): Add since
Nyall Dawson
05:53 AM Revision bcca0baf (qgis): Expose correct expression context
Nyall Dawson
02:50 AM Revision 3c3059c9 (qgis): Fix code example blocks in QgsFeature documentation
Nyall Dawson
02:50 AM Revision 711a615b (qgis): Fix raises sphinx format
Nyall Dawson

2021-06-24

12:16 AM Revision a20c909c (qgis): Minimum flex version 2.6 and a bit of cleanup
Fixes #43903
Fixes #43795
Matthias Kuhn
10:37 PM Revision 3274780d (qgis): Rename QgsNetworkLogger::removeRows() to removeRequestRows() to avoid h...
Even Rouault
10:37 PM Revision 8a6ed7d8 (qgis): Address -Woverloaded-virtual clang virtual and enable the warning
Even Rouault
09:23 PM Revision e64e8d26 (qgis): correctly exit OGC workflow on error
Denis Rouzaud
07:40 PM Revision d28c5f38 (qgis): MinGW: Skip windows api libraries in dependency collection
Sandro Mani
07:40 PM Revision 91ebc53f (qgis): Fix qgis executable icon on MINGW
Sandro Mani
07:40 PM Revision 78f434c9 (qgis): MinGW: Install sip source files
Sandro Mani
07:35 PM Revision 7c69504c (qgis): Merge pull request #43911 from nicogodet/nicogodet-patch-ogctest
fix OGC test Denis Rouzaud
05:53 PM Revision f29ecd66 (qgis): fix OGC workflow
Denis Rouzaud
05:53 PM Revision 8bd83475 (qgis): fix OGC workflow
Denis Rouzaud
04:48 PM Revision 6cdbced8 (qgis): allow to build auth methods statically (#43866)
* allow to build auth methods statically
* enable static build of all auth methods
* follow-up
* fix static auths
...
Denis Rouzaud
04:10 PM Revision 8915a075 (qgis): put back virtual methods
Denis Rouzaud
03:27 PM Revision cfb42417 (qgis): fix auth manager bindings without gui
Denis Rouzaud
03:13 PM Revision 437b3efb (qgis): disable feature earlier
Denis Rouzaud
02:43 PM Revision cb2fb67d (qgis): Merge pull request #43639 from mhugent/network_request_preprocessor
Network request preprocessor Marco Hugentobler
02:42 PM Revision 23b4786c (qgis): Merge pull request #43526 from kadas-albireo/attachments
Implement project file attachments Sandro Mani
01:51 PM Revision b8d0b2bd (qgis): add cache to OGC workflow for Docker build and QGIS build (#43897)
* add cache to OGC workflow for Docker build and QGIS build
* fix context
* Update ogc.yml
* fix context
Denis Rouzaud
01:43 PM Revision 144098b9 (qgis): fix SIP condition
Denis Rouzaud
11:48 AM Revision 51f25b7d (qgis): fix SIP feature
Denis Rouzaud
11:47 AM Revision e7eb1892 (qgis): initialize embedded python to UTF-8 mode (fixes #43834)
(cherry picked from commit 61c79736d06d234b9b3c023907d37d2b486efd0e) Jürgen Fischer
11:47 AM Revision 66f0b699 (qgis): postgres provider: fix handling of queries in QgsPostgresConn::retrieve...
(cherry picked from commit 93fe5b0d5e94362da9ac839a92cf0a25d883a732) Jürgen Fischer
11:47 AM Revision 2f778dc5 (qgis): initialize embedded python to UTF-8 mode (fixes #43834)
(cherry picked from commit 61c79736d06d234b9b3c023907d37d2b486efd0e) Jürgen Fischer
11:34 AM Revision 93fe5b0d (qgis): postgres provider: fix handling of queries in QgsPostgresConn::retrieve...
Jürgen Fischer
11:34 AM Revision 61c79736 (qgis): initialize embedded python to UTF-8 mode (fixes #43834)
Jürgen Fischer
11:24 AM Revision 1851e379 (qgis): fix bindings with core only
Denis Rouzaud
09:56 AM Revision f2758f97 (qgis): O2_DLL
Denis Rouzaud
08:37 AM Revision 8cb816fb (qgis): Merge pull request #43896 from nyalldawson/hig
Fix capitalization Matthias Kuhn
07:51 AM Revision f219050a (qgis): fix: does not show PostgreSQL datatype: cidr/macaddr in query results
MorriganR
07:41 AM Revision b04b7346 (qgis): Fix capitalization
Nyall Dawson
07:35 AM Revision c88eabc6 (qgis): add missing gui edits
Denis Rouzaud
02:56 AM Revision c5189129 (qgis): Merge pull request #43883 from kadas-albireo/includes
Install missing headers, fix includes from installed location Sandro Mani
02:06 AM Revision 76bef98f (qgis): Fix UnicodeDecodeError in Processing history
Andrea Giudiceandrea

2021-06-23

01:55 AM Revision 8cb7fa0a (qgis): Fix UnicodeDecodeError in Processing history
Andrea Giudiceandrea
01:29 AM Revision 168a0951 (qgis): [processing] Fix use of data defined parameter values when editing
features in place
Fixes #43758
Nyall Dawson
01:29 AM Revision 16623312 (qgis): [layouts] Fix bounding rectangle for shapes doesn't include stroke
width after loading from xml
Fixes #43748
Nyall Dawson
01:08 AM Revision 83f73027 (qgis): Install missing headers, fix includes from installed location
Sandro Mani
12:03 AM Revision be63c8b7 (qgis): debian packaging: include python3-pyqt5.qtpositioning
Jürgen Fischer
11:57 PM Revision 494cff5b (qgis): Fix UnicodeDecodeError in Processing history
Andrea Giudiceandrea
11:57 PM Revision e72a7a78 (qgis): Fix UnicodeDecodeError in Processing history
Andrea Giudiceandrea
11:54 PM Revision 132dae50 (qgis): fix: does not show PostgreSQL datatype: cidr/macaddr in query results
MorriganR
11:53 PM Revision f55b5b9e (qgis): Fix UnicodeDecodeError in Processing history
Andrea Giudiceandrea
11:52 PM Revision 497590ed (qgis): fix: does not show PostgreSQL datatype: cidr/macaddr in query results
MorriganR
11:47 PM Revision f213887d (qgis): typo
nicogodet
11:47 PM Revision fdb5bd4c (qgis): typo
nicogodet
08:56 PM Revision 38b41963 (qgis): Avoid including QgsWebView from installed header
Sandro Mani
08:41 PM Revision e6c9315e (qgis): typo
nicogodet
08:41 PM Revision d885ad5e (qgis): typo
nicogodet
08:36 PM Revision 908e38a2 (qgis): typo
nicogodet
08:16 PM Revision c7eb0e3e (qgis): fix test
Denis Rouzaud
08:01 PM Revision 7ecfd234 (qgis): some cleanup
Denis Rouzaud
07:19 PM Revision 152b7665 (qgis): fix test and more
Denis Rouzaud
03:05 PM Revision e02d3411 (qgis): fix bindings again
Denis Rouzaud
03:03 PM Revision a173f460 (qgis): fix dox again
Denis Rouzaud
02:53 PM Revision e25ff6f3 (qgis): fix dox
Denis Rouzaud
02:48 PM Revision 4d6ca4fd (qgis): fix core only
Denis Rouzaud
02:30 PM Revision b0b22bb6 (qgis): fix bindings
Denis Rouzaud
02:23 PM Revision 4db9a0cb (qgis): fix dynamic
Denis Rouzaud
02:13 PM Revision eb13fee4 (qgis): fix static auths
Denis Rouzaud
01:24 PM Revision bae9214d (qgis): fix windows build
Jürgen Fischer
01:22 PM Revision cf394122 (qgis): typo fix (followup 989cfaf9842)
Jürgen Fischer
01:15 PM Revision fb97e8fa (qgis): follow-up
Denis Rouzaud
12:52 PM Revision 019976e5 (qgis): enable static build of all auth methods
Denis Rouzaud
12:52 PM Revision a42df3b8 (qgis): allow to build auth methods statically
Denis Rouzaud
11:41 AM Revision b7ef0b41 (qgis): Ensure project is dirtied when layer notes are modified
Nyall Dawson
11:35 AM Revision 7ae4e837 (qgis): Fix build
Nyall Dawson
11:35 AM Revision 00db2820 (qgis): Add generic method to QgsMapLayerFactory to create map layers of
any type Nyall Dawson
11:35 AM Revision 07f58123 (qgis): Add uri to QgsProviderSublayerDetails
Nyall Dawson
11:35 AM Revision 69debff4 (qgis): Add convenience method to directly convert QgsProviderSublayerDetails
object to a QgsMapLayer Nyall Dawson
11:35 AM Revision 6995cfd0 (qgis): Fix QgsGdalProvider::subLayers() return result
Nyall Dawson
11:35 AM Revision bee11c7d (qgis): Fix windows build
Nyall Dawson
11:35 AM Revision 3b34458a (qgis): Respect FastScan flag in gdal provider
Nyall Dawson
11:35 AM Revision 08d4050e (qgis): Fix build
Nyall Dawson
11:35 AM Revision 2b384ce9 (qgis): Expand tests
Nyall Dawson
11:35 AM Revision 09983713 (qgis): Implement querySublayers for GDAL provider
Nyall Dawson
11:35 AM Revision 04a73579 (qgis): Implement querySublayers for mdal provider
Nyall Dawson
11:11 AM Revision 55e20eb8 (qgis): avoid code duplication of fromEncodedComponent_helper(QGIS)/qt_urlRecod...
Denis Rouzaud
09:30 AM Revision f50dd99e (qgis): Dox++
Nyall Dawson
09:30 AM Revision e2b7f071 (qgis): Improve QgsRasterPipe docs
Nyall Dawson
09:30 AM Revision f62ddb37 (qgis): Promote QgsRasterPipe enums to enum classes in Qgis namespace
and add forward declares where possible Nyall Dawson
09:30 AM Revision 5875b3d8 (qgis): Fix incorrect use of QgsRasterPipie::setOn when changing raster pipe re...
Nyall Dawson
08:40 AM Revision ec89ebef (qgis): Ensure project is dirtied when layer notes are modified
Nyall Dawson
08:37 AM Revision 9fd1ddf3 (qgis): Ensure project is dirtied when layer notes are modified
Nyall Dawson
08:36 AM Revision 9d1f56f2 (qgis): [layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15
Workarounds bugs in the PDF export for these earlier versions
Fixes #42698
Nyall Dawson
08:36 AM Revision 764dedc3 (qgis): [layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15
Workarounds bugs in the PDF export for these earlier versions
Fixes #42698
Nyall Dawson
07:16 AM Revision d29c6ad2 (qgis): When refining a rule based renderer rule by categories, copy the
category label as each rule label instead of the raw expression Nyall Dawson
06:40 AM Revision 095c0dc9 (qgis): [layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15
Workarounds bugs in the PDF export for these earlier versions
Fixes #42698
Nyall Dawson
06:40 AM Revision 0fa9b9cf (qgis): [layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15
Workarounds bugs in the PDF export for these earlier versions
Fixes #42698
Nyall Dawson
06:39 AM Revision 827fb9ad (qgis): [processing] Fix use of data defined parameter values when editing
features in place
Fixes #43758
Nyall Dawson
06:38 AM Revision 02983fe7 (qgis): [layouts] Fix bounding rectangle for shapes doesn't include stroke
width after loading from xml
Fixes #43748
Nyall Dawson
06:37 AM Revision cc33a733 (qgis): [layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15
Workarounds bugs in the PDF export for these earlier versions
Fixes #42698
Nyall Dawson

2021-06-22

09:25 PM Revision c9ad0907 (qgis): PostgreSQL provider: use bounding box column to compute extent
Speeds up extent computation when custom indexed bbox column is
given. References #43835
Sandro Santilli
06:02 PM Revision 2cb7348c (qgis): PostgreSQL provider: use bounding box column to compute extent
Speeds up extent computation when custom indexed bbox column is
given. References #43835
Sandro Santilli
05:59 PM Revision 2da0ddf3 (qgis): PostgreSQL provider: use bounding box column to compute extent
Speeds up extent computation when custom indexed bbox column is
given. References #43835
Sandro Santilli
05:52 PM Revision 1600e25b (qgis): Simplify signals in QgsMeshRendererScalarSettingsWidget
Alessandro Pasotti
05:40 PM Revision 520732a8 (qgis): allow to build qgis_app statically (#43846)
Denis Rouzaud
02:26 PM Revision ea8d0d6e (qgis): Merge pull request #43840 from qgis/fix-warning
fix warning Denis Rouzaud
01:53 PM Revision ea243a03 (qgis): fix warning
Denis Rouzaud
01:24 PM Revision 220d5ec7 (qgis): Format python code
Marco Hugentobler
01:19 PM Revision b3f013b1 (qgis): Fix range param
Alessandro Pasotti
11:46 AM Revision 8c948587 (qgis): Fix resolving localized paths with sublayer selection suffix
Sandro Mani
11:46 AM Revision 6f0bac42 (qgis): Also support project attachments for QGS format
Sandro Mani
10:34 AM Revision 357177d2 (qgis): GUI localization tweaks
Part of QEP https://github.com/qgis/QGIS-Enhancement-Proposals/issues/210
Locale support for numeric input and displ...
Alessandro Pasotti
09:04 AM Revision 001d363b (qgis): Implement project file attachments
Sandro Mani
07:51 AM Revision c2a1d875 (qgis): Merge pull request #43815 from domi4484/mssqlUniqueConstraint
[mssql] use unique constraint info from db to set field ConstraintUnique Matthias Kuhn
06:12 AM Revision 4510dd45 (qgis): fix SVG selector widget not reacting to changes
fixes #43802 Denis Rouzaud
06:12 AM Revision c4a0f5b5 (qgis): also set picture mode
Denis Rouzaud
06:09 AM Revision 17b421ae (qgis): fix SVG selector widget not reacting to changes (#43805)
* fix SVG selector widget not reacting to changes
fixes #43802
* also set picture mode
Denis Rouzaud
02:54 AM Revision 79188ff0 (qgis): Allow 2 decimals for raster contour intervals
nicogodet
02:54 AM Revision bb8ebb97 (qgis): Allow 2 decimals for raster contour intervals
nicogodet

2021-06-21

01:42 AM Revision 18b60218 (qgis): Update src/app/qgisapp.cpp
Nyall Dawson
01:42 AM Revision c1f58132 (qgis): independent interface customization for Vertex Tool Current and All Layers
MorriganR
12:43 AM Revision 89d58dc7 (qgis): Fix wording
Nyall Dawson
12:43 AM Revision c7926181 (qgis): Layout fixes
Nyall Dawson
12:43 AM Revision 24301734 (qgis): Fix since
Nyall Dawson
12:43 AM Revision 2328f4fa (qgis): Fix sipify handling of long long return types
Nyall Dawson
12:43 AM Revision e59f3431 (qgis): Introduce QgsProviderSubLayerDetails
Nyall Dawson
12:43 AM Revision 469f9679 (qgis): Add framework for querying for dataset sublayers via
QgsProviderRegistry/QgsProviderMetadata Nyall Dawson
12:40 AM Revision 0ab96b6c (qgis): add a is2DClosed test
Loïc Bartoletti
12:40 AM Revision 16bc56fc (qgis): An error message is displayed when an auxiliary layer cannot be created
Paul Blottiere
12:40 AM Revision 9b347714 (qgis): test for mesh calculator IF operator and temporal dataset group
Vincent Cloarec
12:40 AM Revision 71570755 (qgis): fix mesh calculator IF operator
Vincent Cloarec
12:40 AM Revision c87462dc (qgis): Fix temporal fields reset if previously set to no value
Fixes #43643
(cherry picked from commit ab1ff23de676f4d35eafd684edab8d721aef74b8)
Nyall Dawson
12:40 AM Revision 9e7212cf (qgis): Use more explicit variable name for filter range
Nyall Dawson
12:40 AM Revision ce5c96b3 (qgis): [temporal] Fix filter generation for vector temporal layers
When features have a temporal "range", we should never treat
that range as inclusive of the end (or we end up with fe...
Nyall Dawson
12:40 AM Revision a4bc6465 (qgis): more precise tooltips for buttons in relation editor
fixes #34477 Denis Rouzaud
12:40 AM Revision 6cbfce28 (qgis): [locator] add open form action, automatically open form for non geometr...
manual backport of #43462 Denis Rouzaud
12:40 AM Revision afffcc3b (qgis): Fix #43539, backport from #43579
Damiano Lombardi
12:40 AM Revision 9046e65d (qgis): Fix build
Nyall Dawson
12:40 AM Revision 1609ea8f (qgis): Fix it's impossible to change a rule based labeling "else" rule
back to a normal rule
Port fixes from rule based renderer else handling to rule based
labeling
Nyall Dawson
12:40 AM Revision 5f687b89 (qgis): Fix papercut in rule based labeling widget where it's possible
to uncheck BOTH the filter and else radio buttons Nyall Dawson
12:40 AM Revision bccfb2d6 (qgis): Adds information when a line is 2D closed but Z are differents. While h...
Loïc Bartoletti
12:40 AM Revision e55a5141 (qgis): [expression] Allow use of (and return null to) index operator against n...
Mathieu Pellerin - nIRV
12:40 AM Revision 8f03f04b (qgis): Update src/app/qgsfeatureaction.cpp
Co-authored-by: Matthias Kuhn <[email protected]> Alessandro Pasotti
12:40 AM Revision 3e0a9655 (qgis): Do not set initial attr values for default clause
Fixes #42909
Setting intial values from previously entered values when
they are equal to the default was pointless a...
Alessandro Pasotti
12:40 AM Revision 5beab1d9 (qgis): reinstate QWTPOLAR_LIBRARY. Fixes #41910
Loïc Bartoletti
12:40 AM Revision 6795bfac (qgis): Add test for GRASS r.proj alg
(cherry picked from commit 7d57aeef225e5a80255c2a4ed3b5b3eff7c3e609) Andrea Giudiceandrea
12:40 AM Revision a867493f (qgis): [processing][grass] Fix r.proj in Windows
Properly escape the equal sign in the for /f command and fix a typo in the variable name
(cherry picked from commit ...
Andrea Giudiceandrea
12:40 AM Revision aca1a9dc (qgis): Fixes #33108 : Fix displayed array list in query builder
Julien Cabieces
12:40 AM Revision 9c879807 (qgis): fix build
Loïc Bartoletti
12:40 AM Revision 009226c2 (qgis): remove the png icon
Loïc Bartoletti
12:40 AM Revision 8ad8673b (qgis): BTW use the svg icon
Loïc Bartoletti
12:40 AM Revision 89b5097d (qgis): Indicates z
Loïc Bartoletti
12:40 AM Revision 16161cb3 (qgis): [Geometry checker] Fix the error resolution ui. Fixes #42489
method.id() always returns 0, I put back the old mechanism which works. Loïc Bartoletti
12:40 AM Revision e82015b6 (qgis): Fixes #40117 : Copy CRS to clipboard when copying selected features
Julien Cabieces
12:40 AM Revision a08fb7ba (qgis): [PyQGIS] Fixes qgis#42488 : Fix QgsFeatureFilterModel SIP interface
Julien Cabieces
12:40 AM Revision 942bad24 (qgis): fix convertToCurve not converting CURVEPOLYGON
Olivier Dalang
12:40 AM Revision 1a9501ba (qgis): fix convertToCurve not converting CURVEPOLYGON (failing test case)
Olivier Dalang
12:40 AM Revision 7b3667e8 (qgis): [Postgres] Fixes #42778 : don't quote integer array elements to match a...
Julien Cabieces
12:40 AM Revision e3f9f7b8 (qgis): Fix Python module enviroment setup on Windows
- Trim trailing newline when reading .env lines
- Skip empty, commented and non "key=value" lines
- Allow = chars in ...
komima
12:40 AM Revision 7f91c00e (qgis): [symbols] Fix marker symbol bounds incorrectly include bounds of
disabled symbol layers
(cherry picked from commit ca54e8f8520453954e06e4d91adbd375287ddadd)
Nyall Dawson
12:40 AM Revision 350d7c03 (qgis): fix auto populating when input param is QgsProcessingParameterMapLayer
(cherry picked from commit 2e5e6264bf32d1088e678aeae3e805106eff405c) nicogodet
12:40 AM Revision 3d04f9ed (qgis): Don't try to render font marker symbols in massive font sizes
Instead, scale the painter after the font exceeds a certain threshold.
The end result looks the same, but should avoi...
Nyall Dawson
12:40 AM Revision 660c76f8 (qgis): Sipify
Nyall Dawson
12:40 AM Revision 3aa89f3d (qgis): Fix build
Nyall Dawson
12:40 AM Revision df265d43 (qgis): Don't show symbol levels actions in renderer widgets for renderers
which are subrenderers for other renderers
Symbol layers have no effect in this situation (e.g. when a categorized
r...
Nyall Dawson
12:40 AM Revision 1161190a (qgis): Fix memory leaks in renderer widgets
(cherry picked from commit 9a9b7eebf419a5cc8d223d3465417a46935549da) Nyall Dawson
12:40 AM Revision f5aed6db (qgis): Code cleanup and modernization
(cherry picked from commit b3f067488682953236b406383b9039c662a34f76) Nyall Dawson
12:40 AM Revision ae850394 (qgis): Manual backport of #42383
Stefanow Natsis
12:40 AM Revision c3c24a05 (qgis): Use a safer approach to update renderers after symbol levels are changed
Instead of directly changing the renderer in place in the symbol levels
widget, we delegate responsibility for handli...
Nyall Dawson
12:40 AM Revision 5165cfd5 (qgis): Update tests/src/analysis/testqgsinterpolator.cpp
Co-authored-by: Vincent Cloarec <[email protected]> Even Rouault
12:40 AM Revision 30fbfe24 (qgis): Update tests/src/analysis/testqgsinterpolator.cpp
Co-authored-by: Vincent Cloarec <[email protected]> Even Rouault
12:40 AM Revision ceb21472 (qgis): Fix qgsinterpolator and qgstininterpolator with NULL value (#43302)
Fixes #43286, fixes #42689 Vincent Cloarec
12:40 AM Revision 5942d2c7 (qgis): Fix incorrect handling of data type in grass raster data provider
(cherry picked from commit 50b2ac4c89a669cf08b5db81f62a4f3cf88fc495) Nyall Dawson
12:40 AM Revision 90728ca4 (qgis): Sipify
Nyall Dawson
12:40 AM Revision 56052b68 (qgis): adds test from #43582
Loïc Bartoletti
12:40 AM Revision a6a2bd9c (qgis): is2DClosed -> isClosed2D and fix a typo
Loïc Bartoletti
12:40 AM Revision 81388b22 (qgis): remove boundingBoxIntersects which was not present in the original pr
Loïc Bartoletti
12:40 AM Revision a232222b (qgis): Ensure correct expression context is used in map select tools,
identify tool, map tips and vertex tool
Fixes #42006
(cherry picked from commit 01d971089a5c9f25d6302a05dba0d352dca...
Nyall Dawson
12:40 AM Revision b9fcc16a (qgis): Make QgsMapCanvas a QgsExpressionContextGenerator
(cherry picked from commit 79338d130607d6c36c5d4625eb394463c2909d61) Nyall Dawson
12:40 AM Revision 04215e53 (qgis): [OGR provider] Fix conflict between layers using same OGR datasource an...
Even Rouault
12:40 AM Revision 8b89fe85 (qgis): [WFS provider] Do not issue full layer download when requesting feature...
and when they are already in the local cache.
Fixes #42049
Even Rouault
12:40 AM Revision f4a793ae (qgis): Fix SIP issue with return results from calculateStatistics
Fixes #43245
SIP failed to convert the QMap<QgsZonalStatistics::Statistic, QVariant>
so we give it an QMap<int, QVar...
Alessandro Pasotti
12:40 AM Revision 772321fd (qgis): [Processing] Fix specific exception type in getParameterFromString
René-Luc ReLuc
12:40 AM Revision 328af1df (qgis): [Processing] Fix getParameterFromString to get Vector Layer data types ...
In Processing parameter description QgsProcessingParameterVectorLayer multi data types does not work as QgsProcessing... René-Luc ReLuc
12:40 AM Revision 81a2ec25 (qgis): [Postgres] Use IN clause instead of OR for whereClause on text primary
keys Julien Cabieces
12:40 AM Revision 01414a80 (qgis): [windows] Fix form macro encoding from file on windows
When loading a python file in a form on windows, the file is opened using the default system encoding (which may be d... Alessandro Pasotti
12:40 AM Revision af2e56ec (qgis): [Tests][Server] Remove print('CTEST_FULL_OUTPUT') and duplicated line
René-Luc ReLuc
12:40 AM Revision def22df1 (qgis): [Tests] QGIS Server access control and Postgres layers
Testing QGIS Sever GetMap request with Postgres layers:
* rendering
* rendering with acces control
* rendering with s...
René-Luc ReLuc
12:40 AM Revision 9a9d3b64 (qgis): [Server] Fix the selection method in server renderer
The server feature id is a string and can be based on primary key attributes.
The server renderer selection method do...
René-Luc ReLuc
12:40 AM Revision 1f5e4a10 (qgis): Add missing documentation
Mathieu Pellerin - nIRV
12:40 AM Revision cb5b54f8 (qgis): [editor widgets] Avoid infinite image resize loop
Mathieu Pellerin - nIRV
12:40 AM Revision d4cba80e (qgis): [editor widgets] Fix external resource's image not cleared when browsin...
Mathieu Pellerin - nIRV
12:40 AM Revision e464d420 (qgis): [vector file writer] Fix another FID corner scenario (fixes #34613)
Mathieu Pellerin - nIRV
12:40 AM Revision 6332a1e6 (qgis): Ensure tests run on queued_ltr_backports PRs
Nyall Dawson
12:40 AM Revision 7f57c8bf (qgis): Also set correct expression context on feature request
(cherry picked from commit ba5692c57dd54a410dea59d40c2a48bcf4310a6f) Nyall Dawson
12:40 AM Revision 74bbbc57 (qgis): Fixes missing icon for geometry checker plugin. Fixes #42708
Loïc Bartoletti
12:39 AM Revision 46dad154 (qgis): change after review
speillet
12:39 AM Revision 4ca68724 (qgis): use authcfgid
speillet
12:39 AM Revision 537bdfd5 (qgis): remove QgsSpatialiteConnection::deleteConnection
speillet
12:39 AM Revision 07c90b72 (qgis): add configuration to metadataprovider
speillet
12:39 AM Revision a8640348 (qgis): update provider metadata after adding new connection in browser
speillet
12:33 AM Revision a29ce541 (qgis): Add QgsApplication::translation as counterpart to QgsApplication::setTr...
Sandro Mani
12:33 AM Revision 94f25993 (qgis): Fix loading Qt translations on MinGW
Sandro Mani
12:33 AM Revision d5c38907 (qgis): Also load qtbase translations (QDialogButtonBox buttons etc)
Sandro Mani
12:32 AM Revision a8c1be69 (qgis): Allow specifying default WMS image format in settings
Sandro Mani
12:29 AM Revision bbf5d11a (qgis): Fix test
Alessandro Pasotti
12:29 AM Revision 4ff00642 (qgis): Remove duplicated code for localized numbers
Followup #43681 Alessandro Pasotti
12:25 AM Revision a544ba30 (qgis): [feature]: Possibility to set if newly created project should default t...
Marco Hugentobler
12:25 AM Revision fe00f74b (qgis): Use QgsSettings and add unit test
Marco Hugentobler
12:25 AM Revision 479173df (qgis): Use one project in test and call QgsProject::clear()
Marco Hugentobler
12:25 AM Revision f3c217cb (qgis): Add entry to qgis_global_settings.ini
Marco Hugentobler
12:25 AM Revision 41a07908 (qgis): Title case
Marco Hugentobler
12:09 AM Revision 8a5044ba (qgis): Allow 2 decimals for raster contour intervals
nicogodet
12:09 AM Revision eaa68883 (qgis): Allow 2 decimals for raster contour intervals
nicogodet
12:06 AM Revision 6fbb4e8c (qgis): Allow 2 decimals for raster contour intervals
nicogodet
10:59 PM Revision 69530a56 (qgis): followup ad618e77182
Jürgen Fischer
09:53 PM Revision 3428c49f (qgis): Fix build
Nyall Dawson
09:53 PM Revision dd317900 (qgis): Move some more useful methods to QgsOgrProviderUtils
Nyall Dawson
09:53 PM Revision b422306a (qgis): Split qgsogrprovider.cpp/.h up to seperate into qgsogrproviderutils
and qgsorgprovidermetadata
These files were becoming mammoth, with functions from different
classes all mashed toget...
Nyall Dawson
09:53 PM Revision 8b26ad81 (qgis): Fix build
Nyall Dawson
09:01 PM Revision e4ba6b1f (qgis): Merge pull request #43816 from gacarrillor/update_tag
Add 'update' tag to find GeometryByExpression alg easier Matthias Kuhn
05:45 PM Revision 350ed39a (qgis): Add 'update' tag to find GeometryByExpression alg easier
Germán Carrillo
05:09 PM Revision 5e62599c (qgis): [cmake] drop FORCE_STATIC_PROVIDERS in favor of FORCE_STATIC_LIBS (#43814)
one cannot be used without the other since there is a cycle dependency between qgis_core and proiver_postgres/wms (cy... Denis Rouzaud
04:36 PM Revision ad17471d (qgis): [mssql] use unique constraint info from db to set field ConstraintUnique
Damiano Lombardi
04:29 PM Revision 4461d899 (qgis): Merge pull request #43813 from qgis/3nids-patch-1
also use ${LIBRARY_TYPE} in gui/CMakeLists.txt Denis Rouzaud
04:02 PM Revision 765e92b1 (qgis): also use ${LIBRARY_TYPE} in gui/CMakeLists.txt
Denis Rouzaud
04:01 PM Revision 99270d04 (qgis): Merge pull request #43809 from nicogodet/patch-1
OpenCL log INFO level instead of Warning when device is found Alessandro Pasotti
02:05 PM Revision ac031372 (qgis): Fixes #34791 : set up cache geometry if HTML widget needs it
Julien Cabieces
01:33 PM Revision de6ef967 (qgis): Merge pull request #43793 from 3nids/cmake-test-macro-targets-rebased
[cmake] use single macro QGIS_ADD_TEST and modernize cmake code Denis Rouzaud
12:43 PM Revision 408ed548 (qgis): Add comment and fix compile
Marco Hugentobler
11:31 AM Revision 1163d296 (qgis): Move preprocessors to cpp file
Marco Hugentobler
11:31 AM Revision a7739d97 (qgis): Add doc
Marco Hugentobler
11:31 AM Revision 7ec671a8 (qgis): Spell check
Marco Hugentobler
11:31 AM Revision 6221754e (qgis): Use preprocessed URLs for QgsTileCache tile keys and add unit test for ...
Marco Hugentobler
11:31 AM Revision 2b97162c (qgis): Since QGIS 3.22
Marco Hugentobler
11:31 AM Revision ee17ca8e (qgis): Fix sip code
Marco Hugentobler
11:31 AM Revision db4ddb90 (qgis): Merge pull request #43560 from pblottiere/as_always_save_file
Limit the damage when the temporary directory with qgd file is deleted Paul Blottiere
11:26 AM Revision 307bce8f (qgis): Add QgsNetworkAccessManager::setRequestPreprocessor
Marco Hugentobler
10:38 AM Revision f24471d1 (qgis): also set picture mode
Denis Rouzaud
10:22 AM Revision 05e2cefb (qgis): Update CMakeLists.txt
Denis Rouzaud
10:07 AM Revision 0eae171b (qgis): fix SVG selector widget not reacting to changes
fixes #43802 Denis Rouzaud
10:07 AM Revision d82809be (qgis): OpenCL log INFO level when device is found
Default level of logMessage() is Warning. `level` argument was not set causing Warning log when a device is found.
T...
nicogodet
09:08 AM Revision 00536e86 (qgis): Merge pull request #43756 from elpaso/localization-coordinate-formatter
Coordinate formatter localization Alessandro Pasotti
09:00 AM Revision 310f5f37 (qgis): also rename arcgismapserver target + fix lib names (#43803)
Denis Rouzaud
08:03 AM Revision b4741038 (qgis): Merge pull request #43705 from elpaso/bugfix-gh43678-table-layout-item-...
Localization for table layout items Alessandro Pasotti
07:42 AM Revision adc9d072 (qgis): Merge pull request #43792 from alexbruy/provider-plugins
Move non-native Processing providers into independent plugins Alexander Bruy
07:40 AM Revision 989cfaf9 (qgis): rename provider test left over
Denis Rouzaud
07:40 AM Revision 8a4f5aad (qgis): no need to install static?
Denis Rouzaud
07:27 AM Revision 38d89fc1 (qgis): [cmake] use single macro QGIS_ADD_TEST and modernize cmake code
all duplication of the macro have been removed
the test targets are now named test_[module]_[test-name] which helps t...
Denis Rouzaud
07:27 AM Revision 51c8cb86 (qgis): also create a static library for wms (same to oauth2)
Denis Rouzaud
06:29 AM Revision 01fe6c5b (qgis): [FEATURE][rasters] Invert colors' raster rendering filter option
Mathieu Pellerin - nIRV
06:28 AM Revision cf8b96ad (qgis): Nicer memory handling when registering label features
Nyall Dawson
06:17 AM Revision 85411620 (qgis): restore moved test data
Alexander Bruy
06:17 AM Revision d7faf9c1 (qgis): provider enabled/disabled via Plugin Manager
Alexander Bruy
06:17 AM Revision f3d494ab (qgis): fix OTB folder handling
Alexander Bruy
06:17 AM Revision cfc093d0 (qgis): separate otb provider into a plugin
Alexander Bruy
06:17 AM Revision 50fad184 (qgis): load GRASS provider plugin by default
Alexander Bruy
06:17 AM Revision a832526d (qgis): drop unused setting
Alexander Bruy
06:17 AM Revision cbe1a472 (qgis): add missed plugin files
fix CMakeLists.txt Alexander Bruy
06:17 AM Revision 12f012eb (qgis): fix rebase conflict
Alexander Bruy
06:17 AM Revision 82ad2051 (qgis): fix file permissions
remove duplicated short help file Alexander Bruy
06:17 AM Revision fba25dce (qgis): tests for SAGA provider
Alexander Bruy
06:17 AM Revision a0945cfd (qgis): tests for GRASS provider
Alexander Bruy
06:17 AM Revision 90521e66 (qgis): avoid bare 'except'
Alexander Bruy
06:17 AM Revision e1cf15ca (qgis): re-add run-time profiling
be friendly to qgis_process Alexander Bruy
06:17 AM Revision 6e93efe8 (qgis): tests for OTB provider
Alexander Bruy
06:17 AM Revision fffc5cce (qgis): add metadata
Alexander Bruy
06:17 AM Revision 677849c3 (qgis): add plugin files
Alexander Bruy
06:17 AM Revision 277b71a0 (qgis): make SAGA provider independent plugin
Alexander Bruy
06:17 AM Revision 0c3f57fb (qgis): fix CMakeLists and imports
Alexander Bruy
06:17 AM Revision 86d4d8c4 (qgis): fix settings removal
Alexander Bruy
06:17 AM Revision a62fd8c7 (qgis): separate processing grass provider into a plugin
Alexander Bruy
06:17 AM Revision da036c9a (qgis): load saga provider plugin by default
Alexander Bruy
06:17 AM Revision 4248cf98 (qgis): provider enabled/disabled by activating/deactivating plugin
Alexander Bruy
06:17 AM Revision 5e8e2a66 (qgis): add short help
Alexander Bruy

2021-06-20

01:01 AM Revision d4ac6fc3 (qgis): Disable empty menus or action not working in context
Harrissou Santanna

2021-06-19

11:59 PM Revision d1707107 (qgis): Synchronize cookie jar between all running QgsNetworkAccessManager inst...
Sandro Mani
11:54 PM Revision c57d45bc (qgis): add a is2DClosed test
Loïc Bartoletti
11:54 PM Revision 009b6498 (qgis): Adds information when a line is 2D closed but Z are differents. While h...
Loïc Bartoletti
11:54 PM Revision f3541e7d (qgis): adds test from #43582
Loïc Bartoletti
11:54 PM Revision c2fb851a (qgis): Indicates z
Loïc Bartoletti
11:54 PM Revision 6c85256a (qgis): is2DClosed -> isClosed2D and fix a typo
Loïc Bartoletti
11:54 PM Revision 6f478339 (qgis): remove boundingBoxIntersects which was not present in the original pr
Loïc Bartoletti
11:27 PM Revision ad618e77 (qgis): rename auth methods and providers targets (#43768)
* rename auth methods targets
* rename provider targets
* follow up
* fix dll/so lookup
* follow up
* more
* Up...
Denis Rouzaud

2021-06-18

01:45 AM Revision c09be939 (qgis): Add QgsPathResolver::setPathWriter and QgsPathResolver::removePathWriter
Sandro Mani
01:45 AM Revision f202c72b (qgis): Fix incorrect note that setting a new path preprocessor replaces any ex...
Sandro Mani
10:24 PM Revision f4be8fe8 (qgis): [convert to curve] PR review
Co-authored-by: Matthias Kuhn <[email protected]> Olivier Dalang
10:24 PM Revision af966754 (qgis): [convert to curve] improve interaction while dragging
Olivier Dalang
10:24 PM Revision 527042ee (qgis): [convert to curve] style
# Conflicts:
# src/app/vertextool/qgsvertextool.cpp
Olivier Dalang
10:24 PM Revision 8a62db55 (qgis): [convert to curve] improve interaction while dragging
Olivier Dalang
10:24 PM Revision c0cd1a11 (qgis): [convert to curve] (detail)
Olivier Dalang
10:24 PM Revision 3a051058 (qgis): [convert to curve] fix python test
Olivier Dalang
10:24 PM Revision 948bf2ae (qgis): [convert to curve] remove comments
# Conflicts:
# src/core/geometry/qgsgeometry.cpp
Olivier Dalang
10:24 PM Revision 7c41af6a (qgis): [convert to curve] fix test
Olivier Dalang
10:24 PM Revision a77187f7 (qgis): [convert to curve] missing begin edit command
Olivier Dalang
10:24 PM Revision bdfe9592 (qgis): [convert to curve] fix unique pointers
Olivier Dalang
10:24 PM Revision 2c69acab (qgis): [convert to curve] PR review
Olivier Dalang
10:24 PM Revision c86f8a8b (qgis): [convert to curve] PR review
Co-authored-by: Paul Blottiere <[email protected]> Olivier Dalang
10:24 PM Revision 7b988be1 (qgis): [convert to curve] PR review
Co-authored-by: Paul Blottiere <[email protected]> Olivier Dalang
10:24 PM Revision 8736f72a (qgis): [convert to curve] change key to O
Olivier Dalang
10:24 PM Revision 3973c029 (qgis): [convert to curve] PR review
Co-authored-by: Matthias Kuhn <[email protected]> Olivier Dalang
10:24 PM Revision 5405aa33 (qgis): [convert to curve] PR review
Co-authored-by: Matthias Kuhn <[email protected]> Olivier Dalang
10:24 PM Revision 10b5aa9d (qgis): [convert to curve] PR review
Co-authored-by: Matthias Kuhn <[email protected]> Olivier Dalang
10:24 PM Revision 6aa7de8a (qgis): [convert to curve] cleanup comments
Olivier Dalang
10:24 PM Revision 8160ec26 (qgis): [convert to curve] (restore test deleted by mistake)
Olivier Dalang
10:24 PM Revision d9d1cd26 (qgis): [convert to curve] tests
Olivier Dalang
10:24 PM Revision 9739e07c (qgis): [convert to curve] avancement
Olivier Dalang
10:24 PM Revision 351df3ef (qgis): [convert to curve] avancement
Olivier Dalang
10:24 PM Revision 82f93d05 (qgis): [convert to curve] ça marche !
Olivier Dalang
10:24 PM Revision 3a849d4b (qgis): [convert to curve] wip
Olivier Dalang
10:24 PM Revision c946f5a9 (qgis): [convert to curve] wip
Olivier Dalang
10:24 PM Revision c7e75a96 (qgis): [convert to curve] initial implementation
Olivier Dalang
10:24 PM Revision 3b2f77bf (qgis): [convert to curve] (cleanup)
Olivier Dalang
10:24 PM Revision d192bfdc (qgis): [convert to curve] fix stopDragging
Olivier Dalang
10:24 PM Revision e205ce87 (qgis): [convert to curve] fix test
(change of key and key now cancels dragging vertex) Olivier Dalang
10:24 PM Revision b0590e93 (qgis): [convert to curve] (remove unused files)
Olivier Dalang
10:23 PM Revision 9553f067 (qgis): Add QgsMapTool::canvasToolTipEvent
Sandro Mani
10:21 PM Revision ce9bae76 (qgis): Use request feedback in expression context for virtual attributes, so that
early abortion of evaluation of virtual attributes is supported Nyall Dawson
10:21 PM Revision 11e88f7e (qgis): Responsive cancelation of aggregate expression functions
Nyall Dawson
10:21 PM Revision 26d9c156 (qgis): Remove feedback on expression context before destruction
Nyall Dawson
10:21 PM Revision b16465bc (qgis): Support early abortion of vector layer feature counter
Refs https://github.com/qgis/QGIS/issues/43572 Nyall Dawson
10:21 PM Revision e7433f4f (qgis): Support early interruption of evaluation of expressions in vector renderer
Nyall Dawson
10:21 PM Revision bfed43fe (qgis): Fix build, warnings
Nyall Dawson
10:21 PM Revision 1b256a07 (qgis): Add early exits for some expensive expression functions
Nyall Dawson
10:21 PM Revision 8869c9cb (qgis): Allow setting a QgsFeedback object in QgsExpressionContext
This can be checked by expression functions which are costly to
evaluate (e.g. those which fetch features from a laye...
Nyall Dawson
10:21 PM Revision e416d772 (qgis): Add an optional QgsFeedback object for QgsFeatureRequest, and use
this to abort the acquisition of a connection in the OGR
connection pool
Provide a mechanism to avoid a deadlock whe...
Nyall Dawson
10:21 PM Revision 2b37235d (qgis): Fix cppcheck warning
Nyall Dawson
10:21 PM Revision 39226e7e (qgis): Fix build
Nyall Dawson
10:21 PM Revision 61244331 (qgis): Dox
Nyall Dawson
10:21 PM Revision d5708c2c (qgis): Don't request anymore features after request feedback is canceled
Nyall Dawson
10:21 PM Revision d83a7698 (qgis): [feature] Add a "measure bearing" map tool
This tool behaves similarly to the existing "measure angle" map tool,
but requires the user only to click two points ...
Nyall Dawson
10:20 PM Revision 6596d872 (qgis): add python3-pyqt5.qtpositioning
Matthias Kuhn
10:20 PM Revision ff3be3df (qgis): Remove QTMOBILITY
It's days are gone Matthias Kuhn
02:12 PM Revision 564c892c (qgis): Bump version to 3.21
Jürgen Fischer
02:10 PM Revision decaadbb (qgis): Release of 3.20 (Odense)
Jürgen Fischer
02:10 PM Revision a68f3de2 (qgis): changelog and news update for 3.20
Jürgen Fischer
02:10 PM Revision 81875e0d (qgis): translation update for 3.20.0 from transifex
Jürgen Fischer
02:08 PM Revision 8c50902e (qgis): Release of 3.16.8
Jürgen Fischer
02:08 PM Revision e963c5b8 (qgis): translation update for 3.16.8 from transifex
Jürgen Fischer
10:54 AM Revision 1552518a (qgis): Use assertNotEqual
Paul Blottiere
10:47 AM Revision 3a24495a (qgis): Check for same transaction group
Alessandro Pasotti
10:47 AM Revision fc40045e (qgis): Enable save icon for embedded relations in same transaction group
Fixes #43061 Alessandro Pasotti
10:39 AM Revision d17f5912 (qgis): Revert "Forward declare"
This reverts commit 2abf1ca9e057c8600649d8cc25b0fbe1bdbaf198. Denis Rouzaud
10:39 AM Revision 0c1f4f6c (qgis): Revert "Fix massive performance regression in attribute table"
This reverts commit 5fdb88bae3e40316a489d71594f17548f7a55f00. Denis Rouzaud
10:39 AM Revision 3b78ee6d (qgis): Revert "Fix build on old qt"
This reverts commit aae2ce185cac1aaa4e8b8d56088015c0ae2b26e6. Denis Rouzaud
07:35 AM Revision a038a799 (qgis): Merge pull request #43599 from pblottiere/fix_wms_time
WMS GetFeatureInfo and TIME parameter Paul Blottiere
05:07 AM Revision b304e229 (qgis): Update rubber band's line material based on viewport size
Martin Dobias
05:07 AM Revision de792640 (qgis): [3d] Fix missing rubber bands when measuring (fixes #34630)
This fix also introduces a helper class QgsRubberBand3D to handle rubber bands
in 3D, similar to how QgsRubberBand is...
Martin Dobias
05:07 AM Revision 1962879b (qgis): An error message is displayed when an auxiliary layer cannot be created
Paul Blottiere
05:06 AM Revision c7beb55e (qgis): test for mesh calculator IF operator and temporal dataset group
Vincent Cloarec
05:06 AM Revision 4f138459 (qgis): fix mesh calculator IF operator
Vincent Cloarec
02:38 AM Revision 7ab5cdc9 (qgis): test for mesh calculator IF operator and temporal dataset group
Vincent Cloarec
02:38 AM Revision 640ae1bb (qgis): fix mesh calculator IF operator
Vincent Cloarec
02:36 AM Revision 2c336cb2 (qgis): fix mesh calculator IF operator
Vincent Cloarec
02:36 AM Revision c62c1332 (qgis): test for mesh calculator IF operator and temporal dataset group
Vincent Cloarec
02:35 AM Revision ddec62e9 (qgis): fix 3D mesh dataset on faces
Vincent Cloarec
 

Also available in: Atom