| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove more things, make lock screen use wallpaper not screenshot | Freya Murphy | 7 days | 1 | -3/+4 |
| | | |||||
| * | clean up lock screen | Freya Murphy | 7 days | 3 | -367/+0 |
| | | |||||
| * | bar/osicon: fix blurriness (#1271) | Kalagmitan | 8 days | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | * osicon: Unblurred sidebar icon + The multiplier on the implicitWidth and implicitHeight caused the distro icon on the sidebar to look blurry. I believe this is because the screen can't render a fraction of a pixel, and so, the qtengine compensates by using anti-aliasing which causes the icon look smudged. + I changed the font size of the icon to a standard integer size (extraLarge) and removed the multipliers. A side-effect of this commit is that the icon looks a bit bigger now, I chose extraLarge instead of just large because the icon looked a bit too small, but I do not know of other people's preference on this. * feat: Adjusted root implictWidth and implicitHeight * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | config: add option to hide notifications on lockscreen (#1211) | 八奈見 レイ | 8 days | 1 | -3/+3 |
| | | |||||
| * | media: hide person icon if user pfp is ready (#1213) | Xavier Lhinares | 8 days | 1 | -0/+1 |
| | | |||||
| * | notifs: add sourceSize to notification images | 2 * r + 2 * t | 11 days | 1 | -0/+2 |
| | | |||||
| * | notifs: single-pass derived properties in NotifGroup | 2 * r + 2 * t | 11 days | 1 | -3/+24 |
| | | |||||
| * | feat: add Logo shape component (#1247) | Robin Seger | 2026-03-10 | 1 | -9/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | * Logo Shape component - Added Logo.qml component with scaling - Updated OsIcon to use Logo component * missed removing tour * [CI] chore: update flake * Colours.palette defaults * fixed import, added logo to Fetch.qml * single shape parent, prop changes * prop changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
| * | background: fix desktop clock 12h format | 2 * r + 2 * t | 2026-01-20 | 1 | -4/+3 |
| | | |||||
| * | internal: fix lock null warnings | 2 * r + 2 * t | 2026-01-16 | 1 | -2/+2 |
| | | |||||
| * | internal: no async loaders | 2 * r + 2 * t | 2026-01-16 | 5 | -9/+0 |
| | | | | | Fixes reload issue and all stuff not loading issues | ||||
| * | lock: fix weather | 2 * r + 2 * t | 2026-01-04 | 1 | -24/+5 |
| | | |||||
| * | 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 |
| | | |||||