Jeremy
|
edff774261
|
add WinGet update CD
|
2021-07-21 19:06:31 +10:00 |
|
Jeremy Wu
|
5fcef8432d
|
Merge pull request #579 from Flow-Launcher/setting_window_extra_space
add some space to the end of the scrollviewer
|
2021-07-20 09:09:38 +10:00 |
|
Kevin Zhang
|
8fdb9a96d3
|
add some space to the end of the scrollviewer
|
2021-07-19 15:51:37 +08:00 |
|
Jeremy Wu
|
770f3efadf
|
Merge pull request #576 from Flow-Launcher/update_release_version
update release version in AppVeyor
|
2021-07-19 13:56:21 +10:00 |
|
Jeremy
|
cd6f3ac4a7
|
update release version in AppVeyor
|
2021-07-19 13:06:08 +10:00 |
|
Jeremy Wu
|
988fa1c1ff
|
Merge pull request #573 from Flow-Launcher/locale_comment
add comment to explain locale swap
|
2021-07-18 22:48:34 +10:00 |
|
Jeremy Wu
|
7d8a148c73
|
add comment to explain locale swap
|
2021-07-18 22:40:53 +10:00 |
|
Jeremy Wu
|
018cea2d6d
|
Merge pull request #572 from pc223/fix-hard-code-lcid
[Test.Explorer] Fix hard-coded LCID (1033 - en-US)
|
2021-07-18 22:32:28 +10:00 |
|
Jeremy Wu
|
498cad735c
|
Merge pull request #570 from Flow-Launcher/fixDeselectWhenQueryTextNotChanged
fix Custom Plugin Hotkey not deselect text
|
2021-07-18 21:50:05 +10:00 |
|
pc223
|
2c296a3faf
|
Change hard-coded 1033 LCID (en-US) to system's LCID
|
2021-07-18 17:34:17 +07:00 |
|
张弘韬
|
9b0371c82b
|
fix Custom Plugin Hotkey not deselect text when query text is already custom plugin hotkey
|
2021-07-18 16:05:28 +08:00 |
|
Jeremy Wu
|
92685d91a3
|
Merge pull request #534 from Flow-Launcher/version_bump
Version bump for 1.8.0 release
|
2021-07-18 08:28:19 +10:00 |
|
Jeremy Wu
|
5634aa7a27
|
Merge pull request #501 from Flow-Launcher/update_readme
Update README.md
|
2021-07-18 08:14:22 +10:00 |
|
Jeremy Wu
|
26a37c0796
|
Merge pull request #548 from Flow-Launcher/new_api_branch
point pluginsmanifest to new api branch
|
2021-07-18 08:08:34 +10:00 |
|
Jeremy Wu
|
8d23f98563
|
Merge pull request #565 from Flow-Launcher/fix_hotkey_change
Fix flow's hotkey not working correctly after changing in settings
|
2021-07-17 23:23:14 +10:00 |
|
Jeremy
|
4ba8296915
|
fix hotkey unavailable text
|
2021-07-15 20:32:27 +10:00 |
|
Jeremy
|
b96cc7a99d
|
add colon to Priority text for consistency
|
2021-07-15 20:07:52 +10:00 |
|
Jeremy
|
33b34f296f
|
update per review
|
2021-07-15 20:06:18 +10:00 |
|
Jeremy
|
689c42d76a
|
Merge branch 'dev' into fix_hotkey_change
|
2021-07-14 21:11:14 +10:00 |
|
Jeremy
|
bcb17a01c1
|
add focus for custom query hotkey preview
|
2021-07-14 21:04:48 +10:00 |
|
Jeremy
|
20f849d81a
|
move CheckHotkeyAvailability to HotkeyMapper
|
2021-07-14 07:43:09 +10:00 |
|
Jeremy
|
86804bc740
|
remove obsolete behaviour
|
2021-07-13 22:00:39 +10:00 |
|
Jeremy
|
8c31039328
|
refactor- point CustomQueryHotkey to HotkeyMapper
|
2021-07-13 21:53:02 +10:00 |
|
Jeremy
|
b96a02bd60
|
add last query mode update to SetCustomPluginHotkey
|
2021-07-13 07:46:39 +10:00 |
|
Jeremy Wu
|
2a07599d03
|
Merge pull request #566 from Flow-Launcher/taooceros-patch-1
AppVeyor: Skip branch with pr
|
2021-07-13 07:17:51 +10:00 |
|
Jeremy
|
04d959c4ba
|
update method call to short-circuit logical operators
|
2021-07-12 22:04:08 +10:00 |
|
Jeremy
|
dd9cb2f56e
|
update display text to be more aligned with functionality
|
2021-07-12 21:46:48 +10:00 |
|
Kevin Zhang
|
2db12ad708
|
Skip branch with pr
|
2021-07-12 15:20:57 +08:00 |
|
Jeremy
|
48fb0dcc23
|
move and centralise the hotkey management calls
|
2021-07-09 22:05:43 +10:00 |
|
Jeremy Wu
|
b39d21c0e4
|
Merge pull request #562 from taooceros/JsonRPCUnitTest
Json rpc unit test
|
2021-07-08 09:28:32 +10:00 |
|
Jeremy
|
9eaa0259b3
|
remove unused InternalsVisibleTo
|
2021-07-08 09:24:11 +10:00 |
|
Jeremy Wu
|
d623e3da3e
|
Merge pull request #563 from taooceros/IFeatureExpand
Move IAsyncReloadable.cs, IReloadable.cs, ISavable.cs to IFeatures
|
2021-07-08 09:00:26 +10:00 |
|
Jeremy
|
7a318fed47
|
move plugins into Interfaces folder
|
2021-07-08 07:45:15 +10:00 |
|
Kevin Zhang
|
c1778a54ed
|
Rearrange Interfaces
|
2021-07-08 01:47:20 +08:00 |
|
Kevin Zhang
|
dea168924d
|
fix unexpected different token due to default
|
2021-07-08 01:38:57 +08:00 |
|
Kevin Zhang
|
199aa75c58
|
revert unexpected change
|
2021-07-07 18:41:53 +08:00 |
|
Kevin Zhang
|
e77c34294d
|
Merge branch 'IFeatureExpand' of ssh.fastgit.org:taooceros/Flow.Launcher into IFeatureExpand
|
2021-07-07 18:39:09 +08:00 |
|
Jeremy Wu
|
e24a5db8d6
|
rename Feature.cs to Features.cs
|
2021-07-07 20:02:16 +10:00 |
|
Kevin Zhang
|
3d47d2409d
|
Move all interface to Features.cs
|
2021-07-07 16:09:14 +08:00 |
|
Kevin Zhang
|
11ce7cb830
|
rename test
|
2021-07-07 12:40:17 +08:00 |
|
Kevin Zhang
|
6f65e10a10
|
add default token field and check token
|
2021-07-06 11:15:39 +08:00 |
|
Kevin Zhang
|
e64771f707
|
Move IAsyncReloadable.cs, IReloadable.cs, ISavable.cs to IFeatures
|
2021-07-06 11:06:00 +08:00 |
|
Kevin Zhang
|
c35232ae68
|
Revert two unexpected change
|
2021-07-05 22:40:52 +08:00 |
|
Kevin Zhang
|
a3a6e0ef23
|
Additional Test Cases
|
2021-07-05 22:29:56 +08:00 |
|
Kevin Zhang
|
7e95cab786
|
Merge remote-tracking branch 'upstream/dev' into JsonRPCUnitTest
|
2021-07-05 22:16:31 +08:00 |
|
Kevin Zhang
|
dd8cbbb54d
|
Merge remote-tracking branch 'upstream/dev' into JsonRPCUnitTest
|
2021-07-05 22:11:16 +08:00 |
|
Jeremy Wu
|
55e985faae
|
Merge pull request #561 from taooceros/CloseWithDispose
Dispose Disposable or AsyncDisposable plugin on mainwindow close
|
2021-07-05 19:19:15 +10:00 |
|
Kevin Zhang
|
e2811ce747
|
dispose PluginPair.Plugin instead of PluginPair
|
2021-07-05 16:54:19 +08:00 |
|
Kevin Zhang
|
a18a777e75
|
Dispose Disposable or AsyncDisposable plugin on mainwindow close
|
2021-07-05 16:50:50 +08:00 |
|
Jeremy Wu
|
dd2f84a42f
|
Merge pull request #556 from taooceros/JsonCaseInsensitive
JsonRPC camelCase and Case Insensitive
|
2021-07-05 18:42:01 +10:00 |
|