Commit Graph

5596 Commits

Author SHA1 Message Date
Lemmy 09671d1a2c Image Caching: full refactor base on ImageMagick and fallback to QML. Allows support for a lot more image formats. 2025-12-25 17:31:12 -05:00
Ly-sec 4179f9c9f8 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-25 20:47:20 +01:00
Ly-sec 57ea5cd28d WallpaperTab: add alphabetical option for wallpaper switcher (implements #796) 2025-12-25 20:46:59 +01:00
Lemmy b5e52fc53c BT: proper fix 2025-12-25 14:21:18 -05:00
Lemmy 22e83c06fc MediaMini: null safety on screen 2025-12-25 14:18:20 -05:00
Lemmy f8afbd258a Bluetooth: added null check to bt adapter. Fix #1151 2025-12-25 14:10:33 -05:00
Lysec 734f7430a1 Merge pull request #1152 from MannuVilasara/binary-clock
Binary Clock
2025-12-25 19:43:50 +01:00
Lemmy ae2f98a684 Merge pull request #1149 from turannul/pr/signal-strength
Refine Wi-Fi applet
2025-12-25 13:40:23 -05:00
Lemmy 5a40a3a8e9 Reprocessed polish translations 2025-12-25 13:36:16 -05:00
Lemmy f84d0e35c0 Merge pull request #1139 from wojciechsulocki-gif/main
Add Polish (pl) translation
2025-12-25 13:32:39 -05:00
Lysec fdbb93938e Merge pull request #1154 from GravityShark/main
Workspace: label follows old radius behavior
2025-12-25 18:53:10 +01:00
Lemmy 04099cd1dd Overview: using WallpaperCache 2025-12-25 12:25:54 -05:00
Lemmy 01a95d2b8d Lockscreen: improved background image support by using thw WallpaperCacheService 2025-12-25 12:21:18 -05:00
Gravity 37cec1c32d Workspace: label follows old radius behavior 2025-12-26 01:00:31 +08:00
Lysec 9a48e4eb89 Merge pull request #1153 from rualss/fork/fix-dock-timer
fix(dock): stop showTimer on peek area exit to prevent stuck visible …
2025-12-25 17:21:04 +01:00
Ly-sec 21f10d50af LockScreen: use cached wallpaper 2025-12-25 17:13:58 +01:00
Aleksei Rutkovskii 1971ad859e fix(dock): stop showTimer on peek area exit to prevent stuck visible state 2025-12-25 18:55:36 +03:00
MannuVilasara 4a295cdfb9 Binary Clock
fix://
2025-12-25 20:37:51 +05:30
Ly-sec 82951b6bcf Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-25 15:41:10 +01:00
Ly-sec df3538cf78 Bar,ControlCenter,DesktopWidget-SettingsDialog: max height = 90% of screen 2025-12-25 15:40:26 +01:00
Lemmy 44739989ef TemplateProcessor: Predefined colorschemes theming now use a queue, more robust and wont break if a single template is faulty. 2025-12-25 09:36:16 -05:00
Lemmy f825dfd65c Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-12-25 09:17:49 -05:00
Lemmy 872eb6f875 ScreenRecorder: log errors to console 2025-12-25 09:17:48 -05:00
Ly-sec 8332bdb99a WallpaperPanel: no intial selected entry 2025-12-25 14:31:19 +01:00
Ly-sec 72aa5b0fe2 SessionMenu: no initial selected entry 2025-12-25 14:27:48 +01:00
Ly-sec 6de63c88ff i18n: ColorSchemeTab updates 2025-12-25 13:53:52 +01:00
Ly-sec 8086392395 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-25 13:14:44 +01:00
Ly-sec b67fcb16ee SessionMenu: add toggle for numeric buttons & keybinds 2025-12-25 13:14:39 +01:00
Lysec f3b231b7cc Merge pull request #1144 from bokicoder/patch-1
ClipboardPlugin: fix clear icon
2025-12-25 12:50:33 +01:00
Turann_ f8cc0590c6 i18n: add 'action-required' key to all translation files 2025-12-25 10:11:39 +03:00
Turann_ a9ff08cac7 feat(wifi): improve network status logic to handle portal and limited states 2025-12-25 10:10:46 +03:00
Turann_ 0a6a9b78f4 feat(wifi): remove coloring from frequency 2025-12-25 08:51:09 +03:00
Turann_ 0b12b90ceb feat(wifi): implement descriptive signal quality 2025-12-25 08:38:01 +03:00
Turann_ 02f4328b18 i18n: add signal quality labels and frequency key 2025-12-25 08:28:33 +03:00
Turann_ 6e9ac18302 feat(wifi): display frequency band and refine connectivity status
- Parse frequency from network link output in NetworkService.
- Implement logic to determine Wi-Fi band (2.4 GHz, 5 GHz, 6 GHz) based on frequency ranges.
- Update WiFiNetworksList to display the current band information instead of generic internet status text.
- Improve connectivity feedback: signal icons and badges now reflect actual internet availability (changing to error color if limited/captive portal) rather than just local link status.
2025-12-25 04:55:25 +03:00
Lysec c689d16dff Merge pull request #1148 from argosnothing/main
Emacs matugen template: Add tab bar support ( background faces )
2025-12-25 02:28:07 +01:00
Lemmy ba46a04c56 Qmlfmt: support for more than one binary location 2025-12-24 20:27:46 -05:00
salivala 98525718a5 added tab support to emacs theme 2025-12-24 20:23:10 -05:00
Ly-sec 11ddc5caf4 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-12-25 01:59:39 +01:00
Ly-sec 961f973051 NotificationTab: add urgency filter for history (implement #1146) 2025-12-25 01:58:33 +01:00
Lemmy a61df00a10 Wi-Fi: Fix the non stop scanning introduced by a recent PR. 2025-12-24 12:38:56 -05:00
bokicoder 69776c0b75 ClipboardPlugin: fix clear icon 2025-12-24 19:54:11 +08:00
Lemmy 6ff3debf15 Vicinae: renamed theme from "Matugen" to "Noctalia" for consistency 2025-12-23 20:02:11 -05:00
Lemmy e9c4877399 back to -git 2025-12-23 19:52:54 -05:00
Lemmy a865af0035 v3.7.5 v3.7.5 2025-12-23 19:51:48 -05:00
Lemmy a17e116a1c SessionMenu: cleanup
- Use numbers without Shift.
- Removed layer.enabled which was making all things blurry.
- Removed pending indicator in list mode which was confusing.
- Minor improvements
2025-12-23 17:39:13 -05:00
Lemmy a0d4b58db6 TemplateProcessor: avoid breaking the ARG_MAX limits by batching sed commmands 2025-12-23 17:06:22 -05:00
Lemmy 4f35cfee97 Wezterm: fix colors-apply. 2025-12-23 17:02:15 -05:00
WojciechSulocki-Gif d8310a5b4f Add Polish (pl) translation
This commit adds complete Polish translation for Noctalia Shell.

- 2893 lines of translations
- Covers all UI elements and strings
- Maintains consistency with other language files
- Ready for Polish-speaking users

Author: blacku
2025-12-23 22:48:24 +01:00
Ly-sec 816f8351c2 Release: v3.7.4 v3.7.4 2025-12-23 20:21:41 +01:00