Activity

From 2021-01-07 to 2021-02-05

2021-02-05

10:56 PM Revision c558e92b (qgis): Disable PyQgsRelationEditWidget -- this test is crashing for
unknown reasons Nyall Dawson
10:56 PM Revision 72d548b3 (qgis): Blocklist Oracle test on Github Actions
The Oracle container is not installed, so we can't run these tests Nyall Dawson
10:03 PM Revision b81da0ea (qgis): Another SAGA hash
Nyall Dawson
08:48 PM Revision d0a83f1e (qgis): Disable mesh simplication 3d render test on CI
It randomly renders a blank image
I suspect this is revealing deeper bugs in the 3d offscreen renderer,
but it fails...
Nyall Dawson
08:48 PM Revision 703274c4 (qgis): Saga tolerance
Nyall Dawson
08:48 PM Revision 47453bc0 (qgis): fix docker repo name
Denis Rouzaud
08:48 PM Revision 4bc3dbc4 (qgis): Disable WMS getMap 8bit transparency test
I've tried everything without succes: the test
passes on a local docker env which is supposed
to be exactly the same ...
Alessandro Pasotti
08:48 PM Revision 2886c4c4 (qgis): SAGA test hash
Nyall Dawson
08:48 PM Revision 9b6824b9 (qgis): Disable correct test
Nyall Dawson
08:48 PM Revision e867b00b (qgis): Use Q_GLOBAL_STATIC for QMap storing QgsCoordinateReference system
so that it's correctly torn down before QgsApplication
Because we can't clean up QgsCoordinateReferenceSystem object...
Nyall Dawson
08:48 PM Revision ef2c515e (qgis): docker login when pushing image
Denis Rouzaud
08:48 PM Revision 84060d2a (qgis): v.rast.stats refuses to create shapefiles in newer grass versions, so u...
Nyall Dawson
08:48 PM Revision 6112a39a (qgis): Return nullptr instead of empty point -- better maintains API compatibi...
Empty points were only introduced recently, and it's possible existing
plugin code may check if the return value is N...
Nyall Dawson
08:48 PM Revision 70f7c52d (qgis): No need to compare result from GDAL contour alg -- we already have lots...
of the matching GDAL command, and we can trust that GDAL will generate contours correctly
Avoids fragility in the te...
Nyall Dawson
08:48 PM Revision 5c169ed7 (qgis): Add a test hash
Nyall Dawson
08:48 PM Revision 8d1ad638 (qgis): Quotes also need to be escaped in gdal argument values
Nyall Dawson
08:48 PM Revision b33ad212 (qgis): Fix comparison of GDAL crs arguments to expected on proj 6+
Nyall Dawson
08:48 PM Revision 1d6e2a7a (qgis): Allow for multiple reference text files
Nyall Dawson
08:48 PM Revision 55693d11 (qgis): Add reference prj file for proj 6+
Nyall Dawson
08:48 PM Revision 93743004 (qgis): Fix SHAPE_ENCODING argument should not always get escaped
Nyall Dawson
08:48 PM Revision 270961f3 (qgis): Trust GDAL gives correct results given that we are confident we are cre...
Nyall Dawson
08:48 PM Revision a3e52129 (qgis): Update test
Nyall Dawson
08:48 PM Revision 40309298 (qgis): Add test mask
Nyall Dawson
08:48 PM Revision ea789257 (qgis): Update dimensions control file (again)
Alessandro Pasotti
08:48 PM Revision 08828120 (qgis): Add 3d control image variant
Nyall Dawson
08:48 PM Revision 8dcbc537 (qgis): Fix crs of reference dataset
Nyall Dawson
08:48 PM Revision 6966c845 (qgis): Add a reference hash
Nyall Dawson
08:48 PM Revision 3221e9c0 (qgis): Fix incorrect logic in QgsGeometryDuplicateCheck
Nyall Dawson
08:48 PM Revision 84d1d332 (qgis): Clear up some clang warnigns in qgsgeos.cpp
Nyall Dawson
08:48 PM Revision a0ddf6fb (qgis): Fix fromGeos returning 0 for x/y on empty point
Alessandro Pasotti
08:48 PM Revision 17d8204e (qgis): Update dimensions control file (again and again)
Alessandro Pasotti
08:48 PM Revision 8e4d7283 (qgis): don't run the builds on the branch anymore
Denis Rouzaud
08:48 PM Revision 8eec901d (qgis): Update landing page reference files
Alessandro Pasotti
08:48 PM Revision 644e88dd (qgis): GetMap control imgage (again)
Alessandro Pasotti
08:48 PM Revision 5305a41c (qgis): A bit of repairs to vector tiles algorithm test
Nyall Dawson
08:48 PM Revision 9b3a80ae (qgis): More tolerance in some tests
Nyall Dawson
08:48 PM Revision da76d9e9 (qgis): Add secondary reference layer for tapered buffer alg
Nyall Dawson
08:48 PM Revision af03d116 (qgis): Fix passing geometry compare options to checkLayersEqual
Nyall Dawson
08:48 PM Revision ea3418ef (qgis): add option (label) to push docker image with QGIS built
Denis Rouzaud
08:48 PM Revision af529b01 (qgis): Check in mask files
Nyall Dawson
08:48 PM Revision 9e4ba64c (qgis): SAGA test tolerance
Nyall Dawson
08:48 PM Revision 8127f556 (qgis): Control image from local docker test run
Alessandro Pasotti
08:48 PM Revision cff64916 (qgis): More saga test tolerance
Nyall Dawson
08:48 PM Revision ef76a25f (qgis): Use QgsRenderChecker to compare png images when comparing processing re...
directories Nyall Dawson
08:48 PM Revision 5f50258a (qgis): Use a different technique to compare expected vs result directories in ...
contents of files using a more flexible approach Nyall Dawson
08:48 PM Revision 0e1cefa2 (qgis): SAGA silliness
Nyall Dawson
08:48 PM Revision ea50c899 (qgis): More tolerance in SAGA tests
Nyall Dawson
08:48 PM Revision f70fffa7 (qgis): Disable r.rescale test -- cause intermitten segfaults in GRASS on CI (n...
Nyall Dawson
08:48 PM Revision 2a6e1369 (qgis): Disable the i.pansharpen test -- GRASS on CI raises a python exception ...
Nyall Dawson
08:48 PM Revision b183438b (qgis): Skip test which triggers a slow iterative grind through all known
CRSes on the CI runs
This is too slow to finish on the CI without timing out (and also
is a very pedantic test -- we...
Nyall Dawson
08:48 PM Revision 831f6890 (qgis): More SAGA test nonsense
Nyall Dawson
08:48 PM Revision 4e30c32e (qgis): Disable some SAGA tests, make others more tolerant
Life is too short to deal with SAGA Nyall Dawson
08:48 PM Revision c1e86429 (qgis): Update grass tests
Nyall Dawson
08:48 PM Revision 5dc01f24 (qgis): On newer GRASS versions i.eb.hsebal01 requires a raster layer for vapou...
Nyall Dawson
08:48 PM Revision b91fd5a0 (qgis): Add grass raster hashes
Nyall Dawson
08:48 PM Revision 569aaeb0 (qgis): Fix SHP provider test
Alessandro Pasotti
08:48 PM Revision eb4831a3 (qgis): Remove multipolygon is simple test
The behavior in GEOS relating to this was changed in GEOS 3.8
(see https://github.com/libgeos/geos/commit/dddda853c78...
Nyall Dawson
08:48 PM Revision d2be3ca7 (qgis): Rework failing test for better debug output
Nyall Dawson
08:48 PM Revision e47fbd72 (qgis): Disable geometry z value transform tests on proj 6+, because QGIS
currently doesn't support compound CRS definitions and these are
required for vertical transforms on proj 6+
Nyall Dawson
08:48 PM Revision 1814f0a8 (qgis): just a tad more serious
Denis Rouzaud
08:48 PM Revision f1a504db (qgis): bring back conditions
Denis Rouzaud
08:48 PM Revision 262402e7 (qgis): don't take it too seriously
Denis Rouzaud
08:48 PM Revision 418f562b (qgis): fix bash conditions
Denis Rouzaud
08:48 PM Revision e19b0854 (qgis): correctly report job status
Denis Rouzaud
08:48 PM Revision e49a7be3 (qgis): always run comment job
Denis Rouzaud
08:48 PM Revision ceeb8732 (qgis): remove condition
Denis Rouzaud
08:48 PM Revision 484cb56c (qgis): fix grouping again
Denis Rouzaud
08:48 PM Revision 39516bea (qgis): fix + more grouping
Denis Rouzaud
08:48 PM Revision 0a6da935 (qgis): also report when build failed
Denis Rouzaud
08:48 PM Revision 8d2cd36c (qgis): fix workflow file
Denis Rouzaud
08:48 PM Revision de9bd2a0 (qgis): Adapt test results depending on GEOS version
Nyall Dawson
08:48 PM Revision fe48b716 (qgis): write a global comment report
Denis Rouzaud
08:48 PM Revision bbbd160a (qgis): more class variable deletion
Denis Rouzaud
08:48 PM Revision b01545b4 (qgis): drop TRAVIS env variable
Denis Rouzaud
08:48 PM Revision e92c1108 (qgis): group output for GH workflow (not Travis)
Denis Rouzaud
08:48 PM Revision fc335a17 (qgis): Remove another test for polygon simplicity which depends on GEOS version
Nyall Dawson
08:48 PM Revision f0f371ba (qgis): set TZ to UTC for Orfeo cdash
Denis Rouzaud
08:48 PM Revision e8c2124a (qgis): fix comment action
Denis Rouzaud
08:48 PM Revision 8a2370dc (qgis): fix condition
Denis Rouzaud
08:48 PM Revision f83d20e0 (qgis): post comment with CDASH url when tests are failing
Denis Rouzaud
08:48 PM Revision a0ef7990 (qgis): set output at proper place
Denis Rouzaud
08:48 PM Revision 88a87a2e (qgis): Fix WMS dimensions control file
Alessandro Pasotti
08:48 PM Revision 136d4553 (qgis): Fix OGR-GPKG provider test
Alessandro Pasotti
08:48 PM Revision 36763383 (qgis): Temporarily disable the Find Projection test, which is very slow to run...
Nyall Dawson
08:48 PM Revision 5804ddf5 (qgis): Bit less noise in Find Projection algorithm
Nyall Dawson
08:48 PM Revision 615a18c1 (qgis): Update some other tests for qt 5.15
Nyall Dawson
08:48 PM Revision d665de3b (qgis): Update test
Nyall Dawson
08:48 PM Revision 59a460e1 (qgis): fix regexes
Denis Rouzaud
08:48 PM Revision 37cfcaf8 (qgis): Fix some saga tests
Nyall Dawson
08:48 PM Revision 06e187be (qgis): Fix some more processing alg tests
Nyall Dawson
08:48 PM Revision 318dbc86 (qgis): Allow casting date/datetime values to string to compare to expected res...
Nyall Dawson
08:48 PM Revision 45ad2f1d (qgis): Fix GeometryCollect aggregate detection of geometry result type when ru...
Nyall Dawson
08:48 PM Revision 364f960a (qgis): Fix running tests where the same layer is used for multiple parameters
Nyall Dawson
08:48 PM Revision 085e871d (qgis): Return invalid variant instead of null variant when feature has no geom...
Otherwise the sip wrapper around the returned variant does NOT
return true to QVariant::isNull() when run from outsid...
Nyall Dawson
08:48 PM Revision b436153d (qgis): move all CI logic to ctest2ci
Denis Rouzaud
08:48 PM Revision e9c6a61c (qgis): Add another reference hash
Nyall Dawson
08:48 PM Revision 618d118d (qgis): Fix expected test results
Nyall Dawson
08:48 PM Revision 57ef9728 (qgis): More tolerance in Processing QGIS algorithms pt 1 test
Nyall Dawson
08:48 PM Revision a869fc70 (qgis): [processing] Add option to ignore part order when comparing geometries ...
Nyall Dawson
08:48 PM Revision 423ef290 (qgis): Make TestQgsCoordinateOperationWidget tolerant to presence of grid shif...
Nyall Dawson
08:48 PM Revision 8eddc707 (qgis): Set US locale for tests
Alessandro Pasotti
08:48 PM Revision d5b1a88a (qgis): Rebuild bug_21227-rename-styles.gpkg to fix test on newer GDAL versions
Nyall Dawson
08:48 PM Revision be962e6e (qgis): Add a test for python provider using both direct iterator and iterator ...
Nyall Dawson
08:48 PM Revision b5fa5240 (qgis): Move crashing test to its own file
Nyall Dawson
08:48 PM Revision 065f16e1 (qgis): Fix crash on test exit
Nyall Dawson
08:48 PM Revision 486c08ad (qgis): Use TRANSFER_BACK annotation instead of FACTORY for QgsProviderRegistry...
Paraphrasing Phil Thomson's advice on https://www.riverbankcomputing.com/pipermail/pyqt/2017-July/039450.html:
"
/Fa...
Nyall Dawson
08:48 PM Revision d9b067d4 (qgis): Fix expected results on proj 6+
Nyall Dawson
08:48 PM Revision 13d11aab (qgis): Fix Python based data providers on newer SIP versions
Nyall Dawson
08:48 PM Revision 2ad16eea (qgis): regroup env vars
Denis Rouzaud
08:48 PM Revision 6f7d995c (qgis): add option to push to cdash
Denis Rouzaud
08:48 PM Revision 7e76000c (qgis): remove all map layers in PyQgsRelationEditWidget
Denis Rouzaud
08:48 PM Revision 57ce7a52 (qgis): set XDG_RUNTIME_DIR
Denis Rouzaud
08:48 PM Revision b85ffe2b (qgis): more tear down
Denis Rouzaud
08:48 PM Revision bf0b3530 (qgis): follow up
Denis Rouzaud
08:48 PM Revision 4d75de2c (qgis): Don't bark on hana
Alessandro Pasotti
08:48 PM Revision cb23f40b (qgis): Fix some auth PG tests
Alessandro Pasotti
08:48 PM Revision 58e77901 (qgis): Fix WMS GFI test references
Alessandro Pasotti
08:48 PM Revision ac8ee41c (qgis): When loading GML layers in processing tests, FORCE detection of
SRS. Newer GDAL versions won't do this by default, but we need
to determine the actual/expected CRS for these layers ...
Nyall Dawson
08:48 PM Revision 3d59e7c1 (qgis): fix pushing to CDash
Denis Rouzaud
08:48 PM Revision 98cbe5eb (qgis): Update mask for WMS_GetPrint_StyleDefault
Alessandro Pasotti
08:48 PM Revision c94e6044 (qgis): try to output CDASH url
Denis Rouzaud
08:48 PM Revision 6c620bda (qgis): Re-enable tests and update docs
Alessandro Pasotti
08:48 PM Revision 200e0ee6 (qgis): WMS GetMap test images
Alessandro Pasotti
08:48 PM Revision 6f4ff3c0 (qgis): rename method names to be Travis agnostic
Denis Rouzaud
08:48 PM Revision 22c867ee (qgis): fix class methods in TestQgsRelationEditWidget
Denis Rouzaud
08:48 PM Revision b879d058 (qgis): Skip auth password keyring test (no dbus)
Alessandro Pasotti
08:48 PM Revision 20bccd12 (qgis): fix dashboard URL
Denis Rouzaud
08:48 PM Revision 1f193f62 (qgis): fix tearDown in test QgsActionManager
Denis Rouzaud
08:48 PM Revision 3e0258a5 (qgis): Fix virtual provider test
Alessandro Pasotti
08:48 PM Revision 1c375c5f (qgis): Fix spatialite provider test
Alessandro Pasotti
08:48 PM Revision eda811fa (qgis): Fix PyQgsVectorFileWriter test
Alessandro Pasotti
08:48 PM Revision 4abbaff1 (qgis): fix setting output across jobs
Denis Rouzaud
08:48 PM Revision 752f3491 (qgis): fix workflow file
Denis Rouzaud
08:48 PM Revision 85341121 (qgis): try again to fix relation edit widget test
Denis Rouzaud
08:48 PM Revision 8aa9c64d (qgis): add job to show link
Denis Rouzaud
08:48 PM Revision 66895578 (qgis): Re-enable flacky PyQgsPostgresRasterProvider
Alessandro Pasotti
08:48 PM Revision cb89efb3 (qgis): fix cache hit by setting a unique key
Denis Rouzaud
08:48 PM Revision 95e65056 (qgis): Fix oauh SSL test
Alessandro Pasotti
08:48 PM Revision 64e6ecad (qgis): Fix PKI OWS tests: use TLS 1.2
Alessandro Pasotti
08:48 PM Revision ab290be3 (qgis): always upload cache for PRs too
Denis Rouzaud
08:48 PM Revision 40bd2a84 (qgis): Update WMS dimensions test control images
Alessandro Pasotti
08:48 PM Revision 62313038 (qgis): Fix PG connections API test
Alessandro Pasotti
08:48 PM Revision 94be013d (qgis): Fix server WMS getprint extra control file
Alessandro Pasotti
08:48 PM Revision 33d987d2 (qgis): Fix server WMS control file
Alessandro Pasotti
08:48 PM Revision e8271b97 (qgis): Update auth certs readme
Alessandro Pasotti
08:48 PM Revision 7160fe3e (qgis): increase cache size
Denis Rouzaud
08:48 PM Revision 7d6d691b (qgis): Use unique_ptr
Nyall Dawson
08:48 PM Revision ff5ac869 (qgis): Skip tests when TRAVIS=true and add an agnostic QGIS_CONTINUOUS_INTEGRA...
Alessandro Pasotti
08:48 PM Revision 8e3252c7 (qgis): enable test on Ubuntu Focal
Denis Rouzaud
08:48 PM Revision aa5b09bb (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
Denis Rouzaud
08:48 PM Revision 0eac13ae (qgis): remove defaulting QML
error: QQmlComponent: Component is not ready Denis Rouzaud
08:48 PM Revision e9f691e4 (qgis): fix docker compose path
Denis Rouzaud
08:48 PM Revision b0cb7596 (qgis): add build ccache
Denis Rouzaud
08:48 PM Revision f9731490 (qgis): timeout oracle
Denis Rouzaud
08:48 PM Revision ab23d950 (qgis): update oracle instant client
Denis Rouzaud
08:48 PM Revision 2a3c39fc (qgis): disable oracle testing
Denis Rouzaud
08:48 PM Revision 6399f87c (qgis): configure CTEST for GH workflow
Denis Rouzaud
08:48 PM Revision 86933898 (qgis): Another annotation test mask
Nyall Dawson
08:48 PM Revision 224ccee7 (qgis): docker: master=>latest
Denis Rouzaud
08:48 PM Revision 35167810 (qgis): install python3-pyproj and protobuf
Denis Rouzaud
08:48 PM Revision 39e70c8c (qgis): increase docker base size
Denis Rouzaud
08:48 PM Revision fde0ec34 (qgis): increase Oracle timeout
Denis Rouzaud
08:48 PM Revision b43da3f7 (qgis): disable other workflows
Denis Rouzaud
08:48 PM Revision 40d8bf19 (qgis): always upload cache
Denis Rouzaud
03:23 PM Revision 6d3826cc (qgis): Disable WMS getMap 8bit transparency test
I've tried everything without succes: the test
passes on a local docker env which is supposed
to be exactly the same ...
Alessandro Pasotti
01:58 PM Revision 9cb37194 (qgis): Remove assert: return is false if editing is aborted
Fixes #41295 Alessandro Pasotti
01:33 PM Revision 5b8dc1a5 (qgis): docker login when pushing image
Denis Rouzaud
12:56 PM Revision 37e5f94a (qgis): Test databaseConnection
Alessandro Pasotti
12:15 PM Revision 5733970f (qgis): Add DB connections factory to data items
Alessandro Pasotti
12:15 PM Revision 95573cf4 (qgis): GPKG Allow table creation from file browser
Fixes #41342 Alessandro Pasotti
10:08 AM Revision f6a6c6b1 (qgis): Saga tolerance
Nyall Dawson
09:58 AM Revision 7a65dd17 (qgis): Disable mesh simplication 3d render test on CI
It randomly renders a blank image
I suspect this is revealing deeper bugs in the 3d offscreen renderer,
but it fails...
Nyall Dawson
09:57 AM Revision 456b504b (qgis): fix docker repo name
Denis Rouzaud
09:52 AM Revision 47dcb57c (qgis): Use Q_GLOBAL_STATIC for QMap storing QgsCoordinateReference system
so that it's correctly torn down before QgsApplication
Because we can't clean up QgsCoordinateReferenceSystem object...
Nyall Dawson
09:29 AM Revision 51557b3a (qgis): add option (label) to push docker image with QGIS built
Denis Rouzaud
09:14 AM Revision 7709c66a (qgis): Check in mask files
Nyall Dawson
09:10 AM Revision 47c3a751 (qgis): SAGA test tolerance
Nyall Dawson
09:02 AM Revision 45b582d8 (qgis): Control image from local docker test run
Alessandro Pasotti
07:52 AM Revision 18dacc50 (qgis): More saga test tolerance
Nyall Dawson
07:18 AM Revision 69c25cf5 (qgis): Use QgsRenderChecker to compare png images when comparing processing re...
directories Nyall Dawson
07:01 AM Revision c00319bd (qgis): Use a different technique to compare expected vs result directories in ...
contents of files using a more flexible approach Nyall Dawson
06:42 AM Revision db4acf99 (qgis): [process] Set the PROJECT_PATH project as QgsProject singleton to fix ...
Mathieu Pellerin - nIRV
06:39 AM Revision 590b7f48 (qgis): [process] Set the PROJECT_PATH project as QgsProject singleton to fix ...
Mathieu Pellerin - nIRV
06:37 AM Revision 3431eea5 (qgis): SAGA silliness
Nyall Dawson
05:11 AM Revision 5ff3d6c1 (qgis): More tolerance in SAGA tests
Nyall Dawson
04:10 AM Revision cc848f68 (qgis): Disable r.rescale test -- cause intermitten segfaults in GRASS on CI (n...
Nyall Dawson
04:08 AM Revision 91567450 (qgis): Disable the i.pansharpen test -- GRASS on CI raises a python exception ...
Nyall Dawson
04:04 AM Revision 215a0e77 (qgis): Skip test which triggers a slow iterative grind through all known
CRSes on the CI runs
This is too slow to finish on the CI without timing out (and also
is a very pedantic test -- we...
Nyall Dawson
03:55 AM Revision 8eee1f67 (qgis): More SAGA test nonsense
Nyall Dawson
03:28 AM Revision 39f4eda1 (qgis): Fix incorrect feature request filter expression generated when (#41368)
rule based renderer uses a NOT IN rule
Followup 40939
Co-authored-by: Nyall Dawson <[email protected]>
github-actions[bot]
02:33 AM Revision 71d4e2f2 (qgis): Disable some SAGA tests, make others more tolerant
Life is too short to deal with SAGA Nyall Dawson
02:26 AM Revision f0a858d4 (qgis): Update grass tests
Nyall Dawson
02:25 AM Revision f3b80e39 (qgis): On newer GRASS versions i.eb.hsebal01 requires a raster layer for vapou...
Nyall Dawson
01:53 AM Revision 0958d8e8 (qgis): Add grass raster hashes
Nyall Dawson
01:45 AM Revision a8e64bb9 (qgis): v.rast.stats refuses to create shapefiles in newer grass versions, so u...
Nyall Dawson
01:40 AM Revision 36be4cb2 (qgis): Add a reference hash
Nyall Dawson
01:40 AM Revision fb37b198 (qgis): Fix crs of reference dataset
Nyall Dawson
01:33 AM Revision e5de417a (qgis): Add 3d control image variant
Nyall Dawson
01:30 AM Revision 673ba895 (qgis): Add test mask
Nyall Dawson
01:27 AM Revision 6536fdce (qgis): Update test
Nyall Dawson
01:27 AM Revision 9470e3ad (qgis): Add reference prj file for proj 6+
Nyall Dawson
01:27 AM Revision 5d90a20b (qgis): Fix SHAPE_ENCODING argument should not always get escaped
Nyall Dawson
01:27 AM Revision 59e1d27b (qgis): Trust GDAL gives correct results given that we are confident we are cre...
Nyall Dawson
01:27 AM Revision 50a461ff (qgis): Allow for multiple reference text files
Nyall Dawson
01:27 AM Revision 504840ea (qgis): Fix comparison of GDAL crs arguments to expected on proj 6+
Nyall Dawson
01:27 AM Revision 08f277f3 (qgis): Quotes also need to be escaped in gdal argument values
Nyall Dawson
01:27 AM Revision a691c440 (qgis): Add a test hash
Nyall Dawson
01:27 AM Revision f26df9b5 (qgis): No need to compare result from GDAL contour alg -- we already have lots...
of the matching GDAL command, and we can trust that GDAL will generate contours correctly
Avoids fragility in the te...
Nyall Dawson
01:27 AM Revision bc7f8ead (qgis): Return nullptr instead of empty point -- better maintains API compatibi...
Empty points were only introduced recently, and it's possible existing
plugin code may check if the return value is N...
Nyall Dawson
01:27 AM Revision 77dc444f (qgis): Fix incorrect logic in QgsGeometryDuplicateCheck
Nyall Dawson
01:27 AM Revision 0733cf58 (qgis): Clear up some clang warnigns in qgsgeos.cpp
Nyall Dawson
01:27 AM Revision 8ebe5508 (qgis): Fix fromGeos returning 0 for x/y on empty point
Alessandro Pasotti
01:27 AM Revision a35922c0 (qgis): Update dimensions control file (again and again)
Alessandro Pasotti
01:27 AM Revision 3285c7f9 (qgis): Update dimensions control file (again)
Alessandro Pasotti
01:27 AM Revision 3abc877d (qgis): don't run the builds on the branch anymore
Denis Rouzaud
01:27 AM Revision e0ff7147 (qgis): Update landing page reference files
Alessandro Pasotti
01:27 AM Revision 68b9b54b (qgis): GetMap control imgage (again)
Alessandro Pasotti
01:27 AM Revision 8ac99376 (qgis): A bit of repairs to vector tiles algorithm test
Nyall Dawson
01:27 AM Revision 3a22b701 (qgis): More tolerance in some tests
Nyall Dawson
01:27 AM Revision 88488bc3 (qgis): Fix passing geometry compare options to checkLayersEqual
Nyall Dawson
01:27 AM Revision a483dea3 (qgis): Temporarily disable the Find Projection test, which is very slow to run...
Nyall Dawson
01:27 AM Revision e26bbcd9 (qgis): Add secondary reference layer for tapered buffer alg
Nyall Dawson
01:27 AM Revision 70384000 (qgis): Return invalid variant instead of null variant when feature has no geom...
Otherwise the sip wrapper around the returned variant does NOT
return true to QVariant::isNull() when run from outsid...
Nyall Dawson
01:27 AM Revision 87a7ca24 (qgis): Bit less noise in Find Projection algorithm
Nyall Dawson
01:27 AM Revision 7ec1156b (qgis): Remove another test for polygon simplicity which depends on GEOS version
Nyall Dawson
01:27 AM Revision 35f2ad9f (qgis): Adapt test results depending on GEOS version
Nyall Dawson
01:27 AM Revision bb230e4b (qgis): Make TestQgsCoordinateOperationWidget tolerant to presence of grid shif...
Nyall Dawson
01:27 AM Revision 68033763 (qgis): [processing] Add option to ignore part order when comparing geometries ...
Nyall Dawson
01:27 AM Revision fbd12505 (qgis): More tolerance in Processing QGIS algorithms pt 1 test
Nyall Dawson
01:27 AM Revision 28e73468 (qgis): Fix expected test results
Nyall Dawson
01:27 AM Revision cdc23a6b (qgis): Add another reference hash
Nyall Dawson
01:27 AM Revision d5627886 (qgis): move all CI logic to ctest2ci
Denis Rouzaud
01:27 AM Revision 3dcdcc6c (qgis): Fix running tests where the same layer is used for multiple parameters
Nyall Dawson
01:27 AM Revision d7d7a9e1 (qgis): Fix GeometryCollect aggregate detection of geometry result type when ru...
Nyall Dawson
01:27 AM Revision 678e4eab (qgis): Allow casting date/datetime values to string to compare to expected res...
Nyall Dawson
01:27 AM Revision b0718997 (qgis): Fix some more processing alg tests
Nyall Dawson
01:27 AM Revision 178ebc85 (qgis): Fix some saga tests
Nyall Dawson
01:27 AM Revision 6cdab53e (qgis): Update some other tests for qt 5.15
Nyall Dawson
01:27 AM Revision aa227f2d (qgis): Update test
Nyall Dawson
01:27 AM Revision 2c392199 (qgis): fix regexes
Denis Rouzaud
01:27 AM Revision e6f72648 (qgis): correctly report job status
Denis Rouzaud
01:27 AM Revision 9ad901a8 (qgis): remove condition
Denis Rouzaud
01:27 AM Revision b9ec3d89 (qgis): fix grouping again
Denis Rouzaud
01:27 AM Revision d3d6af08 (qgis): always run comment job
Denis Rouzaud
01:27 AM Revision 0a8de2d5 (qgis): fix + more grouping
Denis Rouzaud
01:27 AM Revision d0352871 (qgis): don't take it too seriously
Denis Rouzaud
01:27 AM Revision 325de438 (qgis): fix workflow file
Denis Rouzaud
01:27 AM Revision 68c5397e (qgis): write a global comment report
Denis Rouzaud
01:27 AM Revision 5c616b45 (qgis): more class variable deletion
Denis Rouzaud
01:27 AM Revision bd8218e5 (qgis): drop TRAVIS env variable
Denis Rouzaud
01:27 AM Revision 500cab52 (qgis): fix bash conditions
Denis Rouzaud
01:27 AM Revision ac1349ca (qgis): group output for GH workflow (not Travis)
Denis Rouzaud
01:27 AM Revision db2b7a31 (qgis): set TZ to UTC for Orfeo cdash
Denis Rouzaud
01:27 AM Revision 2a9c3607 (qgis): fix comment action
Denis Rouzaud
01:27 AM Revision cc0e994a (qgis): fix condition
Denis Rouzaud
01:27 AM Revision 7eea4591 (qgis): post comment with CDASH url when tests are failing
Denis Rouzaud
01:27 AM Revision f44239ee (qgis): set output at proper place
Denis Rouzaud
01:27 AM Revision 9b95171e (qgis): Fix WMS dimensions control file
Alessandro Pasotti
01:27 AM Revision 2c3fc227 (qgis): Fix OGR-GPKG provider test
Alessandro Pasotti
01:27 AM Revision 19f4a425 (qgis): Remove multipolygon is simple test
The behavior in GEOS relating to this was changed in GEOS 3.8
(see https://github.com/libgeos/geos/commit/dddda853c78...
Nyall Dawson
01:27 AM Revision f16a0f0a (qgis): Rework failing test for better debug output
Nyall Dawson
01:27 AM Revision a66be9a2 (qgis): Disable geometry z value transform tests on proj 6+, because QGIS
currently doesn't support compound CRS definitions and these are
required for vertical transforms on proj 6+
Nyall Dawson
01:27 AM Revision c4653c49 (qgis): just a tad more serious
Denis Rouzaud
01:27 AM Revision 7e5e3c62 (qgis): bring back conditions
Denis Rouzaud
01:27 AM Revision 70b8151b (qgis): also report when build failed
Denis Rouzaud
01:27 AM Revision 47eb1a6d (qgis): fix workflow file
Denis Rouzaud
01:27 AM Revision 9919906b (qgis): fix setting output across jobs
Denis Rouzaud
01:27 AM Revision bc48fa6e (qgis): try again to fix relation edit widget test
Denis Rouzaud
01:27 AM Revision b9dc69fa (qgis): add job to show link
Denis Rouzaud
01:27 AM Revision 24465856 (qgis): Re-enable flacky PyQgsPostgresRasterProvider
Alessandro Pasotti
01:27 AM Revision 1b1f2693 (qgis): fix cache hit by setting a unique key
Denis Rouzaud
01:27 AM Revision 6f5ba232 (qgis): Fix oauh SSL test
Alessandro Pasotti
01:27 AM Revision e4b98602 (qgis): Fix PKI OWS tests: use TLS 1.2
Alessandro Pasotti
01:27 AM Revision a711a386 (qgis): always upload cache for PRs too
Denis Rouzaud
01:27 AM Revision aefe1b8c (qgis): Update WMS dimensions test control images
Alessandro Pasotti
01:27 AM Revision 3d2b6d1b (qgis): Fix PG connections API test
Alessandro Pasotti
01:27 AM Revision 7ba15ab5 (qgis): Fix server WMS getprint extra control file
Alessandro Pasotti
01:27 AM Revision 94468a9e (qgis): Fix server WMS control file
Alessandro Pasotti
01:27 AM Revision 425df509 (qgis): try to output CDASH url
Denis Rouzaud
01:27 AM Revision 2f90abd0 (qgis): fix tearDown in test QgsActionManager
Denis Rouzaud
01:27 AM Revision 348a9f91 (qgis): fix dashboard URL
Denis Rouzaud
01:27 AM Revision 68e4e090 (qgis): Skip auth password keyring test (no dbus)
Alessandro Pasotti
01:27 AM Revision 1d6a1479 (qgis): fix class methods in TestQgsRelationEditWidget
Denis Rouzaud
01:27 AM Revision 65f069bc (qgis): rename method names to be Travis agnostic
Denis Rouzaud
01:27 AM Revision eb538e9a (qgis): Fix SHP provider test
Alessandro Pasotti
01:27 AM Revision 6d6ee242 (qgis): Fix virtual provider test
Alessandro Pasotti
01:27 AM Revision 83908e87 (qgis): Fix spatialite provider test
Alessandro Pasotti
01:27 AM Revision c0d2aeac (qgis): Fix PyQgsVectorFileWriter test
Alessandro Pasotti
01:27 AM Revision ff423f7c (qgis): When loading GML layers in processing tests, FORCE detection of
SRS. Newer GDAL versions won't do this by default, but we need
to determine the actual/expected CRS for these layers ...
Nyall Dawson
01:27 AM Revision e4efc8a0 (qgis): Update mask for WMS_GetPrint_StyleDefault
Alessandro Pasotti
01:27 AM Revision bc6da71e (qgis): fix pushing to CDash
Denis Rouzaud
01:27 AM Revision 0072ff94 (qgis): Don't bark on hana
Alessandro Pasotti
01:27 AM Revision b905a1c9 (qgis): follow up
Denis Rouzaud
01:27 AM Revision 3a18d50e (qgis): Add a test for python provider using both direct iterator and iterator ...
Nyall Dawson
01:27 AM Revision 23ecb2ae (qgis): Fix Python based data providers on newer SIP versions
Nyall Dawson
01:27 AM Revision 0e31741c (qgis): Rebuild bug_21227-rename-styles.gpkg to fix test on newer GDAL versions
Nyall Dawson
01:27 AM Revision 3d66e7b7 (qgis): Move crashing test to its own file
Nyall Dawson
01:27 AM Revision c3eeacba (qgis): Fix crash on test exit
Nyall Dawson
01:27 AM Revision 5a33caf1 (qgis): Fix expected results on proj 6+
Nyall Dawson
01:27 AM Revision 48c16b4a (qgis): Set US locale for tests
Alessandro Pasotti
01:27 AM Revision 07864bba (qgis): regroup env vars
Denis Rouzaud
01:27 AM Revision 8c426ef6 (qgis): add option to push to cdash
Denis Rouzaud
01:27 AM Revision fd420421 (qgis): remove all map layers in PyQgsRelationEditWidget
Denis Rouzaud
01:27 AM Revision 5775a2f7 (qgis): set XDG_RUNTIME_DIR
Denis Rouzaud
01:27 AM Revision 8a5d7613 (qgis): more tear down
Denis Rouzaud
01:27 AM Revision 1dbedb62 (qgis): Fix some auth PG tests
Alessandro Pasotti
01:27 AM Revision fdfa5ab9 (qgis): Fix WMS GFI test references
Alessandro Pasotti
01:27 AM Revision f73f0285 (qgis): WMS GetMap test images
Alessandro Pasotti
01:27 AM Revision 56090f95 (qgis): Re-enable tests and update docs
Alessandro Pasotti
01:27 AM Revision 6989ff4a (qgis): Update auth certs readme
Alessandro Pasotti
01:27 AM Revision 79f761e1 (qgis): disable oracle testing
Denis Rouzaud
01:27 AM Revision 0a01f322 (qgis): Skip tests when TRAVIS=true and add an agnostic QGIS_CONTINUOUS_INTEGRA...
Alessandro Pasotti
01:27 AM Revision a58a5626 (qgis): enable test on Ubuntu Focal
Denis Rouzaud
01:27 AM Revision 732fdf62 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
Denis Rouzaud
01:27 AM Revision 59f94bf2 (qgis): remove defaulting QML
error: QQmlComponent: Component is not ready Denis Rouzaud
01:27 AM Revision b36531ed (qgis): fix docker compose path
Denis Rouzaud
01:27 AM Revision d8adad56 (qgis): add build ccache
Denis Rouzaud
01:27 AM Revision 9746680f (qgis): timeout oracle
Denis Rouzaud
01:27 AM Revision 0c4d34b0 (qgis): update oracle instant client
Denis Rouzaud
01:27 AM Revision ef2d6030 (qgis): always upload cache
Denis Rouzaud
01:27 AM Revision 33fb36ef (qgis): configure CTEST for GH workflow
Denis Rouzaud
01:27 AM Revision 94e133b2 (qgis): increase cache size
Denis Rouzaud
01:27 AM Revision 39b826d0 (qgis): docker: master=>latest
Denis Rouzaud
01:27 AM Revision d7cefad2 (qgis): install python3-pyproj and protobuf
Denis Rouzaud
01:27 AM Revision 4a876fa5 (qgis): increase docker base size
Denis Rouzaud
01:27 AM Revision 65d925cc (qgis): increase Oracle timeout
Denis Rouzaud
01:27 AM Revision 2f4310f5 (qgis): disable other workflows
Denis Rouzaud
01:27 AM Revision 7af3faa7 (qgis): Use TRANSFER_BACK annotation instead of FACTORY for QgsProviderRegistry...
Paraphrasing Phil Thomson's advice on https://www.riverbankcomputing.com/pipermail/pyqt/2017-July/039450.html:
"
/Fa...
Nyall Dawson
01:27 AM Revision f02d78e0 (qgis): Use unique_ptr
Nyall Dawson
01:27 AM Revision 2a009371 (qgis): Another annotation test mask
Nyall Dawson
01:06 AM Revision 3eef62c9 (qgis): [VirtualLayer] Prevent integer overflow for long long in virtual layer ...
* Fixes #40503 : Prevent integer overflow for long long in virtual layer Julien Cabieces
01:03 AM Revision 67bf72ce (qgis): [VirtualLayer] Prevent integer overflow for long long in virtual layer ...
* Fixes #40503 : Prevent integer overflow for long long in virtual layer Julien Cabieces

2021-02-04

12:45 AM Revision 623d8ea9 (qgis): fix mesh legend
Vincent Cloarec
12:42 AM Revision ec6552cd (qgis): fix mesh legend
Vincent Cloarec
12:36 AM Revision ca769bfb (qgis): Fix incorrect feature request filter expression generated when
rule based renderer uses a NOT IN rule
Followup 40939
Nyall Dawson
12:33 AM Revision a8955987 (qgis): Fix incorrect feature request filter expression generated when
rule based renderer uses a NOT IN rule
Followup 40939
Nyall Dawson
12:33 AM Revision b161d265 (qgis): Trust GDAL gives correct results given that we are confident we are cre...
Nyall Dawson
12:28 AM Revision e1c70e42 (qgis): Fix SHAPE_ENCODING argument should not always get escaped
Nyall Dawson
12:25 AM Revision 662d2cbc (qgis): Add reference prj file for proj 6+
Nyall Dawson
12:24 AM Revision eaefa37f (qgis): Allow for multiple reference text files
Nyall Dawson
11:59 PM Revision f3803fcd (qgis): Fix comparison of GDAL crs arguments to expected on proj 6+
Nyall Dawson
11:58 PM Revision d7247931 (qgis): Quotes also need to be escaped in gdal argument values
Nyall Dawson
11:58 PM Revision 9fe1c177 (qgis): [pointclouds] Don't regenerate ramp classes automatically when
restoring previous renderer settings in point cloud attribute
by ramp widgets
Otherwise we lose the previously set u...
Nyall Dawson
11:45 PM Revision 234a226d (qgis): Add a test hash
Nyall Dawson
11:45 PM Revision a47237bd (qgis): No need to compare result from GDAL contour alg -- we already have lots...
of the matching GDAL command, and we can trust that GDAL will generate contours correctly
Avoids fragility in the te...
Nyall Dawson
11:29 PM Revision 0d857d28 (qgis): Merge pull request #41345 from signedav/relation_naming
Fix naming confusion in relations (project properties) David Signer
11:26 PM Revision 6746d25c (qgis): Return nullptr instead of empty point -- better maintains API compatibi...
Empty points were only introduced recently, and it's possible existing
plugin code may check if the return value is N...
Nyall Dawson
11:24 PM Revision c6e1ae4e (qgis): Fix incorrect logic in QgsGeometryDuplicateCheck
Nyall Dawson
11:20 PM Revision a2bc5979 (qgis): don't search for C++ GEOS lib with MSVC
Sam Gillingham
11:18 PM Revision 8ce0e006 (qgis): Clear up some clang warnigns in qgsgeos.cpp
Nyall Dawson
07:24 PM Revision 034ace4b (qgis): Corrected spelling
Damiano Lombardi
06:52 PM Revision 289ed3e9 (qgis): Fix fromGeos returning 0 for x/y on empty point
Alessandro Pasotti
05:18 PM Revision d5a2037f (qgis): Update dimensions control file (again and again)
Alessandro Pasotti
04:41 PM Revision a9edb93e (qgis): array_mode new parameter merge
- array_mode new parameter merge for return value behaviour
- updated expression documentation for array_mode, majori...
Damiano
04:13 PM Revision 5f704160 (qgis): Update dimensions control file (again)
Alessandro Pasotti
03:59 PM Revision ef74324a (qgis): don't run the builds on the branch anymore
Denis Rouzaud
03:54 PM Revision cc56efca (qgis): Update landing page reference files
Alessandro Pasotti
03:49 PM Revision 33a2490b (qgis): don't run the builds on the branch anymore
Denis Rouzaud
03:42 PM Revision c0584ffc (qgis): GetMap control imgage (again)
Alessandro Pasotti
03:05 PM Revision d2937653 (qgis): qgsimagewarper.cpp: multithreaded image warp (#41110)
Use GDALWarpOperation::ChunkAndWarpMulti() to use multithread I/O and computation. Will not bring major improvements ... justinbb
01:11 PM Revision 043b8a71 (qgis): fix ios build adding new component (#41353)
Tomas Mizera
11:57 AM Revision 9022f68d (qgis): A bit of repairs to vector tiles algorithm test
Nyall Dawson
11:25 AM Revision 0bf6136c (qgis): More tolerance in some tests
Nyall Dawson
11:25 AM Revision 53471bea (qgis): Add secondary reference layer for tapered buffer alg
Nyall Dawson
11:20 AM Revision 366dfb05 (qgis): Fix passing geometry compare options to checkLayersEqual
Nyall Dawson
11:10 AM Revision dd6205c1 (qgis): Temporarily disable the Find Projection test, which is very slow to run...
Nyall Dawson
11:09 AM Revision e4f49a10 (qgis): Bit less noise in Find Projection algorithm
Nyall Dawson
10:56 AM Revision 23395891 (qgis): Update some other tests for qt 5.15
Nyall Dawson
10:56 AM Revision f1b13fd6 (qgis): Update test
Nyall Dawson
10:06 AM Revision 7345c128 (qgis): Fix arrax mode/majority confusion
https://github.com/qgis/QGIS/pull/40364#issuecomment-752096652
Refences #33302
Damiano
08:55 AM Revision b0f881bd (qgis): fix regexes
Denis Rouzaud
08:28 AM Revision d74e4cc6 (qgis): Fix some saga tests
Nyall Dawson
08:18 AM Revision 825607e3 (qgis): Fix running tests where the same layer is used for multiple parameters
Nyall Dawson
08:18 AM Revision cd2bf7d1 (qgis): Fix GeometryCollect aggregate detection of geometry result type when ru...
Nyall Dawson
08:18 AM Revision 4aebba0f (qgis): Return invalid variant instead of null variant when feature has no geom...
Otherwise the sip wrapper around the returned variant does NOT
return true to QVariant::isNull() when run from outsid...
Nyall Dawson
08:18 AM Revision a9aea153 (qgis): Fix some more processing alg tests
Nyall Dawson
08:18 AM Revision 5e3c8c33 (qgis): Allow casting date/datetime values to string to compare to expected res...
Nyall Dawson
08:11 AM Revision 9cebb25d (qgis): move all CI logic to ctest2ci
Denis Rouzaud
07:15 AM Revision 4b19ed03 (qgis): Add another reference hash
Nyall Dawson
07:15 AM Revision 739343be (qgis): Fix expected test results
Nyall Dawson
07:09 AM Revision 6a0aadd0 (qgis): More tolerance in Processing QGIS algorithms pt 1 test
Nyall Dawson
07:08 AM Revision 1c9b1c14 (qgis): [processing] Add option to ignore part order when comparing geometries ...
Nyall Dawson
04:56 AM Revision 1dd9ddc0 (qgis): Make TestQgsCoordinateOperationWidget tolerant to presence of grid shif...
Nyall Dawson
04:33 AM Revision 3caca7fe (qgis): Adapt test results depending on GEOS version
Nyall Dawson
04:00 AM Revision d38d0117 (qgis): Remove another test for polygon simplicity which depends on GEOS version
Nyall Dawson
03:58 AM Revision 1c0f696f (qgis): Remove multipolygon is simple test
The behavior in GEOS relating to this was changed in GEOS 3.8
(see https://github.com/libgeos/geos/commit/dddda853c78...
Nyall Dawson
03:54 AM Revision 32e4694e (qgis): Rework failing test for better debug output
Nyall Dawson
03:49 AM Revision 8a267d26 (qgis): Disable geometry z value transform tests on proj 6+, because QGIS
currently doesn't support compound CRS definitions and these are
required for vertical transforms on proj 6+
Nyall Dawson

2021-02-03

11:05 PM Revision 3fdc2518 (qgis): fix naming confusion with refernced (parent) and referencing (child
David Signer
10:14 PM Revision 41982f7a (qgis): fix condition
Denis Rouzaud
10:14 PM Revision 69ddcd25 (qgis): fix comment action
Denis Rouzaud
10:14 PM Revision 1949ed3a (qgis): set TZ to UTC for Orfeo cdash
Denis Rouzaud
10:14 PM Revision db4f31a8 (qgis): group output for GH workflow (not Travis)
Denis Rouzaud
10:14 PM Revision 05599be3 (qgis): drop TRAVIS env variable
Denis Rouzaud
10:14 PM Revision 2c548c18 (qgis): more class variable deletion
Denis Rouzaud
10:14 PM Revision e5b60aeb (qgis): write a global comment report
Denis Rouzaud
10:14 PM Revision ac8d6655 (qgis): fix workflow file
Denis Rouzaud
10:14 PM Revision ee8a431e (qgis): also report when build failed
Denis Rouzaud
10:14 PM Revision 2e28ae5f (qgis): fix + more grouping
Denis Rouzaud
10:14 PM Revision e87cc712 (qgis): fix grouping again
Denis Rouzaud
10:14 PM Revision 6c5f7796 (qgis): just a tad more serious
Denis Rouzaud
10:14 PM Revision 04914645 (qgis): bring back conditions
Denis Rouzaud
10:14 PM Revision 2e42bd1c (qgis): don't take it too seriously
Denis Rouzaud
10:14 PM Revision f2a860a4 (qgis): fix bash conditions
Denis Rouzaud
10:14 PM Revision 12437dcb (qgis): correctly report job status
Denis Rouzaud
10:14 PM Revision ceec1c05 (qgis): always run comment job
Denis Rouzaud
10:14 PM Revision b9ceddd4 (qgis): remove condition
Denis Rouzaud
10:14 PM Revision ac3f09ac (qgis): fix workflow file
Denis Rouzaud
10:14 PM Revision a7381468 (qgis): Fix spatialite provider test
Alessandro Pasotti
10:14 PM Revision 9038ec15 (qgis): set output at proper place
Denis Rouzaud
10:14 PM Revision dc089ffc (qgis): Fix WMS dimensions control file
Alessandro Pasotti
10:14 PM Revision 7493be72 (qgis): Fix OGR-GPKG provider test
Alessandro Pasotti
10:14 PM Revision de885e99 (qgis): Fix SHP provider test
Alessandro Pasotti
10:14 PM Revision cf3ec676 (qgis): Fix virtual provider test
Alessandro Pasotti
10:14 PM Revision cffb3e96 (qgis): add option to push to cdash
Denis Rouzaud
10:14 PM Revision 6a87c520 (qgis): regroup env vars
Denis Rouzaud
10:14 PM Revision 821dbdc0 (qgis): set XDG_RUNTIME_DIR
Denis Rouzaud
10:14 PM Revision 712dbdad (qgis): Fix PyQgsVectorFileWriter test
Alessandro Pasotti
10:14 PM Revision 0324c566 (qgis): fix setting output across jobs
Denis Rouzaud
10:14 PM Revision afd6e118 (qgis): post comment with CDASH url when tests are failing
Denis Rouzaud
10:14 PM Revision ac4f695d (qgis): try again to fix relation edit widget test
Denis Rouzaud
10:14 PM Revision 52e6fc07 (qgis): add job to show link
Denis Rouzaud
10:14 PM Revision 3f11a7d1 (qgis): Re-enable flacky PyQgsPostgresRasterProvider
Alessandro Pasotti
10:14 PM Revision 0463f5e0 (qgis): fix cache hit by setting a unique key
Denis Rouzaud
10:14 PM Revision ff8074ad (qgis): Fix oauh SSL test
Alessandro Pasotti
10:14 PM Revision ef5ad097 (qgis): Fix PKI OWS tests: use TLS 1.2
Alessandro Pasotti
10:14 PM Revision 0ba324b9 (qgis): always upload cache for PRs too
Denis Rouzaud
10:14 PM Revision db1b30d5 (qgis): Update WMS dimensions test control images
Alessandro Pasotti
10:14 PM Revision 9fccd99f (qgis): Fix PG connections API test
Alessandro Pasotti
10:14 PM Revision 144f5541 (qgis): Fix server WMS getprint extra control file
Alessandro Pasotti
10:14 PM Revision d94ec710 (qgis): Fix server WMS control file
Alessandro Pasotti
10:14 PM Revision 5758da17 (qgis): try to output CDASH url
Denis Rouzaud
10:14 PM Revision 9176f4f5 (qgis): fix tearDown in test QgsActionManager
Denis Rouzaud
10:14 PM Revision 02583e10 (qgis): fix dashboard URL
Denis Rouzaud
10:14 PM Revision 19c0a635 (qgis): Skip auth password keyring test (no dbus)
Alessandro Pasotti
10:14 PM Revision 1793b7c5 (qgis): fix class methods in TestQgsRelationEditWidget
Denis Rouzaud
10:14 PM Revision af2d7550 (qgis): rename method names to be Travis agnostic
Denis Rouzaud
10:14 PM Revision 8d122b45 (qgis): WMS GetMap test images
Alessandro Pasotti
10:14 PM Revision cb3721ed (qgis): Re-enable tests and update docs
Alessandro Pasotti
10:14 PM Revision 21abf5a4 (qgis): Update auth certs readme
Alessandro Pasotti
10:14 PM Revision 68a135f6 (qgis): Update mask for WMS_GetPrint_StyleDefault
Alessandro Pasotti
10:14 PM Revision c2235711 (qgis): fix pushing to CDash
Denis Rouzaud
10:14 PM Revision 14216baa (qgis): When loading GML layers in processing tests, FORCE detection of
SRS. Newer GDAL versions won't do this by default, but we need
to determine the actual/expected CRS for these layers ...
Nyall Dawson
10:14 PM Revision 8baa4ea5 (qgis): Fix WMS GFI test references
Alessandro Pasotti
10:14 PM Revision cd3519e9 (qgis): Fix some auth PG tests
Alessandro Pasotti
10:14 PM Revision 45a781c3 (qgis): Don't bark on hana
Alessandro Pasotti
10:14 PM Revision 5da1d1a6 (qgis): follow up
Denis Rouzaud
10:14 PM Revision 17f81b22 (qgis): more tear down
Denis Rouzaud
10:14 PM Revision 0fd3e691 (qgis): remove all map layers in PyQgsRelationEditWidget
Denis Rouzaud
10:14 PM Revision df14b993 (qgis): Set US locale for tests
Alessandro Pasotti
10:13 PM Revision 5c9d4934 (qgis): fix docker compose path
Denis Rouzaud
10:13 PM Revision 7ebd06b7 (qgis): remove defaulting QML
error: QQmlComponent: Component is not ready Denis Rouzaud
10:13 PM Revision f241e027 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
Denis Rouzaud
10:13 PM Revision 48abd517 (qgis): enable test on Ubuntu Focal
Denis Rouzaud
10:13 PM Revision 391c6f53 (qgis): Fix expected results on proj 6+
Nyall Dawson
10:13 PM Revision 84018bbb (qgis): Fix crash on test exit
Nyall Dawson
10:13 PM Revision 93078dd6 (qgis): Move crashing test to its own file
Nyall Dawson
10:13 PM Revision 47a6beaa (qgis): Rebuild bug_21227-rename-styles.gpkg to fix test on newer GDAL versions
Nyall Dawson
10:13 PM Revision 168f7f62 (qgis): Fix Python based data providers on newer SIP versions
Nyall Dawson
10:13 PM Revision 72facb0d (qgis): Add a test for python provider using both direct iterator and iterator ...
Nyall Dawson
10:13 PM Revision 3cf87b59 (qgis): Use TRANSFER_BACK annotation instead of FACTORY for QgsProviderRegistry...
Paraphrasing Phil Thomson's advice on https://www.riverbankcomputing.com/pipermail/pyqt/2017-July/039450.html:
"
/Fa...
Nyall Dawson
10:13 PM Revision 476039c3 (qgis): Use unique_ptr
Nyall Dawson
10:13 PM Revision eb747fee (qgis): Another annotation test mask
Nyall Dawson
10:13 PM Revision 97c1e471 (qgis): Skip tests when TRAVIS=true and add an agnostic QGIS_CONTINUOUS_INTEGRA...
Alessandro Pasotti
10:13 PM Revision 82279208 (qgis): disable oracle testing
Denis Rouzaud
10:13 PM Revision f7615392 (qgis): disable other workflows
Denis Rouzaud
10:13 PM Revision c42b0600 (qgis): increase Oracle timeout
Denis Rouzaud
10:13 PM Revision 97c5f9a6 (qgis): increase docker base size
Denis Rouzaud
10:13 PM Revision bc04dd26 (qgis): install python3-pyproj and protobuf
Denis Rouzaud
10:13 PM Revision d9eebad1 (qgis): add build ccache
Denis Rouzaud
10:13 PM Revision ab8c1454 (qgis): increase cache size
Denis Rouzaud
10:13 PM Revision fa27b163 (qgis): configure CTEST for GH workflow
Denis Rouzaud
10:13 PM Revision 620993e0 (qgis): always upload cache
Denis Rouzaud
10:13 PM Revision 37b0e027 (qgis): update oracle instant client
Denis Rouzaud
10:13 PM Revision 3b26313b (qgis): timeout oracle
Denis Rouzaud
10:13 PM Revision 07481db6 (qgis): docker: master=>latest
Denis Rouzaud
08:48 PM Revision 69ed5a76 (qgis): just a tad more serious
Denis Rouzaud
06:30 PM Revision ab39dadf (qgis): Fix locale problem in graduated symmetric classification option
Alexandre Neto
06:29 PM Revision 45ad03c2 (qgis): Extend HANA's menu items
Maxim Rylov
06:29 PM Revision 39653237 (qgis): Attempt to fix fragile QgsTileDownloadManager test
Nyall Dawson
05:36 PM Revision 6cc60daf (qgis): bring back conditions
Denis Rouzaud
04:24 PM Revision f1f387e9 (qgis): also report when build failed
Denis Rouzaud
04:24 PM Revision dc6d5e6f (qgis): fix workflow file
Denis Rouzaud
04:24 PM Revision bfe1f420 (qgis): fix + more grouping
Denis Rouzaud
04:24 PM Revision 85d26005 (qgis): don't take it too seriously
Denis Rouzaud
04:24 PM Revision b9e405c1 (qgis): fix bash conditions
Denis Rouzaud
04:24 PM Revision 97f79350 (qgis): correctly report job status
Denis Rouzaud
04:24 PM Revision 293e8257 (qgis): always run comment job
Denis Rouzaud
04:24 PM Revision c245bee8 (qgis): remove condition
Denis Rouzaud
04:24 PM Revision 4b115582 (qgis): fix grouping again
Denis Rouzaud
04:24 PM Revision 85366fc9 (qgis): write a global comment report
Denis Rouzaud
04:24 PM Revision f6bcae2c (qgis): add job to show link
Denis Rouzaud
04:24 PM Revision 6ccbde14 (qgis): Re-enable flacky PyQgsPostgresRasterProvider
Alessandro Pasotti
04:24 PM Revision 7d3b4aac (qgis): fix cache hit by setting a unique key
Denis Rouzaud
04:24 PM Revision 72ac8376 (qgis): try again to fix relation edit widget test
Denis Rouzaud
04:24 PM Revision 17fa059a (qgis): drop TRAVIS env variable
Denis Rouzaud
04:24 PM Revision 8ba58a5e (qgis): group output for GH workflow (not Travis)
Denis Rouzaud
04:24 PM Revision 01f9d0db (qgis): set TZ to UTC for Orfeo cdash
Denis Rouzaud
04:24 PM Revision 0154f967 (qgis): fix comment action
Denis Rouzaud
04:24 PM Revision 91661d10 (qgis): fix condition
Denis Rouzaud
04:24 PM Revision bd38c9af (qgis): post comment with CDASH url when tests are failing
Denis Rouzaud
04:24 PM Revision e2220ed7 (qgis): set output at proper place
Denis Rouzaud
04:24 PM Revision 620bdf99 (qgis): Fix WMS dimensions control file
Alessandro Pasotti
04:24 PM Revision 3df7da92 (qgis): Fix OGR-GPKG provider test
Alessandro Pasotti
04:24 PM Revision 21d45d84 (qgis): Fix SHP provider test
Alessandro Pasotti
04:24 PM Revision 84951715 (qgis): Fix virtual provider test
Alessandro Pasotti
04:24 PM Revision f0013704 (qgis): Fix spatialite provider test
Alessandro Pasotti
04:24 PM Revision 44ba1ce9 (qgis): Fix PyQgsVectorFileWriter test
Alessandro Pasotti
04:24 PM Revision 7361a736 (qgis): fix setting output across jobs
Denis Rouzaud
04:24 PM Revision 1608058e (qgis): fix workflow file
Denis Rouzaud
04:24 PM Revision 541cc361 (qgis): more class variable deletion
Denis Rouzaud
04:24 PM Revision c56d95eb (qgis): Update auth certs readme
Alessandro Pasotti
04:24 PM Revision e3ae8615 (qgis): fix pushing to CDash
Denis Rouzaud
04:24 PM Revision a9320691 (qgis): Update mask for WMS_GetPrint_StyleDefault
Alessandro Pasotti
04:24 PM Revision 88fafc06 (qgis): Fix oauh SSL test
Alessandro Pasotti
04:24 PM Revision 94e50d1d (qgis): Fix PKI OWS tests: use TLS 1.2
Alessandro Pasotti
04:24 PM Revision 482de3ba (qgis): always upload cache for PRs too
Denis Rouzaud
04:24 PM Revision c3a74c9e (qgis): Update WMS dimensions test control images
Alessandro Pasotti
04:24 PM Revision dffd6b9c (qgis): Fix PG connections API test
Alessandro Pasotti
04:24 PM Revision b76e6e6a (qgis): Fix server WMS getprint extra control file
Alessandro Pasotti
04:24 PM Revision c77a480e (qgis): Fix server WMS control file
Alessandro Pasotti
04:24 PM Revision 78746e9e (qgis): try to output CDASH url
Denis Rouzaud
04:24 PM Revision 7cf4e2b3 (qgis): fix tearDown in test QgsActionManager
Denis Rouzaud
04:24 PM Revision 4d7d2a06 (qgis): fix dashboard URL
Denis Rouzaud
04:24 PM Revision 091d090f (qgis): Skip auth password keyring test (no dbus)
Alessandro Pasotti
04:24 PM Revision 097d8e36 (qgis): fix class methods in TestQgsRelationEditWidget
Denis Rouzaud
04:24 PM Revision 989b4d40 (qgis): rename method names to be Travis agnostic
Denis Rouzaud
04:24 PM Revision d60b044d (qgis): WMS GetMap test images
Alessandro Pasotti
04:24 PM Revision 581eb599 (qgis): Re-enable tests and update docs
Alessandro Pasotti
04:24 PM Revision 0ed31943 (qgis): Another annotation test mask
Nyall Dawson
04:24 PM Revision cec00fc9 (qgis): Use TRANSFER_BACK annotation instead of FACTORY for QgsProviderRegistry...
Paraphrasing Phil Thomson's advice on https://www.riverbankcomputing.com/pipermail/pyqt/2017-July/039450.html:
"
/Fa...
Nyall Dawson
04:24 PM Revision abcc2375 (qgis): Use unique_ptr
Nyall Dawson
04:24 PM Revision 04c6725a (qgis): When loading GML layers in processing tests, FORCE detection of
SRS. Newer GDAL versions won't do this by default, but we need
to determine the actual/expected CRS for these layers ...
Nyall Dawson
04:24 PM Revision 93119293 (qgis): Fix WMS GFI test references
Alessandro Pasotti
04:24 PM Revision 0cd8bd22 (qgis): Fix some auth PG tests
Alessandro Pasotti
04:24 PM Revision 9dcc2c4c (qgis): Don't bark on hana
Alessandro Pasotti
04:24 PM Revision a0e5ec8c (qgis): follow up
Denis Rouzaud
04:24 PM Revision c78ab81a (qgis): more tear down
Denis Rouzaud
04:24 PM Revision 34d639e3 (qgis): set XDG_RUNTIME_DIR
Denis Rouzaud
04:24 PM Revision 44cae509 (qgis): remove all map layers in PyQgsRelationEditWidget
Denis Rouzaud
04:24 PM Revision e60c35e3 (qgis): add option to push to cdash
Denis Rouzaud
04:24 PM Revision 85d01812 (qgis): regroup env vars
Denis Rouzaud
04:24 PM Revision cab7b950 (qgis): Add a test for python provider using both direct iterator and iterator ...
Nyall Dawson
04:24 PM Revision 1ae119f9 (qgis): Fix expected results on proj 6+
Nyall Dawson
04:24 PM Revision e632cb54 (qgis): Fix crash on test exit
Nyall Dawson
04:24 PM Revision f9c81480 (qgis): Move crashing test to its own file
Nyall Dawson
04:24 PM Revision 302986ae (qgis): Rebuild bug_21227-rename-styles.gpkg to fix test on newer GDAL versions
Nyall Dawson
04:24 PM Revision bfa1649b (qgis): Fix Python based data providers on newer SIP versions
Nyall Dawson
04:24 PM Revision 89ae3b48 (qgis): Set US locale for tests
Alessandro Pasotti
04:24 PM Revision 5e832ff1 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
Denis Rouzaud
04:24 PM Revision 37905ed8 (qgis): enable test on Ubuntu Focal
Denis Rouzaud
04:24 PM Revision b12739af (qgis): remove defaulting QML
error: QQmlComponent: Component is not ready Denis Rouzaud
04:24 PM Revision c13b6a26 (qgis): Skip tests when TRAVIS=true and add an agnostic QGIS_CONTINUOUS_INTEGRA...
Alessandro Pasotti
04:24 PM Revision 4aa18926 (qgis): disable oracle testing
Denis Rouzaud
04:24 PM Revision 012fb2c6 (qgis): disable other workflows
Denis Rouzaud
04:24 PM Revision f9277a27 (qgis): increase Oracle timeout
Denis Rouzaud
04:24 PM Revision acd0e9bd (qgis): increase docker base size
Denis Rouzaud
04:24 PM Revision 0fb5c8dc (qgis): install python3-pyproj and protobuf
Denis Rouzaud
04:24 PM Revision db66309d (qgis): docker: master=>latest
Denis Rouzaud
04:24 PM Revision a9a507df (qgis): increase cache size
Denis Rouzaud
04:24 PM Revision 4ad0ef44 (qgis): configure CTEST for GH workflow
Denis Rouzaud
04:24 PM Revision 9eaa5c3a (qgis): always upload cache
Denis Rouzaud
04:24 PM Revision dce3736f (qgis): fix docker compose path
Denis Rouzaud
04:24 PM Revision 0c37903c (qgis): timeout oracle
Denis Rouzaud
04:24 PM Revision 244a11ca (qgis): add build ccache
Denis Rouzaud
04:24 PM Revision 4da9ca44 (qgis): update oracle instant client
Denis Rouzaud
04:22 PM Revision 7a73b3cb (qgis): don't take it too seriously
Denis Rouzaud
04:19 PM Revision ea5fe9ae (qgis): fix bash conditions
Denis Rouzaud
03:07 PM Revision da697be5 (qgis): correctly report job status
Denis Rouzaud
02:36 PM Revision c9e50cfd (qgis): Merge pull request #41242 from elpaso/bugfix-gh36584-wfs-inverted-axis
Server WFS: handle axis orientation Alessandro Pasotti
11:48 AM Revision 6021650b (qgis): Selective masking masks
Nyall Dawson
11:48 AM Revision f9db58a5 (qgis): Try bumping prority on label layer
Nyall Dawson
11:48 AM Revision a6d5ad1b (qgis): More selective test masks
Nyall Dawson
11:40 AM Revision 3f1fda07 (qgis): always run comment job
Denis Rouzaud
10:35 AM Revision c8ecbe8b (qgis): remove condition
Denis Rouzaud
10:18 AM Revision 65b272d1 (qgis): Replace colon in typenames
Fixes #41292 QGISserver WFS returns invalid GML in case of cascading WFS Alessandro Pasotti
10:09 AM Revision d5d0c0e7 (qgis): fix grouping again
Denis Rouzaud
10:08 AM Revision 7aeb1dc5 (qgis): fix + more grouping
Denis Rouzaud
09:29 AM Revision 133bf0d4 (qgis): also report when build failed
Denis Rouzaud
09:21 AM Revision 2491b50c (qgis): fix workflow file
Denis Rouzaud
09:20 AM Revision 361751f5 (qgis): write a global comment report
Denis Rouzaud
09:05 AM Revision 352829db (qgis): Merge pull request #41211 from elpaso/bugfix-gh41116-wms-urlencode
WMS provider: urlencode layer names in GetMap URL requests Alessandro Pasotti
09:03 AM Revision 846bd8c8 (qgis): Merge pull request #41211 from elpaso/bugfix-gh41116-wms-urlencode
WMS provider: urlencode layer names in GetMap URL requests Alessandro Pasotti
08:58 AM Revision a197f24a (qgis): Merge pull request #41316 from elpaso/bugfix-gh41284-localize-extent-ra...
Locale support for extent and raster save as dlg Alessandro Pasotti
08:55 AM Revision 489401f1 (qgis): Merge pull request #41316 from elpaso/bugfix-gh41284-localize-extent-ra...
Locale support for extent and raster save as dlg Alessandro Pasotti
08:14 AM Revision 044c97b9 (qgis): Apply suggestions from code review
Nyall Dawson
08:14 AM Revision 42aa3b59 (qgis): mActionZoomToLayers does something using selected or active layer
TurboGraphxBeige
08:14 AM Revision f4ebcc68 (qgis): add $HDF5_DEFINITIONS to compile definitions for mdal
Sam Gillingham
08:13 AM Revision f44b2391 (qgis): Capital 'V' to Layer visibility submenu
Patrice Pineault
08:11 AM Revision b2c5b214 (qgis): more class variable deletion
Denis Rouzaud
08:08 AM Revision c8c64b38 (qgis): drop TRAVIS env variable
Denis Rouzaud
07:19 AM Revision 5cfa8012 (qgis): group output for GH workflow (not Travis)
Denis Rouzaud
06:59 AM Revision 7ada1add (qgis): set TZ to UTC for Orfeo cdash
Denis Rouzaud
05:40 AM Revision bab16101 (qgis): Revert "Fix wrong attr values in joined fields"
Nyall Dawson
05:40 AM Revision 3a87e9cd (qgis): Revert "[Backport release-3_16] Fix wrong attr values in joined fields"
Nyall Dawson
05:39 AM Revision bacf5f5e (qgis): Revert "[Backport release-3_16] Fix wrong attr values in joined fields"
Nyall Dawson
05:38 AM Revision 11a6893b (qgis): Revert "Fix wrong attr values in joined fields"
Nyall Dawson
03:41 AM Revision d92d0ec3 (qgis): [processing] Ask users for existing destination fields for
Sum Line Length and Count Points In Polygons result fields
when running in in-place mode
Makes these algorithms full...
Nyall Dawson
03:38 AM Revision f5d3164e (qgis): [processing] Input parameter name for in place algorithms is not
always fixed, so ensure we correctly obtain and use the correct
input parameter name
Nyall Dawson
03:38 AM Revision c6895d96 (qgis): [processing] Correctly set IN_PLACE configuration option when running i...
Nyall Dawson
03:38 AM Revision 12e8130b (qgis): [processing] Ask users for existing destination fields for
Sum Line Length and Count Points In Polygons result fields
when running in in-place mode
Makes these algorithms full...
Nyall Dawson
01:53 AM Revision 7ef7b17f (qgis): [processing] Fix exception in algorithm locator filter if an
algorithm has no group set
The group isn't mandatory
(cherry picked from commit 46dbd8b2d6275256779c14938de7424ab10...
Nyall Dawson
01:14 AM Revision 039bc202 (qgis): Followup #41285, fix crash when no layers exist in project
Nyall Dawson

2021-02-02

12:06 AM Revision b8cfec25 (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
09:58 PM Revision 54fab97b (qgis): add QGIS_INSTALL_SYS_LIBS cmake option
Sam Gillingham
09:57 PM Revision 6d3b51c0 (qgis): Try to fix #41209
René-Luc ReLuc
09:56 PM Revision d2216c3c (qgis): Fix the Profile From Lines SAGA tool
Giovanni Manghi
09:56 PM Revision 56f85164 (qgis): Merge pull request #41312 from stefanuhrig/idxoutofrange
Fix index-out-of-range warning Matthias Kuhn
09:36 PM Revision fe4662b6 (qgis): fix comment action
Denis Rouzaud
08:48 PM Revision 6e941f13 (qgis): Apply suggestions from code review
Co-authored-by: Andrea Giudiceandrea <[email protected]> Alessandro Pasotti
08:14 PM Revision c73638ca (qgis): fix condition
Denis Rouzaud
05:38 PM Revision 9c70bbe4 (qgis): [Server][Feature][needs-docs] Make service URL configurable
With environment variables or
With HTTP headers
With standard HTTP headers
The server resolution will use the follow...
Stéphane Brunner
04:47 PM Revision 55573ede (qgis): Server: remove double url decoding
Fixes #41116 and #39436 (test taken from that) Alessandro Pasotti
03:55 PM Revision fdf3a4b9 (qgis): post comment with CDASH url when tests are failing
Denis Rouzaud
02:56 PM Revision 10a37400 (qgis): Locale support for extent and raster save as dlg
Fixes #41284 Alessandro Pasotti
02:52 PM Revision 9f6241b6 (qgis): set output at proper place
Denis Rouzaud
02:52 PM Revision 9a0afa02 (qgis): Fix virtual provider test
Alessandro Pasotti
02:52 PM Revision 3ee99b70 (qgis): Fix WMS dimensions control file
Alessandro Pasotti
02:52 PM Revision a8f00182 (qgis): Fix OGR-GPKG provider test
Alessandro Pasotti
02:52 PM Revision 952ee516 (qgis): Fix SHP provider test
Alessandro Pasotti
02:52 PM Revision e790b828 (qgis): fix setting output across jobs
Denis Rouzaud
02:52 PM Revision 92a8d0d9 (qgis): Fix server WMS getprint extra control file
Alessandro Pasotti
02:52 PM Revision 99151ce1 (qgis): Fix PyQgsVectorFileWriter test
Alessandro Pasotti
02:52 PM Revision 27d6a11c (qgis): Fix server WMS control file
Alessandro Pasotti
02:52 PM Revision 7a9f3745 (qgis): fix workflow file
Denis Rouzaud
02:52 PM Revision 8a7c9f6f (qgis): try again to fix relation edit widget test
Denis Rouzaud
02:52 PM Revision 141ae9cc (qgis): add job to show link
Denis Rouzaud
02:52 PM Revision 77db87e6 (qgis): Re-enable flacky PyQgsPostgresRasterProvider
Alessandro Pasotti
02:52 PM Revision 6669557c (qgis): fix cache hit by setting a unique key
Denis Rouzaud
02:52 PM Revision 432a201f (qgis): Fix oauh SSL test
Alessandro Pasotti
02:52 PM Revision 68f3ecb1 (qgis): Fix PKI OWS tests: use TLS 1.2
Alessandro Pasotti
02:52 PM Revision 1322fa0c (qgis): always upload cache for PRs too
Denis Rouzaud
02:52 PM Revision 7db18219 (qgis): Update WMS dimensions test control images
Alessandro Pasotti
02:52 PM Revision beaf3eb8 (qgis): Fix PG connections API test
Alessandro Pasotti
02:52 PM Revision 9ffb4775 (qgis): Fix spatialite provider test
Alessandro Pasotti
02:52 PM Revision 887a7143 (qgis): Don't bark on hana
Alessandro Pasotti
02:52 PM Revision cbdb2062 (qgis): try to output CDASH url
Denis Rouzaud
02:52 PM Revision 1298ce56 (qgis): fix tearDown in test QgsActionManager
Denis Rouzaud
02:52 PM Revision db881aab (qgis): fix dashboard URL
Denis Rouzaud
02:52 PM Revision 15880874 (qgis): Skip auth password keyring test (no dbus)
Alessandro Pasotti
02:52 PM Revision 9fc21687 (qgis): fix class methods in TestQgsRelationEditWidget
Denis Rouzaud
02:52 PM Revision 99913451 (qgis): rename method names to be Travis agnostic
Denis Rouzaud
02:52 PM Revision 3caacc1d (qgis): WMS GetMap test images
Alessandro Pasotti
02:52 PM Revision 0f9b30f0 (qgis): Re-enable tests and update docs
Alessandro Pasotti
02:52 PM Revision d59fa4b0 (qgis): Update auth certs readme
Alessandro Pasotti
02:52 PM Revision ee075229 (qgis): Update mask for WMS_GetPrint_StyleDefault
Alessandro Pasotti
02:52 PM Revision 1934e7c5 (qgis): fix pushing to CDash
Denis Rouzaud
02:52 PM Revision 69ec923f (qgis): When loading GML layers in processing tests, FORCE detection of
SRS. Newer GDAL versions won't do this by default, but we need
to determine the actual/expected CRS for these layers ...
Nyall Dawson
02:52 PM Revision add09d8f (qgis): Fix WMS GFI test references
Alessandro Pasotti
02:52 PM Revision 76ce1221 (qgis): Fix some auth PG tests
Alessandro Pasotti
02:52 PM Revision 2758f66f (qgis): more tear down
Denis Rouzaud
02:52 PM Revision a1e866bc (qgis): set XDG_RUNTIME_DIR
Denis Rouzaud
02:52 PM Revision 1ce166ed (qgis): remove all map layers in PyQgsRelationEditWidget
Denis Rouzaud
02:52 PM Revision 23fecdc1 (qgis): add option to push to cdash
Denis Rouzaud
02:52 PM Revision 37612a51 (qgis): regroup env vars
Denis Rouzaud
02:52 PM Revision 5ff8b680 (qgis): Set US locale for tests
Alessandro Pasotti
02:52 PM Revision 13131d10 (qgis): Fix expected results on proj 6+
Nyall Dawson
02:52 PM Revision 611350d2 (qgis): Fix crash on test exit
Nyall Dawson
02:52 PM Revision cf9f5eb4 (qgis): Move crashing test to its own file
Nyall Dawson
02:52 PM Revision ece6859e (qgis): Rebuild bug_21227-rename-styles.gpkg to fix test on newer GDAL versions
Nyall Dawson
02:52 PM Revision a5f0fcfd (qgis): Fix Python based data providers on newer SIP versions
Nyall Dawson
02:52 PM Revision 02317fdc (qgis): Add a test for python provider using both direct iterator and iterator ...
Nyall Dawson
02:52 PM Revision 26dcfe16 (qgis): Use TRANSFER_BACK annotation instead of FACTORY for QgsProviderRegistry...
Paraphrasing Phil Thomson's advice on https://www.riverbankcomputing.com/pipermail/pyqt/2017-July/039450.html:
"
/Fa...
Nyall Dawson
02:52 PM Revision e98e78e9 (qgis): Use unique_ptr
Nyall Dawson
02:52 PM Revision b95e65a3 (qgis): follow up
Denis Rouzaud
02:52 PM Revision f70c232a (qgis): Skip tests when TRAVIS=true and add an agnostic QGIS_CONTINUOUS_INTEGRA...
Alessandro Pasotti
02:52 PM Revision a1ca5d8c (qgis): disable oracle testing
Denis Rouzaud
02:52 PM Revision b3fe68f4 (qgis): disable other workflows
Denis Rouzaud
02:52 PM Revision ca9f9afb (qgis): increase Oracle timeout
Denis Rouzaud
02:52 PM Revision fff15336 (qgis): increase docker base size
Denis Rouzaud
02:52 PM Revision 86b4ddd8 (qgis): install python3-pyproj and protobuf
Denis Rouzaud
02:52 PM Revision 2afffc4d (qgis): docker: master=>latest
Denis Rouzaud
02:52 PM Revision 909a4977 (qgis): increase cache size
Denis Rouzaud
02:52 PM Revision 89b917e7 (qgis): configure CTEST for GH workflow
Denis Rouzaud
02:52 PM Revision 071eff53 (qgis): always upload cache
Denis Rouzaud
02:52 PM Revision 2fcdb0d0 (qgis): update oracle instant client
Denis Rouzaud
02:52 PM Revision 3fb88bef (qgis): timeout oracle
Denis Rouzaud
02:52 PM Revision f071ef15 (qgis): add build ccache
Denis Rouzaud
02:52 PM Revision bdf2d29d (qgis): fix docker compose path
Denis Rouzaud
02:52 PM Revision 4d8ee214 (qgis): Another annotation test mask
Nyall Dawson
02:52 PM Revision f5f6fd9f (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
Denis Rouzaud
02:52 PM Revision 4c8ec6dd (qgis): enable test on Ubuntu Focal
Denis Rouzaud
02:52 PM Revision 15b051dc (qgis): remove defaulting QML
error: QQmlComponent: Component is not ready Denis Rouzaud
01:54 PM Revision cecd1e81 (qgis): set output at proper place
Denis Rouzaud
01:49 PM Revision cfbf5f6e (qgis): Fix WMS dimensions control file
Alessandro Pasotti
01:24 PM Revision d6741f4e (qgis): Merge pull request #41312 from stefanuhrig/idxoutofrange
Fix index-out-of-range warning Matthias Kuhn
01:21 PM Revision d72a286f (qgis): Merge pull request #41312 from stefanuhrig/idxoutofrange
Fix index-out-of-range warning Matthias Kuhn
12:54 PM Revision 8b2282a5 (qgis): Fix OGR-GPKG provider test
Alessandro Pasotti
12:47 PM Revision d2d5fd9a (qgis): Fix SHP provider test
Alessandro Pasotti
12:44 PM Revision e25a8567 (qgis): Fix virtual provider test
Alessandro Pasotti
12:37 PM Revision 69e02bc3 (qgis): Fix spatialite provider test
Alessandro Pasotti
12:28 PM Revision c46de2f0 (qgis): Fix PyQgsVectorFileWriter test
Alessandro Pasotti
11:35 AM Revision 5b1d03f6 (qgis): fix setting output across jobs
Denis Rouzaud
11:30 AM Revision 4195df15 (qgis): fix workflow file
Denis Rouzaud
11:19 AM Revision 2ece063a (qgis): try again to fix relation edit widget test
Denis Rouzaud
11:14 AM Revision 5bf8553c (qgis): add job to show link
Denis Rouzaud
11:00 AM Revision 8c228575 (qgis): Re-enable flacky PyQgsPostgresRasterProvider
Alessandro Pasotti
10:55 AM Revision 2c39edfd (qgis): fix cache hit by setting a unique key
Denis Rouzaud
10:54 AM Revision 682097ec (qgis): Fix oauh SSL test
Alessandro Pasotti
10:51 AM Revision 7dc05c55 (qgis): Fix PKI OWS tests: use TLS 1.2
Alessandro Pasotti
10:46 AM Revision 75211472 (qgis): always upload cache for PRs too
Denis Rouzaud
10:42 AM Revision 334408e3 (qgis): Merge pull request #41119 from mrylov/hana_fixui
Fix UI issues in HANA provider Alessandro Pasotti
10:34 AM Revision 8eb500dc (qgis): Update WMS dimensions test control images
Alessandro Pasotti
10:26 AM Revision 493c7a4d (qgis): Fix server WMS control file
Alessandro Pasotti
10:26 AM Revision 62519213 (qgis): Fix PG connections API test
Alessandro Pasotti
10:26 AM Revision 7fc81959 (qgis): Fix server WMS getprint extra control file
Alessandro Pasotti
10:22 AM Revision 143536c7 (qgis): Fix index-out-of-range warning
Fixes index-out-of-range warning emitted by QList::insert() in debug
mode.
Stefan Uhrig
10:20 AM Revision bd0556b8 (qgis): try to output CDASH url
Denis Rouzaud
10:09 AM Revision b9bd5721 (qgis): fix tearDown in test QgsActionManager
Denis Rouzaud
10:06 AM Revision fa364ff1 (qgis): fix dashboard URL
Denis Rouzaud
09:57 AM Revision a5fb0b5b (qgis): Skip auth password keyring test (no dbus)
Alessandro Pasotti
09:42 AM Revision e299a49b (qgis): Merge pull request #41277 from nirvn/gdal_openoptions
[gdal] Add open options support to gain dataset flexibility / fixes Mathieu Pellerin - nIRV
09:41 AM Revision 5a89c853 (qgis): rename method names to be Travis agnostic
Denis Rouzaud
09:41 AM Revision 4dcfbb90 (qgis): fix class methods in TestQgsRelationEditWidget
Denis Rouzaud
09:34 AM Revision 22bc78ed (qgis): WMS GetMap test images
Alessandro Pasotti
09:13 AM Revision 5475a055 (qgis): quick add reuse last value option
tomasMizera
09:11 AM Revision a3c3439a (qgis): Re-enable tests and update docs
Alessandro Pasotti
09:06 AM Revision 4b2e72af (qgis): Update auth certs readme
Alessandro Pasotti
09:06 AM Revision bcc56601 (qgis): Update mask for WMS_GetPrint_StyleDefault
Alessandro Pasotti
07:41 AM Revision c914981c (qgis): fix pushing to CDash
Denis Rouzaud
05:51 AM Revision 46dbd8b2 (qgis): [processing] Fix exception in algorithm locator filter if an
algorithm has no group set
The group isn't mandatory
Nyall Dawson
01:01 AM Revision ac1c5c7e (qgis): Fix deprecation warning
Nyall Dawson

2021-02-01

11:44 PM Revision b4effb9f (qgis): When loading GML layers in processing tests, FORCE detection of
SRS. Newer GDAL versions won't do this by default, but we need
to determine the actual/expected CRS for these layers ...
Nyall Dawson
09:54 PM Revision e53cb269 (qgis): Fix the Profile From Lines SAGA tool
Giovanni Manghi
09:52 PM Revision 34ef8e16 (qgis): Manage multiple layers selection for actions Zoom/Pan to Selection and ...
TurboGraphxBeige
09:52 PM Revision 3f5f8ffa (qgis): Code cleanup
Patrice Pineault
09:51 PM Revision ffff5e18 (qgis): Fix the Profile From Lines SAGA tool
Giovanni Manghi
09:50 PM Revision 81d60d43 (qgis): Try to fix #41209
René-Luc ReLuc
09:49 PM Revision 6e35e013 (qgis): Also store the field comment
Stefanow Natsis
09:48 PM Revision 714a29e7 (qgis): [Postgres] Use spatial index for tables using geography type (fixes #39...
Even Rouault
09:48 PM Revision 723a90c2 (qgis): Try to fix #41209
René-Luc ReLuc
09:45 PM Revision b936829b (qgis): [Postgres] Use spatial index for tables using geography type (fixes #39...
Even Rouault
09:06 PM Revision 3ca26eae (qgis): Fix WMS GFI test references
Alessandro Pasotti
08:44 PM Revision 57668b81 (qgis): Fix some auth PG tests
Alessandro Pasotti
06:41 PM Revision 54da508d (qgis): Don't bark on hana
Alessandro Pasotti
05:21 PM Revision bb3cfd10 (qgis): follow up
Denis Rouzaud
02:36 PM Revision 096e51d3 (qgis): more tear down
Denis Rouzaud
01:52 PM Revision dd4724d9 (qgis): set XDG_RUNTIME_DIR
Denis Rouzaud
11:18 AM Revision 4a2d9522 (qgis): remove all map layers in PyQgsRelationEditWidget
Denis Rouzaud
11:12 AM Revision 987e7105 (qgis): add option to push to cdash
Denis Rouzaud
09:11 AM Revision cfdd7cf4 (qgis): regroup env vars
Denis Rouzaud
08:57 AM Revision 3aa74310 (qgis): Set US locale for tests
Alessandro Pasotti
08:23 AM Revision 8405ca77 (qgis): [processing] Allow saving outputs directly to SAP HANA databases
Given that SAP supports the connection api, this should just work Nyall Dawson
08:14 AM Revision fd3e05ec (qgis): Fix expected results on proj 6+
Nyall Dawson
08:12 AM Revision a58a8171 (qgis): Fix crash on test exit
Nyall Dawson
08:09 AM Revision 38a6cc04 (qgis): Move crashing test to its own file
Nyall Dawson
07:57 AM Revision e00b9738 (qgis): Rebuild bug_21227-rename-styles.gpkg to fix test on newer GDAL versions
Nyall Dawson
07:38 AM Revision 7c365b58 (qgis): Fix Python based data providers on newer SIP versions
Nyall Dawson
07:10 AM Revision 23bb2e68 (qgis): Add a test for python provider using both direct iterator and iterator ...
Nyall Dawson
07:09 AM Revision 76012bf7 (qgis): Use TRANSFER_BACK annotation instead of FACTORY for QgsProviderRegistry...
Paraphrasing Phil Thomson's advice on https://www.riverbankcomputing.com/pipermail/pyqt/2017-July/039450.html:
"
/Fa...
Nyall Dawson
06:07 AM Revision a28fc236 (qgis): Use unique_ptr
Nyall Dawson
01:24 AM Revision 72f16ff7 (qgis): Also store the field comment
Stefanow Natsis
01:21 AM Revision 29a816a3 (qgis): Also store the field comment
Stefanow Natsis

2021-01-31

11:03 PM Revision 73d5ec64 (qgis): Another annotation test mask
Nyall Dawson
10:58 PM Revision 13fbcd1c (qgis): Expose additional GDAL supported resampling methods as options
for "early" raster resampling
Notably, this adds the "Average" resampling as an option for
early resampling methods....
Nyall Dawson
04:52 PM Revision 7961c92c (qgis): Address review
Mathieu Pellerin - nIRV
01:22 PM Revision 4b843304 (qgis): Fix encoding of raster geopackage with a layername provided + add test
Mathieu Pellerin - nIRV
10:44 AM Revision 78d23989 (qgis): Fix encoding of raster geopackage with a layername provided
Mathieu Pellerin - nIRV
10:37 AM Revision bae925cb (qgis): [processing] Add commands to qgis_process tool to enable or disable
plugins from the command line
qgis_process plugins enable plugin_name: enables the named plugin
qgis_process plugins...
Nyall Dawson
10:34 AM Revision d1409703 (qgis): [processing] Add commands to qgis_process tool to enable or disable
plugins from the command line
qgis_process plugins enable plugin_name: enables the named plugin
qgis_process plugins...
Nyall Dawson
10:31 AM Revision 60f172e2 (qgis): Add a test covering gdal's decodeUri/encodeUri
Mathieu Pellerin - nIRV
07:35 AM Revision 7466a088 (qgis): [gdal][ui] GDAL source select: add a dyanmic layout to define open options
Mathieu Pellerin - nIRV
07:10 AM Revision 7398c257 (qgis): shows source info when load raster/vector via HTTP protocol
(cherry picked from commit 3ebe1134809a21162afcba7b1a918e4e2353de2b) Salvatore Larosa
07:10 AM Revision a0164e79 (qgis): Followup #41100, don't show duplicate "source"/"path" rows for
local files
(cherry picked from commit 8aa9c6a142523aed85ce74d70b93c04553e13dc0)
Nyall Dawson
07:01 AM Revision 146043aa (qgis): Freeze project load freeze when a layout contains an HTML item
Mathieu Pellerin - nIRV
06:57 AM Revision baa60356 (qgis): Test mask for PyQgsSvgCache'
Nyall Dawson
06:57 AM Revision d48b7384 (qgis): Add tests masks for PyQgsAnnotation
Nyall Dawson
06:57 AM Revision 65555bd8 (qgis): Add test masks for qgis_maprendererjobtest
Nyall Dawson
06:57 AM Revision f7d3d79d (qgis): Add test masks for qgis_painteffecttest
Nyall Dawson
06:03 AM Revision f9774e79 (qgis): [gdal] Add option options support to gain dataset flexibility
Mathieu Pellerin - nIRV

2021-01-30

12:16 AM Revision ae21292f (qgis): Freeze project load freeze when a layout contains an HTML item
Mathieu Pellerin - nIRV
12:13 AM Revision aeade2b5 (qgis): Merge pull request #41268 from vcloarec/fixCrashattributeformproperties
fix crash with QgsAttributesFormProperties Matthias Kuhn
12:13 AM Revision df27031c (qgis): Freeze project load freeze when a layout contains an HTML item
Mathieu Pellerin - nIRV
08:42 PM Revision 26905102 (qgis): Less debug noise
Nyall Dawson
08:42 PM Revision 1f91895b (qgis): Hide more debug noise
Nyall Dawson
08:42 PM Revision 9fb554fd (qgis): [arcgisrest] Hardcode a list of supported image formats for ImageServer
services, to ensure that we always have a valid list of available
formats when layers from a ImageServer are selected...
Nyall Dawson
08:41 PM Revision 438d6aec (qgis): More connections XML import dialoges: deal properly with duplicate conn...
pathmapper
08:41 PM Revision 39e8b8a4 (qgis): Update sipify tests
Nyall Dawson
08:41 PM Revision 50b9beaa (qgis): [sipify] Catch more class references and insert :py:class: annotations
Nyall Dawson
08:41 PM Revision c253bee4 (qgis): Fix typo
Nyall Dawson
01:48 PM Revision 972d79cc (qgis): Merge pull request #41215 from suricactus/fix_26652_joined_attrs
Fix wrong attr values in joined fields Matthias Kuhn
01:45 PM Revision f314dc8e (qgis): Merge pull request #41215 from suricactus/fix_26652_joined_attrs
Fix wrong attr values in joined fields Matthias Kuhn
01:41 PM Revision 02b5b175 (qgis): Merge pull request #41268 from vcloarec/fixCrashattributeformproperties
fix crash with QgsAttributesFormProperties Matthias Kuhn
01:38 PM Revision 7625a211 (qgis): Merge pull request #41268 from vcloarec/fixCrashattributeformproperties
fix crash with QgsAttributesFormProperties Matthias Kuhn
01:06 PM Revision 15765ce7 (qgis): [Server][Feature][needs-docs] Make service URL configurable
With environment variables or
With HTTP headers
With standard HTTP headers
The server resolution will use the follow...
Stéphane Brunner
11:43 AM Revision 5c5ad1f7 (qgis): [Server][Feature][needs-docs] Make service URL configurable
With environment variables or
With HTTP headers
With standard HTTP headers
The server resolution will use the follow...
Stéphane Brunner
11:35 AM Revision 4fd588e1 (qgis): [Server][Feature][needs-docs] Make service URL configurable
With environment variables or
With HTTP headers
With standard HTTP headers
The server resolution will use the follow...
Stéphane Brunner
10:22 AM Revision e2ea83cb (qgis): Test mask for PyQgsSvgCache'
Nyall Dawson
10:19 AM Revision c1932628 (qgis): Add test masks for qgis_painteffecttest
Nyall Dawson
10:19 AM Revision bb5f25c9 (qgis): Add test masks for qgis_maprendererjobtest
Nyall Dawson
10:19 AM Revision a4924b4b (qgis): Test mask for PyQgsSvgCache'
Nyall Dawson
10:19 AM Revision ad5ea105 (qgis): Add tests masks for PyQgsAnnotation
Nyall Dawson
10:00 AM Revision 3763fc56 (qgis): Skip tests when TRAVIS=true and add an agnostic QGIS_CONTINUOUS_INTEGRA...
Alessandro Pasotti
06:16 AM Revision c1ac6b84 (qgis): Add subLayerCount for OGR provider (GPKG file) instead of returning 0
Etienne Trimaille
03:41 AM Revision 36aae95b (qgis): fix crash with QgsAttributesFormProperties
Vincent Cloarec

2021-01-29

11:25 PM Revision 8a8d2a2c (qgis): Fix some formatting in pyQGIS doc
Harrissou Santanna
10:01 PM Revision e020611f (qgis): Add subLayerCount for OGR provider (GPKG file) instead of returning 0
Etienne Trimaille
09:58 PM Revision 9ac38218 (qgis): Add subLayerCount for OGR provider (GPKG file) instead of returning 0
Etienne Trimaille
09:57 PM Revision 26ad5786 (qgis): More connections XML import dialoges: deal properly with duplicate conn...
pathmapper
09:55 PM Revision 5dae2f50 (qgis): case is important, make geometry default column uppercase
Julien Cabieces
09:55 PM Revision e7c48f29 (qgis): fix cppcheck
Julien Cabieces
09:55 PM Revision d79ade02 (qgis): Retrieve real primary keys columns
Julien Cabieces
09:55 PM Revision 2fc90489 (qgis): remove useless instruction
Julien Cabieces
09:55 PM Revision 9c5b6ac6 (qgis): remove useless option
Julien Cabieces
09:55 PM Revision 605cbd25 (qgis): add override on schemas
Julien Cabieces
09:55 PM Revision 2a94f091 (qgis): fix interface since rebase
Julien Cabieces
09:55 PM Revision 33db399d (qgis): add icon
Julien Cabieces
09:55 PM Revision 8f6678c5 (qgis): cleanup capabilities
Julien Cabieces
09:55 PM Revision 26cf6749 (qgis): Fix configuration/uri parameters
Julien Cabieces
09:55 PM Revision e4b96c6e (qgis): fix native types test
Julien Cabieces
09:55 PM Revision 63cf0c9a (qgis): add some const and cleanup
Julien Cabieces
09:55 PM Revision 9d601026 (qgis): Implement spatial index capabilities
Julien Cabieces
09:55 PM Revision eb6e8932 (qgis): Rename table
Julien Cabieces
09:55 PM Revision 0213ef30 (qgis): fix date types Oracle specific issues
Julien Cabieces
09:55 PM Revision d0491b67 (qgis): add execute sql with iterator
Julien Cabieces
09:55 PM Revision 1d7bfe2c (qgis): fix uppercase table names
Julien Cabieces
09:55 PM Revision e826f109 (qgis): can ask for userTablesOnly if schema is not empty (user=schema) in Oracle
Julien Cabieces
09:55 PM Revision 55fe3cd3 (qgis): Add schemas listing capabilities
Julien Cabieces
09:55 PM Revision 802ef3d4 (qgis): remove schema capabilities
Julien Cabieces
09:55 PM Revision ac213740 (qgis): Fixes duplication in table list when allowing geometryLessTables
Julien Cabieces
09:55 PM Revision ac6011d2 (qgis): add create vector table/tableUri/dropvectorTable
Julien Cabieces
09:55 PM Revision 72ace46e (qgis): grant privileges when creating schema
Julien Cabieces
09:55 PM Revision ba7d0fbd (qgis): Add schemas methods
Julien Cabieces
09:55 PM Revision 7b772435 (qgis): Add QgsOracleProviderConnection
Julien Cabieces
09:55 PM Revision 15ee6027 (qgis): fix test schema
Julien Cabieces
09:51 PM Revision 95639452 (qgis): WFS connections XML import dialog: deal properly with duplicate connect...
fixes #39758 (the WFS part) pathmapper
09:51 PM Revision 249d6815 (qgis): Move 3d options tab up to a more natural position
Nyall Dawson
09:50 PM Revision 2155c815 (qgis): Fix HANA issues found in #41222
Maxim Rylov
04:37 PM Revision e967fd95 (qgis): Server WFS: handle axis order in BBOX
Follows GeoServer convention, fixes #36584 Alessandro Pasotti
11:26 AM Revision e22eec79 (qgis): disable oracle testing
Denis Rouzaud
10:15 AM Revision c7472af5 (qgis): disable oracle testing
Denis Rouzaud
09:09 AM Revision 91a27424 (qgis): Merge pull request #41160 from tudorbarascu/fixdxfexport
fix unreported issue where server dxf export for espg's with reverse axes doesn't work Alessandro Pasotti
08:58 AM Revision b65339cc (qgis): Show warning, more efficient map iteration
Nyall Dawson
08:58 AM Revision e4a4b832 (qgis): [server] Just skip any broken projects on the landing page, instead of ...
Nyall Dawson
08:29 AM Revision 0313eb2a (qgis): disable other workflows
Denis Rouzaud
07:32 AM Revision b20f9575 (qgis): increase docker base size
Denis Rouzaud
07:32 AM Revision b90857f0 (qgis): increase Oracle timeout
Denis Rouzaud
07:32 AM Revision 3b65daa8 (qgis): install python3-pyproj and protobuf
Denis Rouzaud
07:32 AM Revision ae41ecbc (qgis): increase cache size
Denis Rouzaud
07:32 AM Revision b87dda76 (qgis): configure CTEST for GH workflow
Denis Rouzaud
07:32 AM Revision ac492df2 (qgis): docker: master=>latest
Denis Rouzaud
07:32 AM Revision e2736a88 (qgis): always upload cache
Denis Rouzaud
07:32 AM Revision 9bc7b60c (qgis): timeout oracle
Denis Rouzaud
07:32 AM Revision 45a87a82 (qgis): update oracle instant client
Denis Rouzaud
07:32 AM Revision 0d095c66 (qgis): add build ccache
Denis Rouzaud
07:32 AM Revision 22d35b02 (qgis): fix docker compose path
Denis Rouzaud
07:32 AM Revision 98e281a1 (qgis): remove defaulting QML
error: QQmlComponent: Component is not ready Denis Rouzaud
07:32 AM Revision 5eb8c4c0 (qgis): [quick] fix deprecated use of QApplication::desktopWidget()->screenGeom...
This takes the first top level window and use it to get the screen.
The "perfect" approach would be to use a widget ...
Denis Rouzaud
07:32 AM Revision 48e4325e (qgis): enable test on Ubuntu Focal
Denis Rouzaud
07:23 AM Revision 2c593a61 (qgis): enable Identify tool if a non-geometrical layer is selected but identif...
Denis Rouzaud
04:04 AM Revision 5594b989 (qgis): add system dependency to correctly run qgis_testrunner.sh
Jan Caha
02:25 AM Revision ffb8a3f6 (qgis): Fix equality operator for two custom QgsCoordinateReferenceSystem
objects which identify as the same custom user crs, but one
has a different definition vs the other (i.e. user has ch...
Nyall Dawson
02:25 AM Revision ddf35cf9 (qgis): Followup cf7ee1a1e4, fix creation of user crs objects and add test
Nyall Dawson
02:25 AM Revision 8362c761 (qgis): [layouts] When a map is set to a user crs and the definition of that
crs changes, automatically update the map and don't get "stuck" with
the old definition of the user crs
Nyall Dawson
02:25 AM Revision 7b28cc6b (qgis): Fix paper-cut when selecting projection from widget where it looks
like the user has made a selection, but they've only selected one
of the projection category headings and so when the...
Nyall Dawson
02:25 AM Revision a0d873bf (qgis): Use coordinate system registry to populate user crs list in projection ...
Nyall Dawson
02:25 AM Revision ea57cfea (qgis): Automatically update map canvas if set to a user crs and the user changes
that crs definition, instead of getting stuck with an old definition of
the crs
Nyall Dawson
02:25 AM Revision 10310dbc (qgis): Update stored crs definitions in QgsProjectionSelectionWidget when user...
Avoids very confusing behavior when selecting a user crs from the widget
and getting instead an old definition of the...
Nyall Dawson
01:46 AM Revision e6d14e22 (qgis): WFS connections XML import dialog: deal properly with duplicate connect...
fixes #39758 (the WFS part) pathmapper
01:42 AM Revision d1749719 (qgis): WFS connections XML import dialog: deal properly with duplicate connect...
fixes #39758 (the WFS part) pathmapper

2021-01-28

12:17 AM Revision ead6d065 (qgis): Allow specifying an explicit extent and map to pixel when
setting a cache image, and prefer any cached image with
parameters which exactly match the current cache parameters
...
Nyall Dawson
12:17 AM Revision a1389211 (qgis): Ensure all layer render subclasses correctly return false if the
rendering is aborted early Nyall Dawson
12:17 AM Revision 66064719 (qgis): Sipify
Nyall Dawson
12:17 AM Revision a290537b (qgis): When checking for a label cache image, we only look for those which
would be drawn between 30% and 300% of their original image size
We don't want to draw massive pixelated labels on t...
Nyall Dawson
12:17 AM Revision 6ab0e4d9 (qgis): Fix doxygen warning by renaming function
Nyall Dawson
12:17 AM Revision 339516a4 (qgis): Add API to limit the acceptable scale difference when searching
for any matching cache image in QgsMapRendererCache Nyall Dawson
12:17 AM Revision ebf16b05 (qgis): Move a bunch of QgsMapToPixel methods to header so that they can be
optimised by the compiler, and add equality operator to QgsMapToPixel Nyall Dawson
12:17 AM Revision 2657da8c (qgis): Record whether each individual layer render job was completed successfully
Allows us to retrieve at a later stage whether or not the individual
job was aborted early, or if it had already full...
Nyall Dawson
12:17 AM Revision c6421696 (qgis): Apply same logic as we use for rendering preview cached versions
of vector layers to point cloud layer renders Nyall Dawson
12:17 AM Revision ab94b204 (qgis): Store cached layer render results based on whether each individual
job finished, not whether the whole map render finished
This means that we will store cached results of layers which...
Nyall Dawson
12:17 AM Revision ee70cc09 (qgis): More efficient QMap use in QgsMapRendererCache
Nyall Dawson
11:53 PM Revision 0eaa986d (qgis): document more tests how to manually start
Tudor Bărăscu
10:22 PM Revision 4694b79e (qgis): Fix longest_common_substring function help
Harrissou Santanna
09:47 PM Revision b5e410fc (qgis): Merge pull request #41137 from elpaso/bugfix-gh41124-wms-unstable-fids
Fix Server WMS unstable feature IDs Alessandro Pasotti
09:47 PM Revision 6e5dfe92 (qgis): Fix bad backport
Alessandro Pasotti
09:33 PM Revision 2632ca68 (qgis): Fix primary key issues in HANA
Maxim Rylov
07:54 PM Revision c4a69f60 (qgis): Merge pull request #41241 from 3nids/longer-preview
QgsExpressionPreviewWidget: display longer preview in tooltip if needed Denis Rouzaud
07:31 PM Revision 035e8b29 (qgis): add system dependency to correctly run qgis_testrunner.sh
Jan Caha
07:30 PM Revision ef8e49e6 (qgis): Fix longest_common_substring function help
Harrissou Santanna
07:28 PM Revision f073292b (qgis): add system dependency to correctly run qgis_testrunner.sh
Jan Caha
07:27 PM Revision e127a62b (qgis): Fix longest_common_substring function help
Harrissou Santanna
04:12 PM Revision 84f61ff3 (qgis): Server WFS: handle axis orientation
Fixes #36584 Alessandro Pasotti
03:18 PM Revision 2f545855 (qgis): QgsExpressionPreviewWidget: display longer preview in tooltip if needed
Denis Rouzaud
03:18 PM Revision e071f31a (qgis): add an argument to configure preview length in QgsExpression::formatPre...
Denis Rouzaud
02:33 PM Revision 7105dffb (qgis): fix GRASS7 provider build on MacOS (#41207)
* fix GRASS7 provider build on MacOS Peter Petrik
01:29 PM Revision 0f766557 (qgis): [temporal] Fix setting restoration regression (fixes #41225)
Mathieu Pellerin - nIRV
12:38 PM Revision db422ac3 (qgis): address review
Tudor Bărăscu
11:37 AM Revision a87f93aa (qgis): Fix const/non-const iterator mix
Nyall Dawson
11:37 AM Revision 1d2d40ed (qgis): Use more efficient QString multi-arg method
Nyall Dawson
11:37 AM Revision e8c22a95 (qgis): Remove unused variables
Nyall Dawson
11:37 AM Revision 02610c9d (qgis): QString fixup
Nyall Dawson
11:37 AM Revision dfaa7005 (qgis): Pass small objects by value
Nyall Dawson
11:37 AM Revision 0c238dfb (qgis): More efficient QSet intersection test
Nyall Dawson
11:37 AM Revision 11c7e151 (qgis): Fix deprecation warning
Nyall Dawson
11:37 AM Revision 89f0382f (qgis): Q_UNUSED does not require ;
Nyall Dawson
11:37 AM Revision a323b36d (qgis): Avoid some detaches in SAP provider
Nyall Dawson
11:37 AM Revision 17e49303 (qgis): Reserve candidates
Nyall Dawson
09:56 AM Revision 0b19545b (qgis): test for dxf export with reverse axis projections
add test Tudor Bărăscu
09:54 AM Revision 67bdbcf0 (qgis): add test project for dxf export
make layer editable Tudor Bărăscu
07:02 AM Revision 9e2b8324 (qgis): Fix cmakelists
Martin Dobias
07:02 AM Revision 70dd2239 (qgis): [untwine] Fix precision issues when indexing
Offset and scale of X/Y/Z dimensions were not written and
some datasets would simply fail to get indexed completely.
...
Martin Dobias
06:42 AM Revision d3f0f3d8 (qgis): [Oracle] Fix create layer with lowercase and large field names
Julien Cabieces
05:17 AM Revision 8aa9c6a1 (qgis): Followup #41100, don't show duplicate "source"/"path" rows for
local files Nyall Dawson
03:18 AM Revision ca98f882 (qgis): Improve documentation of QgsMapTool class members
Stefan Uhrig
01:23 AM Revision 1eb68b80 (qgis): Properly hide db2 from browser
Nyall Dawson

2021-01-27

10:24 PM Revision 48f1f2ca (qgis): fix: replace comma with point in wms boundingBox
Salvatore Larosa
09:18 PM Revision 6a1bb9c0 (qgis): fix sip
Peter Petrik
09:18 PM Revision ed45bc13 (qgis): do not use QProcess on iOS
Peter Petrik
09:18 PM Revision 0a74eef1 (qgis): ifdef out whole class on iOS
Peter Petrik
09:18 PM Revision 3923a390 (qgis): fix compilation
Peter Petrik
07:12 PM Revision 362b3a15 (qgis): Added tests
Ivan Ivanov
06:27 PM Revision 2cb3f2c2 (qgis): Use qgis::listToSet and qgis::setToList
Ivan Ivanov
05:52 PM Revision 3b546976 (qgis): Fix wrong attr values in joined fields
If the joined layer has field names that collide with already existing
fields, these fields from the joined layer are...
Ivan Ivanov
05:40 PM Revision 8c408dc4 (qgis): fix: replace comma with point in wms boundingBox
Salvatore Larosa
05:36 PM Revision ed5341b1 (qgis): fix: replace comma with point in wms boundingBox
Salvatore Larosa
05:35 PM Revision d2e9b7e3 (qgis): Apply suggestions from code review
Nyall Dawson
05:35 PM Revision c75e1602 (qgis): fix discovering relation when a table has relation with several layers
speillet
05:35 PM Revision 0847f1e6 (qgis): handle mixed relation, fix tests
speillet
05:35 PM Revision f507329a (qgis): Add doctring
speillet
05:34 PM Revision d6d27c4c (qgis): if variable out is in bytes convert to string
(cherry picked from commit 79b2e46c6669040d6f8a8b51938b569eba5a493d) Jan Caha
05:34 PM Revision 09299194 (qgis): add pexpect to install using pip
(cherry picked from commit 56240ef439eff36f1cb34a334d5919e8eee460ea) Jan Caha
05:25 PM Revision ddf6245f (qgis): Move responsibility for retrieving lists of custom user CRSes to
QgsCoordinateReferenceSystemRegistry
This was the last bit of untested, direct sql database access relating
to custo...
Nyall Dawson
05:25 PM Revision 14992504 (qgis): Add a new QgsCoordinateReferenceSystemRegistry singleton attached
to QgsApplication
In the long term all methods for retrieving available CRS details
should be moved here (instead of...
Nyall Dawson
05:25 PM Revision d6c8133b (qgis): Dox
Nyall Dawson
05:25 PM Revision bc9919ce (qgis): Update proj < 6 test results
Nyall Dawson
05:25 PM Revision 1047110d (qgis): Fix test under proj < 6
Nyall Dawson
05:25 PM Revision fae30b56 (qgis): Move logic for removing user crs to QgsCoordinateReferenceSystemRegistry
Nyall Dawson
05:25 PM Revision 8e261324 (qgis): More logic to QgsCoordinateReferenceSystemRegistry
Nyall Dawson
05:25 PM Revision 2fe110c7 (qgis): Add a method to refresh the definition of an existing QgsCoordinateRefe...
object
Updates the definition and parameters of the coordinate reference system to their
latest values.
This only h...
Nyall Dawson
05:18 PM Revision 3ca980f0 (qgis): WMS provider: urlencode layer names in GetMap URL requests
Fixes #41116
Successfully tested on QGIS Server and GeoServer
Alessandro Pasotti
04:16 PM Revision 0498ddd0 (qgis): Add test for server + encoding
Alessandro Pasotti
03:07 PM Revision 840b5099 (qgis): keep the non-framework compilation flags
Peter Petrik
02:59 PM Revision 1b2b5f6a (qgis): fix GRASS7 provider build on MacOS
Peter Petrik
12:50 PM Revision bb746c62 (qgis): Add API to pass approximate layer rendering time estimatation to
map layer renderers
These renderers can then use the layer rendering time for the previous
map render job to refine ...
Nyall Dawson
12:50 PM Revision c4818a0d (qgis): Unlock composition using transformed previewed cache image of labeling
results as well as map layers
This extends the recent addition of smooth map updates for raster
layers to also apply...
Nyall Dawson
12:50 PM Revision 0edd4f94 (qgis): Refine logic regarding vector layer rendering composition
If previous layer render was relatively quick (eg < 3 seconds), then
we defer composition until the whole layer has b...
Nyall Dawson
12:50 PM Revision 064825bf (qgis): Indentation
Nyall Dawson
12:50 PM Revision ff07d9b0 (qgis): Use a separate image cache key for preview images to be used during
preview composition only
This gives us freedom to invalidate the main cache image for a layer
upfront (e.g. when it ...
Nyall Dawson
12:09 PM Revision 824abc22 (qgis): Make the db managers import function more robust towards (some types of...
Fix #41152 Morten Sickel
10:51 AM Revision 8c07b3e5 (qgis): Fix UI issues in HANA provider
Maxim Rylov
10:39 AM Revision ff36aa08 (qgis): Merge pull request #41169 from elpaso/bugfix-gh41087-wfs-20-typnames-es...
Bugfix wfs 2.0 typenames esri bug Alessandro Pasotti
09:53 AM Revision 49a94c79 (qgis): add qgsvectortilewriter.cpp to list of sources requiring PROTOBUF_USE_DLLS
Sam Gillingham
09:17 AM Revision ead85b10 (qgis): Make the db managers import function more robust towards (some types of...
Fix #41152 Morten Sickel
09:16 AM Revision 77d4621c (qgis): [Processing] Fix wrong result of Rescale Raster when input data type is...
Even Rouault
09:15 AM Revision 4e02fa0c (qgis): connections XML import dialog: deal properly with duplicate connection ...
Even Rouault
03:10 AM Revision f3632e87 (qgis): Merge pull request #40682 from tomtor/FixRecentProjectsGui
Remove updateRecentProjectsVisibility() Nyall Dawson
02:56 AM Revision 84e2aeb6 (qgis): add qgsvectortilewriter.cpp to list of sources requiring PROTOBUF_USE_DLLS
Sam Gillingham
02:55 AM Revision 1fe23551 (qgis): connections XML import dialog: deal properly with duplicate connection ...
Even Rouault
02:52 AM Revision 18bef4e1 (qgis): Merge pull request #41163 from m-kuhn/wfs_serv_multi_surface
[wfs server] Adjust MultiSurface and MultiCurve geometry type strings Matthias Kuhn
02:22 AM Revision b94e9aef (qgis): [Processing] Fix wrong result of Rescale Raster when input data type is...
Even Rouault
02:17 AM Revision 318662cb (qgis): Fix issue when inserting a feature with only null attributes
Julien Cabieces
02:15 AM Revision d222e3b0 (qgis): QgsRelation::generateId(): fix crash on empty QgsRelation object
Even Rouault
02:15 AM Revision d46e0c54 (qgis): QgsAttributeWidgetRelationEditWidget::setRelationEditorConfiguration():...
Even Rouault
02:05 AM Revision 56240ef4 (qgis): add pexpect to install using pip
Jan Caha
02:05 AM Revision 79b2e46c (qgis): if variable out is in bytes convert to string
Jan Caha

2021-01-26

08:43 PM Revision d821f0ad (qgis): [providers] Mark db2 provider as deprecated, and hide from QGIS
UI by default
To enable deprecated providers users must set the hidden
"providers/showDeprecated" settings key to tr...
Nyall Dawson
07:55 PM Revision d4f544ac (qgis): fix bug introduced in https://github.com/qgis/QGIS/commit/4bf57f76e1d28...
Peter Petrik
04:38 PM Revision e2cf82c7 (qgis): Merge pull request #41177 from tudorbarascu/doc_tests
document how to run specific python tests Alessandro Pasotti
04:36 PM Revision f4c21f5c (qgis): Merge pull request #41161 from elpaso/bugfix-gh41109-followup
Followup #41109: fix algorithms Alessandro Pasotti
01:17 PM Revision 6e9389c4 (qgis): Fix test result (because NULL is a distinct value like in PG SQL)
Alessandro Pasotti
01:10 PM Revision d5344e58 (qgis): EPT parser: fix precision loss when parsing offset and scale
Martin Dobias
01:10 PM Revision 2206831a (qgis): change test control images
Belgacem
01:10 PM Revision d7a1a306 (qgis): fix identify test
Belgacem
09:58 AM Revision 9d18fe14 (qgis): Fix basicstatisticsforfields tests
Alessandro Pasotti
08:58 AM Revision 57ebcaf4 (qgis): Update src/providers/wfs/qgswfsdescribefeaturetype.cpp
Alessandro Pasotti
08:07 AM Revision a2db3a19 (qgis): finish documenting start for all the server python tests
Tudor Bărăscu
01:45 AM Revision 779d9363 (qgis): [PostgreSQL] Pass client_encoding='UTF-8' in connection string (fixes #...
to avoid issues with non-ASCII passwords, and local encoding different from
database encoding.
Even Rouault
01:42 AM Revision d63717b9 (qgis): [PostgreSQL] Pass client_encoding='UTF-8' in connection string (fixes #...
to avoid issues with non-ASCII passwords, and local encoding different from
database encoding.
Even Rouault
01:40 AM Revision 0c04b2d6 (qgis): GRASS plugin: fix deprecation warnings
Even Rouault

2021-01-25

10:27 PM Revision 55d42190 (qgis): fix typos + more detail of server tests
Tudor Bărăscu
10:12 PM Revision 9e51edf9 (qgis): add correct name of test
Tudor Bărăscu
08:43 PM Revision 30db6fa1 (qgis): add method to get relation in QgsAbstractRelationEditorWidget
Denis Rouzaud
08:43 PM Revision 57c5a6fc (qgis): make virtual methods protected so they can be overidden in Python
Denis Rouzaud
08:43 PM Revision df17603c (qgis): Added docs for the virtual private methods in QgsAbstractRelationEditor...
Ivan Ivanov
07:35 PM Revision aa062f92 (qgis): Handle nulls for date/time correctly
Alessandro Pasotti
07:31 PM Revision f180ef9d (qgis): Merge pull request #41153 from dericke/db_manager_list_comprehension
Refactoring DB Manager Plugin to use list comprehensions and generators Matthias Kuhn
07:03 PM Revision 7ba68b3e (qgis): Merge pull request #41136 from mrylov/hana_primarykeys
Make primary key requirements less restrictive in HANA Matthias Kuhn
06:51 PM Revision 0405dbb2 (qgis): Merge pull request #41163 from m-kuhn/wfs_serv_multi_surface
[wfs server] Adjust MultiSurface and MultiCurve geometry type strings Matthias Kuhn
06:11 PM Revision 9a751458 (qgis): Use TYPENAMES for WFS 2 getFeature
Leave both forms for describeFeatureType, fix tests Alessandro Pasotti
04:24 PM Revision e55fdf48 (qgis): fix dxf export for espg's with reverse axes
The dxf export didn't work for reverse axis projections (north, east)
as the BBOX for WMS 1.3.0 comes in South, West,...
Tudor Bărăscu
03:02 PM Revision ce1e74e5 (qgis): Partial fix for ESRI server typename(s) bug
Alessandro Pasotti
02:39 PM Revision a021b52a (qgis): [wfs server] Adjust MultiSurface and MultiCurve geometry type strings
Matthias Kuhn
02:36 PM Revision d66d66e8 (qgis): Followup #41109: fix algorithms
Check for NULL instead of valid (because NULL is valid).
The old behavior was relying on the fact that a NULL attrib...
Alessandro Pasotti
02:27 PM Revision 375764d8 (qgis): make QgsAbstractRelationEditorWidget private virtual methods available ...
Denis Rouzaud
09:46 AM Revision 7374ab4f (qgis): Fix bad backport
Alessandro Pasotti
08:12 AM Revision 13ed7873 (qgis): Merge pull request #41142 from rouault/db2_deprecation
DB2: tweak labels (in debug builds) to reflect status Even Rouault
08:05 AM Revision 58e6df28 (qgis): Merge pull request #41147 from rouault/fix_40495
QgsAttributeWidgetRelationEditWidget::setRelationEditorConfiguration(): avoid crash on corrupted relation (fix #40495) Denis Rouzaud
05:54 AM Revision 9039085b (qgis): DB2: tweak labels (in debug builds) to reflect status
Even Rouault
01:34 AM Revision d79100a2 (qgis): List comprehension formatting
Evan Derickson
01:34 AM Revision fe184e8e (qgis): Formatting list comprehension
Evan Derickson
01:26 AM Revision 63e77371 (qgis): List comprehensions to generators
Evan Derickson
01:09 AM Revision 8cd0f921 (qgis): Undo removal of else
Evan Derickson

2021-01-24

05:09 AM Revision beefb9ed (qgis): Replace str format with str cast
Evan Derickson
05:06 AM Revision 4e41ee6d (qgis): More list comprehensions, str.join()
Evan Derickson
01:06 AM Revision 4b50c1a7 (qgis): For loops to list comprehension
Evan Derickson

2021-01-23

11:16 PM Revision 6746e674 (qgis): Merge pull request #41137 from elpaso/bugfix-gh41124-wms-unstable-fids
Fix Server WMS unstable feature IDs Alessandro Pasotti
11:13 PM Revision fba5093f (qgis): Merge pull request #41137 from elpaso/bugfix-gh41124-wms-unstable-fids
Fix Server WMS unstable feature IDs Alessandro Pasotti
09:22 PM Revision fd443217 (qgis): QgsAttributeWidgetRelationEditWidget::setRelationEditorConfiguration():...
Even Rouault
09:21 PM Revision 8462a398 (qgis): QgsRelation::generateId(): fix crash on empty QgsRelation object
Even Rouault
07:31 PM Revision 8515b38f (qgis): Fix tests
Alessandro Pasotti
04:35 PM Revision ca9b9367 (qgis): reload 3D automatically after untwining
Belgacem
04:33 PM Revision 0c4c3a62 (qgis): fix point rendering issue
Belgacem
04:33 PM Revision a4c180af (qgis): change to using QSize
Belgacem
04:33 PM Revision 9486a92b (qgis): resize window properly on scene settings init
Belgacem
04:33 PM Revision 1c64a730 (qgis): remove commented code
Belgacem
03:14 PM Revision bd64ecdf (qgis): Server WFS3 stable feature ids
Alessandro Pasotti
12:54 PM Revision 23bfee44 (qgis): Update src/providers/hana/qgshanaconnection.cpp
Co-authored-by: Matthias Kuhn <[email protected]> Stefan Uhrig

2021-01-22

06:15 PM Revision 0c581a8c (qgis): Update src/server/services/wms/qgswmsrenderer.cpp
Co-authored-by: Matthias Kuhn <[email protected]> Alessandro Pasotti
06:09 PM Revision e40e1630 (qgis): Fix Server WMS unstable feature IDs
Fixes #41124
Fix for JSON and GML only: the other formats were already ok.
Alessandro Pasotti
02:38 PM Revision 5706fa72 (qgis): Make primary key requirements less restrictive in HANA
Maxim Rylov
08:39 AM Revision a84f2a20 (qgis): Merge pull request #41009 from suricactus/dms_gui
Document management system a.k.a. polymorphic relations GUI Matthias Kuhn

2021-01-21

11:28 PM Revision fc6fabe2 (qgis): Merge pull request #41100 from slarosa/fix_empty_source
shows source info when load raster/vector via HTTP protocol Salvatore Larosa
11:25 PM Revision c90b8c80 (qgis): Merge pull request #41100 from slarosa/fix_empty_source
shows source info when load raster/vector via HTTP protocol Salvatore Larosa
11:00 PM Revision 1661a417 (qgis): split to 2 test functions
Belgacem
11:00 PM Revision 94119df6 (qgis): Add test
Belgacem
11:00 PM Revision 610e836d (qgis): move the test location
Belgacem
11:00 PM Revision 87f42147 (qgis): fix colorRampItemList use
Belgacem
11:00 PM Revision 866ce3a5 (qgis): use comparison function
Belgacem
11:00 PM Revision 63bc7528 (qgis): return one entry when max==min
Belgacem
04:14 PM Revision 25f3220e (qgis): Best fix ever
Ivan Ivanov
04:03 PM Revision c3c13281 (qgis): Merge pull request #41109 from elpaso/bugfix-gh41076-OGR-NULL-empty-str...
Fixes windows issue with QVariant( QString() ) being NULL Alessandro Pasotti
04:00 PM Revision 2b67cf59 (qgis): Merge pull request #41109 from elpaso/bugfix-gh41076-OGR-NULL-empty-str...
Fixes windows issue with QVariant( QString() ) being NULL Alessandro Pasotti
02:00 PM Revision 4dbb40ef (qgis): don't be too serious
Denis Rouzaud
01:49 PM Revision 07ee1ebd (qgis): load min max and classify automatically when the selected attribute is ...
Belgacem
08:58 AM Revision 8901574e (qgis): Merge pull request #41112 from nyalldawson/fix_40856
Fix retrieval of sql results from geopackages Alessandro Pasotti

2021-01-20

11:08 PM Revision f65fe3db (qgis): Fix retrieval of sql results from geopackages
Fixes #40856 Nyall Dawson
07:45 PM Revision dba2700d (qgis): Merge pull request #41102 from stefanuhrig/hanaicon
New SAP HANA Icon Matthias Kuhn
06:46 PM Revision 07f24296 (qgis): skip-keyword-check
Alessandro Pasotti
06:37 PM Revision b078be61 (qgis): Fixes windows issue with QVariant( QString() ) being NULL
Fixes #41076 Alessandro Pasotti
06:30 PM Revision 0cf985f6 (qgis): Peter's review
Martin Dobias
06:30 PM Revision be3e7519 (qgis): code layout + suggestions from Nyall
Martin Dobias
06:30 PM Revision b76a2a24 (qgis): Fix travis build
Martin Dobias
06:30 PM Revision c639bc76 (qgis): Build fixes
Martin Dobias
06:30 PM Revision 30246945 (qgis): Singleton, code cleanups, more tests, error reporting
Martin Dobias
06:30 PM Revision 669125cc (qgis): more doc fixes
Martin Dobias
06:30 PM Revision 7e071793 (qgis): Fix doc
Martin Dobias
06:30 PM Revision 5bdabd3b (qgis): Tile download manager to better handle downloading of tiles
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/181 Martin Dobias
05:16 PM Revision ac4ad30c (qgis): restrict rgb values to range [0-255]
Belgacem
03:47 PM Revision aafab69e (qgis): Fix multiple feature adding in case of composite keys
Ivan Ivanov
03:46 PM Revision 21e3afe1 (qgis): Revert "Debug commit, should be reverted"
This reverts commit 703555a7a3581ea2b48131bb8311b57b59be0ea9 and ff6e6253eeb1c4be2a1694f873257796d6e61341. Ivan Ivanov
02:22 PM Revision ff6e6253 (qgis): Debug commit, should be reverted
Ivan Ivanov
11:08 AM Revision 703555a7 (qgis): Debug commit, should be reverted
Ivan Ivanov
10:16 AM Revision 5084507f (qgis): Merge pull request #41098 from elpaso/mxe-updates-for-3_18-3_16-backport
MXE python bump backport Alessandro Pasotti
10:13 AM Revision 3ebe1134 (qgis): shows source info when load raster/vector via HTTP protocol
Salvatore Larosa
09:59 AM Revision 79402ad2 (qgis): Merge pull request #41092 from TurboGraphxBeige/layername-legend-update
Added a connection to QgsMapLayer::nameChanged (fixes #40824) Matthias Kuhn
09:50 AM Revision 99b77df0 (qgis): Merge pull request #41096 from m-kuhn/backport_fix
Switch to pull_request_target event for backport bot Matthias Kuhn
09:10 AM Revision 03282c45 (qgis): MXE python bump backport
Backport of PR #41080 Alessandro Pasotti
08:24 AM Revision 9e05efa3 (qgis): Adjust space for "Recent Projects" and "News"
40% for Projects and 60% for News Tom Vijlbrief
08:10 AM Revision 52558f46 (qgis): Switch to pull_request_target event for backport bot
Matthias Kuhn
07:06 AM Revision 4f5a5acf (qgis): [processing] Fix feedback confusion with multiple download file alg by ...
Mathieu Pellerin - nIRV
03:24 AM Revision 3cce3893 (qgis): [MetaSearch] Update UK and UNEP GRID CSW servers
The new CSW servers substitute the unavailable or unreliable and soon to be deactivated old ones.
(cherry picked fro...
Andrea Giudiceandrea
03:21 AM Revision 1fed9020 (qgis): [processing] Don't default to input field for optional expression param...
Fixes #41063 Nyall Dawson
03:19 AM Revision 5d14c61f (qgis): [layouts] Always update label after text changes
Fixes label shows old text when opacity settings are changed
Fixes #40203
Nyall Dawson
03:01 AM Revision f90105d6 (qgis): Added a connection to QgsMapLayer::nameChanged (fixes #40824)
TurboGraphxBeige

2021-01-19

12:39 AM Revision 221c3a8d (qgis): Allow to edit empty shapefiles
Fixes #38834 Alessandro Pasotti
12:38 AM Revision 5b2685d6 (qgis): Handle exact distances in curveSubstring
Fixes #41081
These exact distances may be obtained with distance_to_vertex.
Before this change, the code considered...
Alban Kraus
12:29 AM Revision 95f25cc0 (qgis): [MetaSearch] Update UK and UNEP GRID CSW servers
The new CSW servers substitute the unavailable or unreliable and soon to be deactivated old ones. Andrea Giudiceandrea
12:28 AM Revision 36f68e4f (qgis): Add mechanism for temporarily disabling all network caching
to QgsNetworkAccessManager, and add a checkbox in the network
logger panel to allow users to temporarily disable the ...
Nyall Dawson
12:25 AM Revision 526ef598 (qgis): Bump minimum python version to 3.5
To get proper support for type hints Matthias Kuhn
12:25 AM Revision d931c4ce (qgis): Update python build dep version
Matthias Kuhn
12:25 AM Revision 0b2c951e (qgis): Bump Minimum Python version to 3.6
Matthias Kuhn
12:25 AM Revision 99f556fb (qgis): Remove duplicate cmake command
Matthias Kuhn
12:08 AM Revision 10789b12 (qgis): Fix comparison sort order for points to path test
Nyall Dawson
09:02 PM Revision 9b6d2ebc (qgis): Fix vertex editor locale with Z/R values
Fixes #29682 Alessandro Pasotti
09:01 PM Revision 9cba2489 (qgis): Use parent symbol type instead of layer geometry type to decide
which line symbol layer settings to show
Fixes fill symbol only related properties (like ring filters) show
for line...
Nyall Dawson
09:01 PM Revision 0134508f (qgis): [Oracle] Don't reset srid to -1 when there is no geometry
Julien Cabieces
08:38 PM Revision 54480d9b (qgis): Change "HANA" to "SAP HANA" on UI
The actual product name is "SAP HANA". Furthermore, there are other
things called "HANA" like the Boost metaprogrammi...
Stefan Uhrig
06:43 PM Revision bf0099cc (qgis): Update SAP HANA icons
Stefan Uhrig
06:27 PM Revision 272acecd (qgis): Merge pull request #41080 from elpaso/mxe-updates-for-3_18
Fix MXE build for python bump and EPT Alessandro Pasotti
04:24 PM Revision 9818fbe2 (qgis): Fix MXE build for python bump and EPT
Alessandro Pasotti
04:11 PM Revision ecd616b5 (qgis): Add sip convert for QgsMapToolDigitizeFeature
Ivan Ivanov
11:55 AM Revision 59208220 (qgis): Clean-up includes
Ivan Ivanov
11:46 AM Revision 457d6618 (qgis): Ensure layer style dock is updated when toggling legend items through
layer tree menu
Fixes #40630
Nyall Dawson
09:53 AM Revision 98888020 (qgis): Improve docs to make it clearer that QgsMapSettings::visibleExtent
is probably what you want, not QgsMapSettings::extent...
(cherry picked from commit 538a5ecefdabf1d37bfc22fb20145ba6...
Nyall Dawson
09:53 AM Revision 9bc9edd5 (qgis): Don't copy docs from another class, that's pretty poor form...
(cherry picked from commit 4caecdc0d5450ba135c7a5da1a7f6a750551a1db) Nyall Dawson
09:53 AM Revision 6b1e67dd (qgis): Fix scalebar decoration uses incorrect map extent when restoring
a project which was saved using a different map canvas geometry
Fixes #40748
(cherry picked from commit f1ea5a9c560...
Nyall Dawson
09:53 AM Revision b0d9f179 (qgis): Add unit test for scalebar decoration map width calculations
(cherry picked from commit 81c5770821600d264edbdd3c54d1d00526a5f5d4) Nyall Dawson
09:53 AM Revision 54ff354f (qgis): Fix build
Nyall Dawson
08:53 AM Revision a84647cf (qgis): follow up ab0eba2 : crash-free implementation
Mathieu Pellerin - nIRV
08:44 AM Revision 157bdcab (qgis): Fix rendering of Vector Field marker symbol layer when map is rotated
Fixes #40916 Nyall Dawson
07:48 AM Revision ff730b6e (qgis): Add optimised method to QgsMapToPixelSimplifier which avoids clones
in unwanted circumstances and works on QgsAbstractGeometry objects
instead of QgsGeometry
Nyall Dawson
07:48 AM Revision 71090b07 (qgis): Rework geometry symbol rendering loop
Don't segmentize and process the whole geometry upfront, and instead
defer the segmentization and processing (eg clip...
Nyall Dawson
02:18 AM Revision 24d4d4a6 (qgis): Update test mask
Nyall Dawson
02:04 AM Revision 538a5ece (qgis): Improve docs to make it clearer that QgsMapSettings::visibleExtent
is probably what you want, not QgsMapSettings::extent... Nyall Dawson
02:04 AM Revision f1ea5a9c (qgis): Fix scalebar decoration uses incorrect map extent when restoring
a project which was saved using a different map canvas geometry
Fixes #40748
Nyall Dawson
02:04 AM Revision 4caecdc0 (qgis): Don't copy docs from another class, that's pretty poor form...
Nyall Dawson
02:04 AM Revision 81c57708 (qgis): Add unit test for scalebar decoration map width calculations
Nyall Dawson

2021-01-18

09:10 PM Revision 740c41f5 (qgis): Fix PG permission on insert features
Fixes #40922 Alessandro Pasotti
08:09 PM Revision 43e673a1 (qgis): Complete points to paths port
Stefanow Natsis
08:09 PM Revision 7473e849 (qgis): Change points to lines to points to paths
Stefanow Natsis
08:09 PM Revision 6d2e6352 (qgis): Fix parameter name
Stefanow Natsis
08:09 PM Revision 3272a88f (qgis): Const iterate to avoid copy; fix empty group expression case
Stefanow Natsis
08:09 PM Revision 57339c0f (qgis): Update src/analysis/processing/qgsalgorithmpointstopaths.cpp
Nyall Dawson
08:09 PM Revision cbe1b040 (qgis): Update help string
Stefanow Natsis
08:09 PM Revision e35f8757 (qgis): Implement GROUP_EXPRESSION instead of GROUP_FIELD
to allow for flexible grouping without the need for an intermediate field calculation. Stefanow Natsis
08:09 PM Revision 280d2e59 (qgis): Added Points to lines algorithm
Stefanow Natsis
08:09 PM Revision 9a2e9001 (qgis): Fix failing test
Output feature order cannot be made backwards compatible so we're forced to modify the test to pass. Stefanow Natsis
08:09 PM Revision a0b8e246 (qgis): Handle compatibility parameter GROUP_FIELD
Stefanow Natsis
08:09 PM Revision b0d0838b (qgis): Handle multipoint input
Stefanow Natsis
08:09 PM Revision 94949ee6 (qgis): Address review comments
Stefanow Natsis
08:09 PM Revision 2242c1f4 (qgis): Forgot begin-end fields
Stefanow Natsis
08:09 PM Revision 2374459e (qgis): Reorder fields
Stefanow Natsis
07:30 PM Revision 6387a425 (qgis): Merge pull request #41061 from elpaso/bugfix-gh40864-gpkg-save-as-dots-...
Fix save-as with dots Alessandro Pasotti
06:51 PM Revision 21d625ec (qgis): display message on big images
Fixes 41045 Alex Hay
06:51 PM Revision e9537550 (qgis): limit in either axis.
Co-authored-by: Nyall Dawson <[email protected]> Alex Hay
06:20 PM Revision 82234350 (qgis): Fix save-as with dots
Fixes #40864 Alessandro Pasotti
11:40 AM Revision 4badc0c3 (qgis): Make service URL configurable
With environment variables or
with HTTP headers
Stéphane Brunner
11:39 AM Revision a2a8881f (qgis): Removed some of the horizontal scrollbars
Ivan Ivanov
11:39 AM Revision 9ff95a83 (qgis): Fixed docs
Ivan Ivanov
11:39 AM Revision 3c1b7892 (qgis): Fix broken adding new features
Ivan Ivanov
11:39 AM Revision 57f033f6 (qgis): QOverload -> qgis::overload
Ivan Ivanov
11:39 AM Revision 449e2757 (qgis): Added QgsRelation::Type
Ivan Ivanov
11:39 AM Revision 9c8d99ee (qgis): Add relations via the `addRelationPrivate`, no matter what is their type
Ivan Ivanov
11:39 AM Revision d0927703 (qgis): Use the less confusing QgsRelation::type()
Ivan Ivanov
11:39 AM Revision 71570ab1 (qgis): Change addRelation -> addRelationPrivate, does not change anything for now
Ivan Ivanov
11:39 AM Revision fee7571b (qgis): Use the relation type
Ivan Ivanov
11:39 AM Revision 17deefea (qgis): Disable the generated relations for poly rels in the relation dropdown
Ivan Ivanov
11:39 AM Revision 8a9fa3a6 (qgis): Generated relations should not be used for relation reference widget
Ivan Ivanov
11:39 AM Revision 5964e0b0 (qgis): Added support for dynamic relations
Ivan Ivanov
11:39 AM Revision 3897e0ba (qgis): Fixed dialog window titles
Ivan Ivanov
11:39 AM Revision 6dc92b54 (qgis): Support polymorphic relationship strength
Ivan Ivanov
11:39 AM Revision b9f73e7a (qgis): Export only non-generated relations
Ivan Ivanov
11:39 AM Revision 439e290e (qgis): Fixed editing poly relations
Ivan Ivanov
11:39 AM Revision cba4e173 (qgis): Added a QgsRelation::polymorphicRelation() method
Ivan Ivanov
11:39 AM Revision 1fa1c8f8 (qgis): Disable deleting or renaming generated relations
Ivan Ivanov
11:39 AM Revision 371534ce (qgis): Improved the overall QgsPolymorphicRelations experience
Ivan Ivanov
08:25 AM Revision 32e5ec02 (qgis): Fix suppressed Windows linker errors
Deriving QgsAttributes from QVector<QVariant> and then exporting the
whole QgsAttributes class also exports symbols o...
Stefan Uhrig
04:47 AM Revision 797a0608 (qgis): Fix highlights disappear after changing canvas CRS
Nyall Dawson
04:47 AM Revision dc740eb0 (qgis): Fix new map canvas CRS is not accessible to QgsMapCanvasItem subclasses
in QgsMapCanvasItem::updatePosition() when this function is called
as a result of map canvas CRS changes
Nyall Dawson
04:47 AM Revision 155ee72a (qgis): Remove remnant docx
Nyall Dawson
04:47 AM Revision 1df71f6b (qgis): Safer memory management in QgsHighlight
Nyall Dawson
04:47 AM Revision 2d83a017 (qgis): Slightly cleaner code
Nyall Dawson
04:47 AM Revision 2964f10b (qgis): Dramatically faster painting of point geometries via QgsHighlight
When hundreds of highlights are shown this goes from locking up QGIS
with every redraw to being very responsive.
Nyall Dawson
04:47 AM Revision 176e9728 (qgis): Fix missing identify results right click menu items for non vector laye...
Nyall Dawson
04:47 AM Revision c6a43314 (qgis): Don't use a vector renderer to draw QgsHighlight for point cloud points
QgsHighlight has severe performance issues with vector layer feature rendering,
so use the heavily optimised point ge...
Nyall Dawson
04:47 AM Revision 15b647a7 (qgis): Set field values for point cloud results in identify results list so that
Copy Feature action works correctly on these results Nyall Dawson
04:47 AM Revision 78cb67a9 (qgis): Add method to convert QgsPointCloudAttributeCollection to QgsFields
Nyall Dawson
04:47 AM Revision d6c0b2f0 (qgis): Add method to get equivalent QVariant type for a point cloud attribute
Nyall Dawson
04:47 AM Revision a9b89d3d (qgis): Minor code cleanups
Nyall Dawson
04:43 AM Revision 9dc49859 (qgis): Fix debug noise
Nyall Dawson
03:31 AM Revision 7d51c052 (qgis): fix point cloud 3d GUI disabled on start
Belgacem
02:09 AM Revision 7dcd6c0e (qgis): Fix broken 3d map tools
Nyall Dawson

2021-01-17

11:54 PM Revision 37c0fd67 (qgis): make the marker change size when zooming in
Belgacem
11:54 PM Revision bec8fe5f (qgis): rollback the existing implementation and use QgsHighlight
Belgacem
11:54 PM Revision 6de83cd6 (qgis): initial highlighting implementation
Belgacem
11:35 PM Revision ab0eba21 (qgis): [processing] Fix file download algorithm's temporary file missing prope...
Mathieu Pellerin - nIRV
11:31 PM Revision 1b19b7b9 (qgis): only apply elevation offset for Z attribute
Belgacem
11:31 PM Revision 41ffc4cd (qgis): use QgsPointCloudAttributeProxyModel::AllTypes instead of Numeric becau...
Belgacem
11:24 PM Revision 912786e1 (qgis): Fix calculating closest wmst time when wmst uses a static list of datet...
Nyall Dawson
11:24 PM Revision c7a158f8 (qgis): Simpler iteration using range based loops
Nyall Dawson
11:24 PM Revision 38730859 (qgis): Simpler approach to remove time component of a datetime value
Nyall Dawson
11:24 PM Revision 5dd69c08 (qgis): [wms] Pass some large types by reference
Nyall Dawson
11:24 PM Revision 54035549 (qgis): QStringLiteral
Nyall Dawson
11:24 PM Revision fd31243b (qgis): Some wmst services specify a temporal dimension using ', ' separated va...
Also simplify code Nyall Dawson
03:27 AM Revision f16c2562 (qgis): [3d] Show a movement speed label temporarily after the movement
speed is changed in 3d views via scroll wheel
Exposes to users what the scroll wheel is actually doing in this mode
Nyall Dawson
03:27 AM Revision 4317c4c7 (qgis): [3d] Make right and middle mouse drag while in fly mode behavior
consistent with other parts of qgis
Now
- right click+drag = camera dolly, to match the same behavior
as when in ter...
Nyall Dawson

2021-01-16

08:11 PM Revision 7de030aa (qgis): Handle indentation of right-aligned legends
Juernjakob Dugge
11:44 AM Revision 47c1072c (qgis): Merge pull request #41033 from elpaso/connections-api-queryresult-model...
Fix QgsQueryResultModel crash Alessandro Pasotti
11:33 AM Revision 8330a0c7 (qgis): Make service URL configurable
Stéphane Brunner
08:36 AM Revision 0a5bef3a (qgis): Fix test
Alessandro Pasotti
07:39 AM Revision 35c43d44 (qgis): [processing] Improve atlas exporting feedback, don't throw is no featur...
Mathieu Pellerin - nIRV
06:35 AM Revision 20aea8b4 (qgis): No need to manually disconnect from an object which is about to be deleted
Nyall Dawson
06:35 AM Revision e2c98e14 (qgis): Simpler code, use direct connection to camera signal
Nyall Dawson
06:35 AM Revision 66a7d6eb (qgis): [3d] Fix navigation keystrokes which conflict with application shortcuts
get handled by application shortcut, instead of getting treated as
camera navigation keys
Nyall Dawson
06:35 AM Revision 54502252 (qgis): Partially fix initial jumpy movement after toggling between navigation ...
Nyall Dawson
06:35 AM Revision cfdcae90 (qgis): [3d] Allow exiting mouse lock mode with escape key press
Nyall Dawson
04:39 AM Revision df2c9ff9 (qgis): More detailed warnings when HANA driver not found
Maxim Rylov
04:39 AM Revision bbd433a8 (qgis): Change HANA test instance
Maxim Rylov
04:32 AM Revision f6ec265c (qgis): [processing] Allow for short description to have hyperlinks open in ext...
Mathieu Pellerin - nIRV

2021-01-15

09:40 PM Revision a9b7efef (qgis): Fix test
Alessandro Pasotti
09:40 PM Revision 0290024f (qgis): Remove unused MAX_CACHE_LAYERS
Alessandro Pasotti
05:24 PM Revision d91ed2df (qgis): [MetaSearch] Fix navigation through the results pages
(cherry picked from commit 1559908c7337559b4db78d52d5b53e8f54ee3e05) Andrea Giudiceandrea
05:24 PM Revision 8ba97270 (qgis): Partially fix of #39855: diminfo in inserted as string in mdsys query
By inserting the diminfo string into the query instead of giving it as a
param in the prepared statement, the error i...
Richard Duivenvoorde
05:24 PM Revision 25d8a291 (qgis): Move browser right click actions which are destructive to a new "Table ...
(or "Schema Operations") sub menu
Fixes #40973
(cherry picked from commit 5c860847d35c295526666bb65deacd3651e21b80)
Nyall Dawson
05:24 PM Revision c8d690ec (qgis): Fix automatically set anchor point isn't cleared after applying action
(cherry picked from commit a445771ebbe988ddb922e7c09d10eca1d8b2df82) Nyall Dawson
05:24 PM Revision c6989392 (qgis): Fix: Processing Modeler help parameter
The help parameter is set in the modeler help part.
The commit use it to set the help parameter.
(cherry picked from...
René-Luc ReLuc
05:24 PM Revision aeb1f66b (qgis): Fix typo
Nyall Dawson
05:24 PM Revision bc096cd6 (qgis): Update comment
(cherry picked from commit 3feda231b86a0b2b6df28f55cb62d1bf477a54ac) Nyall Dawson
05:24 PM Revision f060477b (qgis): Loosen grass test crs requirement to allow passing on proj < 6
(cherry picked from commit 9cf44e4a66b6b7c6dc150d9bcae1a35185a4e0c5) Nyall Dawson
05:24 PM Revision 39a6b58a (qgis): [processing][grass] Export CRS definitions as WKT2 strings instead
of proj strings wherever possible
Because proj strings are lossy
Fixes #18596
(cherry picked from commit b295bd580...
Nyall Dawson
05:24 PM Revision 5eec9e42 (qgis): When creating a expression filter string for a rule based renderer,
try to create a simple "field IN (...)" expression wherever possible
This avoids some issues with complex rule based...
Nyall Dawson
05:24 PM Revision 033a44d3 (qgis): Add utility functions to determine if a QgsExpression is a simple
"field=value" type expression, and for condensing a list of similar
expressions to an equivalent "field IN (value, va...
Nyall Dawson
05:24 PM Revision 9a9ea893 (qgis): [layouts] When adding a new map item, auto-assign a real
unique id to the item
Previously we auto assigned an internal quasi-id to these items,
but that was rather confusing...
Nyall Dawson
05:24 PM Revision be97dc09 (qgis): Automatically populate appropriate layer metadata when adding OpenStree...
(cherry picked from commit ed4bb5069b1991e296265ac248a985ff242bb8a2) Nyall Dawson
05:24 PM Revision 7e4cdf4d (qgis): [vectortiles] Never trust internal feature ids
Even if a feature has an internal ID, it's not guaranteed
to be unique across different tiles. This may violate the
s...
Nyall Dawson
05:24 PM Revision 2d9c96c7 (qgis): Fix broken manual rotation anchor point setting via ctrl+click in rotat...
Ctrl+clicking to set the manual rotation point had no effect, and the selected
rotation point was always reset as soo...
Nyall Dawson
05:24 PM Revision f3413ac8 (qgis): Fix 3d camera yaw and pitch sensitivity
(cherry picked from commit 48c3f280c9b74dddf86269a163bfef48f92ae542) Stefanow Natsis
05:24 PM Revision 9077606f (qgis): Add method to retrieve QgsVertexMarker center point in map coordinates
(cherry picked from commit 0d785c8a84cda8aad9d107157c32aebd8501181c) Nyall Dawson
05:24 PM Revision cedebdff (qgis): [Oracle] Fix metadata table srid when creating an empty layer
(cherry picked from commit c9f3c30f5e99722ff138949609ce4f74a847521b) Julien Cabieces
05:24 PM Revision ae5dae63 (qgis): [MetaSearch] Reset rubber band when treeRecords selection is changed
(cherry picked from commit 4f786ae5a78fbb066e6c52a53ac37ea41620dd1b) Andrea Giudiceandrea
05:24 PM Revision ad330664 (qgis): Update src/providers/oracle/qgsoracleprovider.cpp
Co-authored-by: Matthias Kuhn <[email protected]>
(cherry picked from commit ed53ea5fcab164241ad67767eaa8ece0f7dc1bb9)
Richard Duivenvoorde
05:24 PM Revision 7da798ae (qgis): Keep only vector layer file path when calling an OTB algorithm
(cherry picked from commit 5c19845d32a955070c9b3cacd567b78dc636d8c0) Julien Cabieces
05:24 PM Revision e50ac51c (qgis): Fix otbalgorithm when several band are selected
(cherry picked from commit 454c4f6ebabbe0eed8dd4ed5d904dab59375c63e) Julien Cabieces
05:24 PM Revision f36c9457 (qgis): Fix QGIS/OTB interface for field parameters
(cherry picked from commit 52f2a4d7bc4f7f94f2cf54af03d13b6a0f191010) Julien Cabieces
05:24 PM Revision 75a85ef0 (qgis): [processing][OTB] deal with parameter type Enum and Band
(cherry picked from commit bb3e1a554cdb26b022141c35fd692af162661f7d) Julien Cabieces
05:24 PM Revision 75672c78 (qgis): [processing] Fix exception when calling "Select from Files" in batch mode
on a file parameter
Fixes #40705
(cherry picked from commit b740bf201a6cbff60186da109bfcb4ef667ccc1f)
Nyall Dawson
05:24 PM Revision 24cca6d9 (qgis): [processing] extract_by_location fix duplicate rows when mutiple predic...
Fixes #32653
(cherry picked from commit 1f0b9315fbfff6eea4805fbe18143605df2d603b)
jd lom
05:24 PM Revision 645b583c (qgis): Don't allow selection of invisible features due to temporal filters
Fixes #40818
(cherry picked from commit 7a3feac70b93a61033a0b86948b8a29bfcaa7f5a)
Nyall Dawson
05:24 PM Revision 85ef8098 (qgis): Don't show map tips for features outside of canvas temporal range
Fixes #40791
(cherry picked from commit 2df9ceebade60ee8035eb3b179cfb4d140e14633)
Nyall Dawson
05:24 PM Revision 0db89709 (qgis): Don't show map tips for layers with scale range visibility which are ou...
(cherry picked from commit 32af9631b083fb72f56ceb7ef2b99e3ddf572eac) Nyall Dawson
05:24 PM Revision 5a9cd1f2 (qgis): Don't even attempt to show a map tip for a non-spatial layer
(cherry picked from commit 165348541051d6a84730c5ebcabcdbb4d39e8c5a) Nyall Dawson
05:24 PM Revision 78f0903c (qgis): Fix since version
Nyall Dawson
05:24 PM Revision 715efc85 (qgis): [processing] Add a warning-level information message feedback
(cherry picked from commit 04b9c6ab00bb130e590863244b8de64c0f111ae1) Mathieu Pellerin - nIRV
05:24 PM Revision 4b3466de (qgis): mesh scalar renderer optimization (#40821)
(cherry picked from commit b8e025b0a31ceae6705353c4e0adcba3ad2cb621) Vincent Cloarec
05:24 PM Revision 5c886d32 (qgis): [processing]field calculator : allow creating field already present (c...
Fixes #40701
(cherry picked from commit 472b950a219639ee0bec139f102c6d55618abc54)
jd lom
05:24 PM Revision 9ce4b8be (qgis): Avoid some unnecessary work when destructing QgsCoordinateReferenceSyst...
(cherry picked from commit 97b7ab90f75eb4c24c92061cbaeeaedb33c32d0d) Nyall Dawson
05:24 PM Revision 2d339cce (qgis): Add options in list config widget for how to deal with empty rows
Allow NULL or empty array
(cherry picked from commit 9a8a8c958c0f3ed0373a59642b03f3e73a82d66d)
Stephen Knox
05:24 PM Revision 915f0206 (qgis): Correct postgres prepared statements for arrays
Fixes #38784
(cherry picked from commit 4e125eb7f2725ba5c5ad4de81067d135602d1bcb)
Stephen Knox
05:24 PM Revision b21b863b (qgis): Make sure empty array in listwidget is null
Fixes #38176
(cherry picked from commit 5c225cce8b890949ff71518ebaade16a124378f2)
Stephen Knox
05:24 PM Revision 9d7bdea5 (qgis): [expression] Avoid paying the price of a QgsCoordinateReferenceSystem d...
(cherry picked from commit ff3bb1c066342a439eb521446c3211ad7dd698ff) Mathieu Pellerin - nIRV
05:24 PM Revision b79f6182 (qgis): Add nullCrs for more performanct (de)initialisation of a default constr...
(cherry picked from commit 7e0f58ff7465cbf300fe6dfa238669431e26f0ed) Matthias Kuhn
05:24 PM Revision 0a9f20ff (qgis): [bugfix] PTP check for output folder. (#40488)
Fixes #40486
(cherry picked from commit b6863365137d10511449dfd911ece637e7166fde)
Alex Hay
05:24 PM Revision c70c2986 (qgis): [processing] fix loading geometryless tables with PostGISExecuteAndLoad...
(cherry picked from commit 71eed6e383b27ab8890dcadf7825022019edfda9) jd lom
05:24 PM Revision 24556a6c (qgis): [ui][layouts] Remember hidden panels when re-opening a layout designer
(cherry picked from commit d18cb5c7e676cd57db01ae1d6727e682436b5522) Mathieu Pellerin - nIRV
05:24 PM Revision ac430301 (qgis): [processing] Add a dedicated pan tool for navigating models
Fixes #40714 Nyall Dawson
05:24 PM Revision bb5b0c5e (qgis): [ui][processing] Add ctrl+tab action to toggle panels visibility
(cherry picked from commit 3c777be207f0cebfcd31bea9245ae6ec7b988ef9) Mathieu Pellerin - nIRV
04:14 PM Revision c9ec378c (qgis): Merge pull request #41031 from mhugent/wms_featureinfo_drag_and_drop_2
Wms featureinfo drag and drop 2 Marco Hugentobler
03:08 PM Revision 08473f2e (qgis): Fix flake8 false positive
Alessandro Pasotti
02:47 PM Revision 3a90ea3a (qgis): fix detection of spatialinx for postgres materialized views
Denis Rouzaud
02:47 PM Revision 9e534eb6 (qgis): add test for postgres hasSpatialIndex
Denis Rouzaud
02:35 PM Revision 2d799161 (qgis): Fix QgsQueryResultModel crash
Alessandro Pasotti
02:29 PM Revision 69317d68 (qgis): Fix access control attributes
Marco Hugentobler
01:09 PM Revision 94ac9f21 (qgis): Release of 3.16.3
Jürgen Fischer
01:08 PM Revision e4b5a4a9 (qgis): translation update for 3.16.3 from transifex
Jürgen Fischer
01:07 PM Revision 8374282d (qgis): Release of 3.10.14
Jürgen Fischer
01:07 PM Revision 11a443d3 (qgis): translation update for 3.10.14 from transifex
Jürgen Fischer
11:29 AM Revision a5e074ce (qgis): Adapt includes to recent changes in master
Marco Hugentobler
11:29 AM Revision 2f5e4302 (qgis): CI build machine somehow does not like my includes
Marco Hugentobler
11:28 AM Revision 63e75671 (qgis): Add includes
Marco Hugentobler
11:28 AM Revision de87901b (qgis): Fix comment
Marco Hugentobler
11:27 AM Revision 8424dfaa (qgis): Fix comment
Marco Hugentobler
11:27 AM Revision 090cd5c0 (qgis): Add project setting if attribute form should be considered for feature ...
Marco Hugentobler
11:26 AM Revision e28fb7f7 (qgis): Consider tab layout for wms feature info
Marco Hugentobler
11:26 AM Revision 65691dcc (qgis): Move code to write feature info XML attribute to function
Marco Hugentobler
10:30 AM Revision f60d1049 (qgis): update qgsproject.sip.in
Jürgen Fischer
10:23 AM Revision 79572de4 (qgis): fix windows nightly (make sure that the header PROJ_VERSION_MAJOR was d...
Jürgen Fischer
09:38 AM Revision fc2cc365 (qgis): firstrundialog: point to 3.10 changelog (fixes #41028)
Jürgen Fischer
08:40 AM Revision 352c6312 (qgis): fix detection of spatialinx for postgres materialized views
Denis Rouzaud
08:40 AM Revision fa8a45a1 (qgis): add test for postgres hasSpatialIndex
Denis Rouzaud
03:27 AM Revision 89101c51 (qgis): [3d] Refine mouse behavior during fps mode:
- holding middle button while moving mouse up/down = zoom in/out (dolly) in current direction
- holding right button ...
Nyall Dawson
02:03 AM Revision e222cd53 (qgis): add myself to contributors list
Belgacem

2021-01-14

10:36 PM Revision 284b6585 (qgis): consistent format
(cherry picked from commit 5fb9e2fbb745109a8dbb5b4c1d9e827eae2a61c5) Vincent Cloarec
10:36 PM Revision bcd9e845 (qgis): display seconds in mesh layer properties
(cherry picked from commit 26892a773c3f2da07eb6f40ec35c9d379041617a) Vincent Cloarec
10:33 PM Revision d1f5a522 (qgis): Server getfeatureinfo OGC filter support
Fixes #41005 Alessandro Pasotti
10:32 PM Revision 5c860847 (qgis): Move browser right click actions which are destructive to a new "Table ...
(or "Schema Operations") sub menu
Fixes #40973
Nyall Dawson
10:32 PM Revision 26892a77 (qgis): display seconds in mesh layer properties
Vincent Cloarec
10:32 PM Revision 5fb9e2fb (qgis): consistent format
Vincent Cloarec
10:32 PM Revision 93c654c1 (qgis): mdal 0.8.0
Peter Petrik
08:47 PM Revision 36bc0d25 (qgis): Typo's corrected
Line 536 : Double wording "the" in "the the stack value". Removed last "the"
Line 546 : Excessive space before ...
DiGro
08:19 PM Revision c75fa663 (qgis): In fly mode, ctrl = slow down, shift = run
Nyall Dawson
08:19 PM Revision 48036b71 (qgis): Make elevation changes less sensitive vs ground movements changes
Nyall Dawson
08:19 PM Revision 7fa38cec (qgis): Add global 3d setting to control whether vertical mouse axis movements ...
Nyall Dawson
08:19 PM Revision 553c747f (qgis): [3d] Add general 3d options tab, with settings for default camera
projection types and movement options
These settings are inherited by all new 3d views
Nyall Dawson
08:19 PM Revision a630ef47 (qgis): Improve capturing of cursor in mouse lock mode
- Avoid jumpy first motion after activating lock
- Fix capture of cursor to map center -- because the camera controll...
Nyall Dawson
08:19 PM Revision d6d19580 (qgis): Remember camera movement speed changes triggered through fps nav mode
Nyall Dawson
08:19 PM Revision 0cb2f509 (qgis): Cleanup some code, remove some unreachable conditions
Nyall Dawson
08:19 PM Revision 275a8109 (qgis): Rename "fly" navigation mode as "walk" mode
Fly has a different meaning here, where motion has inertia and the
key presses affect the acceleration of motion inst...
Nyall Dawson
08:19 PM Revision 0761f88a (qgis): mdal 074
Peter Petrik
04:41 PM Revision 93a3c6b9 (qgis): cmake follow up (#41010)
Denis Rouzaud
01:52 PM Revision 0e4ed398 (qgis): Merge pull request #41011 from elpaso/bugfix-gh41005-server-wms-gfi-ogc...
Server getfeatureinfo OGC filter support Alessandro Pasotti
01:00 PM Revision e15b8947 (qgis): include hana provider in packages
Jürgen Fischer
11:57 AM Revision 8482510a (qgis): fix translation string
Jürgen Fischer
11:41 AM Revision da29bff7 (qgis): fix typo in cmakelists (#41012)
Olivier Dalang
11:37 AM Revision a0d847fe (qgis): Merge pull request #40750 from elpaso/connections-api-queryresult-model
QgsQueryResultModel Alessandro Pasotti
11:32 AM Revision cdbe502b (qgis): Server getfeatureinfo OGC filter support
Fixes #41005 Alessandro Pasotti
10:14 AM Revision 31b644ea (qgis): restore raster smart
Peter Petrik
10:14 AM Revision fd5dfa11 (qgis): fix raster tiles
Peter Petrik
10:14 AM Revision 9bff34e7 (qgis): fix documentation
Peter Petrik
10:14 AM Revision d883d416 (qgis): [feature] use smarter map redraws: avoid map flickering by usage of cac...
Peter Petrik
10:14 AM Revision 4b9f82d9 (qgis): fix docs
Peter Petrik
10:11 AM Revision 6b834f40 (qgis): remove trailing whitespaces from CMakeLists.txt
Jürgen Fischer
08:05 AM Revision 50a98367 (qgis): add cmake QGIS_MACAPP_FRAMEWORK option
Sam Gillingham
07:39 AM Revision 26361a98 (qgis): Merge pull request #40914 from suricactus/dms_core
Added support for polymorphic relations relations Matthias Kuhn
07:15 AM Revision 814b65ba (qgis): Cleaner approach -- create expression contexts in modeler parameter
definition dialogs using expression context and processing context
generators
Nyall Dawson
07:15 AM Revision 6ea2ff55 (qgis): Fixes #39137
Alex R
07:15 AM Revision 5a9e8c62 (qgis): Only with models
Alex R
07:07 AM Revision 6daf9ef1 (qgis): fix pdal's CMakeLists.txt (#41002)
Denis Rouzaud
06:08 AM Revision 76b89ff3 (qgis): Apply suggestions from code review
Nyall Dawson
06:08 AM Revision 2e015d5f (qgis): Review the help string about translated project
Etienne Trimaille
04:04 AM Revision f7aa9ae7 (qgis): add byte raster testinputs
Clemens Raffler
04:04 AM Revision 6534c5ca (qgis): add test results for percentrank from value alg
Clemens Raffler
04:04 AM Revision 033dba2b (qgis): change function signature to use references on cellValueStacks
Clemens Raffler
04:04 AM Revision d254d06e (qgis): add float64 raster testinputs
Clemens Raffler
04:04 AM Revision 4494907a (qgis): fix styling ... again
Clemens Raffler
04:04 AM Revision 22583cfd (qgis): add test results for percentile alg
Clemens Raffler
04:04 AM Revision 507af2e7 (qgis): add tests
Clemens Raffler
04:04 AM Revision 1dda44c5 (qgis): fix styling
Clemens Raffler
04:04 AM Revision 183757b6 (qgis): add test results for percentrank from raster alg
Clemens Raffler
04:04 AM Revision b7a8e8a0 (qgis): wire algorithms
Clemens Raffler
04:04 AM Revision 5559e375 (qgis): add algorithm icons
Clemens Raffler
04:04 AM Revision a7c92cd4 (qgis): rework Cell Statistics alg structure and introduce cell stack percentil...
Clemens Raffler
04:04 AM Revision a79cea5a (qgis): apply fixes
Clemens Raffler

2021-01-13

12:05 AM Revision 7bb88fcd (qgis): Another fix to pdal provider building
Nyall Dawson
11:54 PM Revision eda30390 (qgis): fix build (followup 23b50ab264)
Jürgen Fischer
11:22 PM Revision 1ca091a1 (qgis): indentation
Vincent Cloarec
11:22 PM Revision 64d58785 (qgis): Improve mssql loading with predefined extent/pkey
Vincent Cloarec
11:22 PM Revision 6b17d5b5 (qgis): keep layer valid if geometry_columns extent/pkey not valid
Vincent Cloarec
11:15 PM Revision 2b9d7728 (qgis): Experiment with capturing cursor via ~ press
Nyall Dawson
11:15 PM Revision 28d6be5c (qgis): fix capturing cursor with ~ press
Belgacem
11:15 PM Revision f48cd282 (qgis): When using mouse lock navigation, invert the vertical axis
Nyall Dawson
11:15 PM Revision 7b7f7c2e (qgis): Match Q/E up/down direction with Blender
Nyall Dawson
11:15 PM Revision 5ebab693 (qgis): add navigation switching hotkey ctrl + ~
Belgacem
11:15 PM Revision c316c7bd (qgis): fix mouse capture
Belgacem
11:15 PM Revision 3d9afb5d (qgis): Wheel scroll changes movement speed
Nyall Dawson
11:15 PM Revision ea5b4cb0 (qgis): Use proper game style keyboard handling
Instead of just reponding to key presses/releases (and auto repeat
versions of these), instead track which keys are h...
Nyall Dawson
11:15 PM Revision 7f3b4077 (qgis): Fix build
Nyall Dawson
11:15 PM Revision f24dc8c8 (qgis): some fixes
Belgacem
11:15 PM Revision 36e3229f (qgis): change for z for page up/down
Belgacem
11:15 PM Revision b3d2059b (qgis): rename navigation modes
Belgacem
11:15 PM Revision 44d39bec (qgis): initial fly mode implementation
Belgacem
11:15 PM Revision 514edfbb (qgis): Fix jumpy first mouse movement in capture mouse mode
Nyall Dawson
11:15 PM Revision 0318ff76 (qgis): add movement speed combobox
Belgacem
11:09 PM Revision 33cbe39b (qgis): add missing includes
Denis Rouzaud
11:09 PM Revision 21828ba8 (qgis): [cmake] target_include_directories for 3d
Denis Rouzaud
11:09 PM Revision 76a28692 (qgis): remove includes of binary dirs
Denis Rouzaud
08:47 PM Revision 723c070d (qgis): fix compilation on lnx
Peter Petrik
08:47 PM Revision 8d240ecd (qgis): move catch block to QgsQuickUtils::transformPoint since it can be invo...
Peter Petrik
08:23 PM Revision 1ed818e2 (qgis): Add mapRefreshCanceled() signal to QgsMapCanvas
This is useful when one wants to follow what exactly is happening
with map canvas rendering. We already have renderSt...
Martin Dobias
07:48 PM Revision 23b50ab2 (qgis): [cmake] remove of redundant includes (#40993)
Denis Rouzaud
05:02 PM Revision 837db503 (qgis): Merge pull request #40990 from 3nids/cmake-tid-gui
[cmake] more target_include_directories Denis Rouzaud
03:59 PM Revision 9370abe0 (qgis): Merge pull request #40982 from mrylov/hana-provider
Add odbc-cpp-wrapper library to external folder Alessandro Pasotti
03:47 PM Revision 3a014ae0 (qgis): make identification work with point size
Belgacem
03:47 PM Revision 432f29be (qgis): add pointsLimit and SIP
Belgacem
03:47 PM Revision b5e6033a (qgis): fix SIP
Belgacem
03:47 PM Revision c4c7e250 (qgis): add QgsBox3d::distanceFromPoint doc
Belgacem
03:47 PM Revision 398144ee (qgis): add docs
Belgacem
03:47 PM Revision d136c3eb (qgis): fix banned keywords
Belgacem
03:47 PM Revision e07a3933 (qgis): add Qgs3DUtils::rayFromScreenPoint
Belgacem
03:47 PM Revision 4f3f95a8 (qgis): raycast intersection with node bounding box
Belgacem
03:47 PM Revision a98ec51e (qgis): save progress
Belgacem
03:47 PM Revision 2c9c6f94 (qgis): fix somethings and testRayFromScreenPoint
Belgacem
03:47 PM Revision bfa835d3 (qgis): add QgsBox3DDistanceTo test
Belgacem
03:47 PM Revision be88fff9 (qgis): add some QgsRay3D tests
Belgacem
03:47 PM Revision 05735cde (qgis): move the implementation to Qgs3DMapToolIdentify
Belgacem
03:47 PM Revision 0167d07e (qgis): fix tests
Belgacem
03:47 PM Revision ec2fe64f (qgis): remove code duplication
Belgacem
03:47 PM Revision 144e6b18 (qgis): fix layout check
Belgacem
03:47 PM Revision 3b0bb55f (qgis): fix point clickable area
Belgacem
03:47 PM Revision f362eab3 (qgis): fix indentation
Belgacem
03:47 PM Revision 93f9ec2f (qgis): add SIP_SKIP
Belgacem
03:47 PM Revision 6caf1bfe (qgis): fix code_layout
Belgacem
03:47 PM Revision f363877d (qgis): unify 2D and 3D identify results conversion
Belgacem
03:47 PM Revision 0073c35b (qgis): remove distanceFromPoint
Belgacem
03:47 PM Revision 59bb58f8 (qgis): cleanup and fix symbol nullptr bug
Belgacem
03:47 PM Revision 3c7e7886 (qgis): fix attributes type
Belgacem
03:47 PM Revision d67bd5ad (qgis): fix ept provider identify test
Belgacem
03:47 PM Revision f85d551d (qgis): make 3D identify results simular to 2D
Belgacem
03:47 PM Revision fa7e3d4f (qgis): fix sip and add Nyall suggestions
Belgacem
03:47 PM Revision 4e2133f2 (qgis): add QgsRay3D
Belgacem
03:47 PM Revision a97ade0e (qgis): address reviews
Belgacem
03:32 PM Revision f88369da (qgis): fix documentation build
Denis Rouzaud
03:10 PM Revision 3dae6519 (qgis): [cmake] fix build and use target_incude in server + python
Denis Rouzaud
03:02 PM Revision dbef0eaa (qgis): Fix HANA
Alessandro Pasotti
12:23 PM Revision 43e15968 (qgis): Change HANA test instance
Maxim Rylov
12:01 PM Revision 0e3422f8 (qgis): Remove debug code
Alessandro Pasotti
11:44 AM Revision 337c7c30 (qgis): Removed sophisticated implementation
Store rows in the model, remove rewind and random access from
query result class.
This implementation is way simpler...
Alessandro Pasotti
11:20 AM Revision 365b9da5 (qgis): Skip external/odbccpp in astyle.sh
Maxim Rylov
09:55 AM Revision 7a51839f (qgis): Remove extra mutable
Ivan Ivanov
09:50 AM Revision a8345c03 (qgis): [cmake] update depending CMakeLists.txt
Denis Rouzaud
09:50 AM Revision 3db2bc68 (qgis): [cmake] liddxfrw linked to qgis_core
Denis Rouzaud
09:50 AM Revision ed155ded (qgis): [cmake] use target_include_directories in analysis
Denis Rouzaud
09:50 AM Revision e305a984 (qgis): [cmake] remove left-over of includes of src/core
Denis Rouzaud
09:40 AM Revision 322a925b (qgis): flake8
Alessandro Pasotti
09:40 AM Revision decbee4b (qgis): Fix MXE build
Alessandro Pasotti
09:40 AM Revision 3c8bcc87 (qgis): Final touch
Alessandro Pasotti
09:40 AM Revision 4b1899ef (qgis): Fix cond private
Alessandro Pasotti
09:40 AM Revision 3b7cc243 (qgis): Query result model threaded fetcher
plus: independent iterators and rewind Alessandro Pasotti
09:40 AM Revision 3ab44971 (qgis): Move worker deleteLater to the dtor
Alessandro Pasotti
09:40 AM Revision d3bed168 (qgis): Fix at() and add tests
Alessandro Pasotti
09:40 AM Revision f5ffc56f (qgis): Threaded query model
Alessandro Pasotti
09:39 AM Revision ea72ab92 (qgis): QgsQueryResultModel
A model for QgsAbstractDatabaseProviderConnection::QueryResult Alessandro Pasotti
09:39 AM Revision a717bc7f (qgis): Doxy and new at() method
Alessandro Pasotti
09:38 AM Revision 2631143c (qgis): [cmake] update depending CMakeLists.txt
Denis Rouzaud
09:38 AM Revision caeeb448 (qgis): [cmake] use target_include_directories in gui + native
Denis Rouzaud
07:16 AM Revision ce00ccd3 (qgis): Correctly expose QgsLayoutItemAttributeTable::getTableContents to sip,
so that this class can be reused from Python classes
Fixes https://github.com/gltn/stdm/issues/411
(cherry picked f...
Nyall Dawson
06:42 AM Revision 798d97fd (qgis): [processing] Add 'thiessen' tag to QGIS' voronoi polygons algorithm
(cherry picked from commit 8a85cae92c85d79b89c6494167262e77748bcf0d) Mathieu Pellerin - nIRV
06:42 AM Revision 8a85cae9 (qgis): [processing] Add 'thiessen' tag to QGIS' voronoi polygons algorithm
Mathieu Pellerin - nIRV
05:56 AM Revision 6bb50f94 (qgis): Correctly expose QgsLayoutItemAttributeTable::getTableContents to sip,
so that this class can be reused from Python classes
Fixes https://github.com/gltn/stdm/issues/411
(cherry picked f...
Nyall Dawson
05:56 AM Revision a8c3b02c (qgis): Correctly expose QgsLayoutItemAttributeTable::getTableContents to sip,
so that this class can be reused from Python classes
Fixes https://github.com/gltn/stdm/issues/411
Nyall Dawson
04:20 AM Revision bc3a55aa (qgis): Add button to open style gallery in the style manager
Nyall Dawson
03:30 AM Revision 2bf46cd8 (qgis): Simplify Curved Types for QgsPostgresFeatureIterator
Currently curved types are never simplified PostgreSQL server side.
However in many datasets just a small fraction o...
Tom Vijlbrief
02:16 AM Revision 6c2b26ec (qgis): [OTB] Fixes empty string parameters (#40957)
(cherry picked from commit 579d55f286a011b87fc29bde282856c4bba76390) Julien Cabieces
02:16 AM Revision 579d55f2 (qgis): [OTB] Fixes empty string parameters (#40957)
Julien Cabieces

2021-01-12

11:27 PM Revision 90df16cf (qgis): Fix pdal build
Nyall Dawson
10:50 PM Revision 3de1b346 (qgis): Fix: Server WMS Dimension time fields filters extension
Only String and DateTime fields could be choose as WMS Dimension time fields.
Extend the filetr by adding Int, LongL...
René-Luc ReLuc
10:50 PM Revision 7b210fa4 (qgis): Fix: Server WMS Dimension nearestValue and multipleValues
* The WMS Dimension GetCapabilities nearestValue attribute has to be 0 or 1 and not 48.
* The WMS Dimension GetCapabi...
René-Luc ReLuc
10:50 PM Revision f56f42e1 (qgis): Assert if any of the layer ids contains a comma
Ivan Ivanov
10:50 PM Revision 31db15df (qgis): Cleanup unused member
Ivan Ivanov
10:50 PM Revision 89ff49fc (qgis): Prevent copy using const
Ivan Ivanov
10:50 PM Revision 2d6ea89d (qgis): Replace with qgis::as_const() where possible
Ivan Ivanov
10:49 PM Revision bdb1a541 (qgis): Docs
Ivan Ivanov
10:49 PM Revision 5e9a9822 (qgis): Fix docs
Ivan Ivanov
10:49 PM Revision a1ffcd5c (qgis): Improved class description docs
Ivan Ivanov
10:49 PM Revision f8b468a0 (qgis): Rename QgsPolymorphicRelations getGeneratedRelations -> generateRelations
Ivan Ivanov
10:43 PM Revision 976ddf13 (qgis): Fix: Processing Modeler help parameter
The help parameter is set in the modeler help part.
The commit use it to set the help parameter.
René-Luc ReLuc
10:42 PM Revision 1f5b9b40 (qgis): Fix: Server WMS Dimension time fields filters extension
Only String and DateTime fields could be choose as WMS Dimension time fields.
Extend the filetr by adding Int, LongL...
René-Luc ReLuc
09:00 PM Revision 4bf57f76 (qgis): Only build and use odbccpp_static
Stefan Uhrig
08:31 PM Revision 8b13ca62 (qgis): Fix: Server WMS Dimension nearestValue and multipleValues
* The WMS Dimension GetCapabilities nearestValue attribute has to be 0 or 1 and not 48.
* The WMS Dimension GetCapabi...
René-Luc ReLuc
08:29 PM Revision dd75e521 (qgis): [Oracle] Fix Oracle empty layer creation when there is no geometry
Julien Cabieces
08:29 PM Revision ffea349d (qgis): use unique_ptr to handle provider pointer deletion
Julien Cabieces
08:29 PM Revision 5874f5d8 (qgis): fix spellcheck
Julien Cabieces
08:29 PM Revision 805509a8 (qgis): don't use QUUid::Id128, doesn't exist in Qt 5.9
Julien Cabieces
08:04 PM Revision 2e25ee6b (qgis): Travis does not need a git depth of 120 anymore, 1 is enough
Denis Rouzaud
06:13 PM Revision 41e1e615 (qgis): Added a QgsRelation::polymorphicRelation() method
Ivan Ivanov
05:24 PM Revision 82d3b0f3 (qgis): Merge pull request #40959 from 3nids/rel-reg-f3
separate QgsAttributeEditorElement into several files Denis Rouzaud
04:11 PM Revision 3798edaa (qgis): Merge pull request #40965 from 3nids/cmaket-tid-core-system
[cmake] use target_include_directories for core system includes Denis Rouzaud
04:07 PM Revision fa6d2810 (qgis): Merge pull request #40963 from elpaso/bugfix-gh40910-valuerelation-mult...
Fix drill-down in multi-edit mode Alessandro Pasotti
03:57 PM Revision d4494e5b (qgis): Add odbc-cpp-wrapper library to external folder
Maxim Rylov
03:03 PM Revision 4bd1b599 (qgis): Travis does not need a git depth of 120 anymore, 1 is enough
Denis Rouzaud
02:57 PM Revision 84313c91 (qgis): fix quick compilation
Denis Rouzaud
02:40 PM Revision e3bf72c2 (qgis): [cmake] use target_include_directories for gui system includes
Denis Rouzaud
02:33 PM Revision 84afbea8 (qgis): [cmake] use target_include_directories for core system includes
Denis Rouzaud
02:01 PM Revision 7a9d3f58 (qgis): Fix drill-down in multi-edit mode
Fixes #40910 Alessandro Pasotti
01:02 PM Revision dcd3c324 (qgis): fix sipify
Denis Rouzaud
12:52 PM Revision aac558dd (qgis): follow up + some forward declarations
Denis Rouzaud
12:52 PM Revision 026a5a8a (qgis): missing includes
Denis Rouzaud
12:52 PM Revision a6404da8 (qgis): separate QgsAttributeEditorElement into several files
Denis Rouzaud
12:46 PM Revision cbfd7b09 (qgis): Merge pull request #40953 from 3nids/modernize-cmake
use target_include_directories instead of include_directories for qgis_core Denis Rouzaud
11:04 AM Revision 7ab93d20 (qgis): follow up
Denis Rouzaud
10:29 AM Revision ca37a567 (qgis): Merge pull request #40947 from 3nids/rel-reg-f2
move reading from XML logic from QgsEditFormConfig to QgsAttributeEditorElement Denis Rouzaud
10:25 AM Revision 4f6a8b3e (qgis): remove includes of src/core in CMakeLists + link static providers to qg...
Denis Rouzaud
10:25 AM Revision e3d8410a (qgis): use target_include_directories instead of include_directories for qgis_...
thanks to this, the include_directories are added to the target and propagated to any further linking Denis Rouzaud
09:59 AM Revision 81600fda (qgis): Use the QgsRelationContext's project instead of direct call to QgsProject
Ivan Ivanov
09:16 AM Revision ca874db1 (qgis): Test if child relations are generated
Ivan Ivanov
09:08 AM Revision 2f5acf2d (qgis): Added test case for QgsPolymorphicRelation
Ivan Ivanov
09:07 AM Revision 53ca67aa (qgis): Generated QgsRelations now support getting the related features
Ivan Ivanov
09:07 AM Revision 89c07ff2 (qgis): Fixes in the QgsPolymorphicRelation
Ivan Ivanov
08:26 AM Revision ea5ce010 (qgis): Silence OpenType support missing Qt warning
Mathieu Pellerin - nIRV
08:24 AM Revision 9e5b6141 (qgis): fix legacy config before creating elements to avoid passing widget config
Denis Rouzaud
06:40 AM Revision a445771e (qgis): Fix automatically set anchor point isn't cleared after applying action
Nyall Dawson
06:40 AM Revision df526567 (qgis): feature scaler base
(cherry picked from commit a64650933ccc112812625fda48c63a93a70a5b83) Alex Hay
06:40 AM Revision bf56a6b6 (qgis): Test with selection
Nyall Dawson
06:40 AM Revision d525f884 (qgis): Expand test coverage
Nyall Dawson
06:40 AM Revision 31aadf6c (qgis): Fix icon path
Nyall Dawson
06:40 AM Revision e040d372 (qgis): rubber, layout etc
chaining transforms =/= transform matrix
(cherry picked from commit 005175241607c483ca3e0f0f406b6f263d4a2e11)
Alex Hay
06:40 AM Revision 0dfaa785 (qgis): More robust approach to updating rubber band -- use actual transformed ...
Nyall Dawson
06:40 AM Revision 934fa1d5 (qgis): Sync with rotate tool
Nyall Dawson
06:40 AM Revision b64283ae (qgis): Remove unused magnet control
Nyall Dawson
06:40 AM Revision 3e9e689f (qgis): Minor cleanups
Nyall Dawson
06:40 AM Revision 22613a4f (qgis): Use more efficient QTransform for geometry scaling
Nyall Dawson
06:40 AM Revision 7e18d928 (qgis): test rounding change
(cherry picked from commit e57e1745f2ad421705f9c66f856f718f62b380b0) Alex Hay
06:40 AM Revision b55f20e7 (qgis): layout & tests
(cherry picked from commit 87cb5d149688192503dcae4e002e37f526942ba1) Alex Hay
06:40 AM Revision ef763331 (qgis): test
(cherry picked from commit 4de67a9484844570a509df1db03c8815d5d52292) Alex Hay
06:40 AM Revision 62753f56 (qgis): comments pt1
(cherry picked from commit dd3667b25b38959576c37bdb957c82457a902d54) Alex Hay
04:47 AM Revision b295bd58 (qgis): [processing][grass] Export CRS definitions as WKT2 strings instead
of proj strings wherever possible
Because proj strings are lossy
Fixes #18596
Nyall Dawson
04:47 AM Revision 9cf44e4a (qgis): Loosen grass test crs requirement to allow passing on proj < 6
Nyall Dawson
04:47 AM Revision 3feda231 (qgis): Update comment
Nyall Dawson
04:38 AM Revision c703d81c (qgis): [processing] Fix exception after running algorithm in modeler
Fixes #40907 Nyall Dawson
03:48 AM Revision 499a37c2 (qgis): Run qstring fixup
Nyall Dawson
03:19 AM Revision 2e9c7789 (qgis): Fix incomplete encode/decodeUri for ArcGIS MapServer provider
Nyall Dawson
03:19 AM Revision 99ba9b21 (qgis): Provider source widgets can be used for vector layers
Nyall Dawson
03:19 AM Revision b44e94de (qgis): Allow changing the authentication setup for existing AFS/AMS layers
Nyall Dawson
03:16 AM Revision 44c2a260 (qgis): Add utility functions to determine if a QgsExpression is a simple
"field=value" type expression, and for condensing a list of similar
expressions to an equivalent "field IN (value, va...
Nyall Dawson
03:16 AM Revision 9e9d2478 (qgis): When creating a expression filter string for a rule based renderer,
try to create a simple "field IN (...)" expression wherever possible
This avoids some issues with complex rule based...
Nyall Dawson
01:25 AM Revision 74d05324 (qgis): Add new field for geoid-ellipsoid diff
Matthias Kuhn
01:25 AM Revision 9b7283ab (qgis): Update src/core/gps/qgsgpsconnection.h
Matthias Kuhn

2021-01-11

10:42 PM Revision 7feb0730 (qgis): Test the new methods in QgsRelation
Ivan Ivanov
10:42 PM Revision b6451458 (qgis): Test the new methods in QgsRelationManager
Ivan Ivanov
09:51 PM Revision a6aecf5f (qgis): deprecate QgsEditFormConfig::attributeEditorElementFromDomElement
Denis Rouzaud
09:51 PM Revision 3f717cb3 (qgis): move reading from XML logic from QgsEditFormConfig to QgsAttributeEdito...
so it lives in the same place than saving the config Denis Rouzaud
09:47 PM Revision 1656ef29 (qgis): move the config to QgsAttributeEditorRelation + fix cloning (#40941)
Denis Rouzaud
09:02 PM Revision 74fb453f (qgis): fix confused copy/paste
geo julien
09:02 PM Revision 05d836b4 (qgis): Use QDesktopServices instead of deprecated iface.openUrl
geo julien
09:02 PM Revision 4d866037 (qgis): Remove trailing space
geo julien
08:59 PM Revision d82ff4bd (qgis): typo and some QStringLiteral
Vincent Cloarec
07:32 PM Revision b7cf2107 (qgis): Nicer placement of item actions
- Make sure Add 3d map appears directly after Add Map
- Place Dynamic Text menu directly after Add Label action
Nyall Dawson
07:32 PM Revision ad944156 (qgis): [feature][layouts] Add menu entry to add dynamic text labels
easily to a layout
The new "Add Item" -> "Dynamic Text" menu contains a bunch of preset
handy dynamic text expressio...
Nyall Dawson
07:32 PM Revision 4d3a022c (qgis): Fix dox
Nyall Dawson
03:54 PM Revision 7d8e8ba5 (qgis): ui filter on new connection widget
schemas filtering as option
filtering on server side and refactoring
minor fixes
Vincent Cloarec
03:54 PM Revision e6a2e1f6 (qgis): missing space
Vincent Cloarec
03:54 PM Revision f81737c9 (qgis): schemas filtering for QgsMssqlProviderConnection
Vincent Cloarec
03:54 PM Revision b9005cbc (qgis): spelling and minor fix
Vincent Cloarec
11:13 AM Revision f31fbdf0 (qgis): Added support for dynamic relations
Ivan Ivanov
10:58 AM Revision 09f4f4c6 (qgis): Merge pull request #40929 from m-kuhn/fixRelationCustomWidget
Enable custom widget builds in ci and fix the build Matthias Kuhn
10:08 AM Revision 12a7afb1 (qgis): [arcgis] Fix some layers don't appear available as feature server layers
in browser/data source manager
As per the comment:
We have a choice here -- if geometryType is unknown and the serv...
Nyall Dawson
04:06 AM Revision f8e5e0bf (qgis): Improve python repr string for QgsCoordinateReferenceSystem
- Indicate invalid crses
- If crs doesn't have an authid, use wkt representation
Nyall Dawson
04:06 AM Revision 7478bca6 (qgis): [processing] Don't use authid to compare layer CRSes
Instead of QgsCoordinateReferenceSystem == operator, so that we
can correctly test equality of non-standard CRSes
Nyall Dawson
03:25 AM Revision e0ad337a (qgis): NMEA calculate 3D RMS
Matthias Kuhn

2021-01-10

11:53 PM Revision 3066a747 (qgis): Update references to compositions in expression function help
(cherry picked from commit bbb4334c4bf535c6be5eaaf9fe122b553a1d3975) Nyall Dawson
11:47 PM Revision 77c59ef7 (qgis): new function for handling updates to timestep ui update in temporal con...
Samweli
11:47 PM Revision 64a86238 (qgis): fix timestep ui handling in temporal controller widget
Samweli
11:47 PM Revision c6f5e31d (qgis): [layouts] When adding a new map item, auto-assign a real
unique id to the item
Previously we auto assigned an internal quasi-id to these items,
but that was rather confusing...
Nyall Dawson
10:10 PM Revision 472898ac (qgis): Fix docker build successful check
Matthias Kuhn
06:10 PM Revision 3a3f7c50 (qgis): Fix build
Matthias Kuhn
06:05 PM Revision e593ab10 (qgis): Enable custom widget builds in ci
Matthias Kuhn
09:45 AM Revision 60b884d4 (qgis): Merge pull request #34988 from mrylov/hana-provider
[FEATURE] HANA database provider Matthias Kuhn
03:42 AM Revision bbb4334c (qgis): Update references to compositions in expression function help
Nyall Dawson
01:38 AM Revision 88a0a8eb (qgis): [feature][layouts] Add map_credits function
This function collates a list of all the layer metadata attribution
strings for the layers shown inside a specified m...
Nyall Dawson
01:38 AM Revision ed4bb506 (qgis): Automatically populate appropriate layer metadata when adding OpenStree...
Nyall Dawson

2021-01-09

06:12 PM Revision 7f7bbae1 (qgis): Fix indentation
Stefan Uhrig
06:07 PM Revision 45ae4c68 (qgis): Implement QgsHanaProviderConnection::execSql
Stefan Uhrig
04:47 PM Revision a090f63d (qgis): Fix indentation
Stefan Uhrig
03:01 PM Revision 760a436f (qgis): [ui] Format status bar coordinate widget's extent using project settings
Mathieu Pellerin - nIRV
02:24 PM Revision 6a6c8969 (qgis): Revise primary key determination
Stefan Uhrig
01:00 PM Revision e53c9b96 (qgis): Increase HANA test timeout to 10 minutes
Stefan Uhrig
01:38 AM Revision 24aa5457 (qgis): Fix deprecation warnings
Nyall Dawson
01:33 AM Revision e0c0c06f (qgis): move QgsAttributeEditorContainer to proper cpp file
Denis Rouzaud
01:32 AM Revision e0788778 (qgis): Fix to_date* functions links to qt doc
QDateTime::fromString documentation no longer lists all the expressions
to construct the format, so we point to each ...
Harrissou Santanna

2021-01-08

10:16 PM Revision 02f861c3 (qgis): [processing] Translate some strings when running gdal algorithms
Nyall Dawson
10:16 PM Revision baad1408 (qgis): Fix cancellation on windows
Nyall Dawson
10:16 PM Revision 601a9e1c (qgis): Add unit test to ensure QgsBlockingProcess inherits system enviroment
Nyall Dawson
10:16 PM Revision e79922b2 (qgis): [processing] Return log lines from GdalUtils.runGdal instead of storing
in a class member
The previous approach was NOT thread safe, and it's easy to avoid
Nyall Dawson
10:16 PM Revision ddf19ac4 (qgis): Add method to retrieve exit status of process
Nyall Dawson
10:16 PM Revision 9ee5e564 (qgis): Update tests
Nyall Dawson
10:16 PM Revision 716e74c7 (qgis): [processing] Use correct means to escape " values in GDAL commands
Nyall Dawson
10:16 PM Revision b14dc49c (qgis): [processing] Catch the gdal process console progress report output
and show algorithm progress bars when running GDAL algorithms Nyall Dawson
10:16 PM Revision 54ec5acf (qgis): [processing] GDAL algorithms can now be canceled!
Previously there was no way to terminate the GDAL process, so if you
accidently got some parameter values wrong it wa...
Nyall Dawson
10:16 PM Revision 50b5e563 (qgis): [processing] Use QgsBlockingProcess instead of subprocess to run GDAL a...
This gives us much more flexibility when running the process, as we can
now do things like report feedback messages d...
Nyall Dawson
10:07 PM Revision 1444ce3a (qgis): Fix to_date* functions links to qt doc
QDateTime::fromString documentation no longer lists all the expressions
to construct the format, so we point to each ...
Harrissou Santanna
09:39 PM Revision 0fc4aee6 (qgis): Merge pull request #40721 from suricactus/relregistry
Support multiple relation editors via relation widget registry Denis Rouzaud
09:06 PM Revision a7c81ffa (qgis): Enable Hana tests on Travis CI (second attempt)
Stefan Uhrig
07:30 PM Revision 726dd33d (qgis): Enable HANA tests on Travis CI
Stefan Uhrig
03:03 PM Revision 6620bb90 (qgis): Removed the deprecated methods, will be implemented in Python only
Ivan Ivanov
01:12 PM Revision 77085695 (qgis): Fix breaking tests
Ivan Ivanov
12:58 PM Revision ebddedd9 (qgis): Fix wrong usage of mFeatureSelectionMgr in the abstract class
Ivan Ivanov
12:02 PM Revision 6061030f (qgis): enable dynamic SVGs for fill symbol (#40902)
Denis Rouzaud
11:17 AM Revision d1014827 (qgis): Add comment why we need HANA specific distance unit encoding
Stefan Uhrig
11:04 AM Revision 55e146f1 (qgis): Use authid() to retrieve authority and srid
Stefan Uhrig
10:47 AM Revision f002f960 (qgis): drop leftover include (#40901)
Denis Rouzaud
10:32 AM Revision a5448345 (qgis): No more Q_NOWARN_DEPRECATED_POP
Ivan Ivanov
09:56 AM Revision 71baf2be (qgis): Make it Q_OBJECT
Ivan Ivanov
09:28 AM Revision d81521e4 (qgis): avoid to prepare expression for SVG dynamic parameters (#40899)
Denis Rouzaud
09:19 AM Revision 0120e0f7 (qgis): Merge pull request #40892 from 3nids/svg-dyn-gui
GUI for dynamic SVGs Denis Rouzaud
09:19 AM Revision c6d4e614 (qgis): correct dox
Denis Rouzaud
09:14 AM Revision ebef36f7 (qgis): drop leftover include
Denis Rouzaud
08:48 AM Revision 1562a49e (qgis): allow removing multiple parameters at once
Denis Rouzaud
07:45 AM Revision 30a3e349 (qgis): move buttons to bottom right
Denis Rouzaud
05:12 AM Revision 0090dac4 (qgis): [locator] Fix broken parsing of google maps URL Z values
Mathieu Pellerin - nIRV
01:40 AM Revision 70aea49f (qgis): [vectortiles] Never trust internal feature ids
Even if a feature has an internal ID, it's not guaranteed
to be unique across different tiles. This may violate the
s...
Nyall Dawson
01:37 AM Revision 0d785c8a (qgis): Add method to retrieve QgsVertexMarker center point in map coordinates
Nyall Dawson
01:37 AM Revision 378841e5 (qgis): Fix broken manual rotation anchor point setting via ctrl+click in rotat...
Ctrl+clicking to set the manual rotation point had no effect, and the selected
rotation point was always reset as soo...
Nyall Dawson

2021-01-07

09:54 PM Revision 2ffc3061 (qgis): add test for SVG marker with dynamic parameters (#40891)
Denis Rouzaud
06:34 PM Revision 1754ecc4 (qgis): Merge pull request #40890 from troopa81/fix_oracle_srid_createemptylayer
[Oracle] Fix metadata table srid when creating an empty layer Alessandro Pasotti
04:43 PM Revision f5f7389e (qgis): fix spellcheck
Julien Cabieces
04:40 PM Revision 34f2005c (qgis): Minor code improvements
Stefan Uhrig
04:06 PM Revision 5d47b5d8 (qgis): Convert cpp type to python type
Ivan Ivanov
04:06 PM Revision e786da89 (qgis): Add test for the relation widget registry
Ivan Ivanov
03:52 PM Revision defb091c (qgis): add missing dox
Denis Rouzaud
03:36 PM Revision e5e7b31e (qgis): Tidy up CMakeLists.txt
Stefan Uhrig
03:36 PM Revision 36d41fe0 (qgis): add missing private @cond
Denis Rouzaud
03:02 PM Revision 9161a8c8 (qgis): gui for dynamic SVGs
Denis Rouzaud
02:57 PM Revision 17500a7e (qgis): Merge pull request #40596 from 3nids/dynamic_svgs
core part to handle dynamic SVGs Denis Rouzaud
02:42 PM Revision bb7f4113 (qgis): Rename to Abstract prefix
Ivan Ivanov
02:28 PM Revision c9f3c30f (qgis): [Oracle] Fix metadata table srid when creating an empty layer
Julien Cabieces
02:12 PM Revision 0f68ad82 (qgis): fix building server without plugins (or without python) (#40869)
Denis Rouzaud
01:55 PM Revision 5e2cbab0 (qgis): prepare before getting referenced fields
Denis Rouzaud
01:42 PM Revision 04f43da4 (qgis): Unhide handleDrop method from base class in QgsHanaConnectionItem
Stefan Uhrig
01:25 PM Revision 34b252c6 (qgis): Stop using deprecated QFlags constructor
Stefan Uhrig
01:19 PM Revision eedbd3b5 (qgis): fix reading of newly saved symbology properties (#40889)
Denis Rouzaud
12:18 PM Revision cf5180a0 (qgis): Merge branch 'master' of https://github.com/qgis/QGIS into hana-provider
Stefan Uhrig
10:49 AM Revision cfc8f034 (qgis): fix reading of parameters
Denis Rouzaud
08:43 AM Revision 1181c36c (qgis): [locator] Fix broken parsing of google maps URL Z values
Mathieu Pellerin - nIRV

2021-01-06

12:52 AM Revision d73fd7c1 (qgis): Split tool: create new features all at once (fixes #40860)
The cause of the slowness of split tool on layers with many features
(e.g. more than 100k) was due to lots of QgsVect...
Martin Dobias
 

Also available in: Atom