Watch
1
0
Fork
You've already forked souveraine
0

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:
Fimeg 2026-07-21 13:36:39 -04:00
commit db6d732e32
17 changed files with 228 additions and 6 deletions

View file

@ -1 +1,9 @@
singleton ColorUtils 1.0 ColorUtils.qml
singleton DateUtils 1.0 DateUtils.qml
singleton FileUtils 1.0 FileUtils.qml
singleton Fuzzy 1.0 Fuzzy.qml
singleton Levendist 1.0 Levendist.qml
singleton NotificationUtils 1.0 NotificationUtils.qml
singleton ObjectUtils 1.0 ObjectUtils.qml
singleton Session 1.0 Session.qml
singleton StringUtils 1.0 StringUtils.qml

View file

@ -1,3 +1,7 @@
singleton Appearance 1.0 Appearance.qml
singleton Config 1.0 Config.qml
singleton Directories 1.0 Directories.qml
singleton Icons 1.0 Icons.qml
singleton Images 1.0 Images.qml
singleton Persistent 1.0 Persistent.qml
ShellModel 1.0 ShellModel.qml

View file

@ -1,2 +1,111 @@
AddressBar 1.0 AddressBar.qml
AddressBreadcrumb 1.0 AddressBreadcrumb.qml
ButtonGroup 1.0 ButtonGroup.qml
CalendarView 1.0 CalendarView.qml
Circle 1.0 Circle.qml
CircularProgress 1.0 CircularProgress.qml
CliphistImage 1.0 CliphistImage.qml
ClippedFilledCircularProgress 1.0 ClippedFilledCircularProgress.qml
ClippedProgressBar 1.0 ClippedProgressBar.qml
ConfigRow 1.0 ConfigRow.qml
ConfigSelectionArray 1.0 ConfigSelectionArray.qml
ConfigSlider 1.0 ConfigSlider.qml
ConfigSpinBox 1.0 ConfigSpinBox.qml
ConfigSwitch 1.0 ConfigSwitch.qml
ContentPage 1.0 ContentPage.qml
ContentSection 1.0 ContentSection.qml
ContentSubsection 1.0 ContentSubsection.qml
ContentSubsectionLabel 1.0 ContentSubsectionLabel.qml
CustomIcon 1.0 CustomIcon.qml
DashedBorder 1.0 DashedBorder.qml
DialogButton 1.0 DialogButton.qml
DialogListItem 1.0 DialogListItem.qml
DirectoryIcon 1.0 DirectoryIcon.qml
DragManager 1.0 DragManager.qml
ErrorShakeAnimation 1.0 ErrorShakeAnimation.qml
FadeLoader 1.0 FadeLoader.qml
Favicon 1.0 Favicon.qml
FloatingActionButton 1.0 FloatingActionButton.qml
FlowButtonGroup 1.0 FlowButtonGroup.qml
FocusedScrollMouseArea 1.0 FocusedScrollMouseArea.qml
FullscreenPolkitWindow 1.0 FullscreenPolkitWindow.qml
Graph 1.0 Graph.qml
GroupButton 1.0 GroupButton.qml
IconAndTextToolbarButton 1.0 IconAndTextToolbarButton.qml
IconToolbarButton 1.0 IconToolbarButton.qml
KeyboardKey 1.0 KeyboardKey.qml
LightDarkPreferenceButton 1.0 LightDarkPreferenceButton.qml
MaskMultiEffect 1.0 MaskMultiEffect.qml
MaterialCookie 1.0 MaterialCookie.qml
MaterialLoadingIndicator 1.0 MaterialLoadingIndicator.qml
MaterialShape 1.0 MaterialShape.qml
MaterialShapeWrappedMaterialSymbol 1.0 MaterialShapeWrappedMaterialSymbol.qml
MaterialSymbol 1.0 MaterialSymbol.qml
MaterialTextArea 1.0 MaterialTextArea.qml
MaterialTextField 1.0 MaterialTextField.qml
MenuButton 1.0 MenuButton.qml
NavigationRail 1.0 NavigationRail.qml
NavigationRailButton 1.0 NavigationRailButton.qml
NavigationRailExpandButton 1.0 NavigationRailExpandButton.qml
NavigationRailTabArray 1.0 NavigationRailTabArray.qml
NoticeBox 1.0 NoticeBox.qml
NotificationActionButton 1.0 NotificationActionButton.qml
NotificationAppIcon 1.0 NotificationAppIcon.qml
NotificationGroup 1.0 NotificationGroup.qml
NotificationGroupExpandButton 1.0 NotificationGroupExpandButton.qml
NotificationItem 1.0 NotificationItem.qml
NotificationListView 1.0 NotificationListView.qml
OptionalMaterialSymbol 1.0 OptionalMaterialSymbol.qml
PagePlaceholder 1.0 PagePlaceholder.qml
PointingHandInteraction 1.0 PointingHandInteraction.qml
PointingHandLinkHover 1.0 PointingHandLinkHover.qml
PopupToolTip 1.0 PopupToolTip.qml
Revealer 1.0 Revealer.qml
RippleButton 1.0 RippleButton.qml
RippleButtonWithIcon 1.0 RippleButtonWithIcon.qml
RoundCorner 1.0 RoundCorner.qml
ScrollEdgeFade 1.0 ScrollEdgeFade.qml
SecondaryTabBar 1.0 SecondaryTabBar.qml
SecondaryTabButton 1.0 SecondaryTabButton.qml
SelectionDialog 1.0 SelectionDialog.qml
SelectionGroupButton 1.0 SelectionGroupButton.qml
SineCookie 1.0 SineCookie.qml
SqueezedAnnotationStyledText 1.0 SqueezedAnnotationStyledText.qml
StyledBlurEffect 1.0 StyledBlurEffect.qml
StyledComboBox 1.0 StyledComboBox.qml
StyledDropShadow 1.0 StyledDropShadow.qml
StyledFlickable 1.0 StyledFlickable.qml
StyledImage 1.0 StyledImage.qml
StyledIndeterminateProgressBar 1.0 StyledIndeterminateProgressBar.qml
StyledListView 1.0 StyledListView.qml
StyledProgressBar 1.0 StyledProgressBar.qml
StyledRadioButton 1.0 StyledRadioButton.qml
StyledRectangularShadow 1.0 StyledRectangularShadow.qml
StyledScrollBar 1.0 StyledScrollBar.qml
StyledSlider 1.0 StyledSlider.qml
StyledSpinBox 1.0 StyledSpinBox.qml
StyledSwitch 1.0 StyledSwitch.qml
StyledText 1.0 StyledText.qml
StyledTextArea 1.0 StyledTextArea.qml
StyledTextInput 1.0 StyledTextInput.qml
StyledToolTip 1.0 StyledToolTip.qml
StyledToolTipContent 1.0 StyledToolTipContent.qml
ThumbnailImage 1.0 ThumbnailImage.qml
Toolbar 1.0 Toolbar.qml
ToolbarButton 1.0 ToolbarButton.qml
ToolbarPairedFab 1.0 ToolbarPairedFab.qml
ToolbarTabBar 1.0 ToolbarTabBar.qml
ToolbarTabButton 1.0 ToolbarTabButton.qml
ToolbarTextField 1.0 ToolbarTextField.qml
VerticalButtonGroup 1.0 VerticalButtonGroup.qml
VibrantToolbarButton 1.0 VibrantToolbarButton.qml
WaveVisualizer 1.0 WaveVisualizer.qml
WavyLine 1.0 WavyLine.qml
WeekRow 1.0 WeekRow.qml
WindowDialog 1.0 WindowDialog.qml
WindowDialogButtonRow 1.0 WindowDialogButtonRow.qml
WindowDialogParagraph 1.0 WindowDialogParagraph.qml
WindowDialogSectionHeader 1.0 WindowDialogSectionHeader.qml
WindowDialogSeparator 1.0 WindowDialogSeparator.qml
WindowDialogSlider 1.0 WindowDialogSlider.qml
WindowDialogTitle 1.0 WindowDialogTitle.qml

