Commit graph

51 commits

Author SHA1 Message Date
2 * r + 2 * t
52272c062d feat: use M3 spacing tokens 2026-04-22 22:47:18 +10:00
2 * r + 2 * t
0d0dcaf115 refactor: replace scaled padding with new tokens 2026-04-22 22:47:18 +10:00
2 * r + 2 * t
57db6e246c feat: use M3 padding tokens 2026-04-22 22:47:18 +10:00
2 * r + 2 * t
711587d193 refactor: migrate to new rounding tokens 2026-04-22 22:47:18 +10:00
2 * r + 2 * t
6e234d6656 refactor: use signals instead of functions 2026-04-18 01:04:04 +10:00
2 * r + 2 * t
d675478e91 refactor: use new anim type prop 2026-04-15 18:32:19 +10:00
2 * r + 2 * t
666d451f4b fix: global config use for rest of global props 2026-04-12 23:02:00 +10:00
2 * r + 2 * t
42b9e57eae fix: use singleton for conf writes 2026-04-12 03:46:37 +10:00
2 * r + 2 * t
3d012e86b3 chore: remove old Config.save() 2026-04-12 03:45:17 +10:00
2 * r + 2 * t
71dd7b4db8 chore: format QML imports 2026-04-11 22:17:24 +10:00
2 * r + 2 * t
3a37d77d1f feat: replace qml config module with c++ module 2026-04-11 21:18:56 +10:00
2 * r + 2 * t
25515fd32b chore: fix rest of formatting issues 2026-03-22 16:08:57 +11:00
2 * r + 2 * t
d0f2df9bae chore: fix all import formats 2026-03-22 06:02:19 +11:00
2 * r + 2 * t
be3da5a114 fix: control center
Tbh idk what the issue was, but the entire implementation is extremely
scuffed and we need to remake it completely
2026-03-22 01:12:57 +11:00
2 * r + 2 * t
c3fd5aa905 chore: fix unqualified access 2026-03-20 23:42:36 +11:00
2 * r + 2 * t
8b64d38e26 chore: remove unused imports 2026-03-20 22:33:26 +11:00
2 * r + 2 * t
796c2e4e76 chore: fix prop order 2026-03-20 16:03:18 +11:00
2 * r + 2 * t
9e2ccbede3 chore: format everything 2026-03-20 04:42:06 +11:00
2 * r + 2 * t
3b08cd6594 chore: add newline after id 2026-03-20 04:42:06 +11:00
2 * r + 2 * t
96ed5895d8 feat: async control center 2026-03-20 01:02:44 +11:00
Bora Gülerman
40a2552830
launcher: add favorite apps (#946)
* launcher: add favorite apps

Favorite apps always appear above non-favorite apps
Accepts regex, same logic as #920
Added the same regex logic to hidden apps
Added util file may need to be relocated

* addressed requested changes

* fix: Renamed newly added util singleton

Also added a null check to favorite icon loader in AppItem.qml

* controlCenter/launcherPane: added favorite apps

added icons to the app list to indicate if they are favorited/hidden
marking as favorite/hidden is desabled if the other is selected

* favouriteApps: renamed from favorite to favourite

Also disabled favorite/hidden switch for entries added as regex

* appDb: added notify and emit to favoriteApps

* controlCentre/Launcher: Fixed bug with favourite switch not enabling itself when no hiddenApps exist

Added a comment to explain the enabled state of the switches
icon loader is now a single loader rather than two, hidden icon has
priority

* spelling mistakes

* fixed warning

* formatting fixes
2026-02-19 21:26:10 +11:00
2 * r + 2 * t
9d7f0c48ce internal: format 2026-01-28 19:21:44 +11:00
2 * r + 2 * t
4f7f21a86d internal: no async loaders
Fixes reload issue and all stuff not loading issues
2026-01-16 01:40:38 +11:00
ATMDA
147410e39b cleanup: removed unnecessary comments 2025-11-19 21:15:40 -05:00
ATMDA
ef46a02b2f refactor: ToggleButton Tooltips and DeviceList 2025-11-19 21:04:32 -05:00
ATMDA
e8fc13630c refactor: SettingsHeader on all panels 2025-11-19 17:20:00 -05:00
ATMDA
aff01f01a8 refactor: PaneTransition now component 2025-11-19 13:10:09 -05:00
ATMDA
ad4213d45c refactor: SplitPaneLayout now component 2025-11-19 12:39:45 -05:00
ATMDA
e72fe3f73b controlcenter: corrected launcher animation on data update 2025-11-17 22:37:33 -05:00
ATMDA
4de4a787de controlcenter: launcher pane refreshment 2025-11-17 22:02:59 -05:00
ATMDA
23e5d7d13c controlcenter: renamed panel titles from settings to panel name 2025-11-17 15:46:40 -05:00
ATMDA
b1cc641849 controlcenter: correcting padding/margins on containers 2025-11-17 13:34:29 -05:00
ATMDA
d9034ede8e controlcenter: lazyloading applicatoins in launcher pane 2025-11-16 14:03:20 -05:00
ATMDA
d751b68bdf controlcenter: corrected missing config.save() on panes 2025-11-16 13:15:08 -05:00
ATMDA
5be8d68ae7 controlcenter: increased animation on fade-in (wallpaper and applications) 2025-11-15 19:26:14 -05:00
ATMDA
b5a31fbc59 controlcenter: launcher pane now fades in applications 2025-11-15 19:15:34 -05:00
ATMDA
4ada7ea608 controlcenter: corrected certain containers not respecting transparency layers 2025-11-15 17:16:52 -05:00
ATMDA
b0006f2f11 controlcenter: corrected all panels edge-to-edge containers 2025-11-15 16:44:11 -05:00
ATMDA
f3a0fcc715 controlcenter: correcting margin inconsistencies between panels 2025-11-15 11:08:03 -05:00
ATMDA
f79fd9328c controlcenter: fix edge to edge in panels 2025-11-15 10:25:45 -05:00
ATMDA
f29f0a3805 controlcenter: removed FileView and now all use singleton Config 2025-11-15 01:36:57 -05:00
ATMDA
f204e860ed controlcenter: launcher pane only shows hide when app selected 2025-11-15 00:38:04 -05:00
ATMDA
a40624839b controlcenter: selectables now match bluetooth pane 2025-11-15 00:36:26 -05:00
ATMDA
20e07b2a13 controlcenter: clip to all styledflickable 2025-11-15 00:29:42 -05:00
ATMDA
90e920bf2e controlcenter: fixed anchors vs parent logs 2025-11-15 00:25:31 -05:00
ATMDA
d123dc0b7e controlcenter: search applications in launcher pane 2025-11-14 22:50:03 -05:00
ATMDA
9cdc30058a controlcenter: font size adjustments on headings 2025-11-14 14:03:10 -05:00
ATMDA
1da9c68be8 cleanup: trailing whitespace removeal (entire project) 2025-11-13 14:41:14 -05:00
ATMDA
e21a1519b0 controlcenter: refactoring into components 2025-11-12 16:06:16 -05:00
ATMDA
90bb8b1d00 controlcenter: removed debug info toggles 2025-11-11 16:28:59 -05:00