Commit Graph

56 Commits

Author SHA1 Message Date
Lysec 17bfd02204 fix(lock-keys): only apply sysfs LED state on successful reads 2026-03-26 15:49:15 +01:00
Lemmy e29a71e9a4 fix(lockkeys): replace 'this' to a proper id to avoid warnings 2026-03-25 16:58:33 -04:00
Lysec 284a2a76bb fix(lock-keys): sync bar state from sysfs on first poll after startup 2026-03-23 15:30:26 +01:00
Lemmy 56f3dbec82 chore(autofmt) 2026-03-20 19:09:19 -04:00
Mia Herkt 4230ae5207 LockKeysService: use Qml file system model
Forking shell processes is very very expensive. Replace with a more
efficient Qml model.

This should automatically instantiate watchers for hotplugged
devices, as FolderListModel uses a file system watcher.

Quickshell’s FileView does not get notified of changes because
that’s how sysfs works, but it does handle the content conparison
for us. Convenient!
2026-03-20 18:27:47 +01:00
Braian A. Diez 02cf4f8db9 chore(clipboard): cleanup request
Signed-off-by: Braian A. Diez <bdiez19@gmail.com>
2026-03-12 21:12:05 -03:00
Braian A. Diez 67ffbb6f27 fix: improve the code regex
Signed-off-by: Braian A. Diez <bdiez19@gmail.com>
2026-02-28 13:11:56 -03:00
Braian A. Diez a844e578a9 clipboard: add filters by type & date
Signed-off-by: Braian A. Diez <bdiez19@gmail.com>
2026-02-28 12:12:48 -03:00
Lemmy c13db3635c clipboard: prevent restart spin loop of watchers. Fix #1954 2026-02-24 09:09:17 -05:00
Lemmy 9c47ce03f2 clipboard: limit image decoded in memory 2026-02-19 10:12:09 -05:00
Lemmy 8c776b5504 lockeys-service: added a component registration system to avoid polling when not necessary 2026-02-13 13:31:42 -05:00
Lysec 8aa32c7a6d Switch sh -lc to sh -c in the whole codebase 2026-02-03 19:55:08 +01:00
Lemmy 9951d3fb23 autofmt 2026-01-28 20:32:25 -05:00
Corey Woodworth 627a9000f6 Another attempt at cleaning up the PR 2026-01-28 19:23:49 -05:00
Lemmy a1ebd660bf Revert "Merge pull request #1609 from MrDowntempo/feat/All-Emojis"
This reverts commit 1bc8c0a9e8, reversing
changes made to 6bdbf6903b.
2026-01-28 18:58:19 -05:00
Corey Woodworth 29e2559d15 2nd try at adding an all emoji category 2026-01-28 14:41:55 -05:00
Lysec 28029df17c ClipboardSubTab: allow custom wl-paste commands to filter what gets added to cliphist 2026-01-27 20:47:37 +01:00
Lemmy 16f345d1f3 keyboard-layout: toast shows full layout name 2026-01-26 18:36:01 -05:00
Lemmy b098a41e9c KeyboardLayoutService: better lang/country matching 2026-01-26 18:29:41 -05:00
Lemmy 89913688b5 bar-kblayout: proper tooltip with full layout name and cycle on click 2026-01-21 22:51:22 -05:00
Lemmy 291062ca63 bar-kblayout: first cleanup, show variant first 2026-01-21 22:37:01 -05:00
Alexander Nabokikh 5f4a3de9eb fix(KeyboardLayoutService): incorrect language mapping for uk 2026-01-16 20:14:52 +01:00
Lemmy 8f2f968a30 Clipboard: better preview box 2026-01-06 22:10:08 -05:00
Lemmy 7e4c2e085c Clipboard: filtering browser garbage when copying images 2026-01-06 22:10:08 -05:00
Lemmy 8e89c1d1be Clipboard: delete and decode back to the old way 2026-01-06 21:14:17 -05:00
Lemmy b81174b9f8 Clipboard: fix delete entry - use NScrollView for proper scrollbar colors. 2026-01-06 13:06:01 -05:00
Lemmy 138e5a50af i18n: Large refactor of all translations keys to prepare the move to our new translation web platform. 2026-01-05 23:25:46 -05:00
Lemmy 21ddf8f13b Clipboard: improve reliability with large text 2026-01-05 12:26:53 -05:00
Lemmy aaf1715bb7 Launcher: autopaste support for other providers 2026-01-04 20:31:59 -05:00
Lemmy 25735d4144 Clipboard: auto-paste images (not all app supported) 2026-01-04 19:45:10 -05:00
Lemmy b637caaf20 Clipboard: added auto-paste option. 2026-01-04 19:18:32 -05:00
Lemmy 1fcf51eaf0 Toast: ensure all toasts have a title and a description for a more unified look. 2026-01-01 10:26:06 -05:00
Ly-sec 18b145871e Launcher/Emoji: list emojis in recent tab by last used 2025-12-31 15:17:12 +01:00
Lemmy 43c7824aca System: replaced whereis by command -v 2025-12-29 17:02:34 -05:00
Lemmy 5bab582284 System: replaced "which" by "whereis" as it's more likely to be installed by default 2025-12-29 16:47:46 -05:00
Ly-sec 0b99183b5f Launcher: refresh clipboard history list on delete entry 2025-12-08 19:31:32 +01:00
Ly-sec 9b4f407bd7 Launcher: add delete icon for clipboard history entries 2025-12-08 18:07:26 +01:00
Ly-sec 3db394c80a Autoformat 2025-11-29 08:30:32 +01:00
Eric Handley 76982e5de6 fix: always open to "recent" tab 2025-11-27 23:25:01 -08:00
Eric Handley 6b27db0d4f fix: remove unnecessary fallbacks and redundant code 2025-11-27 23:21:48 -08:00
Eric Handley c6b28bec4d feat: add category-based browsing to emoji selector 2025-11-27 23:21:36 -08:00
Lemmy 71455e4af9 Merge pull request #838 from lonerOrz/feat/osd
feat(osd): Implement lock key notifications with dynamic sizing
2025-11-24 19:18:41 -05:00
Ly-sec ad96d2b05c Launcher: force calculator to listview
ClipboardService: fix warning
IPCService: add launcher emoji ipc
2025-11-23 22:05:40 +01:00
loner 16486ba054 Fix: Prevent lockkey OSD from showing at startup 2025-11-24 00:15:53 +08:00
ItsLemmy 5ee808e186 Autofmt 2025-11-22 10:44:20 -05:00
loner 8730eb0e71 feat: Add emoji usage tracking and sorting by frequency 2025-11-22 17:34:44 +08:00
loner 1dced9a7bc feat: Implement EmojiService 2025-11-22 17:34:44 +08:00
ItsLemmy 3ff5b7639f Switched to qmlformat. 2025-11-16 17:07:03 -05:00
Ala Alkhafaji fe1129c56c Add setting to disable keyboard layout toast 2025-11-11 19:40:35 +01:00
Ala Alkhafaji a6f487eac0 KeyboardLayout: stopgap solution for sway 2025-11-11 01:53:49 +01:00