bbedward
9070903512
cleanup settings tabs
2026-03-19 20:02:46 -04:00
purian23
c72c9bfb08
greeter: New Greeter Settings UI & Sync fixes
...
- Add PAM Auth via GUI
- Added new sync flags
- Refactored cache directory management & many others
- Fix for wireplumber permissions
- Fix for polkit auth w/icon
- Add pam_fprintd timeout=5 to prevent 30s auth blocks when using password
2026-03-19 19:52:48 -04:00
bbedward
dbf132d633
launcher v2: simplify screen change bindings
2026-03-18 09:27:47 -04:00
bbedward
02a274ebe2
fix(launcher): select first file search result by default fixes #1967
2026-03-11 12:47:39 -04:00
bbedward
5880043f56
fix: dsearch references
2026-03-11 12:08:24 -04:00
odt
21750156dc
refactor(icons): centralize icon resolution into Paths.resolveIconPath/resolveIconUrl ( #1880 )
...
Supersedes #1878 . Rather than duplicating the moddedAppId + file path
substitution pattern inline across 8 files, this introduces two
centralized functions in Paths.qml:
- resolveIconPath(iconName): for Quickshell.iconPath() callsites,
with DesktopService.resolveIconPath() fallback
- resolveIconUrl(iconName): for image://icon/ URL callsites
All consumer files now use one-line calls. When no substitutions are
configured, moddedAppId() returns the original name unchanged (zero
cost), so this has no impact on users who don't use the feature.
Affected components:
- AppIconRenderer (8 lines → 1)
- NotificationCard, NotificationPopup, HistoryNotificationCard
- DockContextMenu, AppsDockContextMenu
- LauncherContent, LauncherTab (×3)
Co-authored-by: odtgit <odtgit@taliops.com >
2026-03-10 11:00:57 -04:00
bbedward
93ed96a789
launcher: don't tie unload to visibility
2026-02-23 18:53:29 -05:00
bbedward
e4accdd1c7
launcher: implement memory for selected tab fixes #1806
2026-02-23 10:20:48 -05:00
Triệu Kha
c4bbf54679
clipboard: fix html elements get parsed in clipboard entry ( #1798 )
...
* clipboard: fix html elements get parsed in clipboard entry
* Revert "clipboard: fix html elements get parsed in clipboard entry"
This reverts commit 52b11eeb98 .
* clipboard: fix html elements get parsed in clipboard entry
2026-02-23 10:20:48 -05:00
bbedward
50b91f14b6
launcher: fix frecency ranking in search results fixes #1799
2026-02-22 23:09:18 -05:00
bbedward
837329a6d8
window rules: default to fixed for width/height part of #1774
2026-02-22 23:09:18 -05:00
Triệu Kha
397650ca52
clipboard: improve image thumbnail ( #1759 )
...
- thumbnail image is now bigger
- circular mask has been replaced with rounded rectangular mask
2026-02-20 11:42:14 -05:00
bbedward
1ad8b627f1
launcher: fix premature exit of file search fixes #1749
2026-02-19 16:47:34 -05:00
Jonas Bloch
58a02ce290
Search keybinds fixes ( #1748 )
...
* fix: close keybind cheatsheet on escape press
* feat: match all space separated words in keybind cheatsheet search
2026-02-19 16:27:14 -05:00
Youseffo13
f649ce9a8e
Added missing i18n strings and changed reset button ( #1746 )
...
* Update it.json
* Enhance SettingsSliderRow: add resetText property and update reset button styling
* added i18n strings
* adjust reset button width to be dynamic based on content size
* added i18n strings
* Update template.json
* reverted changes
* Update it.json
* Update template.json
2026-02-19 14:11:21 -05:00
bbedward
1e84d4252c
launcher: improve perf of settings search
2026-02-19 09:22:56 -05:00
bbedward
76072e1d4c
launcher: always heuristic lookup cached entries
2026-02-19 09:22:56 -05:00
bbedward
6408dce4a9
launcher v2: always heuristicLookup tab actions
2026-02-18 19:07:30 -05:00
Youseffo13
90ffa5833b
Added Missing i18n strings ( #1729 )
...
* inverted dock visibility and position option
* added missing I18n strings
* added missing i18n strings
* added i18n strings
* Added missing i18n strings
* updated translations
* Update it.json
2026-02-18 18:35:29 -05:00
bbedward
f8350deafc
keybinds: fix escape in keybinds modal
2026-02-18 14:57:53 -05:00
bbedward
0286a1b80b
launcher v2: remove calc cc: enhancements for plugins to size details
2026-02-18 14:48:44 -05:00
bbedward
dfe36e47d8
process list: fix scaling with fonts fixes #1721
2026-02-18 09:57:35 -05:00
bbedward
bc8fe97c13
launcher: fix kb navigation not always showing last delegate in view
2026-02-17 14:08:04 -05:00
bbedward
92a25fdb6a
process list: add all/user/system filters
2026-02-17 11:25:05 -05:00
bbedward
2646e7b19a
launcher v2: apply transparency to footer
2026-02-17 10:54:49 -05:00
bbedward
4133f11d82
changelog: remove text note
2026-02-17 10:50:01 -05:00
bbedward
da437e77fb
keybinds: auto-focus cheatsheet search
2026-02-17 08:44:47 -05:00
Jonas Bloch
34a6bbfb32
feat: Keybinds cheatsheet search ( #1706 )
...
* feat(wip): add fuzzy finder in keybinds cheatsheet
* fix: replace GridLayout with RowLayout and don't use anchors in KeybindsModal
* fix: replace fuzzyfinder with simple inclusion criterion for keybind search
* fix: bring back categoryKeys (there was no reason to remove it)
2026-02-17 08:42:45 -05:00
bbedward
196c421b75
Squashed commit of the following:
...
commit 051b7576f7
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 16:38:45 2026 -0500
Height for realz
commit 7784488a61
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 16:34:09 2026 -0500
Fix height and truncate text/URLs
commit 31b328d428
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 16:25:57 2026 -0500
notifications: handle URL encoding in markdown2html
commit dbb04f74a2
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 16:10:20 2026 -0500
notifications: more comprehensive decoder
commit b29c7192c2
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 15:51:37 2026 -0500
notifications: html unescape
commit 8a48fa11ec
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 15:04:33 2026 -0500
Add expressive curve on init toast
commit ee124f5e04
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 15:02:16 2026 -0500
Expressive curves on swipe & btn height
commit 0fce904635
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 13:40:02 2026 -0500
Provide bottom button clearance
commit 00d3829999
Author: bbedward <bbedward@gmail.com >
Date: Sun Feb 15 13:24:31 2026 -0500
notifications: cleanup popup display logic
commit fd05768059
Author: purian23 <purian23@gmail.com >
Date: Sun Feb 15 01:00:55 2026 -0500
Add Privacy Mode
- Smoother notification expansions
- Shadow & Privacy Toggles
commit 0dba11d845
Author: purian23 <purian23@gmail.com >
Date: Sat Feb 14 22:48:46 2026 -0500
Further M3 enhancements
commit 949c216964
Author: purian23 <purian23@gmail.com >
Date: Sat Feb 14 19:59:38 2026 -0500
Right-Click to set Rules on Notifications directly
commit 62bc25782c
Author: bbedward <bbedward@gmail.com >
Date: Fri Feb 13 21:44:27 2026 -0500
notifications: fix compact spacing, reveal header bar, add bottom center
position, pointing hand cursor fix
commit ed495d4396
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 20:25:40 2026 -0500
Tighten init toast
commit ebe38322a0
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 20:09:59 2026 -0500
Update more m3 baselines & spacing
commit b1735bb701
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 14:10:05 2026 -0500
Expand rules on-Click
commit 9f13546b4d
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 12:59:29 2026 -0500
Add Notification Rules
- Additional right-click ops
- Allow for 3rd boy line on init notification popup
commit be133b73c7
Author: purian23 <purian23@gmail.com >
Date: Fri Feb 13 10:10:03 2026 -0500
Truncate long title in groups
commit 4fc275bead
Author: bbedward <bbedward@gmail.com >
Date: Thu Feb 12 23:27:34 2026 -0500
notification: expand/collapse animation adjustment
commit 00e6172a68
Author: purian23 <purian23@gmail.com >
Date: Thu Feb 12 22:50:11 2026 -0500
Fix global warnings
commit 0772f6deb7
Author: purian23 <purian23@gmail.com >
Date: Thu Feb 12 22:46:40 2026 -0500
Tweak expansion duration
commit 0ffeed3ff0
Author: purian23 <purian23@gmail.com >
Date: Thu Feb 12 22:16:16 2026 -0500
notifications: Update Material 3 baselines
- New right-click to mute option
- New independent Notification Animation settings
2026-02-16 17:57:13 -05:00
bbedward
8399d64c2d
settings: drop beta from confiugration
2026-02-16 17:51:20 -05:00
bbedward
75a8c171ea
launcher: remove double loader
2026-02-16 12:17:46 -05:00
bbedward
2c9b22c016
changelog: add and enable 1.4 changelog
2026-02-16 10:33:59 -05:00
Jon Rogers
a9ee91586e
fix: preserve _preScored from plugin items to allow ordering control ( #1696 )
...
The _preScored property allows plugins to control the ordering of
launcher results. Previously, this property was being overwritten
with undefined during item transformation, preventing plugins from
controlling which items appear first.
This change preserves the _preScored value from plugin items in:
- transformBuiltInLauncherItem()
- transformPluginItem()
Required for: devnullvoid/dms-web-search#7
2026-02-16 00:38:10 -05:00
bbedward
0a9a34912e
wallpapers: support more image formats + case insensitivity
...
fixes #1694
fixes #1660
2026-02-15 16:22:27 -05:00
bbedward
0d49acaaa8
launcher: try a more targeted unload approach
2026-02-15 15:48:49 -05:00
Higor Prado
ebe1785411
fix(launcher): release DankLauncherV2 resources after close ( #1692 )
...
* fix(launcher): release DankLauncherV2 resources after close
* launcher: make unload on close optional
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-02-15 15:26:03 -05:00
bbedward
e5cdbf4cf5
clipboard: option to paste on enter
...
fixes #1686
2026-02-15 13:36:19 -05:00
bbedward
44a45b00cf
widgets: cleanup rectangles across popouts, modals, OSDs
2026-02-14 11:15:26 -05:00
bbedward
124106de87
scrollies: switch to frame animation for kinetic scroll
2026-02-13 22:26:36 -05:00
bbedward
cdb70fadb3
launcher v2: fix kb navigation to top of scroll
2026-02-12 22:41:40 -05:00
bbedward
ba5bf0cabc
i18n: general RTL fixes
2026-02-12 11:58:32 -05:00
bbedward
bd46d29ff0
settings: optimize sidebar bindings
2026-02-11 18:42:32 -05:00
bbedward
4d316007af
lock: add lock at startup action, not sure how to handle it in crash
...
scenarios
launcher v2: fix state reset in section changes
fixes #1648
2026-02-10 23:25:54 -05:00
purian23
3c2d60d8e1
fix: QT notifs warning
2026-02-10 21:38:25 -05:00
purian23
9c4f4cbd0d
notifications: Add Left/Right Keyboard Nav to Current/History tabs
2026-02-10 20:51:13 -05:00
bbedward
1cdec5d687
launcher v2: add visibility guards
2026-02-10 17:40:41 -05:00
bbedward
c783ff3dcf
core: add DL helper, apply to TrackArt OSD, DankLocationSearch
...
- unrelated change to add gsettingsOrDconf helpers
2026-02-10 15:42:40 -05:00
bbedward
2c360dc3e8
mautgen: post-hook reload GTK4 and qt6ct
...
fixes #1643
2026-02-10 15:06:44 -05:00
bbedward
5342647bfb
launcher v2: performance optimizations
...
- Use ListView in all tab
- use filesystem cache to speed up first launch
- apply highlights to visible models
2026-02-10 14:56:29 -05:00
bbedward
3d0ee9d72b
animations/ripple: clean up effect and apply more universally
2026-02-10 12:48:12 -05:00