Commit graph

7752 commits

Author SHA1 Message Date
VictoriousRaptor
b64ed74372 Use a stable version 2025-07-15 19:05:02 +08:00
DB P
8972d9e51a
Merge pull request #2741 from onesounds/240529-FixPreviewFit
Adjust Preview Panel
2024-05-31 10:43:38 +09:00
DB P
40dbc553a1
Merge branch 'dev' into 240529-FixPreviewFit 2024-05-31 05:24:21 +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
Yusyuriv
29be504789
Implement temporary result list height increase when preview is on 2024-05-30 20:49:36 +06:00
Zixu
73f7f792bf
Fixed typo in README.md
'Exlporer' -> 'Explorer'
2024-05-30 16:00:45 +02:00
DB p
de8c8bde76 Fix Separator Trigger
Fix Resized trigger When Window Move
2024-05-30 16:18:37 +09:00
DB p
852dcc7723 Add MinHeight 2024-05-30 15:51:05 +09:00
DB p
3bf482999f Adjust Layout 2024-05-30 15:41:26 +09: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
045e82ded5 Remove unused style trigger 2024-05-30 03:29:35 +09:00
DB p
e322929cce Adjust Layout 2024-05-30 02:48:50 +09:00
DB p
5bb5f40726 Remove Normal Preview's Minheight 2024-05-30 01:17:39 +09:00
DB p
311829ea9c Add Preview MinHeight for too low result item case 2024-05-30 01:13:05 +09:00
DB p
105515eecb - Treat the preview panel height equal to the resultlist height
- Modify the image width to fit in the preview area if it is a media file
2024-05-30 01:00:14 +09: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