Commit Graph

206 Commits

Author SHA1 Message Date
ItsLemmy 3ad058f03f SmartPanel: Fix opening and closing direction to always Up/Down when not attached. 2025-12-08 08:16:12 -05:00
ItsLemmy 6333015f29 SmartPanel: Fix unecessary inverted corners 2025-12-08 08:14:24 -05:00
ItsLemmy 308f3cc3f9 Panels: added support for panel's plugin anchoring (left, right, center, etc...) + fixed general animation with a left vertical bar 2025-12-07 09:30:02 -05:00
ItsLemmy 35e7e34ebf Bar: ceil all floating margins and increase the exclusion zone by one extra pixel to avoid potential cut-off. 2025-12-07 08:17:19 -05:00
ItsLemmy ff6bc083fd Panels: simplified keyboard shortcuts management.
+ Don't hog the shortcuts unless they are defined, this bring back
support for the Return key as submit in NTextInput.
2025-12-06 22:16:31 -05:00
Lemmy ba01e21885 Revert "re-implement auto hiding bars" 2025-12-05 20:34:09 -05:00
Lemmy 6480b19e2a Merge pull request #965 from dwuggh/auto-hide-bar-2
re-implement auto hiding bars
2025-12-05 20:28:58 -05:00
Ly-sec 4aebf30a5b SmartPanel: hide outer corners of windows when bar is toggled off 2025-12-04 17:58:27 +01:00
ItsLemmy 027aed64e4 Keyboard: fixed backtab 2025-12-04 07:06:43 -05:00
dwuggh 168cd63079 re-implement auto hiding bars 2025-12-04 15:08:07 +08:00
ItsLemmy e705544c0e PluginSystem: respect allowAttach 2025-11-30 21:50:34 -05:00
ItsLemmy 90ba6ac6b4 Renaming maskRegion to geometryPlaceholder to avoid confusion 2025-11-30 21:35:01 -05:00
ItsLemmy c31c56ff48 PluginSystem: basic implementation with an hello-world bar widget 2025-11-30 20:31:55 -05:00
ItsLemmy e972e1f7aa Cards & Settings refactoring
- All cards now live in Modules/Cards
- CalendarPanel is now called ClockPanel
- Added a way to ease settings migration in separate QML files
2025-11-30 14:26:09 -05:00
ItsLemmy a81205f444 Hyprland: attempt to fix potential keyboard issue. 2025-11-30 09:47:14 -05:00
ItsLemmy 8f7d2f28f2 SmartPanel: fix edge case where dynamic content size may trigger dual axis animations on first open. 2025-11-29 19:58:13 -05:00
ItsLemmy 5f175a4f9a Panels: animations direction fixes 2025-11-29 18:30:54 -05:00
ItsLemmy a48e4dcecd Panels: went back to have panel's content drawn in main screen instead of separate PanelWindow 2025-11-27 19:18:34 -05:00
art0rz 5cc71b4da2 Add BatteryPanel with charge level, power profile settings, prevent sleep toggle, battery health (if available) 2025-11-22 17:10:26 +01:00
ItsLemmy 152c8efaa1 Panels Animation: centralizing more code for easier maintenance. 2025-11-22 10:43:57 -05:00
ItsLemmy 75bc25747f Panels animation: better fix to break the binding look on animation duration. 2025-11-22 09:35:32 -05:00
ItsLemmy 85ec32336b Panels: allow width animations with horizontal bars. 2025-11-22 07:49:01 -05:00
ItsLemmy 823042b245 Panels: properly animate height with vertical bar + Bluetooth sizing refinement. 2025-11-22 00:33:42 -05:00
Lemmy 04e46815f8 Merge pull request #808 from EmmetZ/brightness-panel
feat: add brightness panel for bar brightness widget
2025-11-21 13:11:05 -05:00
Ly-sec 63331c1018 WidgetSetting: fixes not being able to type when opening settings through context menu 2025-11-21 14:02:24 +01:00
EmmetZ e3c171840f feat: add brightness panel for bar brightness widget 2025-11-21 10:23:23 +08:00
Ly-sec c735eef75d Merge branch 'changelog' 2025-11-20 11:54:33 +01:00
ItsLemmy 592e261eb8 DropShadow: on the media card + some cleanup 2025-11-18 19:51:54 -05:00
ItsLemmy 81c0c302d4 BarWidgets: open widget settings 2025-11-17 21:03:59 -05:00
ItsLemmy 3283aacf9b BarWidgets: First pass on contextual widget menu accessible from right-click.
Testing on volume widget for now.
2025-11-17 20:35:45 -05:00
Ly-sec bb8107727c initial commit 2025-11-17 16:35:22 +01:00
ItsLemmy dc08751ec2 Multi-Monitors: new setting to explicitely disable panels to appear on screen without bar.
On my setup this saves about 130MB per 1080p monitor where the bar is
not shown. I only interact with noctalia on my main screen.
2025-11-16 20:49:56 -05:00
ItsLemmy df37511089 Panels: code simplification 2025-11-16 19:40:51 -05:00
ItsLemmy 39fd2517c3 BatteryManager: removed due to limited compatibility.
Might be reintroduced later if we decice on a proper back-end.
2025-11-16 17:27:11 -05:00
ItsLemmy 3ff5b7639f Switched to qmlformat. 2025-11-16 17:07:03 -05:00
Ly-sec 8ed927ab0a MainScreen: hide dimming while window close animation instead of afterwards 2025-11-16 11:57:20 +01:00
ItsLemmy ead2b82680 Tray: reverted all the mitigation now that the real issue has been fixed in Quickshell. 2025-11-15 21:01:48 -05:00
ItsLemmy cea0739a5e Tray: Fix Steam lock-up. 2025-11-15 19:07:34 -05:00
ItsLemmy 91f098071d TrayMenuWindow: no relative path 2025-11-15 16:25:12 -05:00
Ly-sec f28452a258 TrayMenu: defer opener.children access to prevent init freeze 2025-11-15 22:23:23 +01:00
ItsLemmy 3685b8c9f7 TrayMenu: commented out until we figure why it does not work with the latest quickshell-git commits 2025-11-15 15:55:59 -05:00
Ly-sec 6b92d2d4c2 UserInterfaceTab: remove dimDesktop toggle, only use dimming slider
Settings: add migration for dimDesktop -> dimmerOpacity
Autoformat
2025-11-15 15:46:29 +01:00
Lysec e1e6f36cea Merge pull request #759 from dmolin/dimmer-opacity
Add desktop dimmer opacity slider when "Dim Desktop" is toggled ON.
2025-11-15 15:36:36 +01:00
ItsLemmy 267bc00097 SmartPanels: improving Hyprland focus issues. 2025-11-15 09:17:21 -05:00
Davide 996935af2b Add desktop dimmer opacity slider 2025-11-15 13:24:11 +00:00
ItsLemmy edef856895 MainScreen+SmartPanel: Allow click on the bar when a panel is open. 2025-11-14 20:26:05 -05:00
ItsLemmy 02d77ff445 MainScreen: removed unecessary mouse area 2025-11-14 20:01:54 -05:00
ItsLemmy d2bd621abe Revert "SmartPanel: Tighter sizing by using the minimum size."
This reverts commit 0eb82bce98.
2025-11-14 19:57:04 -05:00
ItsLemmy 0eb82bce98 SmartPanel: Tighter sizing by using the minimum size. 2025-11-14 10:00:20 -05:00
ItsLemmy a32d999e46 SmartPaneWindow: unload when not in use 2025-11-14 09:26:17 -05:00