Commit graph

7744 commits

Author SHA1 Message Date
DB p
7fb52e6271 - Add User Setting Folder in about
- Adjust ToggleSwitch VisualFocus
2024-06-01 18:34:17 +09:00
DB p
90416c1afa Adjust "Fixed Window Height" string 2024-06-01 04:19:16 +09:00
DB p
41b9068dd7 - Adjust item margins
- Add subtext for "hideOnStartup"
2024-06-01 04:17:05 +09:00
DB p
a02a95896e - Adjust Accent Button Style 2024-06-01 03:08:14 +09:00
DB P
870c2ba965
Merge pull request #2745 from onesounds/240531-TrayIcon
Tray Icon for dev
2024-05-31 05:14:51 +09:00
DB P
6920f4d2a4
Merge pull request #2746 from Flow-Launcher/suppress-image-cache-exception
Suppress Binary Storage Exception
2024-05-31 05:10:50 +09:00
Hongtao Zhang
90fb2051c9 suppress BinaryStorage.cs exception when loading 2024-05-30 14:21:07 -05:00
Kevin Zhang
85270358ac
Merge pull request #2738 from onesounds/240529-Fix-SettingWindow-Centering
Fix Setting Window Centering Logic when First Launch
2024-05-30 12:15:29 -07:00
DB p
874418ae0d Add Dev Tray Icon 2024-05-31 01:48:29 +09:00
DB P
fe71d1e03b
Merge pull request #2743 from Zissue/patch-1
Fixed typo in README.md
2024-05-31 00:12:10 +09:00
Zixu
73f7f792bf
Fixed typo in README.md
'Exlporer' -> 'Explorer'
2024-05-30 16:00:45 +02:00
DB P
fe7c3e47a1
Merge pull request #2740 from Flow-Launcher/new-image-cache
Change Caching Policy
2024-05-30 15:04:53 +09:00
DB p
9ff81adcc3 Fix MaxCahced count 2024-05-30 14:48:56 +09:00
Hongtao Zhang
3574dba046 Change Cache to LFU 2024-05-29 17:57:26 -05:00
Hongtao Zhang
b02c13905e Merge branch 'refs/heads/dev' into new-image-cache 2024-05-29 17:36:22 -05:00
DB p
664dde9778 Remove FirstLaunchValue 2024-05-29 18:18:50 +09:00
DB p
2be21eeae6 Remove SettingWIndowFirstLaunch 2024-05-29 18:18:03 +09:00
DB p
6ad21bd636 Fix Logic 2024-05-29 18:16:35 +09:00
DB p
15255ddf14 Fix Logic 2024-05-29 17:40:56 +09:00
DB P
c4310f013f
Merge pull request #2737 from Flow-Launcher/impove-plugins-settings-pane-performance
Improve plugins pane performance in settings
2024-05-29 16:14:35 +09:00
Yusyuriv
bb5173ab01
Improve plugins pane performance in settings 2024-05-29 12:17:39 +06:00
DB P
3ae438aba2
Merge pull request #2727 from Flow-Launcher/fix-english-only-hotkey-registration-message
Fix startup error message when not able to register hotkey being English-only
2024-05-29 13:15:46 +09:00
DB P
3b540e0adc
Merge pull request #2733 from onesounds/240528_FixSize
Fix Saving Window Width
2024-05-28 18:34:19 +09:00
Yusyuriv
96f4153ed2
Correctly notify windows size change, use window left position for main window 2024-05-28 14:46:28 +06:00
Yusyuriv
f62561fe53
Don't save new window width if the window is hidden 2024-05-28 14:44:28 +06:00
Yusyuriv
52d142cb16
One-time binding for main window width 2024-05-28 13:54:30 +06:00
DB p
b87237fd6c - Fix Window Width Save
- Removed Unused code
- Adjust MinWidth
2024-05-28 16:27:25 +09:00
DB P
c9061a4303
Merge pull request #2699 from onesounds/240514ResizableWindow
Resizable Window + Customize
2024-05-28 12:04:58 +09:00
DB P
81c816b873
Merge branch 'dev' into fix-english-only-hotkey-registration-message 2024-05-28 10:14:13 +09:00
DB P
e39a7ed2be
Merge branch 'dev' into 240514ResizableWindow 2024-05-28 10:06:03 +09:00
DB P
3d1434f66e
Merge pull request #2732 from Flow-Launcher/settings-comboboxes-realtime-localization
Real-time updates to ComboBox localization in general pane of settings after changing the language
2024-05-28 10:03:55 +09:00
Yusyuriv
cf97475734
Real-time updates to ComboBox in general pane of settings after changing the language 2024-05-28 04:32:01 +06:00
DB P
5f8d47cb69
Merge pull request #2730 from Flow-Launcher/fix-localization-for-toggleswitch-in-settings-general-pane
Fix ToggleSwitch localization in settings
2024-05-27 20:08:46 +09:00
Yusyuriv
cc9656c8a3
Fix ToggleSwitch localization in settings 2024-05-27 16:53:09 +06:00
Yusyuriv
b232100052
Fix startup error message when not able to register hotkey being English-only 2024-05-27 14:15:43 +06:00
Yusyuriv
218685d75c
Resizeable window PR: en.xaml correction 2024-05-27 13:47:17 +06:00
Yusyuriv
990f932b61
Resizeable window PR: remove GridSplitter 2024-05-27 13:32:24 +06:00
Yusyuriv
8c3ef711a0
Resizeable window: fixes after review 2024-05-27 13:09:22 +06:00
Kevin Zhang
aad9fdc1c5
Merge pull request #2700 from Flow-Launcher/jsonrpc-cleanup
add a close overload for jsonrpcpluginv2
2024-05-26 23:52:48 -07:00
Yusyuriv
2893487195
Appearance pane in settings: fix custom animation length TextBox not working 2024-05-27 12:32:46 +06:00
Yusyuriv
83bc664a30
Fix memory leak in ResultViewModel 2024-05-27 12:26:14 +06:00
Hongtao Zhang
b4a33479c6 dispose other stuff in finally block 2024-05-27 01:15:00 -05:00
Kevin Zhang
81f234e230
Remove unused using; 2024-05-26 23:00:11 -07:00
Yan
b497c697d8
Merge pull request #2726 from Flow-Launcher/plugin-program-hide-uninstallers
Program plugin: add option to hide uninstallers from results
2024-05-27 11:24:09 +06:00
DB P
94df8d9085
Merge branch 'dev' into 240514ResizableWindow 2024-05-27 06:52:22 +09:00
DB p
a6de6c7bf6 Adjust Width Logic 2024-05-27 06:07:45 +09:00
DB p
ba3d262ccd MaxResult Item to Theme from General 2024-05-27 05:49:52 +09:00
DB p
3f710f2d6c Adjust Layout for Long Label (language)
Adjust Item Position
2024-05-27 05:44:16 +09:00
DB p
ea4578f651 Add Keep Height (old behaiver) function 2024-05-26 22:50:48 +09:00
DB p
188c409eb4 Adjust Reset Logic 2024-05-26 19:08:09 +09:00