| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-03-12 | strings: cache compiled RegExp objects | 2 * r + 2 * t | 1 | -2/+8 | |
| 2026-02-19 | launcher: add favorite apps (#946) | Bora Gülerman | 1 | -0/+20 | |
| * 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-01-28 | internal: format | 2 * r + 2 * t | 1 | -31/+25 | |
| 2026-01-18 | paths: simulate variable expansion so $HOME works (#1093) | Evertiro | 1 | -1/+1 | |
| Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | |||||
| 2026-01-17 | sysinfo: allow overriding OS icon (#1091) | Evertiro | 1 | -1/+17 | |
| * Allow overriding OS icon Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Support icons and live reloading Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * isDefaultLogo should default to true Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | |||||
| 2026-01-03 | dashboard: add weather tab | Ezekiel Gonzales | 1 | -48/+28 | |
| dashboard: Added Weather tab that shows weather forecast | |||||
| 2025-11-20 | controlcenter: updated wireless icons | ATMDA | 1 | -10/+22 | |
| 2025-11-19 | refactor: NetworkConnection util created, migrated all functions | ATMDA | 1 | -0/+122 | |
| 2025-11-15 | internal: use existing button controls | 2 * r + 2 * t | 1 | -0/+1 | |
| Instead of SimpleButton | |||||
| 2025-11-13 | cleanup: trailing whitespace removeal (entire project) | ATMDA | 1 | -2/+2 | |
| 2025-10-13 | bar/workspaces: special ws icon config (#785) | Robin Seger | 1 | -0/+7 | |
| * workspaces: icons config * add README json example | |||||
| 2025-09-20 | notifs: persist images | 2 * r + 2 * t | 1 | -0/+1 | |
| 2025-09-14 | utilities: add recording control | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-09-09 | bar/tray: add icon subs | 2 * r + 2 * t | 1 | -0/+13 | |
| Usage: array of { id, image | icon } | |||||
| 2025-09-09 | internal: use Qt.resolvedUrl | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-03 | internal: refactor Paths util | 2 * r + 2 * t | 1 | -23/+15 | |
| 2025-08-30 | wallpapers: use CAELESTIA_WALLPAPERS_DIR env | 2 * r + 2 * t | 1 | -0/+2 | |
| Env var overrides config option | |||||
| 2025-08-27 | internal: move notif icon lower | 2 * r + 2 * t | 1 | -0/+1 | |
| 2025-08-27 | internal: better copy | 2 * r + 2 * t | 1 | -4/+0 | |
| 2025-08-27 | plugin: saveItem ensure parent dir | 2 * r + 2 * t | 1 | -4/+0 | |
| Also const everything and format | |||||
| 2025-08-27 | osd: add mic volume | 2 * r + 2 * t | 1 | -0/+6 | |
| Disabled by default | |||||
| 2025-08-27 | paths: use unified env var for lib dir | 2 * r + 2 * t | 1 | -0/+1 | |
| CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector | |||||
| 2025-08-16 | bar/workspaces: add special ws overlay | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-16 | bar/workspaces: refactor | 2 * r + 2 * t | 1 | -0/+15 | |
| 2025-08-13 | internal: use icon os logo instead of nerd font | 2 * r + 2 * t | 2 | -57/+6 | |
| Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option | |||||
| 2025-08-11 | lock/fetch: shell -> uptime + no qsTr | 2 * r + 2 * t | 1 | -0/+31 | |
| 2025-08-11 | lock: add fetch + refactor os info | 2 * r + 2 * t | 2 | -26/+47 | |
| 2025-08-08 | paths: better to string | 2 * r + 2 * t | 1 | -1/+6 | |
| 2025-08-05 | bar/popouts: add audio device switcher (#319) | Laurens Duin | 1 | -0/+10 | |
| * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-01 | dashboard: fix player selector | 2 * r + 2 * t | 1 | -1/+4 | |
| Fixes #320 | |||||
| 2025-07-27 | icons: use heuristicLookup | 2 * r + 2 * t | 1 | -15/+2 | |
| 2025-07-22 | internal: fix typo | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-07-22 | filedialog: better icon filtering | 2 * r + 2 * t | 1 | -0/+12 | |
| Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils | |||||
| 2025-07-21 | icons: fix quoting issues | 2 * r + 2 * t | 1 | -3/+3 | |
| 2025-07-19 | launcher: better scheme search | 2 * r + 2 * t | 1 | -7/+21 | |
| 2025-07-19 | feat: fzf-like search instead of fuzzy | 2 * r + 2 * t | 3 | -0/+1375 | |
| Also add license for fuzzysort lib | |||||
| 2025-07-07 | paths: decode urls | 2 * r + 2 * t | 1 | -3/+7 | |
| Fixes spaces in paths breaking things | |||||
| 2025-06-29 | icons: add keyboard bluetooth device | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-06-25 | internal: move notif icon guessing to utils | 2 * r + 2 * t | 1 | -0/+29 | |
| 2025-06-23 | icons: add icon for bluetooth mouse | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-06-19 | launcher: better empty text | 2 * r + 2 * t | 1 | -0/+8 | |
| Also reload wallpapers when path changes | |||||
| 2025-06-18 | feat: dashboard pfp picker | 2 * r + 2 * t | 1 | -9/+7 | |
| 2025-06-18 | icons: add gimp sub | 2 * r + 2 * t | 1 | -1/+3 | |
| 2025-06-15 | feat: user config file | 2 * r + 2 * t | 1 | -0/+1 | |
| Config file at `~/.config/caelestia/shell.json` | |||||
| 2025-06-13 | internal: better caching impl | 2 * r + 2 * t | 1 | -0/+16 | |
| WARNING: causes blocking when caching image on first load | |||||
| 2025-06-05 | feat: dashboard media player selector | 2 * r + 2 * t | 1 | -2/+2 | |
| Also raise and quit buttons | |||||
| 2025-06-04 | icons: better app icon guessing | 2 * r + 2 * t | 1 | -5/+15 | |
| 2025-05-24 | refactor: path utils | 2 * r + 2 * t | 1 | -0/+15 | |
| 2025-05-24 | icons: better matching + add category icon | 2 * r + 2 * t | 1 | -2/+4 | |
| 2025-05-23 | dashboard: add weather | 2 * r + 2 * t | 1 | -54/+55 | |