Commit Graph
3366 Commits
Author SHA1 Message Date
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
lysec c9729789a7 Launcher: fix signal issue 2025-10-11 18:36:39 +02:00
lysec 28c2352b31 OSD: fix centering 2025-10-11 18:24:13 +02:00
lysec 3dff242606 OSD: fix vertical layout
autoformat
2025-10-11 18:18:43 +02:00
ItsLemmy df6fdf3656 Fix NPanel scaling on Qt6.10 2025-10-11 11:28:03 -04:00
lysec c487f1982e AudioCard: remove spacing between in/output
ControlCenterPanel: fix height
2025-10-11 17:04:33 +02:00
lysec 3e4a315587 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-10-11 16:59:35 +02:00
lysec 5a8da9695d MediaCard: resize, made title text bigger
SystemMonitorCard: made more compact
WeatherCard: made more compact
ControlCenterPanel: adjust height
2025-10-11 16:58:23 +02:00
ItsLemmy 7449e7a282 Compositor: scale translations 2025-10-11 10:33:25 -04:00
ItsLemmy 54fa04f303 Compositor: proper monitor scaling detection and display in settings + fixes blurry wallpapers on compositor scaled monitors. 2025-10-11 10:29:28 -04:00
lysec 656e15f589 ColorSchemeTab: properly fix predefined colorscheme preview 2025-10-11 15:51:21 +02:00
lysec 263f3c5fd2 Matugen: fix discord theming
ColorSchemeTab: fix predefined color scheme preview
2025-10-11 15:44:06 +02: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