shell: regenerate qmldir manifests from the composed tree
The repo qmldirs listed only repo-owned types; composed dirs also carry ii-borrowed types (ReloadPopup, PanelLoader, Bar, ...) which a qmldir present in the dir must list or they stop resolving — broke the phone shell on deploy. Regenerated every deployed qmldir from the composed config on-device (capitalized .qml -> type line, pragma Singleton -> singleton line) and pulled back. Shell verified active, zero load errors.
This commit is contained in:
parent
acc1161e71
commit
db6d732e32
17 changed files with 228 additions and 6 deletions
|
|
@ -1 +1,26 @@
|
|||
ActiveWindow 1.0 ActiveWindow.qml
|
||||
Bar 1.0 Bar.qml
|
||||
BarContent 1.0 BarContent.qml
|
||||
BarGroup 1.0 BarGroup.qml
|
||||
BatteryIndicator 1.0 BatteryIndicator.qml
|
||||
BatteryPopup 1.0 BatteryPopup.qml
|
||||
CircleUtilButton 1.0 CircleUtilButton.qml
|
||||
ClockWidget 1.0 ClockWidget.qml
|
||||
ClockWidgetPopup 1.0 ClockWidgetPopup.qml
|
||||
HyprlandXkbIndicator 1.0 HyprlandXkbIndicator.qml
|
||||
LeftSidebarButton 1.0 LeftSidebarButton.qml
|
||||
Media 1.0 Media.qml
|
||||
NotificationUnreadCount 1.0 NotificationUnreadCount.qml
|
||||
Resource 1.0 Resource.qml
|
||||
Resources 1.0 Resources.qml
|
||||
ResourcesPopup 1.0 ResourcesPopup.qml
|
||||
ScrollHint 1.0 ScrollHint.qml
|
||||
StyledPopup 1.0 StyledPopup.qml
|
||||
StyledPopupHeaderRow 1.0 StyledPopupHeaderRow.qml
|
||||
StyledPopupValueRow 1.0 StyledPopupValueRow.qml
|
||||
SysTray 1.0 SysTray.qml
|
||||
SysTrayItem 1.0 SysTrayItem.qml
|
||||
SysTrayMenu 1.0 SysTrayMenu.qml
|
||||
SysTrayMenuEntry 1.0 SysTrayMenuEntry.qml
|
||||
UtilButtons 1.0 UtilButtons.qml
|
||||
Workspaces 1.0 Workspaces.qml
|
||||
|
|
|
|||
Loading…
Reference in a new issue