Commit graph

2499 commits

Author SHA1 Message Date
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
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
9fea313470
Merge pull request #100 from JohnTheGr8/remove_helloworld_plugins
Remove hello-world plugins
2020-07-01 21:23:35 +10:00
Ioannis G
ca20370e84
remove the hello-world plugins (#96) 2020-07-01 13:40:37 +03:00
Steven Kalinke
79bbab9e19 Merge branch 'IssueTemplates' of github.com:Kalaschnik/Flow.Launcher into IssueTemplates 2020-07-01 09:00:44 +02:00
Steven Kalinke
16c7d5c5b7 Add GitHub Issue Templates 2020-07-01 09:00:24 +02:00
Steven Kalinke
a0f931c1de Add GitHub Issue Templates 2020-07-01 08:57:48 +02:00
Ioannis G
97ca6269b2
merge PR #94: Explorer plugin enhancements 2020-06-30 18:43:43 +03:00
Jeremy Wu
bd64512643 add open containing folder to file results 2020-06-30 08:15:20 +10:00
Jeremy Wu
90b7559d32 show ToolTip directory path on current folder result 2020-06-30 07:53:46 +10:00
Jeremy Wu
492c02eea4 add custom plugin ToolTip on result hover over 2020-06-30 06:45:04 +10:00
Jeremy Wu
3fa3090ee3 Explorer plugin- change DefaultFolderSubtitleString to path 2020-06-30 06:20:22 +10:00
Jeremy Wu
718f68344a
Merge pull request #89 from Flow-Launcher/fix_environmentpath_caseinsensitive
Fix environment variable search to be case insensitive
2020-06-29 22:36:45 +10:00
Jeremy Wu
b183aa7562 Merge remote-tracking branch 'origin/dev' into fix_environmentpath_caseinsensitive 2020-06-29 21:53:11 +10:00
Jeremy Wu
95a1b9a968 fix typo 2020-06-29 21:53:01 +10:00
Ioannis G
c4470239de
merge PR #87: Update appveyor version to 1.0.0 2020-06-29 14:39:05 +03:00
Jeremy Wu
5ff278230b fix environment variable search to be case insensitive 2020-06-29 19:56:43 +10:00
Jeremy Wu
ef20e2eea5 update appveyor version to 1.0.0 2020-06-29 13:44:10 +10:00
Ioannis G
cbefd4e511
merge PR #83: update plugin version to 1.0.0 2020-06-28 16:44:25 +03:00
Jeremy Wu
0304d1271d update PackageVersion to 1.0.0 2020-06-28 15:43:17 +10:00
Jeremy Wu
4676a2a6ac
Merge pull request #77 from Flow-Launcher/fix_stringmatcher_resultweighting
Fix StringMatcher's score calculation on distance of first match
2020-06-28 12:24:46 +10:00
Jeremy Wu
2ff4ffdf91 Merge remote-tracking branch 'origin/dev' into fix_stringmatcher_resultweighting 2020-06-28 12:17:57 +10:00
Jeremy Wu
4c20dbc48d
Merge pull request #80 from JohnTheGr8/refactor_core_infra
Refactoring in Flow.Launcher.Core
2020-06-28 12:16:20 +10:00
Jeremy Wu
813147b419 Merge branch 'dev' into refactor_core_infra 2020-06-28 12:14:19 +10:00
Jeremy Wu
5dcd6608c3
Merge pull request #81 from Kalaschnik/Logo
Logo
2020-06-28 12:10:04 +10:00
Ioannis G
ad006a2c62
Core/Portable: update logging, exception handling
also update comments in `PreStartCleanUpAfterPortabilityUpdate`
2020-06-26 17:37:37 +03:00
Ioannis G
3a712b7e02
Core/Portable: switch back to using statements 2020-06-26 17:36:25 +03:00
Jeremy Wu
e28beee522 add header logo to readme 2020-06-26 20:24:28 +10:00
Jeremy Wu
5ba4514f31 update error images 2020-06-26 18:09:00 +10:00
Steven Kalinke
cb8067d5f2 Merge branch 'Logo' of github.com:Kalaschnik/Flow.Launcher into Logo 2020-06-26 08:32:02 +02:00
Steven Kalinke
62b4d41c0e Update App Error Logo 2020-06-26 08:31:46 +02:00
Jeremy Wu
4ac5881bc3 update logo and icons images 2020-06-26 15:13:29 +10:00
Steven Kalinke
436a5f37b0 Include transparent version of header logo 2020-06-25 13:49:56 +02:00
Steven Kalinke
9d9348286b Add final project logos
This includes
- The squared-version logo
- App state icons (app.ico, app.png, app_error.png)
- ico has alpha channel and contains 16,32,48,64,128,256,512 sizes
- svg is minified with https://jakearchibald.github.io/svgomg/
- png files in various sizes (as ico)
- two header files for the README.MD
- the illustrator resource file
2020-06-25 07:41:13 +02:00
Ioannis G
8a5dc55a1b
update text message when launcher update fails
closes #10
2020-06-25 04:07:46 +03:00