Commit Graph

156 Commits

Author SHA1 Message Date
tibssy ee322448d9 feat(dock): add frame indicator for static dock with settings toggle and fade animation 2026-02-10 16:03:43 +00:00
tibssy 92c43c6236 feat(dock): enable peek window activation for static mode to trigger dock panel opening and refine the settings interface by reorganizing components and conditionally showing display mode options 2026-02-10 16:03:43 +00:00
tibssy 6bd43fade6 feat(dock): fully implement StaticDockPanel with app management logic, transparent container styling, and hover-aware auto-close timers 2026-02-10 16:03:43 +00:00
tibssy 4b5c6c4619 feat(dock): integrate StaticDockPanel with main Dock logic and replace separate peek window with panel-based hover detection 2026-02-10 16:03:43 +00:00
tibssy ce027062fa feat(dock): extract DockContent into a reusable component and implement hover peek detection for static mode operation 2026-02-10 16:01:58 +00:00
Lemmy 522fa4c6da onclicked: mouse shorthands 2026-02-10 09:24:51 -05:00
Lysec 79672a2709 NightLightService: implement restart on crash (#1687) 2026-02-06 14:51:23 +01:00
Lysec 20a7a76aba Merge pull request #1650 from qalqa-dev/main
Feature/Dock pinned apps names changed from appId to appName
2026-02-06 14:17:10 +01:00
Lysec 7834786c12 Dock: add tiny space between indicator and icon 2026-02-02 13:49:24 +01:00
Lysec b0d64f0e77 Dock: more layout adjustments 2026-02-02 13:42:54 +01:00
Lysec 738ba0dc13 Dock: layout adjustment 2026-02-02 13:21:05 +01:00
Lemmy e578ff0892 compositor-spawn: small simplification so it works with all compositors (defaulting to execDetached in the compositor service) 2026-02-01 14:24:43 -05:00
wxlyyy c095b78ef4 feat: spawn application process via compositor 2026-02-02 00:37:22 +08:00
qalqa-dev 4b9115233b dock: refresh app icons and names on DesktopEntries changes, and improve pinned app handling with proper names 2026-02-01 19:26:00 +03:00
Lysec 25b9e8c34b Dock: fix vertical and horizontal alignment 2026-01-30 15:05:09 +01:00
Lysec 15516de503 Dock: set max width/height, add scrolling 2026-01-29 15:35:35 +01:00
Lemmy adbf55181d Dock: reserve a bit more width when horizontal to accomodate tooltips. 2026-01-25 15:47:45 -05:00
Lysec 7610d306d3 Dock: fix pinned app order (#1562) 2026-01-25 18:08:33 +01:00
kyle 583bdc6a6e fix(dock): fix dragging issue when dock auto-hide is enabled 2026-01-26 03:13:42 +11:00
kyle c6834c67ed fix(dock): fix unexpected dock close when context menu auto hide 2026-01-25 23:40:35 +11:00
kyle f7af6e8ab6 fix(dock): fix clickable menu when it's invisible 2026-01-25 23:37:57 +11:00
Lysec 4e98dc96a4 Dock: make drag&drop much nicer 2026-01-23 13:31:32 +01:00
Lysec f54d6708be Dock: bring back context menu fix 2026-01-21 17:33:06 +01:00
Lysec 55c1143dc1 Tray: fix blacklist logic 2026-01-21 17:27:56 +01:00
Lysec 4f11503f1a Dock: possible fix for odd context menu / app icon behaviour (#1479) 2026-01-21 16:19:34 +01:00
kyle c95cb8589e fix(app2unit): auto disable app2unit in settings if it becomes unavailable 2026-01-21 23:18:24 +11:00
Lysec f05da07d7a Dock: allow reorder of apps (non pinned = transient) 2026-01-21 02:16:48 +01:00
Lemmy 4c89a451cc Bar: replace more direct Style.barHeight acces by the new Style.getBarHeightForScreen() 2026-01-19 00:41:31 -05:00
Lemmy b340529b10 Bar: custom setup per screen (position, density, widgets) 2026-01-18 20:12:46 -05:00
Corey Woodworth 440147168d bulk find replace of different style values 2026-01-15 13:14:06 -05:00
Ly-sec 8ebeac758f Dock: slightly reduce space between apps 2026-01-10 20:08:51 +01:00
Ly-sec de1a82234f Dock: active indicator always below app icon 2026-01-10 20:04:36 +01:00
Ly-sec 740b2741e1 Dock: reload on exclusive/always visible display change 2026-01-10 16:25:14 +01:00
Ly-sec b5a1564172 Dock: fix clipping in specific positions 2026-01-10 16:18:59 +01:00
Ly-sec 7d0f691325 Dock: fix dock movement when switching between display mode 2026-01-10 16:11:06 +01:00
Ly-sec 10bd2aa303 Dock: fix non exclusive mode 2026-01-10 15:39:52 +01:00
Ly-sec 1b44118060 Dock: fix exclusive margin for real this time 2026-01-10 15:37:32 +01:00
Ly-sec 93daad71bb Dock: fix floating distance & empty space 2026-01-10 15:22:53 +01:00
Ly-sec 4208400e32 Dock: fix active indicator when changing orientation 2026-01-10 15:08:57 +01:00
Ly-sec 45f91f17a7 Dock: fix dock ui when switching positions 2026-01-10 15:02:24 +01:00
Ly-sec c58abd7566 Dock: add position setting 2026-01-10 14:39:00 +01:00
Lemmy d59bfce14e Merge pull request #1305 from anthonyhab/feat/bar-margin-percentage-to-pixel
feat: convert bar margins from percentages to pixels
2026-01-08 20:54:33 -05:00
Ly-sec be04f5e11c ThemeIcons: fuzzy find icons 2026-01-08 17:25:24 +01:00
anthonyhab f34dcc11b9 feat: convert bar margins from percentages to pixels
Change bar margin settings from percentage values (0-1) to integer pixel values (0-18). Add migration 38 to convert existing settings. Update all margin calculations to use pixel values directly. Update UI labels to show "px" instead of "%".
2026-01-07 12:20:07 -05:00
Lemmy 3bc9a625b8 Colors: removed Colors.transparent / black and white in favor of their direct shorthands 2026-01-04 13:54:51 -05:00
Lemmy 3073dd725c Dock: fix default icons appearing on startup. 2026-01-03 16:52:46 -05:00
Aleksei Rutkovskii 1971ad859e fix(dock): stop showTimer on peek area exit to prevent stuck visible state 2025-12-25 18:55:36 +03:00
Ly-sec 01022c45c1 Launcher,Dock,Taskbar,Workspace: use execDetached to (hopefully) let programs survive QS crash 2025-12-22 12:53:25 +01:00
Ly-sec b86524e3ff DockTab: add show/hide speed slider 2025-12-18 15:33:11 +01:00
Ly-sec fe394e2795 Dock: Show multiple instances of the same application 2025-12-13 17:22:32 +01:00