Commit graph

55 commits

Author SHA1 Message Date
Fabien Castan
5301104661 [ui] ImageGallery: call makeCurrentItemVisible only once 2021-09-13 10:17:40 +02:00
Fabien Castan
da1f23963a [ui] ImageGallery: fix sort and filtering
Keep a valid index when changing the type of view
2021-09-01 19:06:34 +02:00
Fabien Castan
d3559bd51e [ui] fix image selection in ImageGallery 2021-09-01 14:41:32 +02:00
Nils Landrodie
500dfd96b1 [ui] Change from i++ to ++i 2021-08-27 20:03:24 +02:00
Nils Landrodie
ee910b96c5 [ui] Change buttons default display before reconstruction 2021-08-23 18:44:40 +02:00
Landrodie
56d91bde1a [ui] Change intrinsic structure and key getter for table view 2021-08-23 18:18:29 +02:00
Nils Landrodie
4fb719e204 [ui] Update tableview to stop flicking at bounds
Specify boundsMovement property to avoid overshooting with the flicks
2021-08-23 17:52:42 +02:00
Nils Landrodie
0876b9e3d5 [ui] Add vertical scrollbar for high number of intrinsics 2021-08-23 17:52:42 +02:00
Nils Landrodie
eecdcffbc6 [ui] Enable focus change when clicking outside of text inputs 2021-08-23 17:52:42 +02:00
Nils Landrodie
6bb5f84f19 [ui] Clean forgotten debug 2021-08-23 17:52:41 +02:00
Nils Landrodie
6f5b6590af [ui] Adjust column width for serial number 2021-08-23 17:52:41 +02:00
Landrodie
7c0a9666ff [ui] Clean code 2021-08-23 17:52:41 +02:00
Landrodie
b0254de16d [ui] UI adjustements for intrinsic display
* Width of columns is now provided by a column width provider
* Text inputs now cover all the column width
* Text inputs now are right aligned for easier reading/comparing
2021-08-23 17:52:40 +02:00
Landrodie
7a8f78f5e1 [ui] Fix combo box height and placeholder display status 2021-08-17 15:58:14 +02:00
Landrodie
776cbe7884 [ui] Add combo box and check box for specific intrinsics 2021-08-17 15:58:14 +02:00
Landrodie
4cabfb794f [ui] Add dynamic view update on intrinsic changed
* Only displayed when button checked
* View updated when adding or deleting intrinsics
2021-08-17 15:58:14 +02:00
Landrodie
c1939e4e0f [ui] Add horizontal scrollbar to scroll across all intrinsics attributes 2021-08-17 15:58:14 +02:00
Landrodie
b0ee91dde2 [ui] Remove old display method files
Remove the files used when the display was made by a list view based on the attribute editor.
2021-08-17 15:58:14 +02:00
Landrodie
379be4ad28 [ui] Update intrinsic parsing and displayed values 2021-08-17 15:58:14 +02:00
Landrodie
0deb9b49cf [wip] Update intrinsic parsing 2021-08-17 15:58:14 +02:00
Landrodie
88cd6fb85a [wip] Add table view to display intrinsics infos 2021-08-17 15:58:14 +02:00
Landrodie
212d8178c0 [wip] Add function to build an object from intrinsics 2021-08-17 15:58:14 +02:00
Landrodie
a3c395fa6d [ui] Avoid undefined warning for intrinsic count 2021-08-17 15:58:14 +02:00
Nils Landrodie
469f91c4f9 [ui] Fix scroll bar conflict 2021-08-17 15:58:14 +02:00
Nils Landrodie
fef50023ce [ui] Update enabled and visible states for intrinsics display 2021-08-17 15:58:14 +02:00
Landrodie
83c9600005 [wip] Add intrinsic display inside image gallery 2021-08-17 15:58:14 +02:00
Landrodie
53b371dff9 [wip] Display as list view 2021-08-17 15:58:14 +02:00
Landrodie
70c9f8b7e5 [wip] Add display of intrinsics 2021-08-17 15:58:14 +02:00
Landrodie
32c6d89a05 [ui] Add some padding 2021-08-17 15:58:14 +02:00
Landrodie
817c5dda67 [ui] Add number of intrinsics to display
Add the number of instrinsics detected on the bottom bar of the image gallery.
2021-08-17 15:58:14 +02:00
Landrodie
f532ad760c [ui] Add filters to Image Gallery
Add the possibility to filter the images inside the image gallery.
* Clickables buttons 
* All images filter
* Reconstructed images filter
* Non reconstructed images filter
2021-08-17 15:58:14 +02:00
Fabien Castan
9476019996 [ui] ImageGallery: fix layout issues in footer 2020-10-15 18:42:24 +02:00
Julien-Haudegond
b79795a3c9 [ui] fix binding errors 2020-08-17 11:30:37 +02:00
Fabien Castan
cfbd5a3610 [ui] ImageGallery: fix display ldrToHdr 2020-07-25 18:25:01 +02:00
Fabien Castan
278e9a5fe9 [ui] ImageGallery: param name of LdrToHdr has been updated 2020-07-09 16:20:02 +02:00
Fabien Castan
ec67c772fa [ui] new generic way to manage "active" nodes per node type 2020-07-07 22:05:53 +02:00
Fabien Castan
33a0cec3f2 [ui] ImageGallery: add a display flag on the center image 2020-06-30 22:10:45 +02:00
Fabien Castan
8d6b0d73be [ui] ImageGallery: avoid qml warning on undefined object access 2020-03-30 11:22:20 +02:00
Fabien Castan
505f0c68ee [ui] ImageGallery: update scene when the selected ldr2hdr node changed 2020-03-26 14:30:50 +01:00
Fabien Castan
b7b1f49bc5 [ui] ImageGallery HDR option: update when node is computed 2020-03-23 19:24:44 +01:00
Fabien Castan
19d2f90554 [ui] ImageGallery: allow to visualize the list of HDR images created by LDRToHDR
Conflicts:
	meshroom/ui/reconstruction.py
