bao-qian
547bd46bb3
Disable blur when os is not supported
...
Releated: #330
2015-11-29 12:47:04 +00:00
bao-qian
7b386c4f41
Fix FindResource
...
http://windowsasusual.blogspot.ie/2015/10/wpf-applicationcurrentfindresource-and.html
2015-11-29 08:20:13 +00:00
bao-qian
66e118abdf
Misc
2015-11-29 07:19:58 +00:00
bao-qian
38791e50ea
Refactoring blur
...
1. Refactoring blur, see discussion in : 7f8bb80
2. Releated issue: #330
2015-11-29 06:29:32 +00:00
bao-qian
e3e5085214
Merge branch 'master' into dev
2015-11-28 11:48:28 +00:00
bao-qian
d7d71d9ff1
Add solution level AssemblyInfo file, and bump version
...
1. Add solution level AssemblyInfo file
2. Bump assembly version
3. Fix #324
2015-11-28 10:47:49 +00:00
vankasteelj
53236faaa0
add french locale & xaml
2015-11-27 22:04:13 +01:00
bao-qian
c4a5eeabcc
merge master
2015-11-26 06:57:12 +00:00
bao-qian
6023f415a4
Fix Wox restart
...
1. refactoring restart
2. delte some windows forms methods
3. using string inteperlation and delete hard coeded new line char
should fix #322
2015-11-26 05:01:00 +00:00
bao-qian
f272470871
Add equality checking for old keyword and new keyword
2015-11-13 05:14:27 +00:00
qianlifeng
9c082a573c
Merge pull request #383 from lances101/dev
...
Wox now has Blur
2015-11-13 11:05:29 +08:00
bao-qian
11aed2ab61
Fix output path for Wox.Core
2015-11-11 00:42:34 +00:00
Boris Makogonyuk
ece09a93cd
Changed WindowsAccentMode (int32) Theme setting to ThemeBlurEnabled (boolean):
...
- Exposed a new function "SetBlurForWindow" in WindowIntelopHelper that handles the blur.
- Deleted Accent and Test themes
- Changed SimpleBlur and Base themes according to changes
2015-11-10 12:18:03 +01:00
Boris Makogonyuk
287e15fddc
*forgot to stage files on last commit
2015-11-10 06:36:08 +01:00
bao-qian
8aee2858ea
Fix setting for multiple action keywords
...
1. completed rewrite the action keyword setting logic.
2. Fix setting for multiple action keywords in #352
3. Fix setting for Web Search plugin
2015-11-09 03:20:02 +00:00
bao-qian
da5a930e89
Move namespace
2015-11-09 01:32:33 +00:00
bao-qian
705354a3d6
Better logger
...
1. Throw exception for fatal/error log when debugging
2. Write to debug output for warn/debug/info log when debugging
3. part of #355
2015-11-07 17:32:58 +00:00
bao-qian
8662e963ac
Misc
2015-11-07 03:50:15 +00:00
bao-qian
af7beb2c34
Improve UI for multiple action keywords
...
See #352
2015-11-06 02:29:32 +00:00
bao-qian
7b50febba3
Misc
2015-11-06 01:19:13 +00:00
bao-qian
178710dabc
Fix PluginIndicator for multiple action keywords
...
1. Fixup, part of #352
2. Refactoring
2015-11-06 01:16:37 +00:00
bao-qian
99d9d14d3b
Misc
...
1. Rename
2. Fix progress bar: progress bar should not be loaded when only white
spaces typed
2015-11-06 01:09:08 +00:00
bao-qian
a07d6aa1e7
Enable multiple action keywords
...
See issue #352
2015-11-05 19:29:45 +00:00
bao-qian
59a4abff7c
Better name
...
Timeit.Stopwatch -> Stopwatch.Normal
Timeit.StopwatchDebug -> Stopwatch.Debug
2015-11-05 19:29:45 +00:00
bao-qian
df0f310ddd
Replace Dispose with Lambda
...
1. Faster
2. Fix #361
2015-11-04 21:35:04 +00:00
bao-qian
3d9b9af55e
Fix #362
2015-11-04 17:08:27 +00:00
bao-qian
288ac62448
Refactoring Query initialisation
2015-11-03 05:09:54 +00:00
bao-qian
f5d3df65b0
Misc
2015-11-03 01:33:53 +00:00
bao-qian
fc6ac662cd
Refactoring instant query
2015-11-03 00:34:27 +00:00
bao-qian
cd0d9052e8
Misc
2015-11-02 22:15:06 +00:00
bao-qian
86da8cbd17
Refactoring Plugin.Feature
2015-11-02 19:27:46 +00:00
bao-qian
7a38143f5e
Remove AssemblyHelper
2015-11-02 19:27:36 +00:00
bao-qian
818802cf5e
Refactoring GetPlugins<T>()
2015-11-02 18:52:34 +00:00
bao-qian
a668ed5e24
Refactoring LoadPluginInterfaces
2015-11-02 18:13:53 +00:00
bao-qian
96b6832dff
Remove LoadInterfacesFromAppDomain
...
Much faster. ApplyPluginLanguages is 10 times faster now. 7ms vs 100ms.
2015-11-02 13:42:52 +00:00
bao-qian
881e414043
Fix ResourceMerger
...
1. Fix duplication for loading resource.
2. Fix null reference when plugin is not loaded.
3. speedup.
2015-11-02 02:49:38 +00:00
bao-qian
a3117fa61d
Misc
2015-11-02 00:09:42 +00:00
bao-qian
bfa0db3ba3
Replace all Stopwatch with Timeit
2015-11-02 00:04:05 +00:00
bao-qian
79fdba969b
Don't sort plugins every time, sort it when set it
2015-11-01 23:32:17 +00:00
bao-qian
79461d52c2
Rearrange code
...
Fields -> Properties -> Init method -> Query methods -> Is methods ->
Get Methods
2015-11-01 22:59:56 +00:00
bao-qian
8c7bac7dbb
Refactoring GetExclusivePlugin and GetActionKeywordPlugin
...
System plugin = plugin with action keyword *
Non system plugin = exclusive plugin + action keyword plugin
2015-11-01 19:47:20 +00:00
bao-qian
bb3b982dea
Refactoring Query Dispatch
...
half lines of code :)
2015-11-01 17:28:13 +00:00
bao-qian
a67ced29a3
Remove sensitive information
2015-11-01 01:18:53 +00:00
bao-qian
ca8293ebdb
Migrate MSBuild-Integrated solutions to use Automatic Package Restore
...
http://docs.nuget.org/consume/package-restore/migrating-to-automatic-package-restore
2015-11-01 01:18:40 +00:00
bao-qian
4a95dd8ba3
Use NuGet for NAppUpdate
2015-10-31 18:49:37 +00:00
bao-qian
1616aa87bd
Remove PluginDebugger
2015-10-31 18:20:43 +00:00
bao-qian
9d9400f4d9
Fix Debug output
...
DebugHelper is useless, bacuase the return statement is always executed before the actual code.
2015-10-31 18:06:57 +00:00
bao-qian
a6f8eb28f2
Refactoring Query
2015-10-31 16:02:56 +00:00
bao-qian
ad8b6c806d
Optimize using directives
2015-10-30 23:23:01 +00:00
bao-qian
b283977281
Remove unnecessary decoration
2015-10-30 23:22:42 +00:00