Loïc Vital
91cc786e14
[ui] coherent naming "Image Gallery" across app
2022-10-19 09:50:20 +01:00
Loïc Vital
88e822a9de
[ui] fix drag and drop external images on Viewer2D
2022-10-19 09:50:19 +01:00
Loïc Vital
b91d0b372e
[ui] only load nodes in Viewer2D when at least one chunk is finished
2022-10-19 09:50:18 +01:00
Loïc Vital
c71449535d
[ui] use label instead of name in outputAttribute ComboBox
2022-10-19 09:50:18 +01:00
Loïc Vital
a94be6c6a0
[nodes] update desc for nodes in panoramaHDR pipeline to visualize their output
2022-10-19 09:50:17 +01:00
Loïc Vital
a36abd99a6
[ui] disable outputAttributes ComboBox when it is empty
2022-10-19 09:50:17 +01:00
Loïc Vital
8abe45da51
[ui] update outputAttributes when displayedNode is undefined
2022-10-19 09:50:15 +01:00
Loïc Vital
6b7d4d66a8
[ui] prevent loading image output attributes in 3D viewer
2022-10-19 09:50:15 +01:00
Loïc Vital
44c0086f40
[ui] always enable outputAttribute ComboBox
2022-10-19 09:50:14 +01:00
Loïc Vital
f899e24bd6
[ui] replaced depthMapNodeName Label with displayedNodeName Label
2022-10-19 09:50:14 +01:00
Loïc Vital
b1a800d4fc
[ui] fix outputAttribute.name property updating
2022-10-19 09:50:13 +01:00
Loïc Vital
9de858efe4
[ui] minor code cleanup
2022-10-19 09:50:13 +01:00
Loïc Vital
f90942bd2d
[ui] only load in 2D viewer nodes that output images
2022-10-19 09:50:12 +01:00
Loïc Vital
f1c6b48324
[ui] ensure viewpoints are always accessible in 2D viewer using combobox
2022-10-19 09:50:12 +01:00
Loïc Vital
e35c5a7299
[ui] adapt combobox width to contained attr names
2022-10-19 09:50:09 +01:00
Loïc Vital
b4f0b5377e
added some comments
2022-10-19 09:50:08 +01:00
Loïc Vital
a574c0fc9b
use semantic field in file attributes to specify images and store displayed node in 2D viewer to adapt UI
2022-10-19 09:50:08 +01:00
Loïc Vital
fc5ab540f5
added outputImageTypes in node desc to update the viewer2D imageType combo box when double clicking a node
2022-10-19 09:50:07 +01:00
Candice Bentéjac
6cbeeebb9c
[ui] Viewer2D: Fix warnings on some null attributes
...
Fix the QML warning "TypeError: Cannot read property 'status' of
null".
2022-10-10 18:23:03 +02:00
Candice Bentéjac
ff4620dc2f
[ui] Viewer2D: Enable HDR viewer by default if it is available
...
If the HDR viewer is unavailable, load the classic 8bit image viewer,
but do not allow the user to switch to it anymore if the HDR viewer
is available unless a specific environment variable has been provided.
2022-10-10 18:22:46 +02:00
luz paz
f4dcf6557f
Fix various typos in the source code
...
## Description
Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested.
Closes #1605
2022-01-22 07:39:05 -05:00
Fabien Castan
8112cdbddc
[ui] qml: remove trailing log
2021-09-14 18:21:45 +02:00
Nils Landrodie
0cb8171ceb
[multi] Pass the right sfm node according to the type of viewer
2021-09-14 18:07:34 +02: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
Nils Landrodie
3fad2faa87
[multi] Add new active node category and pass id view to disto viewer
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
a8109444f0
[Panorama Viewer] Change default and max values for subdivisions
2021-09-14 18:07:31 +02:00
Landrodie
b24b59d1c1
[Panorama Viewer] Update status of the fisheye circle button
2021-09-14 18:07:31 +02:00
Landrodie
7e65c91bf5
[Panorama Viewer] Add fisheye support for viewer
2021-09-14 18:07:31 +02:00
Thomas Zorroche
67fab19892
[Viewer2D] ImageViewer: fix MSfmData Qt Binding
2021-09-14 18:07:30 +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
262e42a18c
[Panorama Viewer] Force display of sfmDataTransform sfm in pano viewer
2021-09-14 18:07:26 +02:00
Landrodie
6cd64b9614
[Panorama Viewer] Change sfm filepath handling in mSfMData object
...
Change sfm filepath handling to avoid errors with nodes that have an output named "outSfMData"
2021-09-14 18:07:26 +02:00
Landrodie
f37166dae6
[Panorama Viewer] Simplify use of mSfMData object for pano viewer
2021-09-14 18:07:25 +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
c88f1e8435
[Fix] Fix fisheye center attribute setting
2021-09-14 18:07:24 +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