Commit graph

966 commits

Author SHA1 Message Date
Jack251970
b16cd145c1 Remove unused property 2025-07-13 10:59:34 +08:00
Jack Ye
c23eb505d1
Merge branch 'dev' into plugin_store_item_vm_null 2025-07-06 20:06:28 +08:00
Jeremy Wu
a6c038ff5a
Merge branch 'dev' into check_plugin_modified 2025-07-06 16:55:08 +10:00
Jack Ye
a0dff3fbc1
Merge branch 'dev' into plugin_store_item_vm_null 2025-07-05 17:19:54 +08:00
Jack251970
5b2b272f76 Add ActualApplicationThemeChanged in MainViewModel 2025-07-05 13:35:02 +08:00
Jack251970
d3f5274b24 Make GetPluginsForInterface private & Code quality 2025-07-03 20:45:20 +08:00
Jack251970
dafb0caac4 Remove unused using 2025-06-30 12:42:09 +08:00
Jack251970
9e868e7e3f Move plugin installer location 2025-06-29 22:35:14 +08:00
Jack251970
73a6fb6f65 Move codes to new place 2025-06-29 15:48:08 +08:00
Jack Ye
f9e7b82b15
Merge branch 'dev' into plugin_store_item_vm_null 2025-06-03 14:36:17 +08:00
Jack Ye
a06cb43540
Use new model to clear results & Fix clear existing results when using IResultUpdate (#3588) 2025-06-02 13:16:22 +10:00
Jack Ye
406c29f0d6
Merge branch 'dev' into plugin_store_item_vm_null 2025-06-01 15:55:59 +08:00
DB P
05486eae26 Add OpenHistory hotkey functionality and binding 2025-05-30 14:45:19 +09:00
Jack251970
383c0aeffc Improve code quality 2025-05-23 13:41:59 +08:00
Jack Ye
dc0454b014
Merge pull request #3570 from Flow-Launcher/exitting_null
Fix main window null when checking exiting
2025-05-22 18:43:23 +08:00
Jack251970
6044f87e80 Do not restart on failure 2025-05-22 17:41:13 +08:00
Jack251970
c6c7ff882e Handle default 2025-05-22 17:40:26 +08:00
Jack251970
949344a51e Add internal model for plugin management 2025-05-22 17:32:33 +08:00
Jack251970
8aae92e61d Fix main window null when checking exitting 2025-05-22 10:47:07 +08:00
Jack251970
3718ae5640 Improve code quality & Improve code comments 2025-05-22 10:39:09 +08:00
Jeremy
41b9cd496b move code to viewmodel 2025-05-21 21:39:46 +10:00
Jeremy
07f77f0077 move calls to viewmodel 2025-05-21 21:30:47 +10:00
Jack251970
45b81811f7 Fix potential issue with index boundary in Delete command 2025-05-21 18:37:52 +08:00
Jack251970
5578daaa3e Remove files tip button 2025-05-21 18:25:33 +08:00
Jack251970
6ce2cf9cac Refactor with MVVM 2025-05-21 12:58:55 +08:00
Jeremy Wu
2770c6a977
Merge branch 'dev' into fix_result_clearing_nonquery 2025-05-19 08:28:52 +10:00
Jeremy
073594fdeb formatting 2025-05-17 22:02:45 +10:00
Jeremy
2941e036bc add logging and method summaries 2025-05-17 21:08:18 +10:00
Jeremy
003df049e1 add dedicated clear result indicator for query and non-query usage 2025-05-17 20:40:40 +10:00
Jack251970
d0e799b8ed Fix double navigation issue 2025-05-15 20:16:50 +08:00
Jack251970
5b17fad67c Fix duplicated value change 2025-05-15 19:51:30 +08:00
Jack251970
57dccce1bf Fix setting window navigation update issue & Check view model null instead of IsInitialized flag 2025-05-15 18:35:57 +08:00
Jack Ye
c1ba81eee0
Merge pull request #3500 from Flow-Launcher/multiple_topmost
Support Multiple Topmost Records
2025-05-14 11:18:00 +08:00
Jack Ye
03b558c1fc
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-13 10:51:44 +08:00
Jack251970
8e7e173850 Add code comments 2025-05-13 10:49:40 +08:00
Jack251970
fa350ddb07 Add code comments 2025-05-13 10:48:00 +08:00
Jack251970
58f80996b7 Fix results context menu display issue 2025-05-13 10:36:46 +08:00
Jack Ye
31c18b81d2
Merge pull request #3530 from Flow-Launcher/origin_query_null_issue
Origin query null issue
2025-05-11 17:59:58 +08:00
Jack251970
6ed5308896 Fix null origin query issue 2025-05-11 16:53:44 +08:00
Jeremy Wu
af5ff430c4
update comment 2025-05-11 18:16:29 +10:00
Jack251970
25d985b98f Fix Homepage with triggers history results on arrow up 2025-05-11 14:32:59 +08:00
Jeremy Wu
7c8a4379a3
fix clearing of results logic & minor adjustment to results update (#3524) 2025-05-10 20:56:48 +08:00
Jack Ye
c64f3dfb30
Merge branch 'dev' into multiple_topmost 2025-05-10 10:34:06 +08:00
Jack251970
297643c3e5 Revert all changes as master branch 2025-05-06 19:35:40 +08:00
Jack251970
deb0c2139f Remove unused initialization value 2025-05-06 19:22:37 +08:00
Jack251970
788cb3cc16 Revert "Dispose the old CancellationTokenSource atomically to avoid races"
This reverts commit 2672512a62.
2025-05-06 19:17:33 +08:00
Jack251970
2672512a62 Dispose the old CancellationTokenSource atomically to avoid races 2025-05-06 14:14:50 +08:00
Jack251970
b156afed0b Revert "Add update source lock"
This reverts commit 265fd9c868.
2025-05-06 14:14:10 +08:00
Jack251970
265fd9c868 Add update source lock 2025-05-06 14:13:14 +08:00
Jack251970
639a5aebe5 Dispose _updateSource when creating new one & Use _updateToken instead of _updateSource.Token 2025-05-06 14:02:18 +08:00