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
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
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
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
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
lysec
02f4fa8557
Set version to dev
2025-10-11 04:24:48 +02:00
lysec
e86f4e56cb
ControlCenter: revert to old layout
v2.17.2
2025-10-11 04:16:12 +02:00
ItsLemmy
32c929c943
dev
2025-10-10 21:29:26 -04:00
ItsLemmy
bffbd0730d
v2.17.1
v2.17.1
2025-10-10 21:29:04 -04:00
ItsLemmy
b3b5ec7f14
v2.17.0
v2.17.0
2025-10-10 21:26:40 -04:00
ItsLemmy
bb68222eea
autofmt
2025-10-10 15:52:09 -04:00
Lemmy and GitHub
05663d82b7
Merge pull request #460 from DuckySoLucky/feat/ability-to-ignore-intial-mouse-position
...
feat(Application Launcher): add option to ignore initial mouse position
2025-10-10 15:51:25 -04:00
ItsLemmy
f77bbaa5e3
More math rounding to avoid any blur.
2025-10-10 15:47:14 -04:00
DuckySoLucky
f0d14f3c61
fix: forgot to revert settings change
2025-10-10 21:38:36 +02:00
DuckySoLucky
b22c2e7d4d
refactor: remove setting
2025-10-10 21:34:37 +02:00
DuckySoLucky
f0c44734bc
feat(Application Launcher): add option to ignore initial mouse position
2025-10-10 20:07:28 +02:00
ItsLemmy
9c7dab92d0
Dock: Context menu improvements.
2025-10-10 13:54:47 -04:00
ItsLemmy
72b2b9e917
autofmt
2025-10-10 13:31:02 -04:00
Lemmy and GitHub
7bbd092768
Merge pull request #458 from xqwzts/dock
...
Add DockMenu actions
2025-10-10 13:30:30 -04:00
ItsLemmy
87acda584c
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
2025-10-10 12:04:12 -04:00
ItsLemmy
7df875dd3e
Background: avoid resizing wallpapers if one of the axis fits perfectly on screen.
2025-10-10 12:04:09 -04:00
Lemmy and GitHub
9f6bc100dc
Merge pull request #455 from acdcbyl/main
...
Matugen: Add KColorScheme for KDE's APP
2025-10-10 11:40:34 -04:00
AISER and GitHub
84f69b0bc8
Merge branch 'main' into main
2025-10-10 23:30:52 +08:00
Victor Choueiri
9ff5eb9808
Add DockMenu actions
...
* Adds app-specific actions from the DesktopEntry to the context menu /
DockMenu
* Only displays actionable actions (ie: does not show Close or Focus if
the app is not running, as those would do nothing)
2025-10-10 16:00:22 +02:00
lysec
688d2d1d8f
MediaCard: set slider size to 0.6
2025-10-10 15:44:07 +02:00
lysec
acd776a187
OSD: add audio input osd
...
IPC: add audio input
2025-10-10 15:08:25 +02:00
lysec
338624b4a8
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
2025-10-10 14:59:19 +02:00
lysec
2f527dcf61
AudioCard: fix issue, change size of slider
2025-10-10 14:59:12 +02:00
ItsLemmy
999970f8da
NCircleStat: polished the look
2025-10-10 08:58:37 -04:00
lysec
7a403bbdde
ControlCenter: add volume controls
2025-10-10 14:51:42 +02:00
lysec
2d13e60fa5
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
2025-10-10 14:02:40 +02:00
lysec
82eefbc65c
Bin: move dev scripts in Bin/dev/
2025-10-10 14:02:37 +02:00
ItsLemmy
93803f1309
autofmt
2025-10-10 08:02:10 -04:00
Lemmy and GitHub
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
e1f276a5ab
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
2025-10-10 07:42:49 -04:00
lysec
63881bf8a9
ColorSchemeTab: auto-detect themabale discord client
2025-10-10 13:42:42 +02:00
ItsLemmy
971a216895
Merge branch 'quick-settings'
2025-10-10 07:42:40 -04:00
ItsLemmy
8f614194df
QuickSettings: added wallpaper selector to the defaults
2025-10-10 07:42:28 -04:00
Aiser
bc80a1dfaf
Matugen: Add KColorScheme for KDE's APP
2025-10-10 12:56:47 +08:00
ItsLemmy
8c5968c721
Media: Stop the "No active player found" spam.
2025-10-09 23:55:58 -04:00
ItsLemmy
254a3cfad6
Tray: partial revert of IconImage smoothing
2025-10-09 23:52:54 -04:00