Meshroom/meshroom/ui/qml/ImageGallery
Candice Bentéjac 02383c68b3 [ui] Check that objects accessed by QML properties are not null before accessing them
Some QML properties access exposed Python objects that may or may not
be null upon their access. When these objects are accessed while null,
QML issues "TypeError" warnings. These warnings have no functional
impact as QML correctly handles trying to access null objects, but can
spam the logs.

This commit aims at fixing all these warnings by checking that the
Python objects are not null before being accessed.
2022-12-06 11:04:50 +01:00
..
ImageBadge.qml [ui] ImageGallery: new ImageBadge component 2019-01-28 18:03:16 +01:00
ImageDelegate.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00
ImageGallery.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00
IntrinsicDisplayDelegate.qml [ui] Change intrinsic structure and key getter for table view 2021-08-23 18:18:29 +02:00
IntrinsicsIndicator.qml [ui] metadata: more generic search of metadata keys 2020-06-21 00:39:35 +02: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