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
9b5dd40b02
[qml] Qt5.15: Upgrade all QtQuick modules
2023-07-03 12:11:29 +02:00
Nils Landrodie
38cd58f03f
[Panorama Viewer] Adjust comments and increments
2021-09-14 18:07:34 +02:00
Thomas Zorroche
223a389748
[Panorama Viewer] Use msfmData from PanoramaViewer (WIP)
2021-09-14 18:07:28 +02:00
Landrodie
6799598933
[wip] Use qt binding on angles for edition
2021-09-14 18:07:27 +02:00
Thomas Zorroche
4af4faff0d
[Panorama Viewer] rename surface rotation functions
2021-09-14 18:07:25 +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
Thomas Zorroche
7c8431bc4c
[Panorama Viewer] apply node values on Initialization
2021-09-14 18:07:22 +02:00
Thomas Zorroche
cd3d3cc1f3
[Panorama Viewer] fix msfmData status bug
2021-09-14 18:07:21 +02:00
Landrodie
2635e51f67
[wip] Change sfmData handling in panorama viewer
2021-09-14 18:07:20 +02:00
Thomas Zorroche
7e1bff048c
[Float Image Viewer] fix viewer condition issues due to last commit
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
Landrodie
72ad12d172
[Lens Distortion Viewer] Change grid opacity with qProperty
...
We now use a qProperty to change the grid opacity so it works with the color change.
2021-09-14 18:07:14 +02:00
Landrodie
dc7ee20b02
[Lens Distortion Viewer] Remove control points on distortion viewer
...
Removing control points from the distortion viewer. Now we only display the principal point.
2021-09-14 18:07:13 +02:00
Thomas Zorroche
b8bf027d8b
[Panorama Viewer] change viewer type with qt property
2021-09-14 18:07:12 +02:00
Thomas Zorroche
157799c279
[Panorama Viewer] Rotate from the surface
2021-09-14 18:07:12 +02:00
Thomas Zorroche
7ec293a483
[Panorama Viewer] Call SfmPath methods from surface
2021-09-14 18:07:11 +02:00
Thomas Zorroche
443b3d2946
[Panorama Viewer] Call Mouse Over methods from surface
2021-09-14 18:07:11 +02:00
Thomas Zorroche
6fb977f2d2
[Panorama Viewer] add surface display grid property
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
Landrodie
634d8a20b6
[PanoramaViewer] Move vertex logic to surface
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
8f2508630d
[Panorama Viewer] Move inital state code block
...
Function calls were made while changing status. Now they are made in reaction of the status change.
2021-09-14 18:07:09 +02:00
Thomas Zorroche
3ea4e277d8
Change colorGrid with Surface Q_Property
2021-09-14 18:07:08 +02:00
Thomas Zorroche
9d0c4617c6
[Panorama Viewer] fix highlight bug
2021-09-14 18:07:07 +02:00
Thomas Zorroche
cf6d821595
[Panorama Viewer] new algo for hightlight images
2021-09-14 18:07:05 +02:00
Thomas Zorroche
dc6930401e
[Panorama Viewer] HDR Color picker fix
2021-09-14 18:07:04 +02:00
Thomas Zorroche
9decce4e75
[Panorama Viewer] fix ram commit issues
2021-09-14 18:07:03 +02:00
Thomas Zorroche
8fa7f18c54
[Panorama Viewer] ensure it fits in RAM memory
2021-09-14 18:07:03 +02:00
Thomas Zorroche
2e1c80b879
[Panorama Viewer] change pitch and yaw from SfMTransform Node
2021-09-14 18:07:02 +02:00
Thomas Zorroche
8ee2daa565
[Panorama Viewer] fix highlight bug
2021-09-14 18:06:59 +02:00
Landrodie
1f0f2e3383
[Panorama Viewer] add button interactivity
2021-09-14 18:06:56 +02:00
Thomas Zorroche
0a2fc484b3
[Panorama Viewer] rotate panorama with mouse position
2021-09-14 18:06:55 +02:00
Thomas Zorroche
cb4c56bcef
[Panorama Viewer] re order z index when highlight
2021-09-14 18:06:55 +02:00
Thomas Zorroche
16c6244194
[Panorama Viewer] Highlight onMouseOver
2021-09-14 18:06:54 +02:00
Thomas Zorroche
e2d8b61c04
[Panorama Viewer] Pano button link with C++
2021-09-14 18:06:53 +02:00
Landrodie
2a96a24746
[Panorama Viewer] Setting subdivisions for panorama viewer
2021-09-14 18:06:53 +02:00
Landrodie
b478ca4681
[Panorama Viewer] send IdView to C++
2021-09-14 18:06:53 +02:00
Landrodie
d8018191ed
wip [PanoramaViewer] make repeater load different file paths
2021-09-14 18:06:51 +02:00
Thomas Zorroche
fbaf76f541
[Distortion Viewer] sfmPath empty by default
2021-09-14 18:06:48 +02:00
Thomas Zorroche
d4268a837a
[Distortion Viewer] fix function name typo
2021-09-14 18:06:48 +02:00
Landrodie
6f002d9a0d
[Distortion Viewer] refactoring lens distortion related files
2021-09-14 18:06:47 +02:00
Thomas Zorroche
bab5e71a71
[Distortion Viewer] fix null item problem
2021-09-14 18:06:47 +02:00
Thomas Zorroche
7a870ab3f6
[Distortion Viewer] Disable Disto button when there is no sfm data
2021-09-14 18:06:46 +02:00
Landrodie
43e730a3bb
[Distortion Viewer] fix subdivisions display problem
2021-09-14 18:06:46 +02:00