Commit graph

9683 commits

Author SHA1 Message Date
Jeremy Wu
4e6a07c0d7
Check spelling workflow ignore PRs targeting dev branch 2025-05-11 11:49:52 +10: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
2fdab6184c
Merge pull request #3521 from Flow-Launcher/startup_flicker
Fix startup flicker
2025-05-10 09:33:49 +08:00
Jack251970
29f94d66c2 Fix startup flicker 2025-05-09 15:57:18 +08:00
Jack Ye
2d2f7de687
Merge pull request #3513 from Flow-Launcher/fix_result_missing
Fix result missing issue
2025-05-07 19:20:25 +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
Jack251970
b1a48e296a Improve code quality 2025-05-06 13:58:28 +08:00
Jeremy Wu
6799b87f96
Merge pull request #3399 from Jack251970/empty_query
Support Querying Results When Query Text is Empty
2025-05-05 23:16:59 +10:00
Jack251970
7083849d14 Remove unused codes 2025-05-05 19:11:46 +08:00
Jack251970
0882378988 Add Glyph for history items & topmost items 2025-05-05 18:53:40 +08:00
Jack251970
36a4f41767 Do not need to clear the result when last and current query are home query 2025-05-05 17:32:43 +08:00
Jack251970
16404bc2a7 Improve log information 2025-05-05 12:54:15 +08:00
Jack251970
41211e8cd3 Improve code comments 2025-05-05 08:44:08 +08:00
Jack251970
2713c5babf Add code comments 2025-05-05 08:35:20 +08:00
Jack251970
b9aa5a88cf Change variable name for code quality 2025-05-05 08:30:53 +08:00
Jack Ye
135b9b561a
Merge branch 'dev' into empty_query 2025-05-05 08:27:51 +08:00
Jack Ye
e4ecea096b
Merge pull request #3509 from Flow-Launcher/mainvm_more_log
Add more debug log info for query
2025-05-05 06:46:19 +08:00
Jack251970
197316397a Improve log info 2025-05-04 22:05:57 +08:00
Jack251970
51fb1515a0 Add more debug log info for query 2025-05-04 22:04:01 +08:00
Jack251970
28b8cb6013 Improve distinguish between home query and global query 2025-05-04 21:43:48 +08:00
Jack251970
21d6ec20d4 Use null to distinguish between home query and global query 2025-05-04 18:29:39 +08:00
Jack251970
67facb8f18 Use non-async version 2025-05-04 16:44:05 +08:00
Jack251970
0d9fb29f12 Improve code quality 2025-05-04 16:37:15 +08:00
Jack251970
72bd1e60db Remove code comments with issues 2025-05-04 11:44:41 +08:00
Jack Ye
78f606f2fc
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-04 11:40:57 +08:00
Jack Ye
eaea38c13a
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-04 11:40:45 +08:00
Jack251970
fe25764221 Merge branch 'empty_query' of https://github.com/Jack251970/Flow.Launcher into empty_query 2025-05-04 11:26:07 +08:00
Jack251970
2ab007b3b6 Fix typos 2025-05-04 11:26:00 +08:00
Jack Ye
ccb1bac2da
Merge branch 'dev' into empty_query 2025-05-04 11:24:57 +08:00
Jack251970
35e4bfc937 Improve code quality 2025-05-04 11:05:23 +08:00
Jack251970
4ed1dc3bc1 Fix topmost issue in home page 2025-05-04 10:28:20 +08:00
Jack251970
19d70592a8 Add empty & global query for home page 2025-05-04 09:38:35 +08:00
Jack251970
4500f1deeb Fix history items context menu issue 2025-05-04 09:14:57 +08:00
Jack251970
13cfbe5430 Check query results 2025-05-04 09:07:14 +08:00
Jack251970
96bb62af27 Refresh interface when Home Page is changed 2025-05-03 22:54:46 +08:00
Jack251970
f2f4ebf0ac Support home state change & Add ui 2025-05-03 22:34:58 +08:00
Jack251970
d6704ed5da Support history items 2025-05-03 22:09:25 +08:00
Jeremy Wu
a2a8c5081e
Merge pull request #3503 from Flow-Launcher/do_not_query_when_back_from_context_menu
Do not query again when setting private field of QueryText
2025-05-03 21:25:36 +10:00
Jack251970
e8333331b0 Add ui in general page 2025-05-03 18:17:07 +08:00
Jack251970
e9ef26a8dd Change related setting names 2025-05-03 18:17:00 +08:00
Jack251970
54994ddb7b Initialize home query when window is loaded 2025-05-03 17:02:39 +08:00
Jack251970
17a0834bcd Support query for plugins with home query interface 2025-05-03 16:50:50 +08:00
Jack251970
0f09fea30b Make async home query to be feature interface 2025-05-03 16:32:07 +08:00
Jack251970
3089928599 Support home query interface 2025-05-03 16:31:49 +08:00