Vic
|
ff4290c192
|
fix typo
|
2022-12-31 21:34:49 +08:00 |
|
Vic
|
4dbfe2d6a0
|
Rename variables for readability
|
2022-12-31 21:25:12 +08:00 |
|
Vic
|
186f5f826e
|
Fix error message
|
2022-12-31 21:24:50 +08:00 |
|
Vic
|
c5c6ae7b68
|
Fix exception message argument
|
2022-12-31 21:18:20 +08:00 |
|
Vic
|
617183b14a
|
Refactor result matching logic
|
2022-12-31 21:09:57 +08:00 |
|
Vic
|
e6b8a0dde2
|
Catch exception in ShellLinkHelper
|
2022-12-31 21:09:57 +08:00 |
|
Vic
|
207b29f816
|
Update comments
|
2022-12-31 21:09:57 +08:00 |
|
Vic
|
c6ff0a5113
|
Fix .lnk description logic
|
2022-12-31 20:43:53 +08:00 |
|
Vic
|
9b05174a97
|
Use localized name for shell link programs
|
2022-12-30 20:56:30 +08:00 |
|
Jeremy Wu
|
4849e26aca
|
New Crowdin updates (#1733)
|
2022-12-30 18:40:06 +09:00 |
|
Jeremy Wu
|
e23ec178fc
|
Merge pull request #1723 from Flow-Launcher/version_bumps
Release 1.11.0 version bumps
|
2022-12-30 12:31:54 +09:30 |
|
Jeremy Wu
|
779a7e59eb
|
version bump plugin project
|
2022-12-30 13:41:36 +11:00 |
|
VictoriousRaptor
|
5c5dbf2d35
|
Merge pull request #1727 from VictoriousRaptor/FixImageCache
Fix ImageCache when loading full image
|
2022-12-30 00:42:49 +08:00 |
|
Garulf
|
25ec84325a
|
Merge branch 'dev' into FixImageCache
|
2022-12-29 11:32:53 -05:00 |
|
VictoriousRaptor
|
f42f87c766
|
Merge pull request #1709 from VictoriousRaptor/LazyLoadPreview
Lazy load preview image
|
2022-12-29 21:17:20 +08:00 |
|
Jeremy Wu
|
4513f2442c
|
Update README.md
|
2022-12-29 23:58:25 +11:00 |
|
Jeremy Wu
|
f67b66e9ca
|
update readme for toggle preview hotkey
|
2022-12-29 23:55:08 +11:00 |
|
Vic
|
62821d37dd
|
Use Visibility for consistency
|
2022-12-29 13:13:28 +08:00 |
|
Vic
|
e83e21dddb
|
Add TryGetValue for ImageLoader
|
2022-12-29 11:44:49 +08:00 |
|
Vic
|
a40e15f727
|
Remove duplicate null check
null check is done in ContainsKey()
|
2022-12-29 11:18:51 +08:00 |
|
Vic
|
35d96bde84
|
Fix logic for imagepath and delegate
|
2022-12-28 21:45:30 +08:00 |
|
Vic
|
617d2f5efb
|
Use separate variable for preview image
|
2022-12-28 21:38:56 +08:00 |
|
Vic
|
95aaa9f085
|
Add preview delegate
|
2022-12-28 20:41:54 +08:00 |
|
Vic
|
5970b1c68e
|
Change glyph for preview hotkey
|
2022-12-28 18:08:43 +08:00 |
|
Vic
|
b5c48058cb
|
Fix ImageCache when loading full image
No need to append ImageType to path. loadfullimage==true already indicates that it's a full image.
|
2022-12-28 15:10:12 +08:00 |
|
Jeremy Wu
|
944e0f140f
|
Merge pull request #1498 from Flow-Launcher/add_nodejs_env
Add Node.js environment setup
|
2022-12-28 16:35:28 +09:30 |
|
VictoriousRaptor
|
50cd17e7c0
|
Merge branch 'dev' into add_nodejs_env
|
2022-12-28 14:36:52 +08:00 |
|
Vic
|
75a23d183d
|
Fix option order in setting window
order messed up when merging
|
2022-12-28 14:36:12 +08:00 |
|
Vic
|
76357fb749
|
Update tooltip when hotkey changes
|
2022-12-28 14:15:16 +08:00 |
|
Vic
|
0140e340f4
|
Update readme
|
2022-12-28 13:56:26 +08:00 |
|
Vic
|
9154da2ef8
|
Update tooltip to avoid untranslated fixed "F1"
|
2022-12-28 01:31:42 +08:00 |
|
Vic
|
8f3ca61b21
|
Show Preview Hotkey in tooltip
|
2022-12-28 01:25:07 +08:00 |
|
Vic
|
bdbef54016
|
Move to proper location
|
2022-12-28 01:18:46 +08:00 |
|
Vic
|
b243683332
|
Add option to modify preview hotkey
|
2022-12-28 01:12:44 +08:00 |
|
Vic
|
3ff7566daa
|
Use databinding for preview hotkey
|
2022-12-28 01:11:07 +08:00 |
|
Vic
|
979aa3ddff
|
Support hotkey modifiers
|
2022-12-27 15:24:29 +08:00 |
|
VictoriousRaptor
|
786e3a0a0b
|
Merge pull request #1725 from Flow-Launcher/VictoriousRaptor-patch-1
Fix typo
|
2022-12-27 15:20:16 +08:00 |
|
VictoriousRaptor
|
9aab01dd72
|
Fix typo
|
2022-12-27 14:53:42 +08:00 |
|
Jeremy Wu
|
831d39ee57
|
Merge pull request #1724 from Flow-Launcher/explorer_description_update
Update Explorer plugin description
|
2022-12-27 16:20:16 +09:30 |
|
Jeremy Wu
|
78b8e5b3df
|
update Explorer plugin description
|
2022-12-27 16:04:55 +09:30 |
|
Jeremy Wu
|
7da7e608b1
|
Merge branch 'dev' into add_nodejs_env
|
2022-12-27 15:43:49 +09:30 |
|
Vic
|
68ae8a1df3
|
Only call LoadPreviewImage when using default preview
|
2022-12-27 13:38:50 +08:00 |
|
Jeremy Wu
|
f980cda9ca
|
version bump
|
2022-12-27 14:17:23 +09:30 |
|
Jeremy Wu
|
b3702be59b
|
version bump plugins
|
2022-12-27 14:15:51 +09:30 |
|
Jeremy Wu
|
efbc5883b4
|
Merge pull request #1699 from onesounds/RemoveDisabledMenuItem
Remove Hiding the Disabled menu Item
|
2022-12-27 13:53:54 +09:30 |
|
Jeremy Wu
|
4040081b3e
|
Merge pull request #1721 from Flow-Launcher/dependabot/nuget/Microsoft.VisualStudio.Threading-17.4.27
Bump Microsoft.VisualStudio.Threading from 17.3.44 to 17.4.27
|
2022-12-27 13:49:44 +09:30 |
|
dependabot[bot]
|
596c82a7b9
|
Bump Microsoft.VisualStudio.Threading from 17.3.44 to 17.4.27
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.3.44 to 17.4.27.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/compare/v17.3.44...v17.4.27)
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-26 22:15:20 +00:00 |
|
Jeremy Wu
|
5bab2104d2
|
Merge pull request #1719 from z1nc0r3/dev
WindowsSettings plugin - command updated for diskmgmt
|
2022-12-26 17:53:56 +09:30 |
|
VictoriousRaptor
|
fa21230160
|
Remove todo
|
2022-12-26 14:18:38 +08:00 |
|
Lasith Manujitha
|
8a60fb18a0
|
WindowsSettings plugin - command updated for diskmgmt
|
2022-12-26 10:43:10 +05:30 |
|