Commit graph

175 commits

Author SHA1 Message Date
Exidex
d3cc26cfd3
Fix build on macOS 2024-11-10 17:36:53 +01:00
Exidex
f68fcf1b6e
Fix view render taking a long time of while app gen command generator runs 2024-11-10 17:09:06 +01:00
Exidex
6a70c4ecba
Rework react renderer parsing to use non-recursive data structures 2024-11-10 16:53:53 +01:00
Exidex
47547083d4
Update applications plugin for macOS after command generator rework 2024-11-03 18:38:35 +01:00
Exidex
8e0ec1d7b8
Rework command generators to allow updating list of generated entrypoints while plugin is running 2024-11-03 14:15:48 +01:00
Exidex
508909cf7d
Fix global shortcut not working on windows 2024-10-27 17:40:49 +01:00
Exidex
7bd8a5f583
Rework clipboard, fixes writeText() not working on KDE 2024-10-20 14:43:46 +02:00
Exidex
8397b108e0
Implement hud feedback window 2024-10-13 11:41:37 +02:00
Exidex
f9aa94f13b
Fix calculator plugin not working after bundled plugin merge 2024-10-12 21:19:37 +02:00
Exidex
978fafefcd
Fix entrypoint icons not working 2024-10-12 20:50:31 +02:00
Exidex
b9f5b32037
Add flatpak application support for Application plugin on Linux 2024-10-11 18:26:24 +02:00
Exidex
bb0ceead12
Highlight preference value fields which are required but not yet filled 2024-10-10 20:10:19 +02:00
Exidex
d94563512d
Move "remove plugin" button in settings ui to the bottom of the view 2024-10-10 18:25:04 +02:00
Exidex
5051312323
Fix some macOS applications not having icons, also speedup icon cache generation 2024-10-08 22:48:18 +02:00
Exidex
0c01048d32
Merge all bundled plugins into one 2024-10-08 19:56:06 +02:00
Exidex
0a92457bd4
Implement inline view shortcut display in action panel 2024-10-07 19:55:23 +02:00
Exidex
68f4aadc6a
Add log about macOS version used for indexing settings 2024-10-06 11:22:35 +02:00
Exidex
f26baeaecb
Add build information shown on startup 2024-10-06 11:19:22 +02:00
Exidex
ff23ea4d76
Slightly improve logging 2024-10-06 09:53:50 +02:00
Exidex
43e7cf919d
Fix log printing wrong thing 2024-10-06 09:29:55 +02:00
Exidex
628523302e
Move settings to the bottom of macOS Applications search list 2024-10-05 21:48:08 +02:00
Exidex
c021fbab7e
Gracefully handle parse errors of system extension plist in macOS Applications plugin 2024-10-05 21:47:16 +02:00
Exidex
a334ba2052
Fix action shortcut not being shown in main search view action panel 2024-10-05 21:31:51 +02:00
Exidex
12634f3d7d
Implement action shortcuts on main view 2024-10-05 21:14:51 +02:00
Exidex
72db547a99
Make patch part optional in macOS version parsing. Fixes Applications plugin not working on some systems 2024-10-05 18:59:03 +02:00
Exidex
9346c6f394
Implement secondary command actions for main search view 2024-09-28 20:18:55 +02:00
Exidex
2bca56a1d1
Add plugin name and entrypoint name over inline view. Refine inline view styling. 2024-09-24 20:26:12 +02:00
Exidex
2bb6355f0c
Fix panic when stopping disabled plugin 2024-09-23 17:55:10 +02:00
Exidex
468013397d
Grid and List accessories. Refine grid styling 2024-09-22 21:02:19 +02:00
Exidex
f697a40c4e
Create plugin data and cache directories when requested by plugin 2024-09-22 09:42:03 +02:00
Exidex
b582d7ba7f
Variables in paths of permissions 2024-09-21 20:36:31 +02:00
Exidex
079386cd80
Rework permissions. Better validation. Remove ffi and high_resolution_time 2024-09-21 17:30:56 +02:00
Exidex
0caea4f456
Support macOS 13+ system extension settings 2024-09-15 17:56:05 +02:00
Exidex
ffd91f0b85
Extend macOS Application plugin with System settings items like Sound, Display, etc 2024-09-15 14:39:38 +02:00
Exidex
dd8e754a26
Include more directories in macOS application search 2024-09-15 12:45:22 +02:00
Exidex
29649aae51
Split preference name into id and name 2024-09-15 10:50:16 +02:00
Exidex
ea9c795973
Require main_search_bar permission when entrypoint type 'inline-view' is used 2024-09-14 20:03:31 +02:00
Exidex
1fe349db47
Add permissions for clipboard 2024-09-14 17:26:29 +02:00
Exidex
a6e056c060
Updated numbat. Enable currency module 2024-09-14 15:45:05 +02:00
Exidex
2154131b5c
Add useStorage and useCache hooks 2024-09-10 21:48:32 +02:00
Exidex
cdcda9fb75
Fix race condition when restarting plugins that leads to crash 2024-09-08 16:07:04 +02:00
Exidex
908358b338
Fix panic when spamming enable/disable plugin or entrypoint in settings 2024-09-05 20:54:48 +02:00
Exidex
bfe3589cd7
Do not call command generators before reloading search index after frecency mark 2024-09-05 20:52:46 +02:00
Exidex
fc476dfe50
Add system tray on macos and windows 2024-08-25 18:25:13 +02:00
Exidex
e8c45b8def
Run application and open command detached from server process
Fixes server being unkillable because of invoked application that is still running
2024-08-18 19:24:55 +02:00
Exidex
764ca8391c Fix generator commands blocking plugin from being stopped/stopped 2024-08-07 11:32:44 +02:00
Exidex
06db1ffa30 Fix being unable to stop plugin if there is unresolved pending promise 2024-08-06 18:16:52 +02:00
Exidex
e084328368 Always use dev react bundle for local plugins for better error messages 2024-08-05 22:17:59 +02:00
Exidex
6ff5565a7c Remove backwards compatibility for local plugin id, properly this time 2024-08-04 10:39:09 +02:00
Exidex
9fb26ab460 Revert "Remove backwards compatibility for local plugin id"
This reverts commit 8c65c16b8a.
2024-08-04 10:11:19 +02:00