Commit graph

3730 commits

Author SHA1 Message Date
Jeremy
7e799b5625 keep search activation, enable and disable path and index search 2021-05-29 20:08:34 +10:00
弘韬 张
e4a15b453b remove unexpected editor config 2021-05-28 17:43:06 +08:00
弘韬 张
efc45c76ac Use HashSet storing GlobalPlugins
Use HashSet instead of List to avoid duplicate global plugin
2021-05-28 17:06:58 +08:00
Jeremy
c5167cb5e5 fix duplicate query searches from same global action keywords 2021-05-28 08:44:06 +10:00
Jeremy Wu
08d428ea13
Merge pull request #455 from Flow-Launcher/fix_empty_actionkeywords
Fix loading when no action keywords present for a plugin in user plugin setting
2021-05-27 20:32:27 +10:00
Jeremy
3623f88374 remove obsolete delcaration of translator instance 2021-05-26 19:46:16 +10:00
Jeremy
0a6e338cc9 set to visible in settings panel only when one action keyword 2021-05-26 19:43:39 +10:00
Jeremy
e06cf9cf6f add tool tip to explain functionality 2021-05-26 08:38:55 +10:00
Jeremy
d024f8eff4 fix loading when no action keywords present for a plugin in userdata 2021-05-25 22:20:22 +10:00
Jeremy Wu
76159d6cd0
Merge pull request #452 from Flow-Launcher/releaseComObject
Avoid AppxManifest.xml leak
2021-05-24 21:12:23 +10:00
Jeremy Wu
89757de04e
version bump Program plugin 2021-05-24 21:04:50 +10:00
弘韬 张
39b750e821 Avoid AppxManifest.xml leak
release Com stream Object immediately

Co-Authored-By: Andrey Nekrasov <1828123+yuyoyuppe@users.noreply.github.com>
2021-05-24 12:34:59 +08:00
弘韬 张
972a291be3 add Chinese translation 2021-05-22 17:26:49 +08:00
弘韬 张
acba2dd1a3 Add specific keyword for path explore in explorer plugin 2021-05-22 17:23:25 +08:00
Jeremy Wu
d813a4732d
Merge pull request #447 from Flow-Launcher/optionHideDescription
Implement Option to disable program description
2021-05-21 06:59:30 +10:00
Jeremy
c97dd367b0 version bump Program plugin 2021-05-21 06:54:49 +10:00
弘韬 张
4a02cff498 Implement Option to disable program description 2021-05-20 17:07:44 +08:00
Jeremy Wu
c0afb49ea3
Merge pull request #443 from Flow-Launcher/WebSearchUIImprovement
WebSearch UI Improvement
2021-05-20 13:26:33 +10:00
Jeremy
117402de76 allow url column to auto adjust 2021-05-20 12:57:48 +10:00
Jeremy
f5dee93a39 version bump WebSearch 2021-05-20 08:38:02 +10:00
Jeremy
c6847326ad adjusted width of columns 2021-05-20 08:36:43 +10:00
Jeremy Wu
a451f789f3
Merge pull request #445 from Flow-Launcher/fixConcurrentIssue
Dev branch: Use ConcurrentDictionary to replace Dictionary
2021-05-19 23:32:06 +10:00
弘韬 张
e8cf5ee0c1 Use ConcurrentDictionary to replace Dictionary 2021-05-19 18:59:19 +08:00
弘韬 张
0067fe86c6 WebSearch UI Improvement 2021-05-19 16:55:29 +08:00
Jeremy Wu
be8bb8bcd1
Merge pull request #427 from Flow-Launcher/MigrateDirectPluginJsonStorage
Use API call to save instead of direct call
2021-05-19 08:05:43 +10:00
Jeremy Wu
1e687a2130
revert 2021-05-17 07:19:32 +10:00
Jeremy Wu
5980528106
version bump Shell 2021-05-17 07:18:04 +10:00
Jeremy Wu
efee45bed5
version bump PluginsManager 2021-05-17 07:17:12 +10:00
Jeremy Wu
a25f836dfc
update ISavable comments 2021-05-17 07:14:28 +10:00
Jeremy Wu
909fe5a75d
Merge branch 'dev' into MigrateDirectPluginJsonStorage 2021-05-17 07:02:49 +10:00
Jeremy Wu
7092263e7a
Merge pull request #429 from taooceros/SpecialCtrl
Add special ctrl for Pluginsmanager and Shell plugin
2021-05-17 06:58:16 +10:00
Jeremy Wu
4cb8f929c3
version bump Shell plugin 2021-05-17 06:52:24 +10:00
Jeremy Wu
4d9a3dea32
version bump PluginsManager 2021-05-17 06:51:37 +10:00
Jeremy Wu
65eb4e8d53
update comments 2021-05-16 17:14:55 +10:00
弘韬 张
e565022d3f Merge branch 'MigrateDirectPluginJsonStorage' of github.com:Flow-Launcher/Flow.Launcher into MigrateDirectPluginJsonStorage 2021-05-16 15:11:50 +08:00
弘韬 张
baceb8c5c0 Update Comment 2021-05-16 15:11:29 +08:00
Jeremy Wu
97b2c2a9cb
Update IPublicAPI.cs 2021-05-16 17:11:25 +10:00
Kevin Zhang
c5d24c407a
Merge branch 'dev' into SpecialCtrl 2021-05-16 14:50:39 +08:00
弘韬 张
cb9262b450 Version Bump 2021-05-16 14:48:03 +08:00
弘韬 张
d421a950f6 Add special ctrl for Pluginsmanager and Shell plugin 2021-05-15 02:17:57 +08:00
张弘韬
20ba2b2d23 Add SavePluginSettings API, and call that api in PluginManager.Save(); 2021-05-13 20:49:41 +08:00
张弘韬
d84eff7712 Remove unneccessary api, rename storage api, and update comment 2021-05-13 19:29:21 +08:00
张弘韬
dea26c684a Update Comment 2021-05-13 13:37:41 +08:00
张弘韬
dc366339b0 Update Comment 2021-05-13 13:29:22 +08:00
张弘韬
b37f9f338a Version Bumps 2021-05-12 20:04:26 +08:00
张弘韬
358460cb22 Move storage to api call for websearch and calculator plugins 2021-05-12 19:38:29 +08:00
张弘韬
a9695e3119 fix some typo 2021-05-12 03:24:35 +08:00
张弘韬
25f6e664f2 add auto save for all setting that has been registered, and remove Separate Save 2021-05-12 00:37:28 +08:00
张弘韬
33accbd5d4 Move most direct call of PluginJsonStorage to API call 2021-05-11 20:24:22 +08:00
Jeremy Wu
86598b5eef
Merge pull request #426 from Flow-Launcher/fix_explorer_path
Dev branch: Fix Explorer path display in settings
2021-05-11 20:17:55 +10:00