Commit Graph
57 Commits
Author SHA1 Message Date
Ly-sec 609f1e9655 Bar/: refactor layout 2025-09-23 00:20:06 +02:00
Ly-sec 202516aee3 Dock: fix pinned app grouping 2025-09-23 00:01:31 +02:00
Ly-sec 489ce76d2a Notification: layout changes 2025-09-22 23:56:18 +02:00
ItsLemmy 6fbaf46ed9 AppIcons => ThemeIcons 2025-09-22 14:58:34 -04:00
ItsLemmy f896b41c6b Dock: removed onCountChanged as it is unecessary and was producing warnings. 2025-09-22 13:49:03 -04:00
Ly-sec 64757979e8 Dock: use Style.fontSize, remove most logging 2025-09-22 16:25:44 +02:00
Ly-sec 21c6c5a610 Added pinning to dock & right click menu to dock
Dock: display pinned apps on the left even when not running (lower
opacity)
DockMenu: Let users close, activate and pin/unpin apps
Settings: add pinned list for docks
2025-09-22 16:09:25 +02:00
LemmyCook 0c6aea7154 Vertical Bar! 2025-09-14 11:26:36 -04:00
ItsLemmy 132b331c7c Dock: fix floating distance when bar is at the bottom 2025-09-14 07:42:10 -04:00
Ly-sec 1ee14df915 Make things more readable 2025-09-14 09:05:51 +02:00
LemmyCook 76376a9783 Dock: do not show dock if no app/toplevel available 2025-09-13 22:13:02 -04:00
LemmyCook 1157c8e21d FloatingBar: Wip 2025-09-13 22:04:36 -04:00
LemmyCook acae2b8c21 Dock: border alpha follows bg opacity 2025-09-13 11:09:55 -04:00
LemmyCook 7d2eaa46e6 qmlfmt: increase line-length to 360 to avoid hard-wrap.
+ cleaned up power menu/panel
2025-09-12 21:07:11 -04:00
LemmyCook c8886629ad Dock: Float improvements, can click below dock and on the side. Should fix #237 2025-09-12 16:10:03 -04:00
LemmyCook c5ca758d3e Settings: New Dock tab. 2025-09-11 23:31:40 -04:00
LemmyCook f5ac42c692 Dock: Slightly more compact 2025-09-11 22:46:19 -04:00
LemmyCook df2a9a246d Dock: New "exclusive" settings to ensure no windows go below. 2025-09-11 19:14:19 -04:00
LemmyCook 1f9247c429 More icons fixes 2025-09-09 19:34:31 -04:00
LemmyCook b1f9609cd3 Renamed Icons.qml to AppIcons.qml for clarity 2025-09-09 14:16:37 -04:00
LemmyCook 1bb1015fdf Dock: one tooltip per app instead of a shared tooltip. avoid a few glitches when hovering. 2025-09-06 15:25:57 -04:00
LemmyCook ac43b6d78a Dock: autoformatting 2025-09-06 15:19:06 -04:00
LemmyCook 809f16c27e Dock: improvements, new animations, always float, better look. 2025-09-06 15:18:53 -04:00
LemmyCook ad305b3754 Dock: converted to Layout 2025-09-05 18:53:24 -04:00
Ly-sec 60950fb461 dock: add opacity slider as requested in #222 2025-09-05 22:36:04 +02:00
LemmyCook e5aee79d47 Removed all layer.enabled as they do not play well with fractional scaling. 2025-09-04 20:36:32 -04:00
LemmyCook 784300f690 Dock: removed unecessary bg hover rect 2025-09-04 19:51:10 -04:00
LemmyCook d79011355c Dock: Fixed dock autohide when bar is at the bottom. 2025-09-02 13:35:24 -04:00
LemmyCook 26dc143b1d Dock: allow clicking outside of the dock on the left and right side 2025-09-02 13:06:10 -04:00
LemmyCook 210bbac583 ScalingService: 1st pass of the refactoring via signals instead of nested bindings for better efficienty and compatibility with old versions of Qt 2025-09-01 13:52:12 -04:00
LemmyCook 269b2765cd More optims and renaming 2025-08-25 22:17:13 -04:00
LemmyCook d2563db5a0 OPtimization: Notification History only loaded when necessary 2025-08-25 21:54:03 -04:00
LemmyCook fcedb65119 Optimization: Dock get loaded only on assigned screens instead of being invisble. 2025-08-25 21:42:27 -04:00
LemmyCook 84f8735008 Dock: If bar is set to bottom position, force dock autohide to avoid conflicts. 2025-08-21 23:41:39 -04:00
Ly-sec 88447fbcef Possible fix for QS crash on single monitor wake 2025-08-21 16:29:42 +02:00
quadbyte 11463e2be4 AutoFormatting 2025-08-20 21:01:41 -04:00
LemmyandGitHub a240eb027c Merge pull request #117 from ThatOneCalculator/fix/app-icons
app icon fetching adjustments
2025-08-20 20:44:52 -04:00
quadbyte caffbe45e0 Removed NLoader in favor of Loader, as it was not doing anything anymore 2025-08-20 20:14:49 -04:00
Kainoa Kanter 604321e30e add app icon to active window, fix app icon method in dock 2025-08-19 19:04:38 -07:00
quadbyte b723eccc78 Renamed most font and sizing shorthands properties for easier understanding and maintenance
property real fontSizeXS: 9
  property real fontSizeS: 10
  property real fontSizeM: 11
  property real fontSizeL: 13
  property real fontSizeXL: 16
  property real fontSizeXXL: 18
  property real fontSizeXXXL: 24
2025-08-18 11:12:51 -04:00
quadbyte dbdfbdc746 "transparent" => Color.transparent 2025-08-17 05:54:55 -04:00
quadbyte 4fcdb1543d Renamed Colors to Color
- some work on the active window
2025-08-16 22:39:11 -04:00
quadbyte e800bc161d Using a custom logger with colors and timestamp instead of console.xxx 2025-08-16 19:31:22 -04:00
Ly-sec 56ad08816e More fixes for Network, NotificationHistory etc 2025-08-16 14:25:54 +02:00
Ly-sec 3e001f1282 Remove Dock context menu for now 2025-08-16 14:02:38 +02:00
Ly-sec 9832d3d9bd Fix dock settings, add hover, add full screen width 2025-08-16 13:16:05 +02:00
quadbyte 83ff5f5589 Renamed all services to xxxService. Moved a couple things in Commons 2025-08-15 21:45:58 -04:00
Ly-sec c673b897cb Replace tons of hardcoded stuff 2025-08-16 01:17:44 +02:00
quadbyte a8e7f6e01d ScreenCorners: fix when bar is not visible on a screen 2025-08-15 14:48:33 -04:00
quadbyte f80e6a0294 Improved the dock, still needs some love 2025-08-15 14:35:54 -04:00