Commit graph

8303 commits

Author SHA1 Message Date
弘韬 张
4ea40ab9aa Add the new publish profile file 2020-12-04 22:46:23 +08:00
弘韬 张
756c5bce3d fix using unintialized variable in release. 2020-12-04 22:30:53 +08:00
弘韬 张
c3d5d4c0ce Don't update collection when both newItems and collection is empty 2020-12-04 22:24:25 +08:00
弘韬 张
6267fa9a50 fix typo. 2020-12-04 22:18:51 +08:00
弘韬 张
aa20d505fe Revert creating a new task when adding result. 2020-12-04 21:54:39 +08:00
弘韬 张
01158fdc66 Add error handling for the resultUpdateTask to make sure result update can continue when error throw. 2020-12-04 21:53:34 +08:00
弘韬 张
eb13a18d52 Use task.run in addresult instead of CollectionChange event. 2020-12-03 15:38:00 +08:00
弘韬 张
25bc2a70e3 Add timeout for waiting collectionchange event, although seems the deadlock isn't caused by this. 2020-12-03 10:33:19 +08:00
弘韬 张
e7dd8676ec Change some code and check out what cause those error 2020-12-02 23:38:37 +08:00
弘韬 张
98e6a1ab8a Revert using List instead of observablecollection 2020-12-02 20:57:23 +08:00
弘韬 张
19c7446552 Add Lock to the place we directly update the ResultCollection 2020-12-02 13:56:50 +08:00
弘韬 张
e973e1d0bb Update ModernWPF so that the app can run 2020-12-02 13:26:05 +08:00
弘韬 张
3607bfde07 Change name for publish file 2020-12-01 10:37:05 +08:00
弘韬 张
1ddf83fc86 Update to DotNet5 2020-11-30 11:34:45 +08:00
Zero
e11daa0867 Update LICENSE 2020-11-30 09:52:25 +08:00
Jeremy Wu
920668db00
Merge pull request #223 from taooceros/fixTrayMenuTranslation
fix tray menu translation
2020-11-30 07:35:18 +11:00
Jeremy Wu
ac6dea1322 clear whitespaces, no code changes 2020-11-30 07:31:38 +11:00
Jeremy Wu
6514c13690
Merge pull request #225 from Zeroto521/dev
rebuild json rpc python script
2020-11-30 07:09:57 +11:00
弘韬 张
5a9c631577 Use PropertyChange event to change text when language has changed. 2020-11-29 20:50:28 +08:00
Zero
835b9214af 🎨 ♻️ format & rebuild json rpc python script
- 🎨 format source via formatter
- ♻️  more informations see https://github.com/Flow-Launcher/Flow.Launcher.JsonRPC.Python
2020-11-29 17:09:27 +08:00
Zero
9bc89ea278 🙈 ignore some files/folders 2020-11-29 17:01:51 +08:00
YFdyh000
c1ca76dd15 fix tray menu translation 2020-11-29 16:12:52 +08:00
弘韬 张
a640eadf1b Use List instead of ObservableCollection as base class for resultcollection for better customized control of event 2020-11-29 14:56:08 +08:00
Jeremy Wu
6617d03c32
Merge pull request #222 from Flow-Launcher/allow_missing_default_img_dict_remove
Allow MissingImgIcon and DefaultIcon to be removed from image cache
2020-11-28 19:58:37 +11:00
弘韬 张
6b9622844c Merge ImageCache change 2020-11-28 13:29:55 +08:00
弘韬 张
813e9b5439 fix selected item doesn't always be the first item issue.
Method: Not only update selected index, but also update selected item when adding results.
2020-11-28 13:25:49 +08:00
Jeremy Wu
f20c721ad1 allow MissingImgIcon and DefaultIcon to be removed from image cache 2020-11-27 13:12:09 +11:00
弘韬 张
05aa7062d7 Change ErrorIcon to MissingImgIcon in ImageCache check since we don't use ErrorIcon anymore 2020-11-27 08:46:59 +08:00
Jeremy Wu
1c6769cbcc fix merge 2020-11-27 07:43:03 +11:00
Jeremy Wu
b8b0e8c23a Merge branch 'dev' into RenderImprovement 2020-11-27 07:32:00 +11:00
Jeremy Wu
2608d961d0
Merge pull request #221 from taooceros/fixImageFlickering
Fix image flickering
2020-11-27 07:09:03 +11:00
Jeremy Wu
ac945f4814 revert unneeded condition on Constant.MissingImgIcon 2020-11-27 07:04:39 +11:00
Jeremy Wu
efcb6a7833 add status check when base.Value has faulted 2020-11-26 20:47:04 +11:00
弘韬 张
dd8a31ccd8 Add new to Value Property of the LazyAsync clas 2020-11-25 23:26:35 +08:00
弘韬 张
b3df2fd590 change default image property name 2020-11-25 23:22:27 +08:00
弘韬 张
a7310d5d22 Use Customized LazyAsync class to load image instead of the weird way of updating lazy class async 2020-11-25 23:21:53 +08:00
弘韬 张
99086e2644 change SetImage to method instead of property to avoid unintended use 2020-11-25 23:21:40 +08:00
弘韬 张
1439ee7e9e Use a default image to list when the image hasn't been loaded in cache.
Co-authored-by: Bao-Qian <bao.github@outlook.com>
2020-11-25 23:21:20 +08:00
Qian Bao
2c14c2120f Lazy Load Image 2020-11-25 23:20:03 +08:00
弘韬 张
69e11e2861 Use CancellationToken.IsCancellationRequested wherever is possible to use, check equality of query whererever token is unaccessiable.
Dispose CancellationTokenSourse manually
2020-11-24 19:24:49 +08:00
弘韬 张
c110749434 Add more cancellation 2020-11-24 17:41:57 +08:00
弘韬 张
81a02c6e64 Don't add result to queue unless the query match (plugin event driven update)
Remove the Task.Run because updating result metadata and adding result to queue should not be time wasted.
2020-11-24 17:39:29 +08:00
taooceros
c8285aa381
Merge pull request #219 from Flow-Launcher/version_bump_plugins
version bump for Calculator & Program plugins
2020-11-23 10:52:27 +08:00
Jeremy Wu
341275fbbd version bump for Calculator & Program plugins 2020-11-23 13:30:45 +11:00
弘韬 张
61c9797cbc Merge remote-tracking branch 'upstream/dev' into AcronymFuzzy 2020-11-22 23:02:55 +08:00
Ioannis G
638892eb3e
merge PR #216: Update Slovak translation 2020-11-22 13:17:07 +02:00
弘韬 张
8f6f2fbf6f Merge remote-tracking branch 'upstream/dev' into RenderImprovement 2020-11-22 19:09:46 +08:00
弘韬 张
9bc58fe9da Only stop querying for global query 2020-11-22 18:31:04 +08:00
kubalav
81ec3ef3d5 - Flow Launcher Slovak translation polish
- Calculator plugin string shortened
- Program plugin add missing strings
2020-11-22 10:41:13 +01:00
Jeremy Wu
8d6915a226
Merge pull request #207 from Flow-Launcher/dev
Release 1.5.0 | Plugin 1.3.0
2020-11-22 17:25:14 +11:00