shift-shell/initialstart/modules/time
Devin Lin e66d88a754 initialstart: Introduce InitialStartModule as top level item for modules
Currently modules are initialized as QQuickItems. In order to be able to
add custom properties for modules to set in the future, introduce
InitialStartModule as the top-level QML object for modules to
initialize.

Currently only two properties are implemented: `available` for whether
to show the module in the wizard, and `contentItem` for the visual
module item.
2024-11-06 22:07:50 -08:00
..
package initialstart: Introduce InitialStartModule as top level item for modules 2024-11-06 22:07:50 -08:00
CMakeLists.txt Remove unneeded entries from metadata files 2023-10-17 05:14:04 +00:00
qmldir initialstart: Add first login experience 2023-04-01 07:09:57 +00:00
timeplugin.cpp initialstart: Add first login experience 2023-04-01 07:09:57 +00:00
timeplugin.h initialstart: Add first login experience 2023-04-01 07:09:57 +00:00
timeutil.cpp initialstart: Ensure initial value of 24 hour switch is obtained 2024-03-13 11:25:54 -04:00
timeutil.h initialstart: Add first login experience 2023-04-01 07:09:57 +00:00
timezonemodel.cpp Drop semicolon after Q_UNUSED() for consistency through the repo 2024-09-28 06:31:00 +00:00
timezonemodel.h initialstart: Add first login experience 2023-04-01 07:09:57 +00:00