Meshroom/meshroom/ui/qml/Utils
Candice Bentéjac 091346cbb8 [qml] Optimize QML files and fix syntax warnings
This commit addresses warnings that were raised by QtCreator's linter:
- IDs declared more than once
- variables declared more than once in the same scope
- type coercions
- variables declared as "var" when their type is known
- unclosed "case" in switch-case
2023-07-04 12:04:14 +02:00
..
Clipboard.qml [ui] Introduce ClipboardHelper for copying to clipboard from QML 2019-05-07 11:47:09 +02:00
Colors.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
errorHandler.js [ui] ErrorHandler: analyse error (only used by computation for now) 2020-09-03 14:56:35 +02:00
ExifOrientation.qml [ui] factorize exif orientation transform in utility functions 2023-02-06 08:16:42 -08:00
Filepath.qml [ui] add FilepathHelper Python class to manipulate paths and QUrls 2018-03-06 15:32:33 +01:00
format.js minor correction for improving quality in static code analysis 2022-10-04 17:05:22 +02:00
qmldir [ui] factorize exif orientation transform in utility functions 2023-02-06 08:16:42 -08:00
request.js Fix various typos in the source code 2022-01-22 07:39:05 -05:00
Scene3DHelper.qml [ui] introduce Scene3DHelper object 2018-12-07 15:55:48 +01:00
SortFilterDelegateModel.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00
Transformations3DHelper.qml [ui] Viewer3D: TransformGizmo - moving transform operations to Python 2020-08-13 14:24:44 +02:00