Commit graph

69 commits

Author SHA1 Message Date
DB p
8e6af08b4d Add Clock/Date Format Combobox UI in settingswindow 2022-09-05 13:47:16 +09:00
Oren Nachman
30669e8c25 Further cleanups 2022-08-09 20:18:37 -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
ebbd1daa39 Use direct binding to set auto-startup
Also includes better messaging (single message for registry failure)
2022-08-07 18:23:35 -07:00
Oren Nachman
bde85c87a7 Refactor auto-startup registry code into its own helper 2022-07-29 00:09:33 -07:00
Oren Nachman
c3a67d46f6 Fix crash when user does not have access to registry startup keys
Instead log an error about non-critical functionality and continue on.
2022-07-27 16:34:30 -07:00
Hongtao Zhang
75196897ce Scroll to selected item when expanded or size changed 2022-03-26 12:06:01 -05:00
Ioannis G
845d9e51d9
stop using obsolete SearchWeb methods internally 2022-01-03 15:25:38 +02:00
DB p
d1047c98dc Change Wizard window to modal (when open in settingwindow only) 2021-12-10 12:37:09 +09:00
DB P
a9844fdb68
Update readme (#865)
updated readme
2021-12-09 21:00:34 +11:00
Kevin Zhang
8ba52ff244
Update Flow.Launcher/SettingWindow.xaml.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-07 23:21:14 -06:00
DB p
f2e284e601 Merge Dev 2021-12-06 18:01:33 +09:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
DB p
a5e0d23e0a Merge Dev 2021-12-05 21:28:16 +09:00
Kevin Zhang
1f5478d3c5 Fix incompatible delegate type 2021-12-03 13:45:36 -06:00
Kevin Zhang
35838b23af Revise Hotkey control logic to remove hotkey at focus and add it back at lost focus. 2021-12-03 13:36:08 -06:00
Jeremy
af2fae5e21 update code format 2021-12-03 21:11:53 +11:00
Jeremy
a94e6a31db update code format 2021-12-03 21:08:42 +11:00
DB p
cffdb07dbc Merge branch 'dev' into WelcomeWindow 2021-12-03 06:31:32 +09:00
Kevin Zhang
05c1466b8b Assign Setting to Welcome Page 2021-12-01 20:53:54 -06:00
DB p
16dc99686f - Change Text to String
- Add Welcome Window button in about panel
2021-12-01 06:36:23 +09:00
Jeremy
f42a96ebd7 update variable name 2021-11-30 09:07:52 +11:00
Jeremy
83feb096c8 update to constants and change method name to OpenThemeFolder 2021-11-29 08:07:08 +11:00
Kevin Zhang
84182fee0c Update SettingWindow.xaml.cs
Fix System Aware Theme and Code Refactor
2021-11-24 21:50:43 -06:00
DB p
6aefca2e0e Remove OS theme detection code
Add some string
change enum location
2021-11-23 15:44:26 +09: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
5bbe5f5e8f Add RefreshMaxmizeResotreButton in Onload 2021-11-17 08:16:58 +09:00
DB p
adb00d82f1 Redesign About Page 2021-11-17 00:28:42 +09:00
Kevin Zhang
a1af487449 Add SelectBrowserWindow Binding 2021-11-15 21:09:20 -06:00
DB p
6d4946d6d8 - Add Dark Theme
- Change Hardcoded Color to style
2021-11-15 15:43:28 +09:00
DB p
979a7b8b7b Change Titlebar to Custom TitleBar (SettingWindow) 2021-11-15 05:08:01 +09:00
DB p
fb97bc46f0 Add Browser Setting Popup 2021-11-08 18:40:20 +09:00
Kevin Zhang
1965ba1a08 Implement the API call to custom explorer via ipublicapi, and migrate the exist call to explorer to the api call. 2021-11-05 19:23:09 -05:00
Kevin Zhang
de7c462487 Merge remote-tracking branch 'upstream/dev' into FileManager 2021-11-05 12:52:31 -05:00
Jeremy
c2a633097b update wording and bump WebSearch version 2021-11-03 08:17:57 +11:00
Kevin Zhang
6f004a4774 Custom Explorer Binding (Part 1) 2021-11-02 15:07:11 -05:00
DB p
6a2d7fc146 Add File Manager Item and popup window 2021-10-31 03:49:23 +09:00
DB p
0e5d5ec90b - Add CustomQuery Hotkey Tips String
- Adjust CustomQueryHotkey Setting Popup Layout
- Change HotkeyControl to using popup
- Add some code to closing popup when click out area
2021-10-30 08:33:52 +09:00
Jeremy
63ffb3a3c3 plugin version bumps 2021-10-27 21:56:20 +11:00
Kevin Zhang
fd70326b2d Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into PluginStore 2021-10-21 12:21:00 -05:00
Kevin Zhang
9a53015786 Refactor Code (Move all operation for mainviewmodel to ToggleFlowLauncher) 2021-10-19 22:10:37 -05:00
Kevin Zhang
52b3579525 Implement Install & Refresh Button
- Add ShowMainWindow API for IPublicAPI
2021-10-16 21:28:55 -05:00
Dobin Park
e225c2bb7f - Remove duplicate method. 2021-10-14 13:41:31 +09:00
Kevin Zhang
8174d54de6 Fix PriorityClick Logic
Use sender to find actual pluginviewmodel instead of use selected
2021-10-09 17:58:40 -05:00
Dobin Park
762df7fdd3 - Remove colon Action keyword String
- Fix layout for init/query time/version/plugin store
- change action keyword to button
- add listbox bottom margin
- add margin when select list item for easy to distinguish.
2021-10-09 22:22:47 +09:00
Dobin Park
165cbb734c Adjust Plugin List template 2021-10-09 03:32:36 +09:00
Jeremy
48fb0dcc23 move and centralise the hotkey management calls 2021-07-09 22:05:43 +10:00
pc223
020ced45d0 Fix (workaround) for the window freezes after lock screen (Win+L)
Co-authored-by: taooceros <hongtao_zhang@outlook.com>
2021-07-03 00:40:20 +07:00