Commit graph

159 commits

Author SHA1 Message Date
Jeremy
58317b7d3f rename showSound to animationSound 2021-12-20 20:58:50 +11:00
Hongtao Zhang
65106719c7 Refacotr code
Move animation and sound to MainWindow instead of MainViewModel
2021-12-19 12:22:22 -06:00
Kevin Zhang
b487b6b10c
Update Flow.Launcher/ViewModel/MainViewModel.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-19 11:57:25 -06:00
Hongtao Zhang
739bf2036e Delay Hotkey register & use safe way calling mainwindow animation 2021-12-15 20:36:04 -06:00
Jeremy Wu
037e0f83bc
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
2021-12-09 20:01:06 +11:00
Jeremy Wu
2855c6c317
Merge pull request #834 from Flow-Launcher/GlobalHotkeyRefactor
[dev] Global hotkey refactor
2021-12-08 20:56:03 +11:00
Jeremy
6468b14d11 Merge remote-tracking branch 'origin/dev' into GlobalBrowserSetting 2021-12-07 08:17:15 +11:00
DB p
263e097678 Add "by author" in subtitle 2021-12-06 19:10:34 +09:00
DB p
f2e284e601 Merge Dev 2021-12-06 18:01:33 +09:00
Kevin Zhang
8f18e2f603 fix an api changed 2021-12-05 17:47:07 -06:00
Kevin Zhang
b3155bcfed Merge remote-tracking branch 'upstream/dev' into GlobalHotkeyRefactor 2021-12-05 17:41:17 -06:00
DB p
c82b9a9b53 remove subtitle ContextMenuPluginInfo 2021-12-06 07:20:41 +09:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
Jeremy
e3aa648e88 rename function to AutocompleteQueryCommand 2021-12-05 19:28:04 +11:00
Jeremy
2ba6ce9e87 use ResultViewModel to hold constructed suggestion text instead 2021-12-05 19:15:32 +11:00
Jeremy Wu
0fe8c93636
simplify code 2021-12-05 18:42:38 +11:00
Jeremy
02b92c0a2a change variable name to AutoCompleteText 2021-12-05 18:40:43 +11:00
Garulf
5d9a897453 Have QuerySuggection converter handle suggestions 2021-12-03 10:31:59 -05:00
Garulf
9bc68fd89b Use suggestion text
Use suggestion text if available
2021-12-03 09:30:47 -05:00
Garulf
919d4515b9 Insert subtitle when shift is held 2021-12-03 05:53:36 -05:00
Garulf
f4edff71fe Add field for tab complete 2021-12-03 05:44:33 -05:00
Garulf
d61ac8548f Remove requery bool 2021-12-01 05:13:30 -05:00
Garulf
5a733d05db Initial Tab complete 2021-12-01 04:20:54 -05:00
Jeremy
b826090bca Merge remote-tracking branch 'origin/dev' into GlobalHotkeyRefactor 2021-11-29 20:02:26 +11:00
Kevin Zhang
1c60b8e586 Use Function Pointer to handle the low level keyboard proc 2021-11-27 13:50:22 -06:00
DB p
8a02049b56 Add Open Setting Hotkey (Ctrl+I)
Remove Unused Code
2021-11-27 14:52:28 +09:00
Jeremy
091b4afe4e switch to use main window's Show method 2021-11-27 13:51:45 +11:00
Jeremy
c94a04b3e1 refinements to delay and show hide toggle 2021-11-27 13:38:47 +11:00
DB p
4df1e418d7 Revert "- Remove visible/collapsed code (only using opacity)"
This reverts commit e282fc5d38.
2021-11-22 16:49:06 +09:00
DB p
e282fc5d38 - Remove visible/collapsed code (only using opacity)
- Remove All Delay
2021-11-22 15:45:08 +09:00
DB p
e30af374c9 Adjust Delay Duration to fix blink 2021-11-22 14:18:14 +09:00
DB p
89677ffbeb Merge branch 'RealFinalAnimation' of https://github.com/onesounds/Flow.Launcher into RealFinalAnimation 2021-11-20 18:40:32 +09:00
DB p
3c78802eae - move sound play code to animator from show
- Adjusting the delay time.
- Delete unused code.
- Process so that there is no delay when the animation settings are turned off. (Exclude erasing queries.)
2021-11-20 18:40:21 +09:00
Jeremy Wu
23ba5e9087
Merge branch 'dev' into RealFinalAnimation 2021-11-20 18:27:12 +11:00
Jeremy
8102a53d48 updated toggle game mode 2021-11-19 23:06:02 +11:00
DB p
476d2058a2 Add GameMode 2021-11-19 15:43:47 +09:00
Dobin Park
e500b3517d
Apply suggestions from code review
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-11-19 14:24:28 +09:00
DB p
a2600af2eb - Add Show() function and seperate toggleflow()
- Change ShowMainWindow to using Show() (for Fix plugin install button)
2021-11-14 17:45:56 +09:00
DB p
62eb1b6cff - Add Sound
- Add Sound/Animation in Setting
- Add related String
2021-11-14 07:45:47 +09:00
DB p
6d8ee64117 - Change trigger animation Timing
- Change HideOnStartup using Animator
2021-11-12 13:02:59 +09:00
DB p
342bf306ef - Add Slide Up Animation
- Chnage Toggle/Hide Code for animation
- Change Tray Open menu to toggle
2021-11-12 06:20:43 +09:00
Jeremy Wu
8942e5567a
Merge pull request #767 from onesounds/SettingWidth
Add width in setting and fix max result displayed not reflected in real-time
2021-11-09 06:39:17 +11:00
Kevin Zhang
a4327122ec Revert change to close command and remove async in ToggleFlow 2021-11-05 12:31:05 -05:00
DB p
09992fa9df merge dev for fix conflict 2021-11-05 10:12:22 +09:00
DB p
58c599e748 Move "HideEmptyQuery" from toggleflow to hide. 2021-11-01 04:35:58 +09:00
Dobin Park
de095eff68
Merge branch 'dev' into PopupRedesign 2021-10-26 05:29:03 +09:00
Kevin Zhang
a83f9df19c Revert "Use Hacky way to show up windows when width change."
This reverts commit 64a489b312.
2021-10-22 13:57:22 -05:00
Kevin Zhang
64a489b312 Use Hacky way to show up windows when width change.
Clear query to prevent large area of window preventing user change width.
2021-10-22 13:41:36 -05:00
Kevin Zhang
5be44b68ea Add fody and use binding to change width 2021-10-21 23:31:51 -05:00
Kevin Zhang
e69b454139
Merge pull request #749 from onesounds/FixEmptyQuery
Fix empty query
2021-10-19 22:23:10 -05:00