84050 Commits

Author SHA1 Message Date
Nyall Dawson
980ed36889 Add icon for movie mode 2023-11-30 13:54:02 +10:00
Nyall Dawson
fe2df1441f Move playback controller buttons to reusable widget
Create QgsPlaybackControllerWidget as reusable
play/pause/rewind/next/... button bar
2023-11-30 13:54:02 +10:00
Nyall Dawson
773e8841bd Rename buttons for clarity 2023-11-30 13:54:02 +10:00
Nyall Dawson
e891ac8fec [feature] Add "movie" mode to temporal controller
This mode is purely for animated map movies -- the user can set
the total number of frames, and the animation will progress
frame by frame for that number of frames, advancing the current
map settings frame at each step (also the @frame_number expression
variable).

No time based filtering of data is performed when in this mode.
2023-11-30 13:54:02 +10:00
Nyall Dawson
60057e508c Move temporal enums to Qgis, promote to enum class 2023-11-30 13:54:02 +10:00
Nyall Dawson
4cd13019ba Fix another time related crash with certain layer types 2023-11-30 12:42:01 +10:00
Nyall Dawson
14d6af3905 Fix crash when 3d map is open and temporal controller mode is changed
and project contains layers which aren't vector/raster/mesh
2023-11-30 12:42:01 +10:00
Julien Cabieces
79839e2b8e
Merge pull request #54790 from troopa81/fix_reshape_topopoints
Fix reshape tool missing topological points
2023-11-29 08:44:42 +01:00
Mathieu Pellerin
d4fb50c071 [ui] Implement a 'format by extension' file type for the getSaveAsImageName() utility function 2023-11-29 07:01:43 +10:00
Nyall Dawson
b85b429a10 Automatically replace outdated http references to OSM tiles to https
And fix outdated "https://a.tile.openstreetmap.org" to just
"https://tile.openstreetmap.org"
2023-11-29 04:37:55 +10:00
Loïc Bartoletti
75f35076d0 qgspostgresrastershareddata.cpp: replace QgsGeomtry::fromWkt by QgsGeometry::fromRect 2023-11-29 04:26:00 +10:00
Loïc Bartoletti
0ef23295b9 topolTest: replace QgsGeomtry::fromWkt by QgsGeometry::fromRect 2023-11-29 04:26:00 +10:00
Loïc Bartoletti
3231fae947 qgsavoidintersectionsoperation.cpp: fix date format 2023-11-28 09:44:11 +01:00
Julien Cabieces
37fb04e320 Change warning level for message 2023-11-28 09:44:11 +01:00
Julien Cabieces
00284b646f remove useless comments 2023-11-28 09:44:11 +01:00
Julien Cabieces
ab123354a3 s/True/TRUE
Co-authored-by: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
2023-11-28 09:44:05 +01:00
Julien Cabieces
01c2ca0f3f fix comment
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2023-11-28 09:43:57 +01:00
Julien Cabieces
64ee4cb700 fix date format
Co-authored-by: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
2023-11-28 09:43:51 +01:00
Alessandro Pasotti
fae9f858fe
Merge pull request #55302 from tomass/master
WMS service: option to skip name attribute for groups in wms capabilities document
2023-11-28 08:27:31 +01:00
Nyall Dawson
bc7f89e864 [feature] Add option to use localhost as redirect host for oauth2
Some oauth2 implementations (eg the MS Sharepoint implementation)
do not support http://127.0.0.1 redirects. They allow only
https://127.0.0.1 OR http://localhost redirects.

Since https is not simple to support, instead expose an option
to allow localhost for redirects.
2023-11-28 12:39:04 +10:00
Etienne Trimaille
757f6d3e71 When a creating a new PG connection, use SSL prefer 2023-11-28 11:36:31 +10:00
Nyall Dawson
43829c658b Another fix
[ci skip]
2023-11-28 11:15:13 +10:00
Nyall Dawson
a0d6b5ace7 Another try
[ci skip]
2023-11-28 11:13:52 +10:00
Nyall Dawson
8f927b1efb Another attempt at artifact URL
[skip ci]
2023-11-28 09:01:34 +10:00
Nyall Dawson
be7a99436c Another attempt at artifact URL
[skip ci]
2023-11-28 06:51:42 +10:00
Andrea Giudiceandrea
746345510c Fix Qgis.SettingsOrigin enum values description 2023-11-28 04:33:47 +10:00
Andrea Giudiceandrea
469e346186 [Georeferencer] Fix successful georeferencing message 2023-11-28 04:32:52 +10:00
Nyall Dawson
af915d3bad
Fix report url
[ci skip]
2023-11-28 04:31:43 +10:00
Julien Cabieces
fb6743d697 Fix module location 2023-11-27 17:52:42 +01:00
Julien Cabieces
f50c48b265 fix spell check 2023-11-27 17:52:42 +01:00
Julien Cabieces
b1a9d83454 remove useless include 2023-11-27 17:52:42 +01:00
Julien Cabieces
d45f0c8758 fix documentation and method signature 2023-11-27 17:52:42 +01:00
Julien Cabieces
0c2c4c63b8 add tests 2023-11-27 17:52:41 +01:00
Julien Cabieces
9eaa1a722f Fixes reshape tool topo points 2023-11-27 17:52:41 +01:00
tomass
7d5d262fbb Test code clean-up 2023-11-27 18:15:19 +02:00
Nyall Dawson
d6f1013f75 Try to link to report artifact
[ci skip]
2023-11-27 21:46:11 +10:00
Nyall Dawson
2de7e7ed0c Fix permissions on report files 2023-11-27 19:47:43 +10:00
Nyall Dawson
271ece756c Try capturing artifact id
[ci skip]
2023-11-27 19:41:34 +10:00
Nyall Dawson
38557ab991 Lint 2023-11-27 14:23:18 +10:00
Nyall Dawson
74dfe786e9 Include details of failing render test callers from Python tests 2023-11-27 14:23:18 +10:00
Nyall Dawson
12556fa502 Expose method to Python 2023-11-27 14:23:18 +10:00
Andrea Giudiceandrea
881306f8b1 Georeferencer: always include RMS error value in report 2023-11-27 10:09:50 +10:00
Andrea Giudiceandrea
eced013cf2 Georeferencer: make the text in the PDF report selectable 2023-11-27 10:09:50 +10:00
Nyall Dawson
3ec7f53fce More cleanups 2023-11-27 10:09:16 +10:00
Nyall Dawson
58e2ddb7e5 Drop OTB Processing provider
As discussed in https://lists.osgeo.org/pipermail/qgis-developer/2023-November/066221.html

This plugin needs to be ported to a 3rd party plugin by a motivated maintainer.
2023-11-27 10:09:16 +10:00
Nyall Dawson
e9dd07607c
Fix link
[skip ci]
2023-11-27 09:27:39 +10:00
Nyall Dawson
8e101e74b1 Link to checks
[skip ci]
2023-11-27 06:56:06 +10:00
Nyall Dawson
37461c7cf1 Make test failure message more helpful
[skip ci]
2023-11-27 06:54:22 +10:00
Blottiere Paul
80f75196c5 Remove test on SampleService 2023-11-27 06:17:03 +10:00
Blottiere Paul
12e689cdc4 Remove DummyService example 2023-11-27 06:17:03 +10:00