Commit graph

2773 commits

Author SHA1 Message Date
弘韬 张
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
弘韬 张
34dc0d0220 move progressbar task position and change the way of comparison 2020-11-21 16:44:39 +08:00
弘韬 张
f11b302c37 slighly reduce the delay time 2020-11-21 12:01:57 +08:00
弘韬 张
4fb884cf57 Wait 50 ms for query staying same when updating view. 2020-11-20 23:21:04 +08:00
弘韬 张
ea5e9a0fae Use New keyword for customized lazyAsync Value property 2020-11-20 23:05:12 +08:00
弘韬 张
6863b412e3 Use TPL's BufferBlock instead of BlockingCollection, which will block the current Thread.
This should make the Task.Run works better.
2020-11-20 22:45:33 +08:00
弘韬 张
6e87b9237b Merge remote-tracking branch 'upstream/dev' into RenderImprovement 2020-11-20 22:35:35 +08:00
taooceros
df3a9a4c97
Use default system browser (#214) 2020-11-20 16:26:29 +02:00
Jeremy Wu
ad234b6084
Merge pull request #210 from taooceros/programPlugnUnauthorizeFix
Fix unauthorize exception lead to the whole directory unable to index.
2020-11-19 21:12:46 +11:00
弘韬 张
898bb06799 bump version 2020-11-17 20:48:07 +08:00
弘韬 张
5cf0f65b02 try to fix the index out of bound for programlogger 2020-11-17 20:47:56 +08:00
弘韬 张
27313cdddc Fix unauthorize exception lead to the whole directory unable to index. 2020-11-17 20:41:11 +08:00
弘韬 张
2b423d9d80 Use single add notify for each element when the new Item is small or the collection hasn't been buffer a lot.
This seems solve the startup stunt and potentially make render faster. (Need Testing)
2020-11-17 16:46:36 +08:00
弘韬 张
23d9e253ba Add some cancellationtoken check 2020-11-16 19:20:52 +08:00
弘韬 张
71cac9cb23 change the way of checking whether cache exist 2020-11-16 13:04:16 +08:00
弘韬 张
d9ef68272b change default image property name 2020-11-16 12:58:53 +08:00
弘韬 张
0a9bad3ffa Use Customized LazyAsync class to load image instead of the weird way of updating lazy class async 2020-11-16 12:46:39 +08:00
弘韬 张
e7c02dac72 change SetImage to method instead of property to avoid unintended use 2020-11-16 10:12:32 +08:00
弘韬 张
2161f27a88 fix unintended token argument pass 2020-11-16 08:32:11 +08:00
Jeremy Wu
98630d1af5
Merge pull request #202 from taooceros/theme_folder_quicklink
Add quicklink to customized theme folder
2020-11-16 06:32:09 +11:00
Jeremy Wu
83ccfac04f move Themes string to Constant 2020-11-16 06:29:24 +11:00
Vladimír Kubala
9d8f18fbbe
Add Slovak translations (#205) 2020-11-15 21:24:32 +02:00
Jeremy Wu
048981a749 update to use FilesFolders class 2020-11-16 06:16:03 +11:00
Jeremy Wu
378d054ad7 Merge branch 'dev' into theme_folder_quicklink 2020-11-16 06:06:32 +11:00
Jeremy Wu
be08cd3ba7
Merge pull request #206 from JohnTheGr8/sdk_pinning
add global.json to pin SDK version
2020-11-16 06:02:54 +11:00
Ioannis G
db4ed0436a
add global.json 2020-11-15 19:05:14 +02:00
弘韬 张
b1dd7b4181 Move Image Cache filtering earlier 2020-11-15 21:03:39 +08:00
弘韬 张
4dd4cdafbf Revert "Use Virtualizing StackPanel instead of GridView to greatly reduce the loading resources."
This reverts commit c89ee33c5b.

Revert it because it is not useful so just keep the original code.
2020-11-15 21:01:11 +08:00
弘韬 张
dc982e277f 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-15 21:00:00 +08:00
弘韬 张
c89ee33c5b Use Virtualizing StackPanel instead of GridView to greatly reduce the loading resources. 2020-11-15 20:39:02 +08:00
Jeremy Wu
39784c8bc8
Merge pull request #204 from Flow-Launcher/update_readme_everything
Update readme to make it clear for Everything users
2020-11-15 22:46:13 +11:00
Jeremy Wu
4138b7bb69 update readme to make it clear for Everything users 2020-11-15 20:25:53 +11:00
弘韬 张
2fb8e4ee09 change event name 2020-11-15 13:51:12 +08:00
弘韬 张
3390e3958e Add quicklink to customized theme folder 2020-11-15 11:07:13 +08:00
弘韬 张
7dc247333c remove check of empty of Results when change selected index 2020-11-14 17:20:48 +08:00
弘韬 张
0af9fb0df9 Merge remote-tracking branch 'upstream/dev' into RenderImprovement 2020-11-14 17:14:42 +08:00
弘韬 张
3076e501bf add null check when processing result update 2020-11-14 17:10:19 +08:00
弘韬 张
4cf143d435 Don't notify change until finishing up adding new result 2020-11-14 15:07:56 +08:00
弘韬 张
55d30cad68 Merge 2020-11-14 15:03:00 +08:00
弘韬 张
dab8c5da95 Block Notifychange unless all the element is added into the observablecollection
This should improve the response speed.
2020-11-14 14:53:15 +08:00
弘韬 张
a4147f52c9 Block Notifychange unless all the element is added into the observablecollection
This should improve the response speed.
2020-11-14 12:46:34 +08:00
弘韬 张
e34a52c74e Don't change selected index unless collection is not empty 2020-11-14 12:25:54 +08:00
弘韬 张
e625c192ee remove unused code 2020-11-14 12:25:37 +08:00
弘韬 张
4b2abfc708 Reduce batch time to speed up view update
change selected index update place to fix not first selection issue
2020-11-13 13:41:59 +08:00
Jeremy Wu
336cb3c6db
Merge pull request #192 from Flow-Launcher/bump_version
Release 1.4.0 + Plugin 1.2.2 + default plugins version bumps
2020-11-13 08:45:27 +11:00
Ioannis G
e3c8d814cf
update appveyor.yml
add config for nuget deployment
2020-11-12 23:27:57 +02:00
Jeremy Wu
6af40cbaed version bump plugins
Calculator, Color, ControlPanel, Explorer, PluginIndicator, PluginManagement, ProcessKiller, Shell, Sys, Url, WebSearch
2020-11-13 07:57:39 +11:00
Jeremy Wu
601bc88e96 version bump Plugin 2020-11-13 07:41:12 +11:00
Ioannis G
e72407f0d8
merge PR #160: fix plugin dependency loading
Fix plugin dependency loading and remove excess duplicate package references
2020-11-12 12:39:44 +02:00