68478 Commits

Author SHA1 Message Date
Juergen E. Fischer
6b834f405d remove trailing whitespaces from CMakeLists.txt 2021-01-14 10:11:52 +01:00
Sam Gillingham
50a98367c5 add cmake QGIS_MACAPP_FRAMEWORK option 2021-01-14 17:05:41 +10:00
Matthias Kuhn
26361a980c
Merge pull request #40914 from suricactus/dms_core
Added support for polymorphic relations relations
2021-01-14 07:39:57 +01:00
Nyall Dawson
814b65ba1c Cleaner approach -- create expression contexts in modeler parameter
definition dialogs using expression context and processing context
generators
2021-01-14 16:15:06 +10:00
roya0045
5a9e8c6290 Only with models 2021-01-14 16:15:06 +10:00
roya0045
6ea2ff55e1 Fixes #39137 2021-01-14 16:15:06 +10:00
Denis Rouzaud
6daf9ef1de
fix pdal's CMakeLists.txt (#41002) 2021-01-14 07:07:01 +01:00
Nyall Dawson
76b89ff394 Apply suggestions from code review 2021-01-14 15:08:15 +10:00
Etienne Trimaille
2e015d5f4c Review the help string about translated project 2021-01-14 15:08:15 +10:00
root676
4494907aa9 fix styling ... again 2021-01-14 13:04:16 +10:00
root676
033dba2b22 change function signature to use references on cellValueStacks 2021-01-14 13:04:16 +10:00
root676
a79cea5a25 apply fixes 2021-01-14 13:04:16 +10:00
root676
1dda44c526 fix styling 2021-01-14 13:04:16 +10:00
root676
d254d06eb1 add float64 raster testinputs 2021-01-14 13:04:16 +10:00
root676
f7aa9ae74c add byte raster testinputs 2021-01-14 13:04:16 +10:00
root676
6534c5ca98 add test results for percentrank from value alg 2021-01-14 13:04:16 +10:00
root676
183757b637 add test results for percentrank from raster alg 2021-01-14 13:04:16 +10:00
root676
22583cfd58 add test results for percentile alg 2021-01-14 13:04:16 +10:00
root676
507af2e702 add tests 2021-01-14 13:04:16 +10:00
root676
b7a8e8a0ad wire algorithms 2021-01-14 13:04:16 +10:00
root676
5559e37598 add algorithm icons 2021-01-14 13:04:16 +10:00
root676
a7c92cd4f8 rework Cell Statistics alg structure and introduce cell stack percentile, percentrank from raster and percentrank from value algorithms 2021-01-14 13:04:16 +10:00
Nyall Dawson
7bb88fcd1d Another fix to pdal provider building 2021-01-14 09:05:45 +10:00
Juergen E. Fischer
eda3039078 fix build (followup 23b50ab264) 2021-01-13 23:54:42 +01:00
vcloarec
6b17d5b599 keep layer valid if geometry_columns extent/pkey not valid 2021-01-13 23:22:38 +01:00
vcloarec
1ca091a1aa indentation 2021-01-13 23:22:38 +01:00
vcloarec
64d5878588 Improve mssql loading with predefined extent/pkey 2021-01-13 23:22:38 +01:00
Belgacem
5ebab693b9 add navigation switching hotkey ctrl + ~ 2021-01-14 08:15:57 +10:00
Belgacem
c316c7bd5f fix mouse capture 2021-01-14 08:15:57 +10:00
Belgacem
28d6be5cab fix capturing cursor with ~ press 2021-01-14 08:15:57 +10:00
Nyall Dawson
f48cd28207 When using mouse lock navigation, invert the vertical axis 2021-01-14 08:15:57 +10:00
Nyall Dawson
7b7f7c2e00 Match Q/E up/down direction with Blender 2021-01-14 08:15:57 +10:00
Nyall Dawson
514edfbba5 Fix jumpy first mouse movement in capture mouse mode 2021-01-14 08:15:57 +10:00
Nyall Dawson
2b9d77281c Experiment with capturing cursor via ~ press 2021-01-14 08:15:57 +10:00
Nyall Dawson
3d9afb5dd7 Wheel scroll changes movement speed 2021-01-14 08:15:57 +10:00
Nyall Dawson
ea5b4cb0d9 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 held down continuously
and use a timer based approach to handle the actual resultant camera
movement.

This allows use of multiple keys when navigating, e.g. moving forward
while strafing left/right/up/down.
2021-01-14 08:15:57 +10:00
Nyall Dawson
7f3b40772a Fix build 2021-01-14 08:15:57 +10:00
Belgacem
f24dc8c8e5 some fixes 2021-01-14 08:15:57 +10:00
Belgacem
36e3229f52 change for z for page up/down 2021-01-14 08:15:57 +10:00
Belgacem
b3d2059bd7 rename navigation modes 2021-01-14 08:15:57 +10:00
Belgacem
0318ff768d add movement speed combobox 2021-01-14 08:15:57 +10:00
Belgacem
44d39becf3 initial fly mode implementation 2021-01-14 08:15:57 +10:00
Denis Rouzaud
33cbe39b79 add missing includes 2021-01-14 08:09:36 +10:00
Denis Rouzaud
76a2869211 remove includes of binary dirs 2021-01-14 08:09:36 +10:00
Denis Rouzaud
21828ba85f [cmake] target_include_directories for 3d 2021-01-14 08:09:36 +10:00
Peter Petrik
723c070ddb fix compilation on lnx 2021-01-14 05:47:11 +10:00
Peter Petrik
8d240ecd4d move catch block to QgsQuickUtils::transformPoint since it can be invoced from qml 2021-01-14 05:47:11 +10:00
Martin Dobias
1ed818e264 Add mapRefreshCanceled() signal to QgsMapCanvas
This is useful when one wants to follow what exactly is happening
with map canvas rendering. We already have renderStarting() signal
when a job is started and mapCanvasRefreshed() signal when a job
has finished, but there was no notification if the pending job
got cancelled (for example because used moved/zoomed the map).
2021-01-14 05:23:43 +10:00
Denis Rouzaud
23b50ab264
[cmake] remove of redundant includes (#40993) 2021-01-13 19:48:58 +01:00
Denis Rouzaud
837db503a6
Merge pull request #40990 from 3nids/cmake-tid-gui
[cmake] more target_include_directories
2021-01-13 17:02:28 +01:00