Commit graph

635 commits

Author SHA1 Message Date
Exidex
1285724719 Prepare for v11 release 2024-11-16 19:34:08 +00:00
Exidex
5c8f13184b
Await on reloadSearchIndex after running cleanup functions and before running generators 2024-11-16 20:23:05 +01:00
Exidex
3bb5be6caf
Update CHANGELOG.md and THEME.md 2024-11-16 20:20:18 +01:00
Exidex
ef38ad4a5e
Fix generated command entrypoint not being removed after disabling entrypoint in Settings UI 2024-11-16 20:16:52 +01:00
Exidex
5855990952
Rename Theme into Simplified theme to avoid confusion 2024-11-16 19:33:11 +01:00
Exidex
c340a69b5b
Restrict plugin id schema to http(s), ssh and git, exclude file and unknown 2024-11-16 09:53:51 +01:00
Exidex
72bc21716b
Implement plugin environment 2024-11-15 15:14:04 +01:00
Exidex
6fe97d7afe
Split assetData helper function into sync and async variants 2024-11-15 14:00:39 +01:00
Exidex
3a095cfda6
Allow to specify border styling in simplified theme config 2024-11-15 12:49:27 +01:00
Exidex
84ccf5980a
Rename themes from "theme" and "color theme" into "complex theme" and "theme" respectively 2024-11-15 10:57:41 +01:00
Exidex
318895d241
Fix build broken by accidental import removal 2024-11-14 21:43:32 +01:00
Exidex
220fb27eca
Enable experimental optional types in grpc schema files 2024-11-14 21:31:38 +01:00
Exidex
bd76aa5099
Ability to unset global shortcut, better error reporting for setting global shortcut 2024-11-14 21:08:01 +01:00
Exidex
8dae5cb16c
Add "Indexing..." text on main view while load bar for currently running command generators is shown 2024-11-14 18:01:30 +01:00
Exidex
ca609d58e3
Fix inability to move left-right on the grid view because search bar text input is always focused 2024-11-14 17:42:20 +01:00
Exidex
1ca022ebd0
Fix button clicking events not working after react renderer parser refactor 2024-11-14 17:20:08 +01:00
Exidex
6a56604e89
Fix padding of grid and list section being too far if it is first in the view 2024-11-14 14:13:59 +01:00
Exidex
201fea1446
Autofocus searchbar in grid and list when opening the plugin view 2024-11-14 13:37:34 +01:00
Exidex
058bcde9d2
Distinct styling for pressed state of buttons 2024-11-13 22:09:32 +01:00
Exidex
57ea67d13e
Crappy heuristic for scrolling distance of grid items, dynamic grid item height 2024-11-13 21:55:00 +01:00
Exidex
1bd4491429
Rework grid keyboard navigation again, this time with tests 2024-11-13 20:04:50 +01:00
Exidex
504adac487
Fix keyboard navigation in grid not working properly in situation when going from one section to another with non-full rows 2024-11-12 23:43:18 +01:00
Exidex
c9dd9173bb
Implement visual part of keyboard navigation for list and grid views 2024-11-11 21:34:48 +01:00
Exidex
8c6f6b93e3
Fix scenarios after react renderer parsing rework 2024-11-11 20:01:16 +01:00
Exidex
589c3748f2
Add loading bar when opening plugin view takes more than 300 milliseconds 2024-11-10 22:51:31 +01:00
Exidex
e132fe10a5
Bring back image support after react renderer parsing rework 2024-11-10 22:03:48 +01:00
Exidex
579e29664d
Show loading bar in main search view when there is still some command generator running 2024-11-10 19:43:59 +01:00
Exidex
479594b385
Fix command generator example in dev plugin 2024-11-10 17:48:15 +01:00
Exidex
db0a02f97e
Ignore events that do not have respective widget state instead of crashing. 2024-11-10 17:37:43 +01:00
Exidex
d3cc26cfd3
Fix build on macOS 2024-11-10 17:36:53 +01:00
Exidex
26695673a9
Fix scrollable resetting when clicking action panel button in bottom panel 2024-11-10 17:28:51 +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
b415c90519
Add clarification about binary location on macOS to theme docs 2024-11-03 11:19:47 +01:00
Exidex
ec8511a5a4
Work in progress keyboard navigation for List and Grid 2024-10-30 21:05:03 +01:00
Exidex
750278dc48
Implement List and Grid search bar 2024-10-27 19:33:39 +01:00
Exidex
508909cf7d
Fix global shortcut not working on windows 2024-10-27 17:40:49 +01:00
Exidex
90a1493256
Rename default scenario input files 2024-10-27 10:28:35 +01:00
Exidex
8605293c81
Add docs code segment markers to scenarios 2024-10-27 10:28:11 +01:00
Exidex
f594b6310e
Fix broken scenarios 2024-10-25 21:01:26 +02:00
Exidex
f1191057d2
Fix emojis not working in multiple places across the application 2024-10-25 17:22:01 +02:00
Exidex
689461c456
Refactor ui action execution handling. Change primary action label on action bar into a button 2024-10-20 19:49:07 +02:00
Exidex
7bd8a5f583
Rework clipboard, fixes writeText() not working on KDE 2024-10-20 14:43:46 +02:00
Exidex
b9eea0d5ef
Fix primary action of first search result being called if primary action of inline view is called using enter key, causing duplicate action 2024-10-18 21:42:15 +02:00
Exidex
97ff3e53b6
Fix clipboard operations not working on wayland 2024-10-18 20:46:57 +02:00
Exidex
c3c58d3128
Reduce scope of try catch in calculator bundled plugin 2024-10-18 19:10:30 +02:00
Exidex
ed29af6583
Fix hud window not disappearing on wayland 2024-10-18 18:35:29 +02:00
Exidex
cbcbcf8b94 Prepare for v10 release 2024-10-13 15:42:37 +00:00