Jeremy Wu
|
402e2da061
|
use plugin icopath when displaying uninstall plugins
|
2020-12-10 21:31:21 +11:00 |
|
Jeremy Wu
|
1a59da4adc
|
add plugin uninstall method
|
2020-12-10 21:28:01 +11:00 |
|
Jeremy Wu
|
311222ecd5
|
update file name update method name
|
2020-12-10 19:54:30 +11:00 |
|
Jeremy Wu
|
519342178f
|
move download and unzip to utilities class
|
2020-12-10 13:29:47 +11:00 |
|
Jeremy Wu
|
d8191f71bf
|
adjust temporary working directory path
|
2020-12-09 05:28:58 +11:00 |
|
Jeremy Wu
|
8c136580e2
|
remove InstallPlugin method from API
- do not allow InstallPlugin method to be called via API
- move InstallPlugin functionality to PluginsManager for use exclusively
|
2020-12-08 21:59:45 +11:00 |
|
Jeremy Wu
|
a72750dc65
|
add plugin download behaviour
|
2020-12-07 21:21:14 +11:00 |
|
Jeremy Wu
|
8d96899a82
|
update icoPath
|
2020-12-07 07:42:23 +11:00 |
|
Jeremy Wu
|
1587010126
|
add plugin search
|
2020-12-07 07:40:42 +11:00 |
|
Jeremy Wu
|
cc1d049cad
|
Plugins Manager scaffolding
|
2020-12-06 21:10:40 +11:00 |
|
Jeremy Wu
|
9ae9d69a57
|
update Plugin json mapping
|
2020-12-06 20:39:26 +11:00 |
|
Jeremy Wu
|
a460aefa1f
|
add PluginsManager
|
2020-12-06 19:58:27 +11: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 |
|
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 |
|
Jeremy Wu
|
f20c721ad1
|
allow MissingImgIcon and DefaultIcon to be removed from image cache
|
2020-11-27 13:12:09 +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 |
|
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 |
|
Ioannis G
|
638892eb3e
|
merge PR #216: Update Slovak translation
|
2020-11-22 13:17:07 +02: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 |
|
Ioannis G
|
69a5f29151
|
merge PR #208: version bump for release 1.5.0
|
2020-11-21 11:03:20 +02:00 |
|
Jeremy Wu
|
11952a4c7d
|
version bump Flow.Launcher.Plugin
|
2020-11-21 11:49:39 +11:00 |
|
taooceros
|
df3a9a4c97
|
Use default system browser (#214)
|
2020-11-20 16:26:29 +02:00 |
|
Jeremy Wu
|
8e58048a67
|
Merge branch 'dev' into bump_version_app_plugins
|
2020-11-20 06:14:05 +11: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 |
|
Jeremy Wu
|
1bd0fcedb9
|
version bump plugins
|
2020-11-16 06:49:08 +11:00 |
|
Jeremy Wu
|
7fca0e7279
|
version bump
|
2020-11-16 06:42:34 +11: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 |
|