Commit Graph
3595 Commits
Author SHA1 Message Date
lysec af7498155c LocationTab: add setting for first day of the week
Calendar: replace MonthGrid with custom solution to allow changing first
day of the week
2025-10-19 16:46:53 +02:00
Damian D'Souza a1bde12f9a SettingsPanel: change NPanel to NPanelOverlay 2025-10-19 13:46:52 +02:00
Damian D'Souza 1adf86d593 SessionMenu: change NPanel to NPanelOverlay 2025-10-19 13:46:44 +02:00
Damian D'Souza ad1fe55772 NotificationHistoryPanel: change NPanel to NPanelOverlay 2025-10-19 13:46:34 +02:00
Damian D'Souza ab2e172f9c Launcher: change NPanel to NPanelOverlay 2025-10-19 13:46:21 +02:00
Damian D'Souza 8a79c298e2 ControlCenterPanel: change NPanel to NPanelOverlay 2025-10-19 13:46:15 +02:00
Damian D'Souza 17ed483285 NPanelOverlay: implement wrapper for NPanel that opens in overlay layer 2025-10-19 13:22:47 +02:00
Damian D'Souza 56dc0d70de NPanel: extract PanelWindow to separate reusable component 2025-10-19 13:22:34 +02:00
Leopold Luley 742684e803 WiFi: Add display settings for WiFi bar pill. 2025-10-19 12:44:35 +02:00
Leopold Luley 4e134dfee1 WiFi: Display SSID of connected WiFi network in bar pill. 2025-10-19 12:44:03 +02:00
herobrauniandGitHub 8d84e3b732 Merge branch 'noctalia-dev:main' into main 2025-10-19 10:15:55 +02:00
LysecandGitHub f795107455 Merge pull request #525 from Sighthesia/RoundedMediaMiniOnEmpty
MediaMini: handle empty media content with active player for rounded background
2025-10-19 10:03:04 +02:00
Sighthesia ecc97ca255 MediaMini: handle empty media content with active player for rounded background 2025-10-19 15:38:20 +08:00
LysecandGitHub 78ca99f47b Merge pull request #523 from lonerOrz/fix-translation-bugs
Fix translation issues
2025-10-19 09:02:07 +02:00
Sighthesia c56d1430e5 ActiveWindow: fix inconsistency of animation on vertical bar 2025-10-19 13:43:03 +08:00
Sighthesia 5e562bb9a9 ActiveWindow: fix widget width still remains on maxWidth when visiblity is Always Visible 2025-10-19 13:14:02 +08:00
Sighthesia 7f5fd5fa14 ActiveWindow: add fade-in and fade-out transitions of widget 2025-10-19 12:51:55 +08:00
loner c6f3174170 Fix: Correct misplaced templates.section and missing dark-mode.mode in zh-CN.json 2025-10-19 11:48:35 +08:00
loner 9c0a820c9e Fix: Correct misplaced templates.section and missing dark-mode.mode in pt.json 2025-10-19 11:48:21 +08:00
loner a00840753b Fix: Correct misplaced templates.section and missing dark-mode.mode in fr.json 2025-10-19 11:47:59 +08:00
loner 0c8ab0e9e8 Fix: Correct misplaced templates.section and missing dark-mode.mode in es.json 2025-10-19 11:47:39 +08:00
loner 5c2e8ce81c Fix: Correct misplaced templates.section in de.json 2025-10-19 11:47:26 +08:00
Sighthesia 7015321772 ActiveWindow: reset scrolling when focused window changes 2025-10-19 11:28:42 +08:00
Sighthesia 9e39867117 ActiveWindow: synchronize title width with widget width 2025-10-19 11:24:25 +08:00
herobrauniandGitHub 0653bc5504 Merge branch 'noctalia-dev:main' into main 2025-10-18 21:46:21 +02:00
LysecandGitHub 8b5f06aec6 Merge pull request #482 from luleyleo/auto-night-mode
Implement scheduled light/dark mode switching
2025-10-18 21:05:44 +02:00
lysec ba787cf390 Reduce logging noise, fix small warning 2025-10-18 20:47:20 +02:00
LemmyandGitHub b3e649a180 Merge pull request #520 from lonerOrz/feature/language-selection
feat: Implement language selection feature
2025-10-18 14:30:31 -04:00
loner 00d8e18a45 feat(i18n): Add Simplified Chinese translation for language auto-detect 2025-10-19 01:45:58 +08:00
loner 4474e7366b feat(i18n): Add Portuguese translation for language auto-detect 2025-10-19 01:43:18 +08:00
loner f58391ce80 feat(i18n): Add French translation for language auto-detect 2025-10-19 01:42:03 +08:00
loner e5b46c2e2b feat(i18n): Add Spanish translation for language auto-detect 2025-10-19 01:40:59 +08:00
loner 66de0222b0 feat(i18n): Add German translation for language auto-detect 2025-10-19 01:39:23 +08:00
loner 63bd97e76f feat(i18n): Implement and refine language selection feature
Introduces a language selection option in settings, allowing users to manually choose an application language or revert to automatic system locale detection. This includes UI updates, settings integration, and improved language detection logic.
2025-10-19 01:29:39 +08:00
loner 80443bb74e fix(languge): language defaults to an empty string 2025-10-19 01:25:03 +08:00
lysec 8646883330 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-10-18 19:04:54 +02:00
lysec 3249febb0f Matugen: fix hex_stripped for predefined color schemes
NSearchableComboBox: fix warning
2025-10-18 19:04:20 +02:00
ItsLemmy ec329f3a3a MediaMini+ActiveWindo: fix warning when no screen after suspend 2025-10-18 12:01:23 -04:00
LemmyandGitHub 0ffebb2b9a Merge pull request #510 from sakarie9/media-max-width
MediaMini: implement dynamic width with max width setting
2025-10-18 11:59:04 -04:00
LemmyandGitHub ae3173b6bf Merge pull request #511 from sakarie9/activewindow-max-width
ActiveWindow: implement dynamic width with max width setting
2025-10-18 11:57:02 -04:00
LemmyandGitHub d1fa4d35ec Merge pull request #519 from lonerOrz/feature/dock-size-setting
feat: Add adjustable dock size setting
2025-10-18 11:21:03 -04:00
loner 5cffc84803 feat(i18n): Add language selection translation for Simplified Chinese 2025-10-18 22:57:19 +08:00
loner 57fe2c1a21 feat(i18n): Add language selection translation for Portuguese 2025-10-18 22:56:17 +08:00
loner a594a03e58 feat(i18n): Add language selection translation for French 2025-10-18 22:55:18 +08:00
loner 3e7386b344 feat(i18n): Add language selection translation for Spanish 2025-10-18 22:53:48 +08:00
loner 677cd373ac feat(i18n): Add language selection translation for German 2025-10-18 22:52:38 +08:00
loner e85f489429 feat: Implement language selection feature 2025-10-18 22:49:36 +08:00
loner 3556d76dc5 feat(i18n): Add dock size translation for Simplified Chinese 2025-10-18 22:01:48 +08:00
loner 814165eb38 feat(i18n): Add dock size translation for Portuguese 2025-10-18 22:01:07 +08:00
loner 5e67d33a64 feat(i18n): Add dock size translation for French 2025-10-18 22:00:30 +08:00