Commit graph

255 commits

Author SHA1 Message Date
Dobin Park
e500b3517d
Apply suggestions from code review
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-11-19 14:24:28 +09:00
DB p
0cb3d053ea Merge branch 'dev' into RealFinalAnimation 2021-11-16 14:56:51 +09:00
DB p
e8e139304e Change UseSound to Default. 2021-11-16 08:16:58 +09:00
DB p
e04944ffd6 Merge Dev 2021-11-14 11:35:28 +09:00
DB p
62eb1b6cff - Add Sound
- Add Sound/Animation in Setting
- Add related String
2021-11-14 07:45:47 +09:00
Jeremy Wu
1ab9c085af
Merge pull request #805 from Flow-Launcher/change_default_theme
change the default theme for fresh install
2021-11-12 13:41:18 +11:00
Jeremy
2ecf57e980 change the default theme for fresh install 2021-11-11 07:17:45 +11:00
Kevin Zhang
b15ec0f83b Json Ignore CustomExplorer Property because we don't use that to store value 2021-11-10 13:39:15 -06:00
DB p
7d18c3e10c - Add Height Program Plugin Setting Panel
- Disable Done Button when Null in TextBoxes
- Adjust Dopus Arguments
2021-11-09 23:02:33 -06:00
Kevin Zhang
f35d36bd6d Fix delete index out of bound issue 2021-11-09 23:02:00 -06:00
DB p
7e849ee914 fix directory opus default path 2021-11-09 23:02:00 -06:00
DB p
c27a87c8b0 Add argument setting for file managers and Adjust Label Text 2021-11-09 23:02:00 -06:00
DB p
5be5d816d0 Adjust Window Button Style 2021-11-09 23:02:00 -06:00
Kevin Zhang
a69f4a7ea6 File Explore Binding (Part 2) 2021-11-09 23:01:59 -06:00
Kevin Zhang
4eb36c8ba3 Custom Explorer Binding (Part 1) 2021-11-09 23:01:56 -06:00
DB p
09992fa9df merge dev for fix conflict 2021-11-05 10:12:22 +09:00
Jeremy
1a5116023e remove auto hiding of setting window's scrollbar
related 925f6bc55bd4b674951c02de4ffb7d472b1d8228,  a452feb4c6
2021-10-26 06:41:25 +11:00
Kevin Zhang
5be44b68ea Add fody and use binding to change width 2021-10-21 23:31:51 -05:00
DB p
6b37adaf07 - Remove Comment
- Add String "Window Width Size"
2021-10-21 23:40:17 +09:00
DB p
6af1262ca6 Adjust Width in Theme.cs 2021-10-21 18:16:05 +09:00
DB p
616e98af60 wip 2021-10-21 10:07:11 +09:00
DB p
02036f13a4 add width slider 2021-10-20 23:58:34 +09:00
Jeremy
04a10ed62d add glyph option to settings 2021-10-07 21:58:54 +11:00
Jeremy Wu
03166ecd55
Merge pull request #654 from Flow-Launcher/DependencyBump
Bump applicable nuget packages to latest versions
2021-09-23 12:24:22 +10:00
Jeremy
dd6b8f8c47 Merge remote-tracking branch 'origin/dev' into add_quickaccess_actionkeyword 2021-09-15 21:15:33 +10:00
Jeremy
9d745945cd add comment record ToolGood.Words.Pinyin package version bump issue 2021-08-25 09:16:48 +10:00
Kevin Zhang
e14cbb2ef9 downgrade pinyin library until further discussion 2021-08-19 11:20:40 +08:00
Kevin Zhang
fd794b8e77 Bump Dependency 2021-08-14 07:12:22 +08:00
Jeremy Wu
5aa74121d7
Merge pull request #450 from Flow-Launcher/imageOptimize
No need for the wrapped Lazy instance in image loading.
2021-08-09 08:52:53 +10:00
张弘韬
3623e119d2 add configureAwait(false) in SliceExtra ImageCache 2021-08-08 13:46:31 +08:00
张弘韬
653dc83bd0 fix error thrown in checking cache key when key is null 2021-08-08 13:45:18 +08:00
Jeremy
5940e33774 Merge branch 'dev' into add_quickaccess_actionkeyword 2021-08-06 18:03:35 +10:00
Kevin Zhang
6a1bb17fb6 use < instead of != 2021-08-05 14:31:03 +08:00
Kevin Zhang
a0835288e2 Use SemaphoreSlim to ensure cache only remove once 2021-07-31 16:23:58 +08:00
Kevin Zhang
f8675ed368 Merge remote-tracking branch 'upstream/dev' into imageOptimize 2021-07-31 16:07:54 +08:00
Kevin Zhang
9e21b2e831 include saving SearchPrecisionScore because it is not public before 2021-07-31 13:59:27 +08:00
Jeremy
6978b65d8e add Quick Access action keyword 2021-07-30 20:44:29 +10:00
Kevin Zhang
d7ec0c1834 Add padding and Remove one newline indicating Exception 2021-06-29 19:24:46 +08:00
Kevin Zhang
caf7cb5188 CherryPick Adjust Logging Layout 2021-06-29 19:21:33 +08:00
Kevin Zhang
b955fde6e5 Use NLog Exception Handler, and , NLog Debug Message Printer, and change layout 2021-06-29 19:03:06 +08:00
Kevin Zhang
8fe285bbec Use Nlog Debug Target instead of direct print 2021-06-29 19:03:01 +08:00
Kevin Zhang
a75a5c4660 inline initialization 2021-06-29 19:02:57 +08:00
Kevin Zhang
e8abd7c23f fix a variable name in Release 2021-06-29 19:02:53 +08:00
Kevin Zhang
f80ae3092e CherryPick Exception Optimize 2021-06-29 19:02:27 +08:00
Jeremy Wu
b31fddd449
Merge pull request #481 from Flow-Launcher/everythingplugin_backwards_compatibility
Add backwards compatibility for Everything plugin v1.4.9
2021-06-21 23:10:19 +10:00
Jeremy Wu
644be7977c use ISavable and add obsolete message 2021-06-21 21:56:20 +10:00
Jeremy Wu
0387bfbb64 update class name 2021-06-21 21:31:07 +10:00
Jeremy Wu
6ec151a8ab use inheritance for ISavable and JsonStrorage 2021-06-21 21:04:19 +10:00
Kevin Zhang
77f8a8e27b Use direct property to allow calling onPropertyChanged
Remove default value initialization
2021-06-21 13:39:54 +08:00
Jeremy Wu
7319133ae8 add backwards compatibility with Everything plugin 2021-06-21 12:34:07 +10:00