Commit graph

78 commits

Author SHA1 Message Date
Kevin Zhang
05c1466b8b Assign Setting to Welcome Page 2021-12-01 20:53:54 -06:00
DB p
3785a90c67 Add WelcomeWindow and temp menu in tray to test 2021-11-30 15:57:44 +09:00
DB p
8d2186823c Add Game Mode Tooltip in tray. 2021-11-29 12:50:40 +09:00
Jeremy
83feb096c8 update to constants and change method name to OpenThemeFolder 2021-11-29 08:07:08 +11:00
DB p
16c6e8b4d2 Merge Dev 2021-11-27 14:04:32 +09:00
Jeremy
c94a04b3e1 refinements to delay and show hide toggle 2021-11-27 13:38:47 +11:00
DB p
49b3a026d1 Adjust Animation Time 2021-11-27 02:17:34 +09:00
DB p
ea3dfe81c7 Merge branch 'dev' into DarkMode 2021-11-24 19:47:28 +09:00
Jeremy
7b4867d2eb prevent re-triggering on deactivated
case where without it the toggle hidden is fired and then ondeactivated is also fired but with delay, and hides the window again
2021-11-23 19:46:34 +11:00
DB p
92ee7638d8 Add Darkmode in setting
Add System darkmode detection helper
Add InitializeDarkmode in onload
2021-11-23 14:33:11 +09:00
DB p
df4f94fdee Adjust Delay for ondeactivated 2021-11-22 17:18:48 +09: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
3eeac915c3 Add Animation in Glass Icon 2021-11-21 00:04:34 +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
8f1a9bfa94 Remove Save in OnDeactivated 2021-11-19 19:34:49 +09: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
eaf0649d97 Add Delay to Opacity when Main Window Deactive 2021-11-19 09:17:48 +09:00
DB p
a301d8efab Adjust Position Update Timing 2021-11-18 11:06:00 +09:00
DB p
7107386eaf - Fix First Launch Position to Center
- Move HideStartup code to MainWindow from app.xaml.cs
2021-11-16 14:54:58 +09:00
DB p
838d6c5571 Remove Left Positioning Code in animation 2021-11-14 11:32:39 +09:00
DB p
15266f2585 - Add time for hide when open setting (using context menu)
- Adjust String
2021-11-14 09:13:56 +09:00
DB p
62eb1b6cff - Add Sound
- Add Sound/Animation in Setting
- Add related String
2021-11-14 07:45:47 +09:00
Kevin Zhang
ca2d696791 Remove redundant animation and potential position change 2021-11-13 15:16:02 -06:00
Kevin Zhang
6744e21775 Remove some unused code 2021-11-13 14:48:46 -06:00
DB p
4a8696268d - Fix RememberLastPosition when Re-Excute 2021-11-14 04:54:17 +09:00
DB p
037c3439b5 - Change InitializePosition for load setting
- add Save Position in onclosing
- Remove Debug Log write
2021-11-14 02:09:25 +09:00
DB p
f1222f948f Fix Positioning when turn on remember last launch position 2021-11-12 12:14:37 +09:00
DB p
5a969b212f Add InitPosition in WindowAnimator 2021-11-12 09:18:16 +09:00
DB p
a4e941b954 Change Property toggle base to Var from visibility 2021-11-12 07:49:20 +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
Dobin Park
ad5f34f2dc
Merge pull request #784 from onesounds/FixHIdeStartup
Force Exit & Fix HideonStartup (#783)
2021-11-08 09:47:13 +09: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
5aeab2456b add force closin 2021-11-01 07:33:59 +09:00
Kevin Zhang
520510d58b Reorganize code 2021-10-26 21:49:00 -05:00
Kevin Zhang
fe90ebc7a1 Use binding to control MinWidth and MaxWidth 2021-10-22 23:06:26 -05:00
Kevin Zhang
5be44b68ea Add fody and use binding to change width 2021-10-21 23:31:51 -05:00
DB p
3f95385f6a - Change Tray Menu to context menu for design 2021-10-20 12:33:23 +09:00
Dobin Park
f77d45068d - change visibility call structure (like powertoy)
- add some opacity trick for empty query
- remove start animation
2021-10-14 10:35:57 +09:00
Dobin Park
04aea73d0c - Fix ProgressBar (Finally!) 2021-10-08 10:41:11 +09:00
Dobin Park
763cab824b Revert "- Add clock in query bar (sublime theme only)"
This reverts commit c74a2dbc70.
2021-10-07 00:38:00 +09:00
Dobin Park
c74a2dbc70 - Add clock in query bar (sublime theme only) 2021-10-07 00:20:53 +09:00
Dobin Park
1b1a81df3c - Rollback progressbar 2021-10-05 17:45:10 +09:00