ItsLemmy
4e11f4e2e6
SectionEditor: improved dimensions and moving across sections (for control center)
2025-10-13 19:55:40 -04:00
lysec
be057059e0
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
2025-10-14 01:18:59 +02:00
lysec
8d1d40f1de
LockScreen: reduce clock font slightly
2025-10-14 01:18:51 +02:00
ItsLemmy
a4cee6334b
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
2025-10-13 19:18:32 -04:00
ItsLemmy
10090cbd30
ControlCenter: modularity!
2025-10-13 19:18:26 -04:00
lysec
bc2d640c09
LockScreen: use fixed font
2025-10-14 01:18:05 +02:00
lysec
2ee50589e2
LockScreen: make first letter ofer usernamer uppercase
2025-10-14 01:11:00 +02:00
lysec
88c72fd2a6
LockScreen: fix invalid login attempt info
2025-10-14 01:01:42 +02:00
loner
679224e1d9
feat(settings): Add usage badges to widget selector
...
Adds a visual indicator to the "Add Widget" dropdown in the Bar
settings panel to show which widgets are already in use and where.
- A small text badge ("L", "C", "R") now appears next to any widget
that is already on a panel.
- The badges are reactive and update automatically when widgets are
added or removed.
- This helps prevent accidental duplicate additions and makes widget
management easier.
2025-10-14 03:40:51 +08:00
ItsLemmy
a0907a5b96
ControlCenter: toggle to hide/show volume sliders + getting ready for more modularity soon
2025-10-13 10:04:47 -04:00
lysec
b58ce5f982
Notification: better animations
...
NIconPicker: fix width/height
Autoformat
2025-10-13 15:52:19 +02:00
lysec
5db1941633
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
2025-10-13 15:30:02 +02:00
lysec
158eaf51c2
AboutTab: add small kofi link
2025-10-13 15:29:43 +02:00
ItsLemmy
ea334a6fcd
Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
2025-10-13 09:13:20 -04:00
ItsLemmy
af0d8e6913
Settings: slightly bigger panel
2025-10-13 09:13:17 -04:00
Lemmy and GitHub
050c02bd8c
Merge pull request #470 from lonerOrz/fix/active-window-layout
...
fix(bar): Correct ActiveWindow layout when empty
2025-10-13 08:59:59 -04:00
ItsLemmy
e40ec8c6b0
Settings: reordering bar and dock tabs.
2025-10-13 08:32:49 -04:00
ItsLemmy
e590baddc8
Lockscreen: fix avatar
2025-10-13 08:14:56 -04:00
ItsLemmy
a6b826a708
Settings-About: 2 columns
2025-10-13 08:09:53 -04:00
ItsLemmy
12001f2255
Settings: better sizing of the Panel and sidebar
2025-10-13 08:02:26 -04:00
ItsLemmy
e3f0f428da
Settings: re-organization
2025-10-12 22:09:35 -04:00
ItsLemmy
565671c625
OSD: proper scaling
2025-10-12 19:07:22 -04:00
Damian D'Souza
a0c7519b23
BatteryPanel: change content based on battery manager enabled state
2025-10-13 01:05:29 +02:00
Damian D'Souza
465700e036
BatteryPanel: add battery manager toggle
2025-10-13 01:05:09 +02:00
ItsLemmy
b152df7670
Calendar: close with esc
2025-10-12 18:35:22 -04:00
ItsLemmy
757049fe30
SessionMenu: proper scaling
2025-10-12 18:35:14 -04:00
ItsLemmy
bbf06e6707
autofmt
2025-10-12 18:35:08 -04:00
ItsLemmy
2888b7c02e
Merge branch 'main' into qt-scaling
2025-10-12 18:27:56 -04:00
ItsLemmy
48ade771fb
Fix NIconButton Scaling
2025-10-12 18:03:26 -04:00
ItsLemmy
8f13afb9e9
Settings: better margin between sidebar and main content.
2025-10-12 17:18:02 -04:00
ItsLemmy
b1c1ca6b49
ControlCenter: Slightly less tall utils at the bottom
2025-10-12 17:04:09 -04:00
ItsLemmy
5a47f88d48
Dont scale NIconButton in the bar
2025-10-12 16:54:36 -04:00
ItsLemmy
2962c0d9f7
Same behavior for compact and mini
2025-10-12 16:17:45 -04:00
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
lysec
427f87b320
LockScreen: weather respects location settings (celsius/fahrenheit)
...
LockScreen: battery/keyboard layout below eachother
2025-10-12 20:41:38 +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
f4b27380c3
Qt-Scaling: first cleanup pass
2025-10-12 08:23:24 -04: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