Vic
|
d9b70e69f3
|
Refactor save settings logic
SettingWindowViewModel.Save() only saves Flow settings
|
2023-04-25 22:38:36 +08:00 |
|
Vic
|
df5e8ca132
|
Remove unused packages
|
2023-04-25 21:02:34 +08:00 |
|
Vic
|
00e6e5b30d
|
Remove unused using
|
2023-04-25 21:02:34 +08:00 |
|
Vic
|
07c1a0b5a3
|
Init ImageCache from disk
|
2023-04-24 23:11:21 +08:00 |
|
Vic
|
eaae3b9ee3
|
Save settings and image cache when closing main window
|
2023-04-24 23:11:15 +08:00 |
|
Vic
|
4debacde4f
|
Refactor program indexing and cache logic
No longer await on first run (no cache detected) to speed up boost
30 hours cache life
|
2023-04-24 21:22:18 +08:00 |
|
Vic
|
b123c09c6c
|
Remove unused settings
|
2023-04-24 21:10:07 +08:00 |
|
Vic
|
099021b186
|
Save programs cache after indexing
|
2023-04-24 19:50:34 +08:00 |
|
Vic
|
3ae656f456
|
Requery after killing a process
|
2023-04-24 15:46:26 +08:00 |
|
Vic
|
2147943117
|
Fix API docstring format
|
2023-04-24 15:46:26 +08:00 |
|
Vic
|
cda587fb58
|
Show toast when QL unavailable
|
2023-04-23 20:52:10 +08:00 |
|
Vic
|
45a42a5e54
|
Log exception when QL timeout
|
2023-04-23 20:00:06 +08:00 |
|
Vic
|
441d4cb173
|
Configure await for QuickLook calls
|
2023-04-23 19:50:44 +08:00 |
|
Vic
|
9061da9efa
|
Formatting
|
2023-04-23 19:12:09 +08:00 |
|
VictoriousRaptor
|
59b9cd8dbd
|
Merge pull request #2081 from VictoriousRaptor/FixLogDocstring
Fix Log methods' docstring
|
2023-04-23 06:19:29 +08:00 |
|
VictoriousRaptor
|
91dff84c24
|
Merge pull request #2080 from VictoriousRaptor/FixFilesAppSupport
Use shell execute to fix Files App support
|
2023-04-23 01:36:27 +08:00 |
|
Vic
|
0b4d68505a
|
Change issue URL to issue list
Guide users to the issue list to see if there's any pinned issue and search first, instead of posting an issue immediately
|
2023-04-22 23:46:22 +08:00 |
|
Vic
|
26ff98e3b9
|
comment
|
2023-04-22 17:18:40 +08:00 |
|
Vic
|
098e90b864
|
Hide external preview when hiding flow
|
2023-04-22 17:16:02 +08:00 |
|
Vic
|
ba8bb3a3b8
|
Fix switching preview logic
|
2023-04-22 17:11:14 +08:00 |
|
Vic
|
10d1410c5e
|
Reduce unnecessary image load
|
2023-04-22 17:11:14 +08:00 |
|
Vic
|
cf10a4a176
|
Rename method for clarity
|
2023-04-22 16:55:27 +08:00 |
|
Vic
|
a1600fabcc
|
Implement preview switching logic
- Internal and external preview can't open at the same time
- Always preview option doesn't control external
|
2023-04-22 16:48:05 +08:00 |
|
Vic
|
afa8a34891
|
Tweak Win32 preview path
|
2023-04-22 16:48:05 +08:00 |
|
Vic
|
1e1f29b163
|
Add UI to toggle QuickLook usage
|
2023-04-22 16:48:05 +08:00 |
|
Vic
|
99b5197372
|
Fix case when switching file
|
2023-04-22 16:48:04 +08:00 |
|
Vic
|
98991fe103
|
Implement open QuickLook feature
|
2023-04-22 16:48:04 +08:00 |
|
Vic
|
ab20dcca7c
|
Reorganize preview code
|
2023-04-22 14:12:12 +08:00 |
|
Vic
|
0b6f737436
|
Add open/close QuickLook function
|
2023-04-22 14:05:24 +08:00 |
|
Vic
|
f4609135a2
|
Move QuickLook support to QuickLookHelper
- Adapted from Files
|
2023-04-22 14:05:24 +08:00 |
|
Vic
|
839990c098
|
Fix Log methods' docstring
|
2023-04-22 10:49:21 +08:00 |
|
Vic
|
1cedb6e619
|
Add file path in preview
|
2023-04-21 23:52:00 +08:00 |
|
Vic
|
0c4f50a89f
|
Default values for preview info
|
2023-04-21 23:46:06 +08:00 |
|
Vic
|
96f52314ef
|
Add FilePath for Explorer results preview
|
2023-04-21 22:16:44 +08:00 |
|
Vic
|
71376b8beb
|
Add FilePath property for PreviewInfo
|
2023-04-21 22:13:33 +08:00 |
|
Jeremy Wu
|
3b478b57fd
|
Merge pull request #2077 from Flow-Launcher/fix_win_update_notification_error
Release 1.14.1
|
2023-04-21 09:44:03 +10:00 |
|
Jeremy Wu
|
42be53c0a9
|
version bump
|
2023-04-21 09:07:42 +10:00 |
|
VictoriousRaptor
|
b3212a0b72
|
Fix Windows 11 notification error (#2073)
* Fix Windows 11 22H2 (22621) notification error
* Fix main thread issue of LegacyShow()
* Mark RestarApp() as deprecated
|
2023-04-21 09:00:05 +10:00 |
|
VictoriousRaptor
|
04cdfed901
|
Fix Windows 11 notification error (#2073)
* Fix Windows 11 22H2 (22621) notification error
* Fix main thread issue of LegacyShow()
* Mark RestarApp() as deprecated
|
2023-04-21 08:56:54 +10:00 |
|
Vic
|
4efaa648ad
|
Use shell execute to fix Files App support
|
2023-04-20 23:20:07 +08:00 |
|
Vic
|
b74ea0071d
|
Use OSVersion.Version.Build to reduce registry access
|
2023-04-20 20:25:39 +08:00 |
|
VictoriousRaptor
|
d1f4f88bc2
|
Add function to get revision
|
2023-04-20 11:37:25 +08:00 |
|
Vic
|
2bba75b27a
|
Print windows build number in log
|
2023-04-19 21:08:28 +08:00 |
|
Jeremy Wu
|
c61d6f791c
|
New Crowdin updates (#2028)
* New translations
|
2023-04-19 03:03:50 +03:00 |
|
Jeremy Wu
|
2a1d9de6df
|
Merge pull request #2062 from VictoriousRaptor/FilterStartMenuPrograms
Prioritize shortcut in start menu
|
2023-04-19 08:01:46 +10:00 |
|
VictoriousRaptor
|
d8965c5823
|
Merge pull request #2042 from VictoriousRaptor/ProgramOpenFolderHotkey
Add open parent folder hotkey for program plugin
|
2023-04-19 04:07:31 +08:00 |
|
Vic
|
bff467d03a
|
Preserve program shortcut in start menu
|
2023-04-18 20:12:22 +08:00 |
|
Jeremy Wu
|
274052e593
|
Merge pull request #2047 from Flow-Launcher/revert_modernwpfui_version_bump
Interim fix for notification platform unavailable error
|
2023-04-17 07:16:53 +10:00 |
|
Jeremy Wu
|
f86540498c
|
update spelling check acceptance
|
2023-04-12 21:46:31 +10:00 |
|
Jeremy Wu
|
d49482306d
|
revert ModernWpfUI version bump
ModernWpfUI v0.9.5 introduced WinRT changes that causes Notification platform unavailable error on some machines
|
2023-04-12 21:11:39 +10:00 |
|