Commit Graph
2053 Commits
Author SHA1 Message Date
ItsLemmy 8182e0c36b ControlCenter: respect settings for opening position 2025-11-04 16:50:17 -05:00
Ly-sec 3b0b3fb57e Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-11-04 22:30:22 +01:00
Ly-sec ae75fa80f0 Tray: dropdown shenanigans 2025-11-04 22:30:19 +01:00
ItsLemmy d9a802fe21 Autofmt 2025-11-04 11:40:31 -05:00
LemmyandGitHub 616373671f Merge pull request #657 from lonerOrz/fix/battery-ui
feat(battery): support adaptive layout for battery panel
2025-11-04 11:39:40 -05:00
Sébastien Atoch d3b4d2427a Bar: fix potential gap to the right of a right positioned bar with fractional scaling. 2025-11-04 10:56:44 -05:00
ItsLemmy fd79f75fd5 Shell/Bar: create full screen window everywhere so there is no limitations. 2025-11-04 10:19:00 -05:00
ItsLemmy dc69d1f1e6 Bar: fix 1px gap between bar an panel on right and bottom orientation 2025-11-04 09:49:11 -05:00
ItsLemmy 4b67e773b9 Calendar: disable clicking on dates unless you have gnome-calendar installed. 2025-11-04 09:12:15 -05:00
Ly-sec e3a2629cc6 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-11-04 15:08:04 +01:00
Ly-sec 752c45e0b0 UserInterface: add shadow location setting (implements #652) 2025-11-04 15:08:00 +01:00
ItsLemmy 3acfbda10a CC-NightLight: fix right click 2025-11-04 08:50:07 -05:00
LysecandGitHub 7eedfa6cfd Merge pull request #655 from notiant/patch-12
BluetoothPanel: add WordWrap for scanning text
2025-11-04 14:49:19 +01:00
Ly-sec f68119c448 README: add Tempus Thales to supporter list <3 2025-11-04 14:43:14 +01:00
Ly-sec f9576582bd ControlCenterTab: add disabledIds to NReorderCheckboxes 2025-11-04 14:31:27 +01:00
Ly-sec fb330490f8 MediaMini: add setting to hide when idle
i18n: add hide when idle translation
2025-11-04 08:50:22 +01:00
Ly-sec a48e789e2e ControlCenterTab: if weather is disabled, disable weather card 2025-11-04 08:24:00 +01:00
Sébastien Atoch 057693fae3 Bar/NPanels Improvements
- Fix potential hairline gap with fractional scaling
- Apply auto-snap rules even to centered anchored panels
- Improving animations and sizing
2025-11-04 00:33:29 -05:00
loner 4ed3744cfb fix(battery): remove panelKeyboardFocus 2025-11-04 11:29:17 +08:00
loner cb4de305fe feat(battery): support adaptive layout for battery panel 2025-11-04 10:59:55 +08:00
ItsLemmy 7f328ce028 UI: Border radius allowed up to 200% 2025-11-03 21:36:47 -05:00
notiantandGitHub 5e4496bdb2 BluetoothPanel: add WordWrap for scanning text 2025-11-04 03:18:56 +01:00
ItsLemmy 65edc59371 Project structure adjustments 2025-11-03 21:18:13 -05:00
ItsLemmy e4069fcdbf NPanel: animation improvements and debugging to handle all the settings combinations. 2025-11-03 20:39:05 -05:00
ItsLemmy b7b10a360d AudioPanel: auto resizing to content 2025-11-03 19:12:54 -05:00
MrDowntempoandGitHub 1720bf3e1b Fix translation text for lock keys browse button
I'm not sure how this got in there. Must've acidentally fat fingered a couple letters before submitting my PR.
2025-11-03 17:30:48 -05:00
ItsLemmy 498fe24093 Time: more accurate time update to fix janky seconds needle. 2025-11-03 16:53:10 -05:00
ItsLemmy ddac7da9bb Autoformatting 2025-11-03 16:16:47 -05:00
ItsLemmy a2587258ff Autoformatting 2025-11-03 16:08:52 -05:00
LemmyandGitHub 40ac70aeb9 Merge pull request #644 from lonerOrz/feat/control-center-custom-button
feat: Implement Control Center custom button basic framework
2025-11-03 15:58:16 -05:00
ItsLemmy f2e402e3c1 i18n + formatting 2025-11-03 15:38:19 -05:00
LemmyandGitHub 083cd40c90 Merge branch 'main' into feat/wezterm 2025-11-03 15:34:41 -05:00
LemmyandGitHub 9d68d5bcee Merge pull request #645 from MrDowntempo/feat/better-lockkeys-settings
Feat/better lockkeys settings
2025-11-03 15:31:51 -05:00
ItsLemmy feee953e12 Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-11-03 15:21:55 -05:00
ItsLemmy 9f656829b1 Panels: implemented snapping to screen edges.
WallpaperPanel: settings to position the panel (similar to launcher)
2025-11-03 15:21:05 -05:00
Ly-sec 2c581e1f1f Dock: possible auto-hide fix 2025-11-03 21:20:15 +01:00
Ly-sec f42fe140c0 BarTab: if bar is floating, hide outer corners 2025-11-03 19:58:06 +01:00
loner 34cdbfea32 fix(controlcenter): fix widget sorting in dropdown list 2025-11-04 02:28:36 +08:00
loner e5e9b5961b feat(controlcenter): beautify UI interface for custom button state checks 2025-11-04 02:28:36 +08:00
loner 5a9470d64e feat(controlcenter): implement multi-state support for custom button 2025-11-04 02:28:36 +08:00
loner ba7282daa6 feat(controlcenter): Optimize command execution logic
The  command is “fire-and-forget”: it starts a process and returns immediately, so QML has no way of knowing when that process actually finishes. To avoid this race condition, the simplest approach that least intrudes on existing QML code is to introduce a short timer.
2025-11-04 02:28:36 +08:00
loner 697fb55ab1 fix: enter tooltip 2025-11-04 02:28:36 +08:00
loner e182fe2552 feat: add on state logic 2025-11-04 02:28:36 +08:00
loner 5c19c8433e feat: Implement Control Center custom button basic framework 2025-11-04 02:28:36 +08:00
Ly-sec 9efada7dd7 WallpaperPanel: reduce height 2025-11-03 19:28:29 +01:00
Ly-sec 81fbba4a01 Matugen/Discord: make clock easier to read 2025-11-03 18:42:27 +01:00
Ly-sec 3c69d5b4da NClock: factorize NClockAnalog/Digital
i18n: rephrase analog clock translation
2025-11-03 18:32:46 +01:00
Ly-sec b9d198a879 SessionMenu: fix lockScreen button 2025-11-03 18:23:41 +01:00
Ly-sec 3ad7271871 DisplayTab: toggle ddcutil, disabled by default 2025-11-03 18:21:37 +01:00
Ly-sec e4bb28dd5e SetupWizard: add dimdesktop & dropshadow option 2025-11-03 18:00:06 +01:00