Meshroom/meshroom/ui/qml/ImageGallery
Candice Bentéjac 5e61a1da5a [ui] ImageGallery: Force index to -1 before setting it if there's a tempCameraInit
When there is a temporary CameraInit, it means that either the "Visualize
HDR images" or "Preprocessed images" options are enabled.

If several CameraInit groups are available, and if the currently selected
image in the GridView is the first one (index = 0), there is a possibility,
depending on the input images, that the first images in two different
groups are not identical but have the same view ID. If that happens, there
will be no update of the Viewer2D, as the selectedViewId property will not
have been modified.

By setting the selectedViewId property to -1 when there is a temporary
CameraInit and the current index in the GridView is 0, we trigger an
update of the viewer even when there is no apparent change in the view ID.
2023-03-13 15:57:24 +01:00
..
ImageBadge.qml [ui] ImageGallery: new ImageBadge component 2019-01-28 18:03:16 +01:00
ImageDelegate.qml [ui] thumbnail request: stop timer after 1st trigger to avoid running endlessly in background 2023-02-15 09:39:47 +01:00
ImageGallery.qml [ui] ImageGallery: Force index to -1 before setting it if there's a tempCameraInit 2023-03-13 15:57:24 +01:00
IntrinsicDisplayDelegate.qml [ImageGallery] Initialize and use "attribute" properly for the intrinsics table 2023-02-15 17:32:22 +01:00
IntrinsicsIndicator.qml [ui] ImageGallery: fix variable name distortionInitializationMode 2023-03-13 14:00:58 +01:00
qmldir [wip] Add table view to display intrinsics infos 2021-08-17 15:58:14 +02:00
SensorDBDialog.qml [ui] ImageGallery: add SensorDBDialog + 'rebuild intrinsics' feature 2019-01-23 18:55:31 +01:00