Commit Graph
20 Commits
Author SHA1 Message Date
ItsLemmy 3acfbda10a CC-NightLight: fix right click 2025-11-04 08:50:07 -05:00
ItsLemmy ddac7da9bb Autoformatting 2025-11-03 16:16:47 -05:00
LemmyandGitHub 40ac70aeb9 Merge pull request #644 from lonerOrz/feat/control-center-custom-button
feat: Implement Control Center custom button basic framework
2025-11-03 15:58:16 -05:00
loner 5a9470d64e feat(controlcenter): implement multi-state support for custom button 2025-11-04 02:28:36 +08:00
loner ba7282daa6 feat(controlcenter): Optimize command execution logic
The  command is “fire-and-forget”: it starts a process and returns immediately, so QML has no way of knowing when that process actually finishes. To avoid this race condition, the simplest approach that least intrudes on existing QML code is to introduce a short timer.
2025-11-04 02:28:36 +08:00
loner e182fe2552 feat: add on state logic 2025-11-04 02:28:36 +08:00
loner 5c19c8433e feat: Implement Control Center custom button basic framework 2025-11-04 02:28:36 +08: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
Ly-sec 98f074dddc PowerProfile: add tooltip when disabled to inform user what they need to install 2025-11-02 14:58:09 +01:00
ItsLemmy 84e058fb07 Wallpaper: is never attached to a button 2025-10-30 23:34:05 -04:00
lysec 838491ba33 Logger: huge cleanup 2025-10-16 15:07:11 +02:00
ItsLemmy 10090cbd30 ControlCenter: modularity! 2025-10-13 19:18:26 -04:00
ItsLemmy a0907a5b96 ControlCenter: toggle to hide/show volume sliders + getting ready for more modularity soon 2025-10-13 10:04:47 -04:00
ItsLemmy f4b27380c3 Qt-Scaling: first cleanup pass 2025-10-12 08:23:24 -04:00
ItsLemmy 789354464d QuickSettings: minor layout tweaks 2025-10-09 21:29:07 -04:00
ItsLemmy 4d0041abee Quicksettings: polishing, fixed all scaling issues. 2025-10-09 19:57:12 -04:00
lysec 075c8f08f6 quicksettings: replace hardcoded text with i18n, edit label & tooltip,
force hover when recording
2025-10-09 17:56:49 +02:00
lysec f77efc409b QuickSettings: customization!? 2025-10-09 13:56:35 +02:00
ItsLemmy a90bca23aa QuickSettings: 3 columns + added Do not disturb 2025-10-08 23:24:22 -04:00
ItsLemmy bff195309a QuickSettings: editable widgets/button section in the ControlCenter 2025-10-08 23:05:52 -04:00