View file

@ -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

View file

@ -1,7 +1,7 @@
Dock 1.0 Dock.qml
DockAppButton 1.0 DockAppButton.qml
DockApps 1.0 DockApps.qml
DockButton 1.0 DockButton.qml
DockManifest 1.0 DockManifest.qml
Dock 1.0 Dock.qml
DockSeparator 1.0 DockSeparator.qml
DockStack 1.0 DockStack.qml

View file

@ -1,2 +1,4 @@
Lock 1.0 Lock.qml
LockSurface 1.0 LockSurface.qml
PasswordChars 1.0 PasswordChars.qml
TouchLockSurface 1.0 TouchLockSurface.qml

View file

@ -1 +1,3 @@
OnScreenKeyboard 1.0 OnScreenKeyboard.qml
OskContent 1.0 OskContent.qml
OskKey 1.0 OskKey.qml

View file

@ -1 +1,6 @@
Overview 1.0 Overview.qml
OverviewWidget 1.0 OverviewWidget.qml
OverviewWindow 1.0 OverviewWindow.qml
SearchBar 1.0 SearchBar.qml
SearchItem 1.0 SearchItem.qml
SearchWidget 1.0 SearchWidget.qml

View file

@ -1 +1,2 @@
Polkit 1.0 Polkit.qml
PolkitContent 1.0 PolkitContent.qml

