Meshroom/meshroom/ui/qml/Viewer
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
..
CameraResponseGraph.qml [ui] CRF display: avoid binding error when closing the application 2020-08-24 18:27:20 +02:00
CircleGizmo.qml [ui] Viewer Fisheye Circle: disable MouseArea when unused 2020-03-24 21:12:37 +01:00
ColorCheckerEntity.qml Fix various typos in the source code 2022-01-22 07:39:05 -05:00
ColorCheckerPane.qml [ui] ColorCheckerViewer: ux improve & remove irrelevant qml includes 2021-04-21 19:01:52 +02:00
ColorCheckerViewer.qml [ui] ColorCheckerViewer: add comment 2021-04-26 15:32:58 +02:00
FeaturesInfoOverlay.qml Fix various typos in the source code 2022-01-22 07:39:05 -05:00
FeaturesViewer.qml [ui] FeaturesViewer: Add feature scale filter (for all display modes) 2021-06-17 17:20:31 +02:00
FloatImage.qml [Panorama Viewer] Adjust comments and increments 2021-09-14 18:07:34 +02:00
HdrImageToolbar.qml [Panorama Viewer] Disable color picker inside HdrToolbar for Panorama 2021-09-14 18:07:17 +02:00
ImageMetadataView.qml [ui] more flexible filtering mechanism + filter with viewIds 2022-11-18 10:03:03 +01:00
LensDistortionToolbar.qml [Panorama Viewer] fix surface grid bug when downscale 2021-09-14 18:07:14 +02:00
MFeatures.qml [ui] Viewer: Use MFeatures to manage feature information & update FeaturesViewer 2021-06-09 18:19:54 +02:00
MSfMData.qml [ui] New SfMStatsView 2020-04-29 20:25:46 +02:00
MTracks.qml [ui] Viewer: new option to display tracks 2020-04-29 20:25:46 +02:00
PanoramaToolbar.qml [Panorama Viewer] Change default and max values for subdivisions 2021-09-14 18:07:31 +02:00
PanoramaViewer.qml [ui] PanoramaViewer: change the way the user interact with the panorama widget 2022-11-03 01:40:42 +01:00
qmldir [ui] split 2D and 3D viewers into separate modules 2018-11-23 14:26:57 +01:00
SfmGlobalStats.qml [ui] Viewer: fix Node.isComputed is a property 2020-06-28 17:39:50 +02:00
SfmStatsView.qml [ui] Viewer: fix Node.isComputed is a property 2020-06-28 17:39:50 +02:00
TestAliceVisionPlugin.qml [ui] improve check if plugins are available and fix load/unload of tracks/sfmData 2020-07-25 18:30:22 +02:00
TestOIIOPlugin.qml [ui] improve check if plugins are available and fix load/unload of tracks/sfmData 2020-07-25 18:30:22 +02:00
Viewer2D.qml [ui] Check that objects accessed by QML properties are not null before accessing them 2022-12-06 11:04:50 +01:00