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
Ioannis G
4205db293e
refactor Core.Plugin.PluginManager
2020-06-25 03:42:15 +03:00
Ioannis G
0d9cfd65a2
refactor Core.Plugin.PluginsLoader (continued)
2020-06-25 02:59:06 +03:00
Ioannis G
35cf51f82f
refactor Core.Plugin.PluginsLoader
2020-06-25 01:55:20 +03:00
Ioannis G
94a2393221
refactor Core.Plugin.PluginInstaller
2020-06-25 00:47:01 +03:00
Ioannis G
4ac19251d1
refactor Core.Configuration.Portable
2020-06-25 00:47:00 +03:00
Ioannis G
0ddd7f24f4
define plugin metadata file name as constant
2020-06-25 00:46:59 +03:00
Ioannis G
4abc9d8551
refactor Core.Plugin.PluginConfig
2020-06-25 00:46:58 +03:00
Ioannis G
2fd318fcbf
refactor logging in Core.Plugin.PluginInstaller
2020-06-25 00:46:37 +03:00
Jeremy Wu
9326d093b8
Merge branch 'dev'
2020-06-24 13:27:59 +10:00
Ioannis G
a3374f2383
merge pull request #60
...
- update ActionKeyword window
- settings: UI improvements in plugin/hotkey tabs
2020-06-23 18:19:06 +03:00
Jeremy Wu
9d4515857e
Merge branch 'dev' into fix_stringmatcher_resultweighting
2020-06-23 21:12:45 +10:00
Jeremy Wu
3abd2d0b07
fix formatting
2020-06-23 20:46:36 +10:00
Jeremy Wu
c142a50272
update unit test naming, no logic changes
2020-06-23 19:02:04 +10:00
Jeremy Wu
c363b9a5c0
update tests for string matcher
...
we expect the score to change since we updated the logic for calculating the distance from the first match
2020-06-23 18:54:39 +10:00
Jeremy Wu
b0ec1375e7
add test to safe guard exact matches
2020-06-23 18:50:47 +10:00
Jeremy Wu
d6b4b40780
Merge branch 'dev' into update_uI_hotkey_actionkeyword
2020-06-23 07:40:49 +10:00
Jeremy Wu
d183b98e9a
readd success language keyword for other controls
2020-06-23 07:37:30 +10:00
Jeremy Wu
11c4aeae67
fix testing to be more reflective of testing intent
2020-06-22 22:36:16 +10:00
Ioannis G
50e0ca3b85
merge pull request #72
...
Fix environment variable search not showing up in Explorer
2020-06-22 14:39:14 +03:00
Jeremy Wu
d35b5169b5
Add unit test more weight to start of new word
2020-06-22 21:09:08 +10:00
Alekhya
30c37f06ae
Take space into consideration while calculating the first matched index ( #3874 )
2020-06-22 19:08:43 +10:00
Jeremy Wu
f14fe14157
Merge remote-tracking branch 'origin/dev' into update_uI_hotkey_actionkeyword
2020-06-22 06:44:21 +10:00
Jeremy Wu
fc37246a86
settings window- update query time translation on language change
2020-06-22 06:16:37 +10:00
Jeremy Wu
0fb05a799f
settings window- update init time translation on language change
2020-06-22 05:55:55 +10:00
Jeremy Wu
10d45cc9cd
remove maxwidth on action keyword display in Settings' plugin tab
2020-06-22 05:16:22 +10:00
Jeremy Wu
46a7f8217d
Merge remote-tracking branch 'origin/dev' into fix_environmentvariable_search
2020-06-22 05:03:44 +10:00