| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | internal: fix bat charge state | 2 * r + 2 * t | 2025-10-08 | 1 | -1/+1 |
| | | | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf | ||||
| * | internal: fix battery charging logic for tray and lock (#751) | Dylan Myers | 2025-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic | ||||
| * | lock: different error messages | 2 * r + 2 * t | 2025-09-22 | 1 | -2/+2 |
| | | | | | To separate between fprint and passwd errors | ||||
| * | sidebar/notifs: better anims + misc fixes | 2 * r + 2 * t | 2025-09-20 | 2 | -3/+6 |
| | | |||||
| * | notifs: persistent notifs + better sidebar notifs | 2 * r + 2 * t | 2025-09-18 | 1 | -9/+23 |
| | | |||||
| * | sidebar: add notifs | 2 * r + 2 * t | 2025-09-18 | 1 | -1/+1 |
| | | |||||
| * | feat: add idle monitor | 2 * r + 2 * t | 2025-09-17 | 1 | -0/+1 |
| | | | | | Replaces hypridle | ||||
| * | internal: add opacity mask component | 2 * r + 2 * t | 2025-09-14 | 1 | -6/+2 |
| | | |||||
| * | plugin/managers: add CircularIndicatorManager | 2 * r + 2 * t | 2025-09-13 | 1 | -1/+1 |
| | | | | | Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ | ||||
| * | internal: use Qt.resolvedUrl | 2 * r + 2 * t | 2025-09-09 | 2 | -2/+2 |
| | | |||||
| * | internal: refactor Paths util | 2 * r + 2 * t | 2025-09-03 | 1 | -1/+1 |
| | | |||||
| * | lock/notifs: fix undef error | 2 * r + 2 * t | 2025-09-02 | 1 | -2/+2 |
| | | |||||
| * | lock: show keyboard layout | 2 * r + 2 * t | 2025-08-28 | 1 | -1/+17 |
| | | | | | Closes #450 | ||||
| * | lock: add caps/num lock indicator | 2 * r + 2 * t | 2025-08-28 | 1 | -90/+148 |
| | | | | | Closes #485 | ||||
| * | internal: move notif icon lower | 2 * r + 2 * t | 2025-08-27 | 1 | -1/+1 |
| | | |||||
| * | internal: use Anim component | 2 * r + 2 * t | 2025-08-24 | 2 | -6/+4 |
| | | |||||
| * | internal: add canim component | 2 * r + 2 * t | 2025-08-24 | 1 | -7/+0 |
| | | |||||
| * | internal: add anim component | 2 * r + 2 * t | 2025-08-24 | 7 | -42/+0 |
| | | | | | No inlining | ||||
| * | lock: add fprint support (#429) | 2 * r + 2 * t | 2025-08-23 | 7 | -29/+295 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lock: add fprint support * lock: better fprint detection * lock: cap error retries * nix: fix fprint pam for nix * lock: reset fprint tries * lock: minor pam fixes Delay fprint error retries Reset fprint error retries on lock * lock: loading indicator passwd state Instead of fprint state cause no way of detecting that * dashboard: better visualiser * lock: better fprint availability check * lock: better in/out anim Animating layout sizes is a bad idea :woe: Use scale instead * lock: add better error/fail messages * lock: less fprint icon states Already shown by message * lock: fix fprint reset * lock: include passwd pam * lock: flash message on change * lock: fix message anim Also wrap message instead of eliding * lock: better messages for no fprint | ||||
| * | lock: better pfp fallback | 2 * r + 2 * t | 2025-08-19 | 1 | -2/+1 |
| | | |||||
| * | lock: remove unnecessary id | 2 * r + 2 * t | 2025-08-17 | 1 | -2/+0 |
| | | |||||
| * | internal: scale rounding properly | 2 * r + 2 * t | 2025-08-17 | 2 | -3/+4 |
| | | |||||
| * | lock: refactor | 2 * r + 2 * t | 2025-08-17 | 2 | -5/+2 |
| | | |||||
| * | lock: clear password buffer on unlock | 2 * r + 2 * t | 2025-08-16 | 1 | -0/+8 |
| | | | | | For when unlocking via ipc/globalshortcut | ||||
| * | lock/notifs: retain notifs | 2 * r + 2 * t | 2025-08-15 | 1 | -0/+10 |
| | | |||||
| * | internal: better loading indicator | 2 * r + 2 * t | 2025-08-14 | 1 | -57/+10 |
| | | | | | Abstract circular progress into own component | ||||
| * | internal: better colourisation | 2 * r + 2 * t | 2025-08-14 | 2 | -20/+6 |
| | | |||||
| * | internal: use icon os logo instead of nerd font | 2 * r + 2 * t | 2025-08-13 | 1 | -11/+15 |
| | | | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option | ||||
| * | lock/resources: async shapes | 2 * r + 2 * t | 2025-08-13 | 1 | -0/+1 |
| | | |||||
| * | lock/fetch: hide user when bat and smol | 2 * r + 2 * t | 2025-08-13 | 1 | -20/+18 |
| | | |||||
| * | lock/fetch: add battery | 2 * r + 2 * t | 2025-08-12 | 1 | -2/+16 |
| | | |||||
| * | config: add clock font config | 2 * r + 2 * t | 2025-08-12 | 2 | -0/+5 |
| | | | | | | Also use mono font for lock media artist Add rubik to nix font deps | ||||
| * | lock: dont load media cover when anim | 2 * r + 2 * t | 2025-08-12 | 4 | -7/+11 |
| | | | | | | Also no fractional font size Fix log warning | ||||
| * | lock: better scaling | 2 * r + 2 * t | 2025-08-12 | 3 | -18/+40 |
| | | |||||
| * | lock: better scaling + fix null error | 2 * r + 2 * t | 2025-08-12 | 3 | -7/+8 |
| | | |||||
| * | internal: clean up old lock files | 2 * r + 2 * t | 2025-08-12 | 7 | -1614/+0 |
| | | |||||
| * | lock: fix input colour | 2 * r + 2 * t | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | lock/resources: fix scaling | 2 * r + 2 * t | 2025-08-12 | 1 | -2/+2 |
| | | |||||
| * | lock/notifs: better anims | 2 * r + 2 * t | 2025-08-11 | 1 | -0/+21 |
| | | |||||
| * | lock/notifs: don't show notifs until anim finish | 2 * r + 2 * t | 2025-08-11 | 2 | -1/+2 |
| | | | | | Cause layout calculations are slow | ||||
| * | lock/notifs: add empty placeholder | 2 * r + 2 * t | 2025-08-11 | 4 | -3/+61 |
| | | |||||
| * | lock: add notifs | 2 * r + 2 * t | 2025-08-11 | 4 | -0/+385 |
| | | |||||
| * | lock/fetch: shell -> uptime + no qsTr | 2 * r + 2 * t | 2025-08-11 | 1 | -4/+4 |
| | | |||||
| * | lock: better scaling for weather & fetch | 2 * r + 2 * t | 2025-08-11 | 3 | -69/+124 |
| | | |||||
| * | lock: add fetch + refactor os info | 2 * r + 2 * t | 2025-08-11 | 2 | -0/+104 |
| | | |||||
| * | lock: add resources | 2 * r + 2 * t | 2025-08-11 | 2 | -1/+153 |
| | | |||||
| * | lock/media: anim image status | 2 * r + 2 * t | 2025-08-11 | 1 | -0/+8 |
| | | |||||
| * | lock: better init anim | 2 * r + 2 * t | 2025-08-11 | 2 | -1/+3 |
| | | |||||
| * | lock: add media controls | 2 * r + 2 * t | 2025-08-11 | 1 | -3/+115 |
| | | |||||
| * | lock: fix transparent shadow | 2 * r + 2 * t | 2025-08-11 | 1 | -18/+23 |
| | | |||||