Commit graph

6426 commits

Author SHA1 Message Date
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
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
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
VictoriousRaptor
151c17a522
Merge pull request #1680 from z1nc0r3/dev
Add "hh:mm:ss tt" to clock formats.
2022-12-26 09:24:59 +08:00
VictoriousRaptor
75624446e3
Merge pull request #1708 from VictoriousRaptor/FixShortcutException
Catch exceptions during shortcut expansion
2022-12-26 01:31:32 +08:00
Vic
b65a32a525 Remove redundant tt 2022-12-25 14:05:38 +08:00
VictoriousRaptor
6c53b7e8b3
Merge branch 'dev' into dev 2022-12-25 13:54:13 +08:00
Jeremy Wu
6607acbcce
Merge pull request #1706 from Flow-Launcher/fix_quickaccess_autocomplete
Fix quick access path search and autocomplete text
2022-12-25 16:53:12 +11:00
VictoriousRaptor
ae66a2ce46
Merge branch 'dev' into add_nodejs_env 2022-12-25 13:44:57 +08:00
VictoriousRaptor
8566279e8d
Merge branch 'dev' into LazyLoadPreview 2022-12-25 13:23:04 +08:00
Vic
24349d5072 Merge remote-tracking branch 'upstream/dev' into LazyLoadPreview 2022-12-25 13:16:41 +08:00
Jeremy Wu
990ae3b28c
Merge pull request #1715 from Flow-Launcher/fix_everything_warning
Fix wrong Everything service warning displayed when not available
2022-12-25 16:10:24 +11:00
VictoriousRaptor
9027a2085c
Merge pull request #1712 from VictoriousRaptor/RefactorMainWindow
Refactor some logic in main window
2022-12-25 03:35:06 +08:00
Jeremy
ae8f2d2ee8 fix wrong Everything service warning displayed when not available 2022-12-25 06:01:17 +11:00
Jeremy
d386735301 Merge remote-tracking branch 'origin/dev' into add_nodejs_env 2022-12-25 05:09:16 +11:00
Jeremy
9f8b205b35 Merge remote-tracking branch 'origin/dev' into fix_quickaccess_autocomplete 2022-12-25 05:00:15 +11:00
Jeremy
3f2b741dcc add unit tests for get autocomplete result 2022-12-25 04:58:37 +11:00
Jeremy
f64ebdca95 simplify get path method 2022-12-24 22:51:18 +11:00