Fabien Castan
540c0d1744
[ui] Viewer2D: minor adjustments
...
* more explicit variable name for hdrImageToolbar
* adjust padding, so the viewer2D.bottomToolbar is aligned with the
ImageGallery toolbar
* update tooltip for HDR image viewer
2020-03-10 12:08:56 +01:00
Fabien Castan
d70c625fac
[ui] Viewer2D: refactoring to simplify layouts
...
* fix mousearea order
* add alpha backgroud
* move HDR as a tool button
Conflicts:
meshroom/ui/qml/Viewer/CircleGizmo.qml
meshroom/ui/qml/Viewer/Viewer2D.qml
2020-03-10 12:08:14 +01:00
Fabien Castan
ac82890461
[ui] Viewer2D: simplify naming
...
Conflicts:
meshroom/ui/qml/Viewer/Viewer2D.qml
2020-03-10 12:02:09 +01:00
Fabien Castan
a4b42b3347
[ui] Viewer2D: disable menu when the plugin is not available
2020-03-03 17:41:03 +01:00
Fabien Castan
302aaabd60
[ui] Viewer2D: add color picker to floating point image toolbar
2020-03-03 11:07:19 +01:00
Grégoire De Lillo
7a2fca185b
[ui] Viewer2D : Add a FloatImageViewer
and an ImageToolbar
...
Use an ImageViewerWrapper to handle the `FloatImageViewer` or the standard one.
2020-02-28 12:34:19 +01:00
Fabien Castan
9bcad1ca4a
[ui] Viewer2D: minor warning fixes
2020-01-27 13:16:25 +01:00
Fabien Castan
18ab1d1793
[ui] Viewer: update min values
2020-01-27 13:16:25 +01:00
Fabien Castan
dabf19dae9
[ui] Viewer: use RowLayout instead of manual relative sizes
2020-01-27 13:16:24 +01:00
Fabien Castan
fcdb3721c3
[ui] Viewer: use flat combobox for better integration in the Viewer
2020-01-27 13:16:24 +01:00
Fabien Castan
9c70ce5693
remove trailing comments
2020-01-27 13:16:24 +01:00
Fabien Castan
8fd7071787
[ui] Viewer: use label for DepthMap node instead of name
2020-01-27 13:16:23 +01:00
Fabien Castan
7bea135993
[ui] viewer: move depthmap to 3D to the right and remove "Map" from combobox
2020-01-27 13:16:22 +01:00
ChemicalXandco
5c279f3584
use Filepath.stringToUrl instead of "file:///"+
2020-01-27 13:16:22 +01:00
ChemicalXandco
4ddd25fb73
use getImageFile function to set image source
2020-01-27 13:16:22 +01:00
ChemicalXandco
b2db142cc2
add button on 2D Viewer to view depth maps in the 3D Viewer
2020-01-27 13:16:21 +01:00
ChemicalXandco
5652770a42
add ComboBox to select depth map file
2020-01-27 13:16:21 +01:00
Yann Lanthony
4563d32e3e
[ui] Viewer2D: add FeaturesViewer + dedicated overlay
...
Make FeaturesViewer available in Viewer2D to display the feature points of the current view, based on the current FeatureExtraction node.
* FeaturesInfoOverlay: overlay that displays info and provides controls over a FeaturesViewer component.
* ColorChart: color picker based on a set of predefined colors.
2019-07-04 18:25:02 +02:00
Fabien Castan
44e34d7eb3
[ui] use shift to pan (instead of Ctrl)
2018-08-03 14:38:08 +02:00
Fabien Castan
10026e3281
[ui] mouse: add "Ctrl+Left click" as an alternative to Middle click
2018-07-21 14:54:28 +02:00
Yann Lanthony
cfaa0bc012
[ui] Viewer2D: display image source path
...
* display selectable-by-mouse source filepath
* add radius property to FloatingPane to control border radius from outside
* use FloatingPane in ImageMetadataView
2018-04-16 12:14:04 +02:00
Yann Lanthony
472b860131
[ui] better handling of Reconstruction's current sfm node
...
* reset sfm node on graph change by using 'sfm' property (ensure previous sfm node is correctly disconnected)
* ui: clear viewers when graph changes
2018-04-06 14:24:45 +02:00
Yann Lanthony
266f0985d2
[ui] convert string paths to urls outside Viewers
...
* fix external image drop on 2D Viewer
* fix 3D model loading from "Load Model" button
2018-03-21 15:53:34 +01:00
Yann Lanthony
f1b42acc14
[ui] add FilepathHelper Python class to manipulate paths and QUrls
...
* avoid non-cross platform hacks to convert string path to urls
* use standard python API
2018-03-06 15:32:33 +01:00
Yann Lanthony
2cdc83f06f
[ui] add string <--> file representation convertors
...
* convenient methods to conform strings to Qt file reprensentation using the "file:/" protocol prefix
* use those methodes when manipulating files
2018-02-26 16:59:25 +01:00
Yann Lanthony
53764812bd
[ui] add ImageMetadataView + integration in Viewer2D
...
* display image metadata as a sorted table view with filtering
* 2DViewer: new bottom toolbar with metadata toggle + image resolution
2018-02-15 16:10:25 +01:00
Yann Lanthony
d0a0f4491c
[ui] Viewer2D: keep previous image displayed when source changes
...
* cache last loaded image and display it while the main Image is loading to avoid empty screen
* fix the BusyIndicator by dynamically creating a binding on the running property (Qt bug ?)
2017-12-14 16:39:29 +01:00
Yann Lanthony
298526adcb
[ui] improve ImageGallery
...
* new footer that displays the number of images / allow to change thumbnail size
* smaller sourceSize for thumbnails (faster to load)
* avoid Nan scales in Viewer2D when no image is loaded
2017-11-28 22:35:38 +01:00
Yann Lanthony
c190f418b7
[ui] wip: add ImageGallery + Viewer2D to main layout
...
* ImageGallery displays images from CameraInit.viewpoints
* support drag&drop of images
* Viewer2D displays and allows basic manipulation of currently selected image
2017-11-14 18:14:44 +01:00