Commit Graph

222 Commits

Author SHA1 Message Date
Lemmy 7c8d97490f Merge pull request #1171 from lonerOrz/md-bar
feat: add separate bar opacity control with toggle switch
2025-12-28 14:57:49 -05:00
Lemmy 823d0b9225 Panels&IPC: attempt to figure #1166 2025-12-28 14:47:02 -05:00
Lemmy 99979d2f42 SmartPanel: less debug log. 2025-12-28 09:52:59 -05:00
Lemmy 851e915487 Bar: Revert extra exclusion zone pixel. Fix #1163 2025-12-28 08:59:09 -05:00
loner 901bb60560 feat: add separate bar opacity control with toggle switch
- Remove old transparent toggle and related logic
- Add new settings for separate bar background opacity control
2025-12-28 12:30:15 +08:00
Lemmy a1470cb51f PanelBackground: save memory and simplified logic by implementing a dual slot approach. 2025-12-26 13:32:24 -05:00
Lemmy 374f2477e6 Sysmon: panel 2025-12-25 23:09:11 -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
Ly-sec e0fb1f6deb SessionMenu: add shiftmodifier to action keybinds 2025-12-23 16:05:18 +01:00
Lemmy 482bd1a03a DesktopWidgets: support for context menu 2025-12-21 17:38:37 -05:00
Lemmy 2a30e7b5d0 SmartPanel: fixed potential wrong panel position with bar === right 2025-12-19 21:57:10 -05:00
Ly-sec 762e828382 SessionMenuTab: add setting for large button layout 2025-12-16 20:10:28 +01:00
Lemmy 3785f3f236 Bar/Panels: Unified transparency for panels and bar! 2025-12-14 10:49:15 -05:00
ItsLemmy 4751f4c80f Panels: improved opening/closing animation directions for panels not attached to the bar. 2025-12-09 21:47:41 -05:00
ItsLemmy 2e3a4cd579 SmartPanel: one more edge case of panel opening from the wrong direction 2025-12-08 17:00:07 -05:00
ItsLemmy c2b2457030 SmartPanel: If no anchors defined attach to the bar vertically 2025-12-08 08:40:59 -05:00
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