Commit graph

3773 commits

Author SHA1 Message Date
Jeremy Wu
db70a09e90
fix links 2021-06-28 12:32:29 +10:00
Jeremy Wu
1da58769e0
Update README.md 2021-06-28 12:28:48 +10:00
Jeremy Wu
fe859f6041
Merge pull request #499 from Flow-Launcher/bump_version_shell
version bump Shell plugin
2021-06-28 12:12:38 +10:00
Jeremy
e2b983df5f version bump Shell plugin 2021-06-28 07:01:56 +10:00
Jeremy Wu
f5401c7d7d
Merge pull request #495 from pc223/remove-General-settings-tab-top-margin
Remove top margin of General tab (Settings)
2021-06-27 17:55:02 +10:00
pc223
c8961a8ba8 Remove top margin of General tab (Settings)
Why: for similar UX to other apps/website
2021-06-27 12:33:19 +07:00
Kevin Zhang
a312fe8581
Merge pull request #489 from lzl1918/lzl1918/FixShellPluginDoesNotAutoFocus
[Plugin.Shell] Fix: The Query Box Is Not Focused When HotKey Invoked
2021-06-27 12:56:13 +08:00
Zelin Liao
867c2a711b Remove Uncessary Window.Activate() 2021-06-26 20:42:09 +08:00
Kevin Zhang
4e28b52e05
Merge pull request #491 from pc223/fix-context-menu-bug
Fix ContextMenu bug
2021-06-26 18:12:47 +08:00
pc223
64cc4a9a6b Fix ContextMenu bug
Should not switch to ContextMenu if SelectedItem == null
2021-06-26 15:42:55 +07:00
Zelin Liao
794911aad4 [Plugin.Shell] Fix: The Query Box Is Not Focused When HotKey Invoked 2021-06-26 10:52:44 +08:00
Jeremy Wu
2e412a0023
Merge pull request #488 from taooceros/ReleaseComObject
Release Unmanaged Object
2021-06-24 22:13:48 +10:00
Kevin Zhang
1511f4b725 Release Unmanaged Object
Co-Authored-By: Alekhya  <28739210+alekhyareddy28@users.noreply.github.com>
2021-06-24 20:08:15 +08:00
Jeremy Wu
477d988456
Merge pull request #474 from taooceros/fixStoryboardPause
fix storyboard animation control error
2021-06-23 20:14:31 +10:00
Kevin Zhang
4b5e62d4b4
Merge pull request #484 from pc223/fixSettingsNotShowFromMinimized
[UI] Fix `Settings-window` doesn't show back up when minimized in taskbar by user
2021-06-23 12:20:49 +08:00
pc223
18b889c621 Remove empty lines 2021-06-23 00:11:54 +07:00
pc223
43257ea9cf Remove .Activate() 2021-06-22 23:28:21 +07:00
pc223
d3384bf677 [UI] Fix Settings-window doesn't show back up when minimized in taskbar by user
Not sure why this works tho
Maybe `.Show()` failed when `window.WindowState == Minimized` (not `Normal`)
Not sure why need .Activate() too
Ref: https://stackoverflow.com/a/59719760/4230390
2021-06-22 17:46:01 +07:00
Jeremy Wu
9fc97c6f6d
Merge pull request #483 from pc223/fix-ux-settings-general-tab-bottom-margin
[UI/UX] Remove bottom margin of General tab (Settings)
2021-06-22 07:36:48 +10:00
Jeremy Wu
b31fddd449
Merge pull request #481 from Flow-Launcher/everythingplugin_backwards_compatibility
Add backwards compatibility for Everything plugin v1.4.9
2021-06-21 23:10:19 +10:00
Jeremy Wu
644be7977c use ISavable and add obsolete message 2021-06-21 21:56:20 +10:00
pc223
4b8b7a4f0d [UI/UX] Remove bottom margin of General tab (Settings)
The bottom margin (little gap) under General tab of Settings
make it hard to "feel" the space is scrollable or not.

New windows style and websites tend to not have margin in the bottom

