Commit Graph
113 Commits
Author SHA1 Message Date
notiantandGitHub d6aee43659 Remove the muted/unmuted notifications 2025-10-26 11:20:16 +01:00
lysec e26c2874b5 Launcher: add custom launch prefix 2025-10-25 11:52:18 +02:00
Corey Woodworth 1846c7af2e Added option for an analog style clock on the calendar screen. 2025-10-24 23:34:58 -04:00
lysec 612dc58ad8 WorkspaceSettings: add setting to change the amount of characters displayed for name workspaces
Workspace: change pill width depending on characterCount
2025-10-24 14:16:02 +02:00
loner 6a7bccfcb2 feat: Update pt.json for collapse condition 2025-10-23 01:23:19 +08:00
ItsLemmy 3eef346319 CustomButton stream: i18n + autofmt 2025-10-22 10:18:28 -04:00
loner 5e2ea71868 i18n: Add Portuguese translation for calendar event toggle 2025-10-21 20:42:31 +08:00
Damian D'SouzaandGitHub 287e39eadd Merge branch 'main' into open-panel-overlay-layer 2025-10-20 22:14:18 +02:00
Damian D'Souza b6c95b8ed5 Settings: add panels overlay setting toggle un UI tab 2025-10-20 22:10:58 +02:00
ItsLemmy 73267d1d37 Settings + SetupWizard
- Added a Lock screen settings tabs
- Added button in settings/general tab to re-run the setup wizard
- Fixed missing translations
- Fixed bug when matugen not installed in setup wizard
- Added enabled property for NToggle
2025-10-20 13:33:46 -04:00
ItsLemmy 8652fdb731 added missing translation 2025-10-20 12:22:30 -04:00
lysec ce3e422ea9 NFilePicker: add missing tooltip translation 2025-10-20 14:04:20 +02:00
LysecandGitHub 54b5b21b6a Merge pull request #531 from MrDowntempo/Smarter-NTextInput
Smarter n text input
2025-10-20 14:02:30 +02:00
Sridou 96a71d8607 added translations for vicinae 2025-10-20 12:10:09 +05:30
Corey Woodworth 419cd42b12 Add a clear button, and optional icon to NTextInput 2025-10-19 13:06:15 -04:00
lysec 7d564ae312 Revert "Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell"
This reverts commit 35400b9a96, reversing
changes made to af7498155c.
2025-10-19 17:45:24 +02:00
lysec 528e976f27 Revert "LocationTab: add setting for first day of the week"
This reverts commit af7498155c.
2025-10-19 17:44:52 +02:00
lysec 35400b9a96 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-10-19 16:47:37 +02:00
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
loner 9c0a820c9e Fix: Correct misplaced templates.section and missing dark-mode.mode in pt.json 2025-10-19 11:48:21 +08: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
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 4474e7366b feat(i18n): Add Portuguese translation for language auto-detect 2025-10-19 01:43:18 +08: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 57fe2c1a21 feat(i18n): Add language selection translation for Portuguese 2025-10-18 22:56:17 +08:00
loner 814165eb38 feat(i18n): Add dock size translation for Portuguese 2025-10-18 22:01:07 +08:00
lysec b7f96e3abd Matugen: user defined templates can now use predefined color schemes,
changed path to config (~/.config/noctalia/user-templates.toml)
2025-10-18 15:37:00 +02:00
lysec 7d15736e4e i18n: add general tab lockscreen settings to all languages 2025-10-18 14:10:46 +02:00
lysec e1ec5c614c Matugen: add vencord support
ColorSchemeTab: add proper line break for discord templates
2025-10-17 15:40:44 +02:00
Sakari 0ab65f7f7e ActiveWindow: add fixed width option 2025-10-17 15:38:39 +08:00
Sakari 19bfeb2a40 MediaMini: add fixed width option 2025-10-17 15:28:32 +08:00
Sakari a12fbca80b ActiveWindow: implement dynamic width with max width setting 2025-10-17 15:11:53 +08:00
Sakari 8e5e003f8a MediaMini: implement dynamic width with max width setting 2025-10-17 14:57:26 +08:00
Leopold Luley b82cdefd97 ColorSchemeTab: Add translations for DarkModeService settings. 2025-10-16 17:40:00 +02:00
lysec 814abf4725 LocationTab: add toggle to fully disable weather (as requested in #488) 2025-10-16 12:25:22 +02:00
lysec 60afceb15a Battery.qml: replace hardcoded strings with i18n (fixes #497) 2025-10-16 11:39:43 +02:00
ItsLemmy a7612d1744 Merged setup wizard 2025-10-15 19:25:00 -04:00
lysec 514fdaa4cc SetupWizard: initial commit 2025-10-15 18:01:08 +02:00
Corey Woodworth 1d1c5ec016 Include additional translation strings 2025-10-15 11:48:13 -04:00
LemmyandGitHub 5f38abb218 Merge pull request #480 from Sighthesia/main
feat(taskbar): add auto hide mode functionality for taskbar widget
2025-10-15 07:37:29 -04:00
lysec a542afb204 SessionMenu: more compact layout 2025-10-15 13:07:55 +02:00
Damian D'SouzaandGitHub 41d96393ed Merge branch 'main' into battery-charging-treshold 2025-10-15 02:11:14 +02:00
loner ac81126095 Merge remote-tracking branch 'upstream/main' into feature/widget-usage-badge 2025-10-15 03:52:22 +08:00
Sighthesia 6a2218c52e feat(taskbar): add auto hide mode functionality for widget visibility control 2025-10-14 23:50:49 +08:00
ItsLemmy 10090cbd30 ControlCenter: modularity! 2025-10-13 19:18:26 -04:00
Damian D'Souza 2f57449d1d BatteryManager: add missing translations 2025-10-13 23:42:13 +02:00
loner cf44574ac4 docs(i18n): Translate widget badge explanation to Portuguese 2025-10-14 03:59:04 +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