Commit Graph
965 Commits
Author SHA1 Message Date
Sébastien Atoch 1f353b6731 IPC: Fix IPC calls when there is only one screen. 2025-11-03 01:07:13 -05:00
ItsLemmy 101b27fcc7 New windowing system
Large commit that totally refactor of the way we handle the bar and
panels.

Testing should focus on Panels, Bar, Keyboard Focus, IPC calls.

Changes brief:
- One NFullScreenWindow per screen which handle it's bar and dedicated
panels.
- Added shadows
- Reintroduced dimming
- New panels animations
- Proper Z ordering
- Panels on overlay laywer is not reimplemented, if we do it then the
bar will be on the Overlay too
- Panel dragging was not reimplemented, to be discussed before
reimplementing
- Still a WIP, need to work more on shadows and polishing + debugging.
2025-11-03 00:53:02 -05:00
ItsLemmy 7ffbe250ca Cava: added debug log 2025-11-01 13:49:37 -04:00
ItsLemmy 371e1d522f Autofmt 2025-11-01 09:52:08 -04:00
Ly-sec 34a6947ad6 Matugen: show toast & log on error 2025-11-01 11:49:12 +01:00
ItsLemmy 3ab7843707 AppTheme: removed last 2 hardcoded colors and improved vscode template 2025-11-01 00:12:07 -04:00
ItsLemmy e29b4bf433 Bar-AudioVisualizer: Added setting to select one the scheme's color. 2025-10-31 22:00:19 -04:00
ItsLemmy 998dbc540f Autofmt 2025-10-31 21:31:34 -04:00
ItsLemmy 1d364e994b Alacritty theming support, fix #616 2025-10-31 21:14:27 -04:00
ItsLemmy 0ac371d0f5 vscode: theming set to strict when using predefined color scheme. 2025-10-31 19:19:53 -04:00
ItsLemmy 1f4b0ce8f4 Fixed for PR #631 2025-10-31 19:06:16 -04:00
LemmyandGitHub 0f5ff04348 Merge pull request #631 from notiant/patch-10
Add airplane mode detection, improve NetworkService & add icons to notice toasts
2025-10-31 18:45:07 -04:00
ItsLemmy 22da43f61c Set version to dev 2025-10-31 17:20:59 -04:00
ItsLemmy 53d885a8ae v2.21.1 2025-10-31 17:19:59 -04:00
Ly-sec aad8cd46b5 Set version to dev 2025-10-31 20:41:30 +01:00
ItsLemmy c3cf3dcf32 v2.21.0 2025-10-31 15:34:07 -04:00
notiantandGitHub 7f397e2ae7 update NetworkService.qml 2025-10-31 20:30:06 +01:00
ItsLemmy 2b6bcdc570 autofmt 2025-10-31 15:06:57 -04:00
loner 3b166bd270 fix: Media player auto-switching in Control Center
Detailed Explanation:
  Addresses an issue where the media player would automatically
switch,overriding user's manual selections when the Control Center was
open.

  The core problem was that the automatic player detection logic was too
aggressive and didn't respect explicit user choices. Previous attempts
to pause auto-switching based on UI visibility were unreliable due to
incorrect event handling for the custom NPanel component.
2025-11-01 02:15:44 +08:00
notiantandGitHub b5dac4fc7e IdleInhibitorService.qml 2025-10-31 18:49:00 +01:00
notiantandGitHub 54d5139346 update NetworkService.qml 2025-10-31 17:55:53 +01:00
notiantandGitHub 330a8c76be update BluetoothService.qml 2025-10-31 17:04:43 +01:00
notiantandGitHub 99573f3201 update BluetoothService.qml 2025-10-31 16:19:08 +01:00
notiantandGitHub cf7ae75738 update BluetoothService.qml 2025-10-31 16:11:50 +01:00
notiantandGitHub 38a7c606c8 Add airplane mode detection, improve NetworkService & add icons to notice toasts 2025-10-31 15:54:50 +01:00
LysecandGitHub 436ff56c93 Merge pull request #629 from MrDowntempo/feat/lock-keys-tweaks
Feat/lock keys tweaks
2025-10-31 13:27:11 +01:00
Corey Woodworth b047837543 Configurable Icons for the indications, and I18n. 2025-10-31 01:17:50 -04:00
ItsLemmy d4be3a2cc2 qmlfmt 2025-10-30 23:46:00 -04:00
MrDowntempoandGitHub 75acc2fd82 Increase poll timer interval from 125 to 200 ms
I had THOUGHT I had increased this. Now I have.
2025-10-30 21:04:44 -04:00
Corey Woodworth 6a74924e04 Resolved broken settings. Utilized Singleton more effectively 2025-10-30 20:13:12 -04:00
Corey Woodworth c955db20b7 Add settings to toggle which LockKeys to watch. Doesn't work yet. My settings are coming back undefined 2025-10-30 20:13:12 -04:00
Corey Woodworth 928b64e64a Add LockKeysService. It unfortunetly requires polling. I've not been able to find an event driven way to accomplish this. 2025-10-30 20:12:32 -04:00
Corey Woodworth 5f79dac0f2 Add LockKeys to BarWidgetRegistry 2025-10-30 20:12:32 -04:00
ItsLemmy 129609ec2c vscode: app theming, courtesy of TUI!
https://github.com/tuibird/
2025-10-30 20:06:52 -04:00
ItsLemmy f42bcef239 CalendarService: moved some log to debug to reduce spam 2025-10-30 19:14:38 -04:00
loner cd5b48f26d feat: Add IPC command to set color scheme 2025-10-31 02:05:45 +08:00
Ly-sec c0e5d7d419 SetupWallpaperStep: add scrollwheel support 2025-10-30 12:42:42 +01:00
LysecandGitHub 3c04fddcf1 Merge pull request #618 from MrDowntempo/feature/vicinae-appimage-fix
Feature/vicinae appimage fix
2025-10-30 08:09:41 +01:00
LysecandGitHub 890c86ac68 Merge pull request #615 from lonerOrz/fix/vicinae
fix(vicinae): Include vicinae into the hasEnabledTemplates() check.
2025-10-30 08:01:42 +01:00
Corey Woodworth d4a73e05ee Fix: More robust search for Vicinae. Should match even if uses release name like Vicinae-6206ca757-x86_64.AppImage 2025-10-30 01:34:02 -04:00
Corey Woodworth b57e77df9b Fix: Detect Vicinae, even if its an appimage 2025-10-30 00:47:53 -04:00
ItsLemmy f75a056550 Wallpaper: fix bug where folder would not be rescanned if they did not exists when noctalia started. 2025-10-29 21:25:39 -04:00
loner 0cf9de0fc4 fix(vicinae): Include vicinae into the hasEnabledTemplates() check. 2025-10-30 09:01:30 +08:00
ItsLemmy 94d3ea9c94 Walker theming: replace custom theme injection code by the proper bash implementation. 2025-10-29 20:44:17 -04:00
Ly-sec 10adaf955b AudioVisualizer: add setting to auto hide if no media is playing 2025-10-29 20:30:16 +01:00
Ly-sec 7fbfcfd9ef Set version to dev 2025-10-29 19:55:01 +01:00
Ly-sec 83910cc265 Release v2.20.0 2025-10-29 19:50:57 +01:00
Ly-sec d443d7dba3 ColorSchemeTab: set walker theme to noctalia on template activation 2025-10-29 16:25:03 +01:00
ItsLemmy 98bed3d8be app theming: walker 2025-10-29 10:57:11 -04:00
ItsLemmy 2f9c3abcb5 apptheming: restore original auto outline color 2025-10-29 10:23:58 -04:00