Related to: Issue #443 and PR #440
2021-06-21 18:56:05 +07:00
Jeremy Wu
0387bfbb64 update class name 2021-06-21 21:31:07 +10:00
Jeremy Wu
6ec151a8ab use inheritance for ISavable and JsonStrorage 2021-06-21 21:04:19 +10:00
Kevin Zhang
6b3f2e2ccf
Merge pull request #482 from pc223/fix-ambiguous-match-plugin-api
Fix AmbiguousMatchException when plugins call Flow API (JsonRPC)
2021-06-21 18:22:46 +08:00
Jeremy Wu
0b69beb192
Merge pull request #440 from Flow-Launcher/StopHidingScroller
stop hiding scroller
2021-06-21 19:47:04 +10:00
Jeremy
131c5cbfcc update binding for Theme tab 2021-06-21 19:38:22 +10:00
pc223
e74d7ce102 Fix AmbiguousMatchException when plugins call Flow API (JsonRPC)
Why: `GetMethod(String)` raise AmbiguousMatchException when method have overloads (e.g. `ShowMsg`)

Solution: `Use GetMethod(String, Type[])`

https://stackoverflow.com/questions/1969411/avoiding-an-ambiguous-match-exception
2021-06-21 15:26:06 +07:00
Kevin Zhang
77f8a8e27b Use direct property to allow calling onPropertyChanged
Remove default value initialization
2021-06-21 13:39:54 +08:00
Jeremy Wu
7319133ae8 add backwards compatibility with Everything plugin 2021-06-21 12:34:07 +10:00
Jeremy
a0011db9d3 add auto hide scroll bar option to Theme tab 2021-06-19 21:49:07 +10:00
Jeremy
f561b1166f update wording 2021-06-19 21:38:35 +10:00
Jeremy
3cc92c976f update wording 2021-06-19 21:12:12 +10:00
Jeremy
7b50820765 add option to switch auto scrollbar hide on/off 2021-06-19 21:04:34 +10:00
Jeremy
35967328aa Merge remote-tracking branch 'origin/dev' into StopHidingScroller 2021-06-19 20:45:08 +10:00
Jeremy Wu
e6db8b85e8
remove spaces in Python Embeddable folder name 2021-06-19 19:09:09 +10:00
Jeremy Wu
fd96d926c9
Merge pull request #477 from Flow-Launcher/switch_python_embeddable
dev branch: switch to python 3.8.9 embeddable
2021-06-19 14:04:29 +10:00
Jeremy Wu
5fbde3779d check location exists if python path is already set 2021-06-19 11:17:00 +10:00
Jeremy Wu
e125d59c6e reorder logic for setting python path 2021-06-19 00:54:04 +10:00
Jeremy Wu
c9b232aa26 remove automatic retrieval py path from PATH or via where.exe 2021-06-18 22:58:14 +10:00
Jeremy Wu
64f6c0f60e update Droplex 2021-06-18 22:48:30 +10:00
Jeremy
4909f58225 switch to embedded path 2021-06-18 08:27:23 +10:00
Jeremy
cc2b9dc81d use python 3.8.9 embeddable 2021-06-17 22:20:32 +10:00
Kevin Zhang
bd66e56e7c add controllable argument to allow stop 2021-06-16 23:27:34 +08:00
Jeremy Wu
fde9ce956d
Merge pull request #475 from r-darwish/patch-1
Fix plugin documentation link
2021-06-16 20:45:12 +10:00
Roey Darwish Dror
c8e4d488a4
Fix plugin documentation link 2021-06-16 10:36:19 +03:00
张弘韬
4684a38883 1. Change propertyname match to switch,
2. Use begin/stop instead of resume/pause to reset position
3. Add a small delay when stopping the animation after hiding to make the animation more fluently
2021-06-15 17:27:21 +08:00
张弘韬
797ff90195 fix storyboard animation control 2021-06-15 16:41:27 +08:00
Jeremy Wu
ee0202cc9b
Merge pull request #473 from Flow-Launcher/version_bump_explorer
dev branch only: Explorer plugin version bump for PR 449
2021-06-13 18:26:51 +10:00
Jeremy Wu
9d2199319f
Explorer plugin version bump 2021-06-13 18:25:02 +10:00