summaryrefslogtreecommitdiff
path: root/modules/controlcenter/launcher (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more stuffffFreya Murphy2026-03-162-824/+0
|
* hardcode single wallpaperFreya Murphy2026-03-161-33/+0
|
* remove themes and configs from launcherFreya Murphy2026-03-161-18/+0
|
* launcher: add favorite apps (#946)Bora Gülerman2026-02-191-14/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* internal: format2 * r + 2 * t2026-01-282-177/+173
|
* internal: no async loaders2 * r + 2 * t2026-01-161-2/+0
| | | | Fixes reload issue and all stuff not loading issues
* cleanup: removed unnecessary commentsATMDA2025-11-191-25/+2
|
* refactor: ToggleButton Tooltips and DeviceListATMDA2025-11-191-0/+4
|
* refactor: SettingsHeader on all panelsATMDA2025-11-192-51/+44
|
* refactor: PaneTransition now componentATMDA2025-11-191-52/+21
|
* refactor: SplitPaneLayout now componentATMDA2025-11-191-165/+123
|
* controlcenter: corrected launcher animation on data updateATMDA2025-11-171-14/+66
|
* controlcenter: launcher pane refreshmentATMDA2025-11-172-7/+352
|
* controlcenter: renamed panel titles from settings to panel nameATMDA2025-11-171-1/+1
|
* controlcenter: correcting padding/margins on containersATMDA2025-11-171-1/+1
|
* controlcenter: lazyloading applicatoins in launcher paneATMDA2025-11-161-46/+60
|
* controlcenter: corrected missing config.save() on panesATMDA2025-11-161-1/+4
|
* controlcenter: increased animation on fade-in (wallpaper and applications)ATMDA2025-11-151-1/+1
|
* controlcenter: launcher pane now fades in applicationsATMDA2025-11-151-0/+13
|
* controlcenter: corrected certain containers not respecting transparency layersATMDA2025-11-151-2/+2
|
* controlcenter: corrected all panels edge-to-edge containersATMDA2025-11-151-17/+70
|
* controlcenter: correcting margin inconsistencies between panelsATMDA2025-11-151-0/+1
|
* controlcenter: fix edge to edge in panelsATMDA2025-11-151-3/+11
|
* controlcenter: removed FileView and now all use singleton ConfigATMDA2025-11-151-53/+24
|
* controlcenter: launcher pane only shows hide when app selectedATMDA2025-11-151-0/+1
|
* controlcenter: selectables now match bluetooth paneATMDA2025-11-151-2/+0
|
* controlcenter: clip to all styledflickableATMDA2025-11-151-0/+1
|
* controlcenter: fixed anchors vs parent logsATMDA2025-11-151-2/+1
|
* controlcenter: search applications in launcher paneATMDA2025-11-141-3/+149
|
* controlcenter: font size adjustments on headingsATMDA2025-11-141-1/+1
|
* cleanup: trailing whitespace removeal (entire project)ATMDA2025-11-131-5/+5
|
* controlcenter: refactoring into componentsATMDA2025-11-121-33/+12
|
* controlcenter: removed debug info togglesATMDA2025-11-111-114/+0
|
* controlcenter: launcher panel, can hide/show applicationsATMDA2025-11-111-0/+446