Commit graph

95 commits

Author SHA1 Message Date
Candice Bentéjac
2d60ce4f5e [Viewer] PanoramaViewer: Fix check on the image status for the pano viewer 2023-12-20 17:32:58 +01:00
Candice Bentéjac
13b8266d14 [Viewer] Clean-up: Harmonize syntax across all the files 2023-11-06 16:28:21 +01:00
Loïc Vital
4f61fd5067 [ui] panorama viewer: disable sequence caching 2023-07-12 15:21:12 +02:00
Candice Bentéjac
091346cbb8 [qml] Optimize QML files and fix syntax warnings
This commit addresses warnings that were raised by QtCreator's linter:
- IDs declared more than once
- variables declared more than once in the same scope
- type coercions
- variables declared as "var" when their type is known
- unclosed "case" in switch-case
2023-07-04 12:04:14 +02:00
Candice Bentéjac
8c494198e0 [qml] Qt5.15: Update syntax for slots
Slots now need to be written as function; the previous syntax is
deprecated.
2023-07-03 12:11:33 +02:00
Candice Bentéjac
9b5dd40b02 [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
fabien servant
603b9df7c4 [ui] PanoramaViewer: change the way the user interact with the panorama widget 2022-11-03 01:40:42 +01:00
Nils Landrodie
38cd58f03f [Panorama Viewer] Adjust comments and increments 2021-09-14 18:07:34 +02:00
Nils Landrodie
ba42c5e8f8 [Panorama Viewer] Update condition for selected view change 2021-09-14 18:07:33 +02:00
Nils Landrodie
f25b5fe755 [Panorama Viewer] Change the method to get the fisheye circle parameters 2021-09-14 18:07:33 +02:00
Landrodie
a8936c46eb [ui] Change selected view when hovered inside pano viewer 2021-09-14 18:07:32 +02:00
Thomas Zorroche
4d169f2b64 [Panorama Viewer] allow to highlight multiple images 2021-09-14 18:07:32 +02:00
Landrodie
7e65c91bf5 [Panorama Viewer] Add fisheye support for viewer 2021-09-14 18:07:31 +02:00
Nils Landrodie
e43e78d1bc [Panorama Viewer] Add undo group for panorama modifications
Add an undo group to avoid having to press undo for each small steps of the panorama
2021-09-14 18:07:30 +02:00
Landrodie
77b23aef4a [Panorama Viewer] Remove debugs 2021-09-14 18:07:29 +02:00
Thomas Zorroche
9ffc2f3b78 [Panorama Viewer] rename signal 2021-09-14 18:07:29 +02:00
Thomas Zorroche
c1e57f6e4d [Panorama Viewer] remove unused variables 2021-09-14 18:07:29 +02:00
Landrodie
fb70a355b9 [Panorama Viewer] Add String to Url conversion for image path
Add String to Url conversion for image path so the C++ can read the path on windows.
2021-09-14 18:07:28 +02:00
Nils Landrodie
c4cb893b0a [Panorama Viewer] Use msfmData to load images 2021-09-14 18:07:28 +02:00
Thomas Zorroche
223a389748 [Panorama Viewer] Use msfmData from PanoramaViewer (WIP) 2021-09-14 18:07:28 +02:00
Thomas Zorroche
b6be11f39f [Panorama Viewer] Add pitch and roll properties 2021-09-14 18:07:27 +02:00
Landrodie
6799598933 [wip] Use qt binding on angles for edition 2021-09-14 18:07:27 +02:00
Landrodie
188d91453b [Panorama Viewer] Add roll edit with mouse to panorama viewer
Add the possibility to edit the roll (z axis) of the panorama by pressing alt and dragging the panorama on the x axis.
2021-09-14 18:07:25 +02:00
Thomas Zorroche
4af4faff0d [Panorama Viewer] rename surface rotation functions 2021-09-14 18:07:25 +02:00
Landrodie
367f763efb [Panorama Viewer] Improve undo steps for manual changes 2021-09-14 18:07:24 +02:00
Thomas Zorroche
b998b49391 [Panorama Viewer] Allow undo on manual changes 2021-09-14 18:07:24 +02:00
Landrodie
28e90c0437 [Panorama Viewer] Add roll axis preview 2021-09-14 18:07:23 +02:00
Thomas Zorroche
c06273d2cc [Panorama Viewer] clean up panorama code 2021-09-14 18:07:23 +02:00
Landrodie
4aa5151af3 [Panorama Viewer] Fix principal point display 2021-09-14 18:07:23 +02:00
Thomas Zorroche
c6b2e2d01f [Panorama Viewer] use degrees rotate function 2021-09-14 18:07:22 +02:00
Landrodie
2635e51f67 [wip] Change sfmData handling in panorama viewer 2021-09-14 18:07:20 +02:00
Landrodie
88e42de224 [Panorama Viewer] Bind sfmRequired property 2021-09-14 18:07:20 +02:00
Thomas Zorroche
63f008999e [Panorama Viewer] Load images two by two 2021-09-14 18:07:19 +02:00
Landrodie
b9db4e8090 [Panorama Viewer] Change the state of hover bool on viewer set 2021-09-14 18:07:19 +02:00
Thomas Zorroche
843f147460 [Panorama Viewer] Change active conditions for Float Image Viewer 2021-09-14 18:07:18 +02:00
Thomas Zorroche
1dfe96c74b [Panorama Viewer] Load images one by one 2021-09-14 18:07:17 +02:00
Landrodie
4458a419d1 [Panorama Viewer] Link rgba channel dropdown inside pano viewer 2021-09-14 18:07:16 +02:00
Thomas Zorroche
25f6b57b28 [Panorama Viewer] Use qProperty for sfmPath and downscale 2021-09-14 18:07:16 +02:00
Thomas Zorroche
7d5c65e62d [Panorama] Retrieve downscale from qInvokable 2021-09-14 18:07:15 +02:00
Thomas Zorroche
b81e68523f [Float Image Viewer] Change viewer type with switch case on EViewerType 2021-09-14 18:07:15 +02:00
Thomas Zorroche
266aee8d40 [Panorama Viewer] fix surface grid bug when downscale 2021-09-14 18:07:14 +02:00
Thomas Zorroche
baf02add93 [Panorama Viewer] Change subdivisions with qProperty 2021-09-14 18:07:14 +02:00
Thomas Zorroche
157799c279 [Panorama Viewer] Rotate from the surface 2021-09-14 18:07:12 +02:00
Thomas Zorroche
443b3d2946 [Panorama Viewer] Call Mouse Over methods from surface 2021-09-14 18:07:11 +02:00
Landrodie
e642b970ec [PanoramaViewer] Change function calls to adapt to surface change in cpp 2021-09-14 18:07:10 +02:00
Thomas Zorroche
cf01a2d89c [PanoramaViewer] Refactor downscale code logic
Use signals / slots from c++
2021-09-14 18:07:10 +02:00
Landrodie
a4a86e9656 [ui] PanoViewer : allow gamma and gain editing
It is now possible to activae the HDR while inside the pano viewer to edit the gamma and gain on the panorama
2021-09-14 18:07:09 +02:00
Thomas Zorroche
4b2b071f49 [Panorama Viewer] Add rotation to float image viewer 2021-09-14 18:07:06 +02:00
Thomas Zorroche
e432a1b774 [Panorama Viewer] fix hightlight z order bug 2021-09-14 18:07:05 +02:00
Thomas Zorroche
cf6d821595 [Panorama Viewer] new algo for hightlight images 2021-09-14 18:07:05 +02:00