2020-03-10 12:33:36 +01:00
Fabien Castan
5f2cef7d9d [ui] ImageGallery: add button to reset thumbnails size to default value 2020-03-10 12:11:19 +01:00
Yann Lanthony
b9999c01eb
[ui] Update MaterialToolButton style
* flatten the button 
* color its icon when checked
2019-09-11 10:49:09 +02:00
Yann Lanthony
aae6098b5a [ui] Viewpoints: use 'childAttribute' method to access child attributes
IntrinsicsIndicator: fix exceptions when trying to access a viewpoint's 'initializationMode' attribute that did not exist in previous versions
2019-03-01 17:29:50 +01:00
Yann Lanthony
7546e9ad10 [ui] IntrinsicsIndicator: display distortion model
Directly use intrinsic attribute in IntrinsicsIndicator to retrieve useful values, instead of dedicated methods in 'Reconstruction'.
2019-01-31 17:36:26 +01:00
Yann Lanthony
b73ddfc09c [ui] ImageGallery: introduce Rig indicator
Display rig indicator on Viewpoints that belongs to a rig.
2019-01-28 18:06:30 +01:00
Yann Lanthony
5d133461db [ui] ImageGallery: new ImageBadge component 2019-01-28 18:03:16 +01:00
Yann Lanthony
49e809df2b [ui] ImageGallery: add SensorDBDialog + 'rebuild intrinsics' feature
* add SensorDBDialog explaining how to add a new entry in the sensor DB and ease the access to the sensor database
* enable intrinsics rebuild at user level from this dialog
* MessageDialog: react to clicks on hyperlinks
2019-01-23 18:55:31 +01:00
Yann Lanthony
d2d8090b5b [ui] ImageGallery: add menu + advanced option to show view IDs 2019-01-22 17:53:09 +01:00
Yann Lanthony
9805ec4861 [ui] ImageGallery: tweak reconstruction status indicator style
* use the same camera icon as in the rest of the UI
* match IntrinsicIndicator style
2019-01-22 17:51:20 +01:00