shift-shell/components
Micah Stanley 121fd39f12 MobileShell: Fix CMake Set Source Files Properties
I noticed that properties in `MobileShell.Constants` were not being applied correctly, causing values to show up as undefined. After investigating, it seem to be a recent change attempted to condense multiple `set_source_files_properties` calls in `MobileShell/CMakeList.txt` into one call. However, the issue seems to be that the properties were still being set inline with each file, instead of listing all files together followed by a single `PROPERTIES` keyword. This merge requests resolves this issue by moving the property specification to the end of the file list, ensuring that all files receive the intended properties.
2025-04-26 02:58:40 -04:00
..
dpmsplugin lockscreen: Reset state when screen is off 2024-07-03 18:06:24 +00:00
hapticsplugin hapticsplugin: Only initialize dbus interface if used 2024-10-31 03:27:36 +00:00
mmplugin mmplugin: Make calls nonblocking to not freeze UI when called 2025-04-25 04:12:10 -04:00
mobileshell MobileShell: Fix CMake Set Source Files Properties 2025-04-26 02:58:40 -04:00
mobileshellstate GestureNavigation: Fix Action Drawer State being out of Sync on First Start 2025-04-13 12:55:25 +00:00
quicksettingsplugin Drop unused link libraries 2024-10-31 08:41:01 +00:00
rotationplugin GestureNavigation: Screen Rotation Popup Button 2025-04-21 22:09:14 +00:00
screenbrightnessplugin screenbrightnessplugin: Fix behaviour if dbus service is not initialized followup 2024-11-10 22:57:32 -08:00
shellsettingsplugin Shell: Add Setting to Auto Hide Panels so Applications Can Fill the Entire Device Screen Space 2025-04-21 15:56:33 +00:00
wallpaperimageplugin Flag unused parameters with Q_UNUSED() 2024-09-28 06:31:00 +00:00
windowplugin taskpanel/panel: make navbar and statusbar accessible from within fullscreen windows 2024-11-25 17:30:47 +00:00
CMakeLists.txt GestureNavigation: Screen Rotation Popup Button 2025-04-21 22:09:14 +00:00