Commit graph

2542 commits

Author SHA1 Message Date
Jeremy Wu
48cbe9d0cd version bump Plugin 2020-08-04 20:32:44 +10:00
Jeremy Wu
59a18370ef remove in use obsolete GetAllRemainingParameter and use Search 2020-08-04 20:10:42 +10:00
Jeremy Wu
ac46fdc2c9 remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
Ioannis G
2df10755ab
Merge PR #125: remove everything plugin
moved to its own repo
2020-07-21 16:09:40 +03:00
Jeremy Wu
6f2ff84543 remove Constant.EverythingSDKPath and usage 2020-07-21 14:24:30 +10:00
Jeremy Wu
c4fd501036 update readme 2020-07-20 05:57:58 +10:00
Jeremy Wu
c6701aa8a6 move everything plugin to its own repo
https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything
2020-07-20 05:55:56 +10:00
Ioannis G
1e662057be
merge PR #121: index Edge browser bookmarks 2020-07-18 04:03:14 +03:00
Jeremy Wu
19aa9ca779
Merge pull request #122 from JohnTheGr8/ui_enhancements
Various UI fixes and enhancements
2020-07-17 20:24:47 +10:00
Ioannis G
1f73fdbecc
UI: allow manual editing of browser-path textboxes 2020-07-17 05:32:08 +03:00
Ioannis G
b505a32693
UI: use NoWrap for browser-path text boxes 2020-07-16 23:12:54 +03:00
Ioannis G
62a245f049
remove success message boxes 2020-07-16 22:38:09 +03:00
Jeremy Wu
163bf64f89 BrowserBookmark version bump 2020-07-16 21:47:02 +10:00
Steven Kalinke
dfcf79c97d add chromium edge bookmark loading 2020-07-16 19:44:11 +10:00
Ioannis G
827a953722
add PropertyChanged.Fody to Infrastructure project
fixes various settings changes requiring a restart to take effect
2020-07-15 00:34:09 +03:00
Ioannis G
0929d34b38
merge PR #120: update Web Search plugin
do not activate if query is a directory/network path
2020-07-13 16:44:55 +03:00
Jeremy Wu
05d62da520 exclude directory path for Web Search plugin 2020-07-13 07:57:28 +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
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
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
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