Commit graph

6239 commits

Author SHA1 Message Date
Jeremy Wu
05d62da520 exclude directory path for Web Search plugin 2020-07-13 07:57:28 +10:00
Jeremy Wu
ef46225c33 Merge branch 'dev' into add_filecontent_search 2020-07-12 22:50:51 +10:00
Jeremy Wu
8abd97d523 add file content search to Index Search 2020-07-12 22:43:38 +10:00
Jeremy Wu
08bfa8da9c add unit test for determining file content search 2020-07-12 22:41:01 +10:00
Jeremy Wu
3111271a16 add file content search unit tests 2020-07-12 21:51:30 +10:00
Jeremy Wu
0c7298c72c
Merge pull request #114 from Flow-Launcher/add_update_progress_msg
Add update messages to indicate progress
2020-07-07 07:46:28 +10:00
Jeremy Wu
e2a08763ce
Merge pull request #74 from Flow-Launcher/explorer_prompt_deletion
Prompt deletion of file or folder
2020-07-07 07:46:14 +10:00
Jeremy Wu
f17751080e
Merge pull request #115 from Flow-Launcher/rename_file
Rename missed file during the rebrand
2020-07-07 07:42:59 +10:00
Jeremy Wu
fe3cc89f84
Merge branch 'dev' into add_update_progress_msg 2020-07-07 07:32:16 +10:00
Jeremy Wu
a0f2ae79b9
Merge branch 'dev' into explorer_prompt_deletion 2020-07-07 07:32:11 +10:00
Jeremy Wu
a9f7ec0306
Merge branch 'dev' into rename_file 2020-07-07 07:31:59 +10:00
Ioannis G
dd80228a1f
merge PR #113: fix BlurWhite theme
fix auto-suggestions font color
2020-07-06 15:02:07 +03:00
Jeremy Wu
4b895af5bb rename missed file 2020-07-06 08:25:04 +10:00
Jeremy Wu
f63660624e add update messages to indicate progress 2020-07-06 08:00:22 +10:00
Jeremy Wu
9a82452562 fix auto-suggestions font color of BlurWhite theme 2020-07-05 22:28:50 +10:00
Jeremy Wu
8a9c338afe
Merge pull request #112 from Flow-Launcher/dev
Release 1.1.2
2020-07-05 21:59:17 +10:00
Ioannis G
fd56af77dc
merge PR #111: fix BlurBlack theme
suggestion text color was not visible
2020-07-05 14:47:43 +03:00
Jeremy Wu
4d12b15002 version bump to 1.1.2 2020-07-05 21:23:15 +10:00
Jeremy Wu
84de3a9336 Merge branch 'dev' into fix_blurblack_sugestion_textcolor 2020-07-05 21:21:23 +10:00
Jeremy Wu
5a86ff6b7c fix blurblack theme suggestion font color not visible 2020-07-05 21:13:02 +10:00
Jeremy Wu
df931e8ddf move query suggestion styling to base.xml 2020-07-05 21:12:28 +10:00
Jeremy Wu
5f23f3d942
Merge pull request #110 from Flow-Launcher/dev
Release 1.1.1
2020-07-05 18:52:43 +10:00
Jeremy Wu
ccfcf5148f
Merge branch 'dev' into explorer_prompt_deletion 2020-07-05 14:31:23 +10:00
Jeremy Wu
2e8d6a18b6 version 1.1.1 2020-07-05 12:41:09 +10:00
Jeremy Wu
1a8aa6fdaf
Merge pull request #108 from JohnTheGr8/fix_include_processkiller
Fix: include the ProcessKiller plugin in release builds
2020-07-05 12:32:59 +10:00
Ioannis G
755add2518
fix build order in solution file
Make the `Flow.Launcher` project depend on the `ProcessKiller` project.
Currently, `Flow.Launcher` is built before the `ProcessKiller` plugin,
and therefore gets packaged (post-build script) without it.
2020-07-04 18:48:22 +03:00
Jeremy Wu
d42d35e7e2
Merge pull request #101 from Flow-Launcher/dev
Release 1.1.0 | Plugin 1.1.0 | Explorer Plugin 1.1.0
2020-07-04 18:20:45 +10:00
Jeremy Wu
956ab1fd93 update appveyor version 2020-07-04 18:17:05 +10:00
Jeremy Wu
4961bf3138 bump version for release
Explorer, Plugin, Flow Launcher
2020-07-04 18:02:39 +10:00
Jeremy Wu
a828e9ca93
Merge pull request #103 from JohnTheGr8/plugin_process_killer
Add plugin: Process Killer
2020-07-04 12:40:06 +10:00
Ioannis G
daa112e087
ProcessKiller: add a readme 2020-07-03 17:37:40 +03:00
Ioannis G
2c5305827c
ProcessKiller: use process icon in context menu 2020-07-03 17:11:18 +03:00
Ioannis G
e2bef827db
ProcessKiller: split source to multiple files 2020-07-03 17:07:24 +03:00
Ioannis G
12281142c1
ProcessKiller: support spaces in process search 2020-07-03 15:44:13 +03:00
Ioannis G
6e6a74beb9
ProcessKiller: add context menu option
to kill all processes whose file path matches with the selected result.
2020-07-03 02:43:35 +03:00
Ioannis G
10ce003dac
ProcessKiller: change condition for batch kill
To avoid killing processes by mistake, only give the option to kill all
displayed processes when they are all instances of the same executable.
2020-07-03 02:10:41 +03:00
Ioannis G
563bf4d797
ProcessKiller: add i18n support 2020-07-03 01:16:33 +03:00
Ioannis G
a52575cc17
ProcessKiller: do not convert paths to lower-case
for consistency with other plugins
2020-07-03 00:34:10 +03:00
Ioannis G
d0e196cfed
ProcessKiller: highlight result title 2020-07-03 00:18:15 +03:00
Ioannis G
1707ec7222
ProcessKiller: quick refactoring 2020-07-03 00:16:11 +03:00
Jeremy Wu
46c9c5c15b fix xml formatting for BlackAndWhite theme 2020-07-03 07:04:02 +10:00
Ioannis G
852750d1c6
start off the ProcessKiller plugin
This plugin is a direct port of Wox.Plugin.ProcessKiller from
https://github.com/theClueless/Wox.Plugins
2020-07-02 23:44:48 +03:00
Ioannis G
8f74316da3
merge PR #102: fix the width of the blur effect 2020-07-02 15:34:13 +03:00
Ioannis G
1b3c750be6
Merge branch 'dev' into fix_blur_theme 2020-07-02 15:29:20 +03:00
Jeremy Wu
7bee28845f
Merge pull request #97 from Kalaschnik/IssueTemplates
Issue templates
2020-07-02 21:50:49 +10:00
Jeremy Wu
8a860ec674 fix the width of the blur effect 2020-07-02 21:29:13 +10:00
Steven Kalinke
8e38891c8b Update IssueTemplate 2020-07-02 13:25:50 +02:00
Jeremy Wu
148ffd9c47
Merge branch 'dev' into IssueTemplates 2020-07-02 20:27:10 +10:00
Jeremy Wu
c46bb354a5
Merge branch 'dev' into explorer_prompt_deletion 2020-07-01 22:22:14 +10:00
Jeremy Wu
9fea313470
Merge pull request #100 from JohnTheGr8/remove_helloworld_plugins
Remove hello-world plugins
2020-07-01 21:23:35 +10:00