bao-qian
c6aff8424c
Save when exit
...
1. fix image cache
2. fix save when exit since destructor won't be called
3. fix #583 #582 (partially) #581 (partially) #580
2016-05-02 22:37:01 +01:00
bao-qian
dc3b01dc15
use %APPDATA%
...
1. Fix can't find Result.ctor bug for plugin introduced in
c0889de1f9ae460b2cc189eb59e5bd90ddb7d17e
2. use %APPDATA% for all data, part of #389
3. MISC
2016-04-27 02:35:17 +01:00
bao-qian
e96bd5a0e7
Misc
2016-04-26 22:45:31 +01:00
bao-qian
57c33fe693
Fix #472 #476 #509 #523 #525 #557
...
Fix numerous web search plugin bugs
2016-04-26 02:40:23 +01:00
bao-qian
26addf809e
Use consistent new icons
...
https://icons8.com
2016-04-26 00:25:43 +01:00
bao-qian
a572ff9fca
Fix #483
...
Thanks @wjcsharp to provide method
2016-04-26 00:24:48 +01:00
bao-qian
d416a77866
Fix #559
...
fix program suffixes
2016-04-24 18:34:49 +01:00
bao-qian
bed65745cc
Use WorkingDirectory when strat process
...
As proposed in #569
2016-04-24 13:35:21 +01:00
bao-qian
04a4833c6e
Fix uninitialized ui
...
fix #569
2016-04-24 03:49:04 +01:00
bao-qian
082191412e
Fix suffixes converter, part 2
...
rename file
2016-04-24 02:53:20 +01:00
bao-qian
e3a7d0807e
Fix suffixes converter, part 1
...
1. fix #568 , fix #566 fix #553 , fix #559
2. simple refactoring
2016-04-24 02:53:20 +01:00
bao-qian
b600bce23f
Refactoring pinyin
...
1. use custom patched pinyin library Pinyin4Net
2. fix memory leak on startup: 360mb -> 160mb when using vs15 debugger
2016-04-24 02:53:18 +01:00
bao-qian
349e8b2da7
Use resharper annotation nuget package
2016-04-24 02:53:14 +01:00
bao-qian
6f3cdeda70
Refactoring Program plugin to use parallel linq
...
much master when use parallel
2016-04-22 23:03:32 +01:00
bao-qian
681f57f703
Misc
2016-04-22 22:42:26 +01:00
bao-qian
c83577cb81
Remove unused code
2016-04-21 21:04:33 +01:00
bao-qian
39edf1a8ed
Remove instance logic for BinaryStorage and JsonStorage, part 2
...
1. part of #389
2. file rename
3. fixup
2016-04-21 20:56:53 +01:00
bao-qian
8d10c9aa41
Remove instance logic for BinaryStorage and JsonStorage, part 1
...
1. part of #389
2. huge refactoring
2016-04-21 20:42:07 +01:00
Goren G
0bcb76fa81
Load Everything base on CPU architecture
2016-04-21 20:37:08 +01:00
bao-qian
7dad0aa1da
Bump library version
...
Fix #538
2016-03-28 13:56:38 +01:00
bao-qian
b22a4501cc
Use variable instead of global static method
...
1. introduce variable
2. part of #389
3. refactoring program suffix in program plugin
4. 全局变量一时爽,代码重构火葬场
2016-03-28 03:09:57 +01:00
bao-qian
c596039453
Rearrange query execution order
...
1. remove usage of PushResult
2. rearrange query execution order
3. decouple UserSetting dependency
4. remove instant query
5. remove backkeydown event
6. part of #389
2016-03-28 03:02:30 +01:00
bao-qian
95becde93d
Add error info when file/application can't be open
...
1. Fix #492
2. FIx #478
2016-03-27 02:49:05 +01:00
bao-qian
0728d96339
Bump nuget package version
2016-03-26 04:45:03 +00:00
bao-qian
dc9908eac1
Refactoring ContextMenu
...
1. Remove ItemDropEvent
2. Remove ShowContextMenus from API
3. Fix context menu item can't be opened ( #535 ), bug introduced from PR #494 (commit 45dbb50)
4. Move open result command and load context menu command back to
MainViewModel
5. unify load context menu logic
6. other performance enhancement and potential bug fixed
2016-03-26 03:01:39 +00:00
bao-qian
c5d45c6b44
Refactoring CustomizedPluginConfig
...
1. Reorder the sequence of initialization of UserSettings.
2. Use dictionary for CustomizedPluginConfigs, so code logic like
`.FirstOrDefault(o => o.ID == id);` are removed
3. part of #389
2016-03-26 03:01:36 +00:00
bao-qian
199011feb8
Merge pull request #505 from schulz3000/add_german_translations
...
Add German Translation
2016-03-24 21:51:45 +00:00
bao-qian
4b4a414259
Merge pull request #514 from staff0rd/websearchsetting_spelling
...
Fix spelling
2016-03-11 00:53:13 +00:00
stafford
221cc8ab10
spelling
2016-03-11 11:39:41 +11:00
stafford
c6e47a868b
grammar
2016-03-11 11:34:49 +11:00
stafford
0c5c261196
cleanup english translation
2016-03-11 11:32:51 +11:00
Xaver Schulz
7d1dbbb27a
Add German Translation
...
Add German Translation to Core and Defaultplugins
2016-02-28 17:22:51 +01:00
bao-qian
eb8aa195c2
ResultItem -> Result, part 2
...
part of refactoring for PR #494
2016-02-21 17:10:23 +00:00
bao-qian
0a148166e1
Fix websearch plugin query content
2016-02-17 16:58:32 +00:00
bao-qian
79b4716b95
Fix "NoTranslation" bug for plugins
...
1. fix #475
2. remove GetLanguagesFolder, part of #468
3. bug introduced since 1f939ff3
2016-02-17 15:49:55 +00:00
niwatolli3
8182141e93
refs #485
...
* Add more Japanese support
2016-02-09 23:53:06 +09:00
niwatolli3
d7d2efd58e
refs #484
...
* Add japanese Support.
* I add following language file
* Plugins/Wox.Plugin.WebSearch/Languages/ja.xaml
* Wox/Languages/ja.xaml
2016-02-09 23:30:54 +09:00
bao-qian
a0f556b2a9
Refactoring directory path for plugins
2016-01-08 02:18:19 +00:00
bao-qian
8ee94d75ca
Refactoring directory path for plugin
2016-01-08 01:49:00 +00:00
bao-qian
c8a932b6b3
Refactoring directory path for storage
2016-01-07 02:31:17 +00:00
bao-qian
0daa3a8f57
ReSharper: remove redundant code
2016-01-06 21:34:42 +00:00
bao-qian
f589bdc78d
Optimize using
2016-01-06 06:45:08 +00:00
bao-qian
e8e5c8dff1
Merge pull request #464 from lances101/translations-line-endings
...
Changed line endings for translation files to CL from CRLF, fix #463
2016-01-04 17:40:47 +00:00
Boris Makogonyuk
54096d56d3
Changed line endings for translation files to CL from CRLF
2016-01-04 18:36:40 +01:00
Boris Makogonyuk
832119f6b1
Now checks if path has trailing slash before adding a new one
2016-01-04 18:30:11 +01:00
Boris Makogonyuk
5abd4dcc66
Added trailing slash to saved folders action for Folder plugin
2016-01-04 16:17:04 +01:00
bao-qian
ebe4804b00
Including more web search by default
...
1. Fix #376
2. Thanks @ishu3101
2016-01-04 05:03:23 +00:00
bao-qian
38b3c82ece
Remove ShellRun
...
1. Remove ShellRun using p/invoke
2. Remove ResolveShortcut when open contanning folder
3. fix #88
2016-01-04 00:01:48 +00:00
bao-qian
99a7453f28
Merge pull request #454 from Wox-launcher/dotnet45
...
Upgrade Wox to .net 4.5
2016-01-03 17:32:02 +00:00
bao-qian
767430d065
Merge pull request #426 from lances101/bugfix-404
...
Fix Crash when open containing folder of *.lnk item
Fix #404
2016-01-02 22:41:56 +00:00