Commit graph

532 commits

Author SHA1 Message Date
Jack251970
f1b5e68cf2 Remove reflection codes for deleting csharp plugin settings 2025-02-23 21:02:32 +08:00
Jack251970
5919418980 Add assembly name & plugin settings path & plugin cache path in meta data for csharp plugins 2025-02-23 21:01:53 +08:00
Jeremy Wu
2bc9203be6
Merge pull request #3219 from Jack251970/delete_plugin_settings
Support deleting plugin settings when uninstalling plugins
2025-02-23 15:29:25 +11:00
Jack251970
58f8aaa810 Show message when failed to remove plugin settings & Improve code quality 2025-02-23 09:29:24 +08:00
Jeremy Wu
cc463c86ed
Merge pull request #3081 from Flow-Launcher/taooceros-patch-1
Reload Context
2025-02-23 11:01:13 +11:00
Jack Ye
c7218fb78a
Merge pull request #3266 from Jack251970/message_window_topmost
Make Message box Window to be Topmost
2025-02-22 18:01:43 +08:00
Jack Ye
9665619adc
Merge pull request #3257 from Jack251970/result_copy
Fix Issue that Plugin Cannot Cache Records
2025-02-22 17:59:45 +08:00
Jack251970
2b9716aa37 Fix message box window topmost issue when disabling hide FL when loss focus 2025-02-22 13:16:09 +08:00
Jack251970
c472239ea9 Fix unneccessary black lines when settings control is null 2025-02-21 11:20:00 +08:00
Jack251970
4f41be67ac Improve code quality 2025-02-20 18:02:59 +08:00
Kevin Zhang
3dade8bbfc
Don't restart the jsonrpc process when reloading data. 2025-02-19 00:03:46 -08:00
Jack Ye
0370c96a82
Merge pull request #3232 from Jack251970/resize_boarder_thickness
Fix main window resize border thickness issue
2025-02-19 15:42:11 +08:00
Jeremy Wu
e502ebc561
Merge pull request #3110 from Flow-Launcher/modify-pythonpath-for-plugins
Add `.`, `./lib`, `./plugin` directories to path for Python plugins
2025-02-17 22:02:57 +11:00
Kevin Zhang
741ddfeafe
Merge pull request #3170 from Jack251970/dev3
Add New API for ProgressBoxEx to Show Progress & Add Progress Display for Plugin Downloading & Improve DownloadUrl Api Function
2025-02-16 22:20:29 -08:00
Jack251970
319f016ced Remove unnessary list refresh 2025-02-10 12:01:21 +08:00
Jack251970
d8f3280632 Fix unneccessary plugin result update 2025-02-10 11:54:09 +08:00
Jack251970
864402704d Fix an issue that user plugins cannot be updated when reupdating the plugins manifest 2025-02-09 21:54:02 +08:00
Jack251970
54a0f3d165 Add support for delete plugin directory for non-dotnet plugins 2025-02-09 10:58:09 +08:00
Jack251970
37837e7002 Fix possible exception when deleting local folder 2025-02-08 22:59:36 +08:00
Jack251970
f0e74a2aa5 Fix issue that plugin manager will save settings for the uninstalled and settings-removed plugins 2025-02-08 19:12:53 +08:00
Jack251970
1a39af35e2 Fix main window resize boarder thickness issue 2025-02-07 20:23:53 +08:00
cibere
69bf7c6b63 add BackToQueryResults to JsonRPCPublicAPI 2025-02-06 18:34:44 -08:00
Jack251970
1f1b31994d Improve argument name to avoid possible confusion 2025-02-06 09:35:21 +08:00
Yusyuriv
bb7900c0e0
Add PyWin32-related directories to path for Python plugins 2025-02-02 15:27:02 +06:00
Jack251970
e320ca1d49 Add support for deleting plugin settings when uninstalling plugins 2025-02-01 13:10:32 +08:00
Jeremy Wu
64441a2d11
Merge pull request #3191 from Flow-Launcher/dependabot/nuget/FSharp.Core-9.0.101
Bump FSharp.Core from 9.0.100 to 9.0.101
2025-01-27 15:28:37 +11:00
Kevin Zhang
cc6dca5656
Merge pull request #3190 from Flow-Launcher/jsonrpc-v2-error 2025-01-26 17:05:47 -08:00
Jeremy
0e700cdfcc rename GetSystemLanguageCode method + add comment 2025-01-26 10:42:32 +11:00
dependabot[bot]
5d164293b9
Bump FSharp.Core from 9.0.100 to 9.0.101
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 9.0.100 to 9.0.101.
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 22:39:42 +00:00
Hongtao Zhang
d21b9362cf do not try catch the error for jsonrpc v2 2025-01-20 09:14:28 -06:00
Jack251970
abe943b693 Fix system language code fetch issue 2025-01-18 18:39:44 +08:00
Jack251970
8eb5a4dfca Improve HttpDownloadAsync function & Use it in PluginManager plugin 2025-01-11 13:24:41 +08:00
Hongtao Zhang
2a1d502aff fix build error 2025-01-10 13:18:14 -06:00
Jack251970
381e64e697 Move ProgressBoxEx to main project for better development experience 2025-01-09 21:13:24 +08:00
Jack251970
6220b34aab Fix dulplicated close event 2025-01-09 17:33:39 +08:00
Jack251970
122887e6a6 Await close event from non-ui thread 2025-01-09 16:37:52 +08:00
Jack251970
8aebf958aa Check ui thread when calling close function & Update documents 2025-01-09 12:13:46 +08:00
Jack251970
3ccd8b42ae Move SystemLanguageCode to constant 2025-01-06 16:58:08 +08:00
Jack251970
d0bab86377 Improve code quality 2025-01-05 00:11:03 +08:00
Jack251970
54f02e04e6 Use public api for ProgressBoxEx & Add support for force close event 2025-01-05 00:08:56 +08:00
Jack251970
562b233c15 Add progress box support for downloading plugin 2025-01-04 23:11:13 +08:00
Jack251970
0ae3cfcdd6 Add display translation for system language item 2025-01-02 18:50:02 +08:00
Jack251970
921d6a3beb Add support for system language item 2025-01-02 18:47:25 +08:00
Jack251970
6f899092b5 Move dll import codes to win32 helper 2024-12-24 11:59:04 +08:00
Hongtao Zhang
26b33b9e13 add Hebrew in available languages 2024-12-14 10:22:09 -06:00
Jeremy Wu
1f81ea09f1
Merge pull request #3106 from Flow-Launcher/dependabot/nuget/StreamJsonRpc-2.20.20
Bump StreamJsonRpc from 2.19.27 to 2.20.20
2024-12-08 16:32:58 +11:00
Jeremy
676a5b1590 add defaults to MessageBoxEx Show & update WebSearch to use api call 2024-12-07 22:21:08 +11:00
Yusyuriv
d5dd7b44a4
Use PYTHONDONTWRITEBYTECODE instead of -B flag when running Python plugins 2024-12-05 17:37:54 +06:00
Yusyuriv
fa8cd548f6
Add ., ./lib, ./plugin directories to path for Python plugins 2024-12-05 14:18:13 +06:00
dependabot[bot]
de82819a4a
Bump StreamJsonRpc from 2.19.27 to 2.20.20
Bumps [StreamJsonRpc](https://github.com/microsoft/vs-streamjsonrpc) from 2.19.27 to 2.20.20.
- [Release notes](https://github.com/microsoft/vs-streamjsonrpc/releases)
- [Commits](https://github.com/microsoft/vs-streamjsonrpc/commits)

---
updated-dependencies:
- dependency-name: StreamJsonRpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 23:35:05 +00:00