View file

@ -1 +1,2 @@
SessionActionButton 1.0 SessionActionButton.qml
SessionScreen 1.0 SessionScreen.qml

View file

@ -1,2 +1,9 @@
AiChat 1.0 AiChat.qml
Anime 1.0 Anime.qml
ApiCommandButton 1.0 ApiCommandButton.qml
ApiInputBoxIndicator 1.0 ApiInputBoxIndicator.qml
DescriptionBox 1.0 DescriptionBox.qml
ScrollToBottomButton 1.0 ScrollToBottomButton.qml
SidebarLeft 1.0 SidebarLeft.qml
SidebarLeftContent 1.0 SidebarLeftContent.qml
Translator 1.0 Translator.qml

View file

@ -1 +1,5 @@
BottomWidgetGroup 1.0 BottomWidgetGroup.qml
CenterWidgetGroup 1.0 CenterWidgetGroup.qml
QuickSliders 1.0 QuickSliders.qml
SidebarRight 1.0 SidebarRight.qml
SidebarRightContent 1.0 SidebarRightContent.qml

View file

@ -1 +1,4 @@
AudioDeviceSelectorButton 1.0 AudioDeviceSelectorButton.qml
VolumeDialog 1.0 VolumeDialog.qml
VolumeDialogContent 1.0 VolumeDialogContent.qml
VolumeMixerEntry 1.0 VolumeMixerEntry.qml

View file

@ -1,8 +1,16 @@
About 1.0 About.qml
AdvancedConfig 1.0 AdvancedConfig.qml
BackgroundConfig 1.0 BackgroundConfig.qml
BarConfig 1.0 BarConfig.qml
DeviceConfig 1.0 DeviceConfig.qml
DockConfig 1.0 DockConfig.qml
GeneralConfig 1.0 GeneralConfig.qml
IdleConfig 1.0 IdleConfig.qml
InterfaceConfig 1.0 InterfaceConfig.qml
KeyboardConfig 1.0 KeyboardConfig.qml
LockConfig 1.0 LockConfig.qml
NavigationConfig 1.0 NavigationConfig.qml
QuickConfig 1.0 QuickConfig.qml
ServicesConfig 1.0 ServicesConfig.qml
SpeechConfig 1.0 SpeechConfig.qml
WallpaperConfig 1.0 WallpaperConfig.qml

View file

@ -1 +1,4 @@
IllogicalImpulseFamily 1.0 IllogicalImpulseFamily.qml
PanelLoader 1.0 PanelLoader.qml
SouveraineFamily 1.0 SouveraineFamily.qml
WaffleFamily 1.0 WaffleFamily.qml

