70075 Commits

Author SHA1 Message Date
Alex
869fdc866d doc improvement 2021-04-19 12:24:18 -04:00
Alex
14be7e456a
use minrect instead 2021-04-18 21:34:23 -04:00
Alex
edd5d3941f alt_method & doc 2021-04-18 19:28:23 -04:00
Alex
ea1f32e98c
curse ye indentation check 2021-04-03 17:50:36 -04:00
Alex
40c6c5fc8d
promote longer box in case of tie 2021-04-03 17:42:34 -04:00
Matthias Kuhn
c260136322
Merge pull request #42245 from m-kuhn/getprint_size
Allow specifying width and height for GetPrint images
2021-03-22 16:08:26 +01:00
Matthias Kuhn
c0633e8734
Merge pull request #42296 from domi4484/fixNmRelationMissing
Fix QgsAbstractRelationEditorWidget inconsistency NmRelation / NmRelationId
2021-03-22 16:08:13 +01:00
Denis Rouzaud
a691491698
remove leftover from PR (#42373) 2021-03-22 13:51:37 +01:00
Jorge Gustavo Rocha
08f85619b1
Prevent collapse/expand in Dynamic SVG parameters table (#42185) 2021-03-22 13:51:08 +01:00
Denis Rouzaud
2666574182
Merge pull request #42377 from qgis/m-kuhn-patch-1
Free space to build docker images
2021-03-22 13:23:39 +01:00
Denis Rouzaud
7e46ac789a
enable workflow again 2021-03-22 13:23:23 +01:00
Matthias Kuhn
ce8eeb7700
Free space to build docker images 2021-03-22 10:03:49 +01:00
Denis Rouzaud
29700aaa9b
disable Docker build workflow (#42374)
workflow cannot succeed due to missing space on the device
see https://github.com/qgis/QGIS-Enhancement-Proposals/issues/221
2021-03-22 09:33:37 +01:00
Denis Rouzaud
959d68a1e7
Merge pull request #42326 from 3nids/filter-svg
Add filtering capabilities to SVG selector widget
2021-03-22 09:11:38 +01:00
Denis Rouzaud
413848ced7 better layout 2021-03-22 08:45:42 +01:00
Matthias Kuhn
7efbb69a8d Everybody wears a mask but how long will it last
https://www.youtube.com/watch?v=mIue359_ZN4
2021-03-22 08:14:05 +01:00
Matthias Kuhn
6f361a7598 Warning when image ratio prevents export 2021-03-22 08:14:05 +01:00
Matthias Kuhn
75c1f780c3 Allow specifying width and height for GetPrint images
... to override layout provided width and height
2021-03-22 08:14:05 +01:00
Nyall Dawson
74733e0aa7 Disable qt6 workflow for now 2021-03-22 14:34:44 +10:00
Nyall Dawson
9f8ecabb36 Revert "Remove other workflows temporarily"
This reverts commit 49962230dd1c87e0ef53e0ee900f89f9316512ca.
2021-03-22 14:34:44 +10:00
Nyall Dawson
d525439ccc Cleanups 2021-03-22 14:34:44 +10:00
Nyall Dawson
7f88acafb0 Fix capitalisation 2021-03-22 14:34:44 +10:00
Nyall Dawson
133195ef6a Remove other workflows temporarily 2021-03-22 14:34:44 +10:00
Nyall Dawson
4693ebf9bd Dbus component 2021-03-22 14:34:44 +10:00
Nyall Dawson
7780bbbd12 Get the important stuff right 2021-03-22 14:34:44 +10:00
Nyall Dawson
9abd23dc45 Maybe 2021-03-22 14:34:44 +10:00
Nyall Dawson
ac1c69811a No more hacks 2021-03-22 14:34:44 +10:00
Nyall Dawson
56ca66dd6f Less hacky 2021-03-22 14:34:44 +10:00
Nyall Dawson
22bd3a2e2b hacks 2021-03-22 14:34:44 +10:00
Nyall Dawson
5a5fe5ecbc Another dumb hack 2021-03-22 14:34:44 +10:00
Nyall Dawson
3f5ec23750 Add svg 2021-03-22 14:34:44 +10:00
Nyall Dawson
07f87f0448 Gross hack 2021-03-22 14:34:44 +10:00
Nyall Dawson
08245cb2d5 Even less 2021-03-22 14:34:44 +10:00
Nyall Dawson
1a27f37504 No qgis_process 2021-03-22 14:34:44 +10:00
Nyall Dawson
c3b8d747bf Bash 2021-03-22 14:34:44 +10:00
Nyall Dawson
158ec271b7 Super minimal 2021-03-22 14:34:44 +10:00
Nyall Dawson
1e5b3297fa Super minimal build 2021-03-22 14:34:44 +10:00
Nyall Dawson
6596dfa558 An experiment 2021-03-22 14:34:44 +10:00
Nyall Dawson
11d0adb4e6 Explicitly state in temporal controller dock that the visible
time range is lower < t <= upper

Provides explicit clarification to users that the upper time in
the current filter time range is NOT visible in the canvas
2021-03-22 14:10:08 +10:00
Nyall Dawson
70b1dce456 Don't allow temporal dock to be shrunk shorter than its contents 2021-03-22 14:10:01 +10:00
Nyall Dawson
1af937666c
Merge pull request #42363 from nyalldawson/fix_42350
When running "point on surface" with "create point for each part" option enabled, discard incoming fid fields and regenerate
2021-03-22 14:09:46 +10:00
Nyall Dawson
87c7c46f99 Fix some ArcGis VectorTileServer urls cannot be directly loaded
Some services don't default to returning JSON for the capabilities,
so explicitly request it

Fixes #42314
2021-03-22 14:09:32 +10:00
Nyall Dawson
954ad35157 Better error reporting in Point on Surface 2021-03-22 09:55:26 +10:00
Nyall Dawson
1b2ca794d2 [processing] When running "point on surface" with "create point for
each part" option enabled, discard incoming fid fields and regenerate

Because we are potentially outputing multiple features per input
feature when this option is enabled, we can't guarantee that the
existing fid values will be unique.

Fixes #42350
2021-03-22 09:52:10 +10:00
Harrissou Sant-anna
1f235d6e95 Fix use of TAB to explore dialogs
and some Qt automatic cleanup
2021-03-22 07:01:04 +10:00
Nyall Dawson
08ca000e71 Use c++17 std::clamp instead of qBound 2021-03-22 05:34:10 +10:00
t0b3
f3a81ebda8 fix: build w/o 3D for Qt 5.15 (many deprecation warnings)
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
2021-03-22 05:30:23 +10:00
t0b3
eaa2d74a4c fix: replace deprecated QString::SkipEmptyParts with Qt::SkipEmptyParts
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
2021-03-22 05:30:23 +10:00
t0b3
6f75dcbe89 fix: notification(arg1) is deprecated: Use the 3-args version of notification() instead.
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
2021-03-22 05:30:23 +10:00
t0b3
9ca3729c36 add build test for Qt 5.15
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
2021-03-22 05:30:23 +10:00