Commit graph

51 commits

Author SHA1 Message Date
Yusyuriv
9a6a68483b
Revert changes in SingleInstance.cs to prevent a difficult merge 2024-04-15 09:20:26 +06:00
Yusyuriv
f7bf681ee2
Replace using block with a using declaration in SingleInstance.cs 2024-04-11 13:54:50 +06:00
Yusyuriv
950b4c91d3
Code cleanup: Flow.Launcher/{Converters,Helper} 2024-04-11 13:20:38 +06:00
DB P
c1b776dfae
Improve hotkey registration failure popup (#2343)
* Add title text and more text in "hotkey register failed" popup

* adjust string key

* Formatting HotKeyMapper.cs

---------

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
2023-09-17 07:35:27 +03:00
VictoriousRaptor
e1c63af061
Add quotes surrounding auto startup entry (#2150)
* Add quotes surrounding auto startup entry

* Add quotes surrounding auto startup entry
2023-06-17 21:33:00 +08:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget 2023-05-04 21:14:13 +08:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
VictoriousRaptor
d1f4f88bc2 Add function to get revision 2023-04-20 11:37:25 +08:00
Vic
2bba75b27a Print windows build number in log 2023-04-19 21:08:28 +08:00
Vic
975ea3c1b8 Update WindowsInteropHelper.cs 2023-03-16 11:05:34 +08:00
VictoriousRaptor
ae66a2ce46
Merge branch 'dev' into add_nodejs_env 2022-12-25 13:44:57 +08:00
Vic
47d109cbe1 Refactor toggle game mode logic 2022-12-23 14:36:47 +08:00
Jeremy Wu
c01371393e Merge remote-tracking branch 'origin/dev' into add_nodejs_env 2022-11-20 10:25:53 +11:00
Jeremy
adf712ddd6 add Node.js path to error reporting 2022-10-25 21:30:46 +11:00
Hongtao Zhang
50702d80cc
Refactor Clcok/Date code to viewmodel 2022-10-11 23:01:50 -05:00
Oren Nachman
13c70a9bb7 Remove unused code 2022-08-09 17:41:02 -07:00
Oren Nachman
3648126854 Revert JSON Null change + fix more warnings
See comment inline re:JSON null
2022-08-08 17:35:38 -07:00
Oren Nachman
eb26070b8e Merge branch 'warnings' of https://github.com/nachmore/Flow.Launcher into warnings 2022-08-07 21:41:05 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Oren Nachman
c557031ef1 Show notification when failing to enable/disable autostartup 2022-07-31 16:28:03 -07:00
Oren Nachman
bde85c87a7 Refactor auto-startup registry code into its own helper 2022-07-29 00:09:33 -07:00
Hongtao Zhang
6ff468a586 respect gamemode as well 2022-02-25 16:43:27 -06:00
Hongtao Zhang
e7bcfa5437 respect fullscreen setting when toggling main hotkey 2022-02-25 16:41:25 -06: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
DB p
eaf0649d97 Add Delay to Opacity when Main Window Deactive 2021-11-19 09:17:48 +09:00
DB p
add99c4d6d - Change MainwindowVisibility to using show()
- HotkeyMapper, CustomQueryHotkeySetting.
2021-11-14 18:13:03 +09:00
Kevin Zhang
e69b454139
Merge pull request #749 from onesounds/FixEmptyQuery
Fix empty query
2021-10-19 22:23:10 -05:00
Kevin Zhang
9a53015786 Refactor Code (Move all operation for mainviewmodel to ToggleFlowLauncher) 2021-10-19 22:10:37 -05:00
Dobin Park
e225c2bb7f - Remove duplicate method. 2021-10-14 13:41:31 +09:00
Dobin Park
b96cac44d4 Merge branch 'FixEmptyQuery' of https://github.com/onesounds/Flow.Launcher into FixEmptyQuery 2021-10-14 05:16:06 +09:00
Dobin Park
60064ea78b Merge branch 'FixEmptyQuery' of https://github.com/onesounds/Flow.Launcher into FixEmptyQuery 2021-10-14 05:03:41 +09:00
Dobin Park
ad186a320a On Load Animation (WIP) 2021-10-14 02:59:49 +09:00
Dobin Park
4a37900d49 On Load Animation (WIP) 2021-10-14 01:00:16 +09:00
Dobin Park
73696250e1 add Opacity value 2021-10-13 14:05:43 +09:00
Dobin Park
5d670194fe Add delay 2021-10-13 01:45:18 +09:00
Kevin Zhang
e13c64725d Implement Requery option and requery when calling customQueryHotkey 2021-09-24 20:05:55 -05: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
04d959c4ba update method call to short-circuit logical operators 2021-07-12 22:04:08 +10:00
Jeremy
48fb0dcc23 move and centralise the hotkey management calls 2021-07-09 22:05:43 +10:00
Kevin Zhang
b955fde6e5 Use NLog Exception Handler, and , NLog Debug Message Printer, and change layout 2021-06-29 19:03:06 +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
6f2ff84543 remove Constant.EverythingSDKPath and usage 2020-07-21 14:24:30 +10:00
Jeremy Wu
9f1377619d Update description strings 2020-04-22 20:26:09 +10:00