Commits on Source (25)
-
c6f8633a
-
Qml modules expects that their prefix matches the module name, for instance a VLC.Widgets module should have /VLC/Widgets as prefix
1a490438 -
this notably fixes the qmlcache not being used properly
59239b7d -
633899c4
-
22136196
-
.moc extension for moc generated from .cpp matches what meson generates and is common Qt practice
cb0cfa74 -
8696e669
-
20bc7e90
-
3479ea09
-
4a53e75d
-
90cabcb0
-
54bbd809
-
0a91a50f
-
066505d5
-
00061a3b
-
73e3a05f
-
07b20347
-
3f156fa5
-
7e69cd01
-
3ecd4da4
-
IDE such as QtCreator provides code completion qmlRegistered types, as the uri is a variable the introspection function doesn't know in wich namepace the classes belongs, adding this kind of annotation fixes the introspection
7d6e9339 -
e5f97993
-
These imports were used to avoid name collisions with Qt namespace, we can do a module self import with `as`
122785b8 -
this simplifies imports
21deab7b -
starting from Qt 6.5, this is the default search path for modules in qrc see https://doc.qt.io/qt-6/qtqml-syntax-imports.html#qml-import-path
18a08937
Showing
- configure.ac 1 addition, 0 deletionsconfigure.ac
- extras/ci/gitlab-ci.yml 2 additions, 2 deletionsextras/ci/gitlab-ci.yml
- modules/gui/qt/Makefile.am 282 additions, 48 deletionsmodules/gui/qt/Makefile.am
- modules/gui/qt/dialogs/dialogs/qml/CustomDialog.qml 3 additions, 3 deletionsmodules/gui/qt/dialogs/dialogs/qml/CustomDialog.qml
- modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml 6 additions, 5 deletionsmodules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
- modules/gui/qt/dialogs/dialogs/qml/ModalDialog.qml 4 additions, 3 deletionsmodules/gui/qt/dialogs/dialogs/qml/ModalDialog.qml
- modules/gui/qt/dialogs/dialogs/qml/WindowDialog.qml 2 additions, 3 deletionsmodules/gui/qt/dialogs/dialogs/qml/WindowDialog.qml
- modules/gui/qt/dialogs/toolbar/qml/EditorDNDDelegate.qml 3 additions, 4 deletionsmodules/gui/qt/dialogs/toolbar/qml/EditorDNDDelegate.qml
- modules/gui/qt/dialogs/toolbar/qml/EditorDNDView.qml 4 additions, 5 deletionsmodules/gui/qt/dialogs/toolbar/qml/EditorDNDView.qml
- modules/gui/qt/dialogs/toolbar/qml/EditorDummyButton.qml 1 addition, 2 deletionsmodules/gui/qt/dialogs/toolbar/qml/EditorDummyButton.qml
- modules/gui/qt/dialogs/toolbar/qml/EditorTabButton.qml 2 additions, 3 deletionsmodules/gui/qt/dialogs/toolbar/qml/EditorTabButton.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditor.qml 6 additions, 5 deletionsmodules/gui/qt/dialogs/toolbar/qml/ToolbarEditor.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml 5 additions, 6 deletions...es/gui/qt/dialogs/toolbar/qml/ToolbarEditorButtonList.qml
- modules/gui/qt/dialogs/toolbar/qml/ToolbarEditorDialog.qml 4 additions, 3 deletionsmodules/gui/qt/dialogs/toolbar/qml/ToolbarEditorDialog.qml
- modules/gui/qt/maininterface/mainui.cpp 145 additions, 65 deletionsmodules/gui/qt/maininterface/mainui.cpp
- modules/gui/qt/maininterface/qml/BannerSources.qml 11 additions, 11 deletionsmodules/gui/qt/maininterface/qml/BannerSources.qml
- modules/gui/qt/maininterface/qml/MainDisplay.qml 19 additions, 21 deletionsmodules/gui/qt/maininterface/qml/MainDisplay.qml
- modules/gui/qt/maininterface/qml/MainGridView.qml 1 addition, 1 deletionmodules/gui/qt/maininterface/qml/MainGridView.qml
- modules/gui/qt/maininterface/qml/MainInterface.qml 12 additions, 11 deletionsmodules/gui/qt/maininterface/qml/MainInterface.qml
- modules/gui/qt/maininterface/qml/MainTableView.qml 2 additions, 2 deletionsmodules/gui/qt/maininterface/qml/MainTableView.qml