| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | launcher: add favorite apps (#946) | Bora Gülerman | 2026-02-19 | 4 | -31/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | shortcuts: Sidebar and Utilities shortcuts (#1160) | Ezekiel Gonzales | 2026-02-13 | 1 | -0/+23 |
| | | | | | | * shortcuts: Added shortcut to toggle the sidebar * shortcuts: added utilities shortcut to toggle utilities | ||||
| * | fix: bluetooth battery bar (#1153) | Evertiro | 2026-02-08 | 1 | -9/+3 |
| | | | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | ||||
| * | config: allow adjusting the speed of gifs (#1147) | Evertiro | 2026-02-04 | 3 | -3/+3 |
| | | | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | ||||
| * | desktopclock: background blur GameMode support (#1145) | Ezekiel Gonzales | 2026-02-03 | 1 | -1/+1 |
| | | |||||
| * | config: serialize brightnessIncrement (#1117) | Ezekiel Gonzales | 2026-01-28 | 1 | -2/+2 |
| | | | | | | * config: serialize brightnessIncrement * add brightness increment on OSD scroll | ||||
| * | internal: format | 2 * r + 2 * t | 2026-01-28 | 56 | -1246/+1353 |
| | | |||||
| * | controlcenter: remove qt5compat dep | 2 * r + 2 * t | 2026-01-28 | 2 | -97/+166 |
| | | |||||
| * | controlcenter: added VPN settings & management (#1095) | Robin Seger | 2026-01-21 | 8 | -17/+1402 |
| | | | | | | | | | | | | | | | | | * feat: add VPN settings and management UI - Add VPN configuration UI - Update VPN toggle visibility to check enabled providers * controlcenter: VPN modal transitions & cleanup * controlcenter: VPN modal styling * controlcenter: VPN modal scrim * controlcenter: VPN modal padding * controlcenter: VPN modal enter & exit behaviour | ||||
| * | bar/statusicons: allow disabling wifi icon when ethernet is active (#1107) | Evertiro | 2026-01-20 | 2 | -6/+16 |
| | | | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | ||||
| * | background: fix desktop clock 12h format | 2 * r + 2 * t | 2026-01-20 | 3 | -18/+20 |
| | | |||||
| * | controlcenter: add per-application audio controls (#1098) | ATDMA | 2026-01-19 | 1 | -0/+145 |
| | | | | | | * feat: per-application audio controls in controlcenter and popout * removed: per-application volume control removed from audio popout | ||||
| * | popouts/kblayout: revamp to be actually functional (#971) | AleksElixir | 2026-01-19 | 4 | -29/+364 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replacement KbLayout.qml for keyboard layout management * Add files via upload * Update KbLayout source component import * Remove KbLayout.qml and relocate to kblayout folder The KbLayout.qml file has been removed and relocated to the kblayout folder. * Code fixes, and added kbLimit config that toust would be dissableable * Add 'kbLimit' to configuration options Added the keyboard limit toast config to the README * Update KbLayout.qml * Update KbLayoutModel.qml * Update BarConfig.qml * Update Content.qml * remove old file --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | controlcenter: add desktopClock configurations (#1097) | Ezekiel Gonzales | 2026-01-19 | 2 | -4/+214 |
| | | | | | | | | | | * controlCenter: Added desktopClock configurations * fix dropdown overlay & animation --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | background: redesign desktop clock and allow positioning (#1092) | Ezekiel Gonzales | 2026-01-18 | 2 | -21/+259 |
| | | | | | | | | | | | | | | | | | | * background(desktop clock): Redesigned the Desktop Clock and allow positioning and scaling * desktopClock: initial fix for contrast and added debug tool * fix properties * fix BackgroundConfig.qml for desktopClock * removed debugging tool and applied maintainer suggestions * added invert colors, opacity, and fix positioning * added blur, fix layout, allow invert colors * added implicitWidth behavior and small change | ||||
| * | internal: fix lock null warnings | 2 * r + 2 * t | 2026-01-16 | 1 | -2/+2 |
| | | |||||
| * | dashboard: fix flickering on switch panes | 2 * r + 2 * t | 2026-01-16 | 1 | -0/+10 |
| | | |||||
| * | internal: fix errors due to sync loaders | 2 * r + 2 * t | 2026-01-16 | 9 | -17/+20 |
| | | |||||
| * | internal: no async loaders | 2 * r + 2 * t | 2026-01-16 | 39 | -64/+0 |
| | | | | | Fixes reload issue and all stuff not loading issues | ||||
| * | background: non async loader | 2 * r + 2 * t | 2026-01-16 | 1 | -1/+0 |
| | | | | | | Fixes #1074 Closes #1080 | ||||
| * | popouts/network: fix rescan circ prog center | 2 * r + 2 * t | 2026-01-12 | 1 | -12/+8 |
| | | |||||
| * | lock: fix weather | 2 * r + 2 * t | 2026-01-04 | 1 | -24/+5 |
| | | |||||
| * | weather: better padding for forecast label | 2 * r + 2 * t | 2026-01-03 | 1 | -0/+1 |
| | | |||||
| * | services: add brightnessIncrement config property (#1010) | Ezekiel Gonzales | 2026-01-03 | 1 | -2/+2 |
| | | | | | | * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll | ||||
| * | bluetooth: make device sort order stable | 2 * r + 2 * t | 2026-01-03 | 2 | -6/+3 |
| | | | | | Closes #948 | ||||
| * | weather: use tPalette for containers | 2 * r + 2 * t | 2026-01-03 | 1 | -3/+4 |
| | | |||||
| * | dashboard: fix scrolling between panes | 2 * r + 2 * t | 2026-01-03 | 1 | -9/+3 |
| | | |||||
| * | dash: more expressive shapes | 2 * r + 2 * t | 2026-01-03 | 1 | -1/+12 |
| | | |||||
| * | dashboard: fix index not initialised | 2 * r + 2 * t | 2026-01-03 | 1 | -2/+3 |
| | | |||||
| * | dashboard: add weather tab | Ezekiel Gonzales | 2026-01-03 | 3 | -0/+287 |
| | | | | dashboard: Added Weather tab that shows weather forecast | ||||
| * | Merge pull request #906 from atdma/main | 2 * r + 2 * t | 2026-01-03 | 66 | -845/+7813 |
| |\ | | | | | controlcenter: many setting panes and minor features | ||||
| | * | Merge branch 'caelestia-dots:main' into main | ATDMA | 2025-11-24 | 1 | -5/+10 |
| | |\ | |||||
| | * | | controlcenter: cleaned up wallpapergrid | ATMDA | 2025-11-20 | 1 | -7/+1 |
| | | | | |||||
| | * | | controlcenter: refactor SliderInput and StyledInputFields to use qt ↵ | ATMDA | 2025-11-20 | 3 | -351/+92 |
| | | | | | | | | | | | | | components and consolidated SliderInputs to single component | ||||
| | * | | controlcenter: corrected taskbar panel container margins/padding | ATMDA | 2025-11-20 | 1 | -3/+7 |
| | | | | |||||
| | * | | controlcenter: wallpaper now uses gridview, removed custom lazy loading | ATMDA | 2025-11-20 | 2 | -337/+44 |
| | | | | |||||
| | * | | background: enable asynchronous loading for background component | ATMDA | 2025-11-20 | 1 | -0/+1 |
| | | | | |||||
| | * | | controlcenter: WallpaperGrid color updates to style | ATMDA | 2025-11-20 | 1 | -4/+14 |
| | | | | |||||
| | * | | controlcenter: wallpaper title overlay to black | ATMDA | 2025-11-20 | 1 | -12/+4 |
| | | | | |||||
| | * | | controlcenter: updated wireless icons | ATMDA | 2025-11-20 | 1 | -34/+1 |
| | | | | |||||
| | * | | refactor: EthernetList styling | ATMDA | 2025-11-20 | 1 | -5/+11 |
| | | | | |||||
| | * | | refactor: EthernetList correction on selected style | ATMDA | 2025-11-20 | 1 | -16/+38 |
| | | | | |||||
| | * | | refactor: EthernetList and WirelessList components removed border properties | ATMDA | 2025-11-20 | 2 | -20/+64 |
| | | | | |||||
| | * | | refactor: replaced wallpaper logic with WallpaperGrid component | ATMDA | 2025-11-19 | 2 | -513/+518 |
| | | | | |||||
| | * | | refactor: update ConnectedButtonGroup | ATMDA | 2025-11-19 | 1 | -92/+13 |
| | | | | |||||
| | * | | refactor: replaced CollapsibleSection with FontsSection | ATMDA | 2025-11-19 | 2 | -269/+288 |
| | | | | |||||
| | * | | refactor: reorganized AppearancePane sections into dedicated components | ATMDA | 2025-11-19 | 10 | -501/+659 |
| | | | | |||||
| | * | | refactor: replaced input fields with SliderInput components | ATMDA | 2025-11-19 | 7 | -1074/+550 |
| | | | | |||||
| | * | | cleanup: removed unnecessary comments | ATMDA | 2025-11-19 | 22 | -194/+9 |
| | | | | |||||
| | * | | cleanup: removed comments | ATMDA | 2025-11-19 | 5 | -168/+0 |
| | | | | |||||