Commit Graph

9183 Commits

Author SHA1 Message Date
notiant 9462caf6c3 remove onResumed() since networkMonitorProcess already covers it 2026-03-28 18:20:22 +01:00
notiant 477810b954 change Airplane Mode visibility conditions 2026-03-26 22:18:16 +01:00
notiant dffdfcffc4 improve some process handling 2026-03-26 19:30:41 +01:00
notiant 78c0b2fe25 improve airplane mode handling 2026-03-26 18:58:05 +01:00
notiant b2c685decb remove airplaneModeEnabled from settings 2026-03-25 00:29:20 +01:00
notiant dea0575efa rework Airplane Mode handling & remove bluetoothctl fallback 2026-03-24 21:22:12 +01:00
Lysec d1c0374f73 Merge pull request #2292 from maxschipper/workspace-label-character-count-vertical-bar
feat(workspace): allow one character labels on vertical bar
2026-03-24 18:46:18 +01:00
Max Schipper 1d0ab01532 feat(workspace): allow one character labels on vertical bar
on vertical bar the character count for the label is now clamped to 2, allowing the use to set it to 1
2026-03-24 18:07:22 +01:00
Lysec b6d2599f89 fix(theming): regenerate wallpaper colors after cache load on startup 2026-03-24 16:49:11 +01:00
Lemmy 020dab63bf chore(fmt) 2026-03-24 08:25:52 -04:00
Lemmy 2d6ef5456d chore(i18n): fixes 2026-03-24 08:25:45 -04:00
Lemmy 58a765ea8d chore(i18n): added en-GB 2026-03-24 08:24:12 -04:00
Lemmy 38c3e37a75 chore(i18n): update 2026-03-24 08:19:38 -04:00
Lemmy 4376960114 Merge pull request #2270 from amateur-hacker/feat/airplane-mode-ipc
feat(ipc): add commands for airplane mode
2026-03-24 08:03:53 -04:00
Lemmy 129ae45f22 Merge pull request #2271 from navik61/feat/add-czech-translation
i18n: add Czech (cs) translation
2026-03-24 08:02:55 -04:00
Lemmy 68dddc741f Merge pull request #2282 from tibssy/feat/bar-scroll-volume
Feat/bar scroll action volume
2026-03-24 08:01:44 -04:00
Lysec 4b5fb156cd Merge pull request #2265 from tibssy/feat/launcher-category-animations
Feat/launcher category animations
2026-03-24 12:47:41 +01:00
Lysec 188b4cb134 Merge pull request #2287 from tmarti2/fix-toast-selected-screen
Fix Toast: same model than Notifications
2026-03-24 12:32:46 +01:00
Thibault Martin 1099d55512 Fix Toast: same model than Notifications 2026-03-24 10:47:04 +01:00
Lysec b725f32e27 Revert "fix(audio): potential desync fix"
This reverts commit 76ad00596f.
2026-03-24 03:21:23 +01:00
Lysec 508f2b6ec8 Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-03-24 02:38:39 +01:00
Lysec 76ad00596f fix(audio): potential desync fix 2026-03-24 02:38:33 +01:00
Ly-sec 597d4e6232 chore(flake): update flake.lock 2026-03-24 01:04:02 +00:00
tibssy 700d377f0f feat(bar): improve volume scroll handling on bar with smooth accumulation 2026-03-24 00:37:45 +00:00
tibssy 7d4ee04461 feat(bar): add volume control support to bar scroll behavior 2026-03-24 00:37:45 +00:00
Lysec c9eb6e69eb fix(audio): sync per-app volume overrides with PipeWire and new streams 2026-03-24 01:29:27 +01:00
Lysec c488b0d3e7 Revert "fix(AudioService): attempt to fix individual audio levels"
This reverts commit 0c79aedc25.
2026-03-24 01:14:50 +01:00
Lysec ac52e8e5f3 feat(settings): add toggle to disable system theme sync
Issue: #2279
2026-03-24 00:51:18 +01:00
Lysec 0c79aedc25 fix(AudioService): attempt to fix individual audio levels 2026-03-24 00:27:25 +01:00
Lysec b724fbe0f5 Revert "fix(audio): attempt to fix per-app volume desync from stale overrides"
This reverts commit 46a533fd73.
2026-03-23 23:52:02 +01:00
Lysec 46a533fd73 fix(audio): attempt to fix per-app volume desync from stale overrides 2026-03-23 23:49:55 +01:00
Lysec 45a07579d6 Merge pull request #2281 from ayagmar/fix/notification-window-focus
fix(notifications): prefer default actions for window focus
2026-03-23 23:40:45 +01:00
ayagmar ce8da4c514 fix(notifications): prefer default actions for window focus 2026-03-23 19:59:45 +01:00
Lysec 284a2a76bb fix(lock-keys): sync bar state from sysfs on first poll after startup 2026-03-23 15:30:26 +01:00
Lysec 2ea56a6c1f Merge pull request #2268 from neyfua/neyfua/highlight-pass-input
feat(lockscreen): add highlight selection in the password input field
2026-03-23 10:44:43 +01:00
amateur-hacker 4bea91a750 feat(ipc): add commands for airplane mode 2026-03-23 15:10:42 +05:30
navik61 abaeca856a i18n: add Czech (cs) translation 2026-03-23 10:38:12 +01:00
Lysec b1e9efb3c4 fix(wallpaper): stop overwriting per-monitor folders when toggling multi-monitor dirs 2026-03-23 10:33:33 +01:00
Lysec bd474db387 fix(hostservice): use non uppercase username, respect upper/lowercase for Full Name 2026-03-23 10:27:44 +01:00
neyfua 0f7ed133fb feat(lockscreen): add highlight selection in the password input field 2026-03-23 15:11:41 +07:00
Ly-sec 3eb0fe5608 chore(flake): update flake.lock 2026-03-23 01:11:09 +00:00
tibssy 851bdc150d refactor: extract launcher slide transition logic into reusable NSlideSwapView component 2026-03-23 01:00:08 +00:00
tibssy 3356b7cb12 refactor: move launcher category selection logic into a helper function 2026-03-23 00:54:25 +00:00
tibssy 9ba87bd7d6 feat(launcher): implement sliding transition animations for launcher category changes 2026-03-23 00:52:37 +00:00
Lemmy 41bfe09418 chore(version): bump to v4.7.2 2026-03-22 20:10:18 -04:00
Lemmy 0b8b4fec43 Release v4.7.1 v4.7.1 2026-03-22 20:09:34 -04:00
Lemmy 187fced35e feat(sysgraphs): sharper 2026-03-22 20:01:38 -04:00
Lemmy 05ef6849d8 feat(wallpaper): add toggle to skip image processing and use original files 2026-03-22 19:33:09 -04:00
Lemmy d1926452d7 feat(imagecache): cleaned up dead code, reduced cache duration to 15 days 2026-03-22 19:01:35 -04:00
Lemmy 5f5cd2c439 Merge pull request #2208 from turannul/pr/additional-networking-fixes
Networking code cleanup.
2026-03-22 18:43:49 -04:00