Commit Graph
3381 Commits
Author SHA1 Message Date
ItsLemmy 7e4c7a1efd translations 2025-10-12 16:16:46 -04:00
lysec 7601577293 OSD: another possible layout fix 2025-10-12 21:53:57 +02:00
ItsLemmy 9f54822e4c Different scaling for Bar and Panels 2025-10-12 15:48:52 -04:00
ItsLemmy a2cd377837 New scaling wip 2025-10-12 15:25:09 -04:00
lysec d442f306c2 SettingsWindow: allow tilde usage 2025-10-12 21:13:52 +02:00
Damian D'Souza 7773124fb2 BatteryService: add log warn if incorrect mode is set 2025-10-12 20:51:33 +02:00
Damian D'Souza f6b4ec0df3 IPC: implement set and cycle calls for battery manager 2025-10-12 20:51:05 +02:00
lysec 427f87b320 LockScreen: weather respects location settings (celsius/fahrenheit)
LockScreen: battery/keyboard layout below eachother
2025-10-12 20:41:38 +02:00
Damian D'Souza 7fd5e952d7 BatteryService: implement cycleModes function 2025-10-12 20:35:42 +02:00
lysec a60120df7a LockScreen: add suspend button 2025-10-12 20:32:38 +02: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 853d1d969c OSD: attempting to fix layout misalignment 2025-10-12 19:12:34 +02: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 1e04a92047 Better margins 2025-10-12 09:50:01 -04:00
ItsLemmy 56db04ee1e Better margins 2025-10-12 09:42:53 -04:00
ItsLemmy 292ecd493b More cleanup 2025-10-12 09:33:04 -04:00
ItsLemmy 6a6a8b3f10 NPanel: fix animation glitch due to deactivating loader 2025-10-12 09:16:38 -04:00
ItsLemmy f4b27380c3 Qt-Scaling: first cleanup pass 2025-10-12 08:23:24 -04:00
dwuggh 52f0f6d44c fix: hold bar to be visible of a popup from the bar is shown 2025-10-12 19:26:02 +08:00
dwuggh 4c6ba6afad use i18n implementation for UI text strings 2025-10-12 18:47:30 +08:00
lysec d5d654e010 LockScreen: add compact mode toggle in GeneralTab
Settings: add lockscreen compact mode setting
i18n: add translations
2025-10-12 11:04:35 +02:00
lysec b4a344b0b5 ControlCenter: fix scaling (pass scaling to everything) 2025-10-12 10:25:52 +02:00
lysec 7d37d5dc17 OSD: hide initial brightness update (prevent showing brightness osd on startup) 2025-10-12 10:20:09 +02:00
LysecandGitHub 6c2e2fcb64 Merge pull request #472 from lonerOrz/fix/osd-brightness
fix: Resolve intermittent OSD brightness display issue
2025-10-12 10:18:57 +02:00
loner 7cc412289d fix: Resolve intermittent OSD brightness display issue 2025-10-12 07:52:50 +08:00
loner 3ca6036854 feat(i18n): Add de translations for hideMode in ActiveWindow and MediaMini 2025-10-12 06:41:52 +08:00
loner 9949dbecd7 feat(i18n): Add es translations for hideMode in ActiveWindow and MediaMini 2025-10-12 06:40:07 +08:00
loner 7e47616f8e feat(i18n): Add fr translations for hideMode in ActiveWindow and MediaMini 2025-10-12 06:39:17 +08:00
loner 51a81c1baf feat(i18n): Add pt translations for hideMode in ActiveWindow and MediaMini 2025-10-12 06:36:48 +08:00
loner 79092ca2f1 feat(i18n): Add zh-CN translations for hideMode in ActiveWindow and MediaMini 2025-10-12 06:34:12 +08: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
dwuggh abd9586def fix(bar): keep bar visible while hovering any widget by using HoverHandler on container instead of relying on background MouseArea
Problem: Parent MouseArea sat below bar content, so when the pointer hovered a child widget that handled hover, the parent did not see hover and barHovered became false, causing auto-hide to trigger unexpectedly.

Solution: Add a non-invasive HoverHandler on the bar container to drive barHovered, without stealing events from child widgets. Remove hover handling from the background MouseArea (kept for right-click).

Also respects auto-hide timers (cancel on enter; restart on exit).
2025-10-12 04:00:45 +08:00
loner 3e26da9641 feat(activewindow): Add tri-state hideMode to ActiveWindow 2025-10-12 04:00:25 +08:00
dwuggh 32ffaf599b respect settings order 2025-10-12 03:50:22 +08:00
dwuggh afcad54fec respect the global disable animation option 2025-10-12 03:37:26 +08:00
lysec c90fa5fec2 LockScreen: fix clock hour not updating
CalendarPanel: fix clock hour not updating
2025-10-11 21:06:33 +02:00
LysecandGitHub a68934ce12 Merge pull request #466 from MrDowntempo/fix/calendar-alignment
fix: Alignment issue on current day vs other days
2025-10-11 20:53:51 +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
dwuggh 62000eec1e feat: option to auto-hide the bar with edge hover reveal
- Keep bar as overlay while auto-hide is enabled (WlrLayershell.exclusionMode: Ignore) to avoid compositor relayouts and work-area changes.

- Add 1px edge "peek" PanelWindow overlay to reveal on hover;

- Animate bar with directional slide.
2025-10-12 02:33:24 +08:00
MrDowntempoandGitHub 3e851fc5ca Merge branch 'main' into fix/calendar-alignment 2025-10-11 14:30:34 -04:00
lysec ce5208fc7c Set version to dev 2025-10-11 20:13:10 +02:00
lysec 26099bb8fb Release v2.17.3 v2.17.3 2025-10-11 20:10:47 +02:00
loner 9f95901eb7 fix(bar): Correct ActiveWindow layout when empty 2025-10-12 01:34:46 +08:00
lysec a5341691c8 Autoformat 2025-10-11 19:22:32 +02:00
lysec b9e8e8becb OSD: possible layout fix, reintroduce scaling 2025-10-11 19:22:12 +02:00
lysec f9c9d00b60 OSD: add always on top setting 2025-10-11 19:16:37 +02:00
lysec e358239862 OSD: fix display logic 2025-10-11 19:14:23 +02:00