Commit Graph
1024 Commits
Author SHA1 Message Date
ItsLemmy 7e4c7a1efd translations 2025-10-12 16:16:46 -04:00
ItsLemmy 9f54822e4c Different scaling for Bar and Panels 2025-10-12 15:48:52 -04:00
Kainoa Kanter a64899d76a revert accidental personal change 2025-10-12 10:39:47 -07:00
Kainoa Kanter bec1141d40 Merge branch 'main' into feat/calendar-events 2025-10-12 10:39:03 -07:00
lysec 6da4acee09 Dock, Tray, ActiveWindow, Taskbar: add theming for app/tray icons
appicon_colorize: create simple shader to colorize icons by theme color
2025-10-12 17:51:07 +02:00
lysec 14af84ffbe LockScreen: make compact version buttons not overflow & edit clock
CalendarPanel: edit clock
Autoformat
2025-10-12 16:01:31 +02:00
ItsLemmy 292ecd493b More cleanup 2025-10-12 09:33:04 -04:00
ItsLemmy f4b27380c3 Qt-Scaling: first cleanup pass 2025-10-12 08:23:24 -04:00
loner 4ed3dad69d feat: Improve hidemode logic for ActiveWindow and MediaMini widgets 2025-10-12 06:27:50 +08:00
loner f843086603 feat(mediamini): Add tri-state hideMode to MediaMini 2025-10-12 04:06:52 +08:00
loner 3e26da9641 feat(activewindow): Add tri-state hideMode to ActiveWindow 2025-10-12 04:00:25 +08:00
lysec c90fa5fec2 LockScreen: fix clock hour not updating
CalendarPanel: fix clock hour not updating
2025-10-11 21:06:33 +02:00
Corey Woodworth 83b8f307a1 fix: fixed issues caused my my poor merge. removed incorrect OnPaint and moved brackets 2025-10-11 14:51:14 -04:00
MrDowntempoandGitHub 3e851fc5ca Merge branch 'main' into fix/calendar-alignment 2025-10-11 14:30:34 -04:00
loner 9f95901eb7 fix(bar): Correct ActiveWindow layout when empty 2025-10-12 01:34:46 +08:00
lysec eadebacea9 DockTab: fix NComboBox
Autoformat
2025-10-11 15:17:21 +02:00
MrDowntempoandGitHub c25ae8bec4 More consistent line breaks in source code 2025-10-11 02:50:18 -04:00
MrDowntempoandGitHub 76770bbb3c Even more cleanup 2025-10-11 02:43:34 -04:00
MrDowntempoandGitHub 357c30617d More indentation cleanup 2025-10-11 02:38:46 -04:00
Corey Woodworth 4fb884a5c6 fix: fine tune vertical centering and ensure room for long month names 2025-10-11 02:09:51 -04:00
MrDowntempoandGitHub 6d83a3ebed Indentation fixes
Should be all cleaned up and ready to go
2025-10-11 00:43:06 -04:00
MrDowntempoandGitHub 0b928b0e1d Deleted some spaces
some final cleanup
2025-10-11 00:02:50 -04:00
MrDowntempoandGitHub ee799df56d Just some clean up and restored comments 2025-10-10 23:56:17 -04:00
Corey Woodworth e07e7e2bd1 fix: Refine header layout and animations 2025-10-10 23:36:46 -04:00
Corey Woodworth 586e28919c fix: Alignment issue on current day vs other days 2025-10-10 22:14:57 -04:00
ItsLemmy f77bbaa5e3 More math rounding to avoid any blur. 2025-10-10 15:47:14 -04:00
Damian D'Souza c1e9f0e0b3 BatteryPanel: change percentage placeholder to percent 2025-10-10 20:28:51 +02:00
Damian D'Souza 1e2a2a1d4b Battery: update enum name from Conservative to Lifespan 2025-10-10 19:04:58 +02:00
Damian D'Souza f15a31462f Battery: change panel labels 2025-10-10 18:49:10 +02:00
ItsLemmy 93803f1309 autofmt 2025-10-10 08:02:10 -04:00
LemmyandGitHub a493061bae Merge pull request #451 from lonerOrz/feature/tray-blacklist
feat(tray): Implement core blacklist filtering logic
2025-10-10 08:01:05 -04:00
ItsLemmy 971a216895 Merge branch 'quick-settings' 2025-10-10 07:42:40 -04:00
ItsLemmy 254a3cfad6 Tray: partial revert of IconImage smoothing 2025-10-09 23:52:54 -04:00
ItsLemmy 4d0041abee Quicksettings: polishing, fixed all scaling issues. 2025-10-09 19:57:12 -04:00
loner 20c54e292f feat(tray): Implement debouncing for tray item updates 2025-10-10 07:17:11 +08:00
ItsLemmy 0989601dbc Fixed a bunch of scaling issue in bar NIconButtons 2025-10-09 17:31:42 -04:00
loner 1455c84b0c fix(tray): Improving regex escaping logic. 2025-10-10 05:18:46 +08:00
loner f47216033e feat(tray): Remove global trayBlacklist 2025-10-10 05:00:13 +08:00
loner 2f2bcdebc8 feat: Add custom settings and blacklist for Tray module 2025-10-10 03:34:09 +08:00
loner b30879b38d Fix: Adjust tray module and icon size 2025-10-10 03:22:06 +08:00
loner b34f971306 feat(tray): Implement core blacklist filtering logic 2025-10-10 01:00:46 +08:00
Damian D'Souza 2f515ca3c5 BatteryPanel: implement basic battery panel with 3 radio buttons 2025-10-09 17:52:35 +02:00
ItsLemmy 5c5e414072 Auto formatting 2025-10-09 09:43:40 -04:00
ItsLemmy a25ea9fa77 DigitalClock: improved accuracy, removed useless connections 2025-10-09 09:36:31 -04:00
ItsLemmy ab7099e491 Tray: rounding size to avoid unwanted blur. 2025-10-09 09:23:21 -04:00
Kainoa Kanter 64f10ff1c4 one dot per event, different dot colors depending on event length 2025-10-08 20:29:05 -07:00
ItsLemmy bff195309a QuickSettings: editable widgets/button section in the ControlCenter 2025-10-08 23:05:52 -04:00
Kainoa Kanter d6f8eb0bed fix: handle timezone properly for all-day events 2025-10-08 19:56:03 -07:00
Kainoa Kanter 799f4e0257 open gnome-calendar on date click 2025-10-08 19:47:58 -07:00
Kainoa Kanter d19f6ee15f remove debug logging 2025-10-08 19:28:57 -07:00