View file

@ -1,3 +1,2 @@
singleton GlobalStates 1.0 GlobalStates.qml
settings-phone 1.0 settings-phone.qml
shell 1.0 shell.qml
ReloadPopup 1.0 ReloadPopup.qml

View file

@ -1,17 +1,58 @@
singleton Ai 1.0 Ai.qml
singleton AppSearch 1.0 AppSearch.qml
singleton Audio 1.0 Audio.qml
singleton Battery 1.0 Battery.qml
singleton BluetoothStatus 1.0 BluetoothStatus.qml
singleton Booru 1.0 Booru.qml
BooruResponseData 1.0 BooruResponseData.qml
singleton Brightness 1.0 Brightness.qml
singleton Cellular 1.0 Cellular.qml
singleton Cliphist 1.0 Cliphist.qml
singleton ConflictKiller 1.0 ConflictKiller.qml
singleton CrashReporter 1.0 CrashReporter.qml
singleton DateTime 1.0 DateTime.qml
singleton EasyEffects 1.0 EasyEffects.qml
singleton Emojis 1.0 Emojis.qml
singleton FirstRunExperience 1.0 FirstRunExperience.qml
singleton GlobalFocusGrab 1.0 GlobalFocusGrab.qml
singleton IdleCoordinator 1.0 IdleCoordinator.qml
singleton GoogleCloud 1.0 GoogleCloud.qml
singleton HyprlandAntiFlashbangShader 1.0 HyprlandAntiFlashbangShader.qml
singleton HyprlandConfig 1.0 HyprlandConfig.qml
singleton HyprlandData 1.0 HyprlandData.qml
singleton HyprlandKeybinds 1.0 HyprlandKeybinds.qml
singleton HyprlandXkb 1.0 HyprlandXkb.qml
singleton Hyprsunset 1.0 Hyprsunset.qml
singleton Idle 1.0 Idle.qml
singleton IdleCoordinator 1.0 IdleCoordinator.qml
singleton KeyringStorage 1.0 KeyringStorage.qml
singleton LatexRenderer 1.0 LatexRenderer.qml
singleton LauncherApps 1.0 LauncherApps.qml
singleton LauncherSearch 1.0 LauncherSearch.qml
singleton LockContentPolicy 1.0 LockContentPolicy.qml
singleton MaterialThemeLoader 1.0 MaterialThemeLoader.qml
singleton MprisController 1.0 MprisController.qml
singleton Network 1.0 Network.qml
singleton Notifications 1.0 Notifications.qml
singleton NotifyEvents 1.0 NotifyEvents.qml
singleton PolkitService 1.0 PolkitService.qml
singleton Privacy 1.0 Privacy.qml
singleton ResourceUsage 1.0 ResourceUsage.qml
singleton SessionAudit 1.0 SessionAudit.qml
singleton Speech 1.0 Speech.qml
singleton SessiondBridge 1.0 SessiondBridge.qml
singleton SessionEvents 1.0 SessionEvents.qml
singleton SessionWarnings 1.0 SessionWarnings.qml
singleton SessiondBridge 1.0 SessiondBridge.qml
singleton SongRec 1.0 SongRec.qml
singleton Souveraine 1.0 Souveraine.qml
singleton Speech 1.0 Speech.qml
singleton StepUpAuth 1.0 StepUpAuth.qml
singleton SystemInfo 1.0 SystemInfo.qml
singleton TaskbarApps 1.0 TaskbarApps.qml
singleton TimerService 1.0 TimerService.qml
singleton Todo 1.0 Todo.qml
singleton Translation 1.0 Translation.qml
singleton TrayService 1.0 TrayService.qml
singleton Updates 1.0 Updates.qml
singleton WallpaperAssets 1.0 WallpaperAssets.qml
singleton Wallpapers 1.0 Wallpapers.qml
singleton Weather 1.0 Weather.qml
singleton Ydotool 1.0 Ydotool.qml