shift-shell/components/mobileshell/resources.qrc
Devin Lin 158af43fd4 audio: Refactor applet and extract singleton to MobileShellState
The eventual goal is to have as few singletons with state as possible in the mobileshell component when it is imported into components such as the lockscreen.

This doesn't fully accomplish it, but moves the audio provider singleton to MobileShellState, which will eventually need to be prevented from importing into non plasmashell processes.

This also disables the sound feedback when changing volume, since it can be a source of lag when showing the applet.
2023-03-16 07:21:01 +00:00

87 lines
4.3 KiB
Text

<!--
- Copyright 2022 Devin Lin <devin@kde.org>
- SPDX-License-Identifier: GPL-2.0-or-later
-->
<RCC>
<qresource prefix="/org/kde/plasma/private/mobileshell/">
<file>qml/actiondrawer/quicksettings/BrightnessItem.qml</file>
<file>qml/actiondrawer/quicksettings/Handle.qml</file>
<file>qml/actiondrawer/quicksettings/QuickSettings.qml</file>
<file>qml/actiondrawer/quicksettings/QuickSettingsDelegate.qml</file>
<file>qml/actiondrawer/quicksettings/QuickSettingsDrawer.qml</file>
<file>qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml</file>
<file>qml/actiondrawer/quicksettings/QuickSettingsMinimizedDelegate.qml</file>
<file>qml/actiondrawer/quicksettings/QuickSettingsPanel.qml</file>
<file>qml/actiondrawer/ActionDrawer.qml</file>
<file>qml/actiondrawer/ActionDrawerOpenSurface.qml</file>
<file>qml/actiondrawer/ActionDrawerWindow.qml</file>
<file>qml/actiondrawer/LandscapeContentContainer.qml</file>
<file>qml/actiondrawer/PortraitContentContainer.qml</file>
<file>qml/components/AppLaunch.qml</file>
<file>qml/components/BaseItem.qml</file>
<file>qml/components/ExtendedAbstractButton.qml</file>
<file>qml/components/Flickable.qml</file>
<file>qml/components/GridView.qml</file>
<file>qml/components/HapticsEffectLoader.qml</file>
<file>qml/components/HapticsEffectWrapper.qml</file>
<file>qml/components/ListView.qml</file>
<file>qml/components/MarqueeLabel.qml</file>
<file>qml/components/PopupMenu.qml</file>
<file>qml/components/StartupFeedback.qml</file>
<file>qml/components/util.js</file>
<file>qml/components/VelocityCalculator.qml</file>
<file>qml/dataproviders/BatteryInfo.qml</file>
<file>qml/dataproviders/BluetoothInfo.qml</file>
<file>qml/dataproviders/SignalStrengthInfo.qml</file>
<file>qml/dataproviders/AudioInfo.qml</file>
<file>qml/homescreen/HomeScreen.qml</file>
<file>qml/navigationpanel/NavigationGestureArea.qml</file>
<file>qml/navigationpanel/NavigationPanel.qml</file>
<file>qml/navigationpanel/NavigationPanelAction.qml</file>
<file>qml/navigationpanel/NavigationPanelButton.qml</file>
<file>qml/volumeosd/AudioApplet.qml</file>
<file>qml/volumeosd/DeviceListItem.qml</file>
<file>qml/volumeosd/icon.js</file>
<file>qml/volumeosd/ListItemBase.qml</file>
<file>qml/volumeosd/PopupCard.qml</file>
<file>qml/volumeosd/StreamListItem.qml</file>
<file>qml/volumeosd/VolumeOSD.qml</file>
<file>qml/statusbar/indicators/BatteryIndicator.qml</file>
<file>qml/statusbar/indicators/BluetoothIndicator.qml</file>
<file>qml/statusbar/indicators/SignalStrengthIndicator.qml</file>
<file>qml/statusbar/indicators/VolumeIndicator.qml</file>
<file>qml/statusbar/indicators/InternetIndicator.qml</file>
<file>qml/statusbar/ClockText.qml</file>
<file>qml/statusbar/StatusBar.qml</file>
<file>qml/statusbar/TaskWidget.qml</file>
<file>qml/widgets/krunner/KRunnerWidget.qml</file>
<file>qml/widgets/mediacontrols/BlurredBackground.qml</file>
<file>qml/widgets/mediacontrols/MediaControlsSource.qml</file>
<file>qml/widgets/mediacontrols/MediaControlsWidget.qml</file>
<file>qml/widgets/notifications/BaseNotificationItem.qml</file>
<file>qml/widgets/notifications/NotificationBodyLabel.qml</file>
<file>qml/widgets/notifications/NotificationCard.qml</file>
<file>qml/widgets/notifications/NotificationFooterActions.qml</file>
<file>qml/widgets/notifications/NotificationGroupHeader.qml</file>
<file>qml/widgets/notifications/NotificationItem.qml</file>
<file>qml/widgets/notifications/NotificationReplyField.qml</file>
<file>qml/widgets/notifications/NotificationsModelType.qml</file>
<file>qml/widgets/notifications/NotificationsWidget.qml</file>
<file>qml/widgets/notifications/NotificationTimeText.qml</file>
<file>qml/widgets/notifications/ThumbnailStrip.qml</file>
<file>qml/widgets/notifications/util.js</file>
</qresource>
</RCC>