Commit Graph

581 Commits

Author SHA1 Message Date
bao-qian
52a4bfa25f rename plugin main file, part 1 2016-05-08 17:27:57 +01:00
bao-qian
92f45567d7 Focuses first textbox on load
fix #516
thanks @staff0rd for idea!
2016-05-06 00:29:27 +01:00
bao-qian
d536377329 Refactoring multithreading
1. ThreadPool -> Task
2. fix deadlock
3. remove unnecessory application.dispatcher.invoke
4. enable non-main thread access to results collection
5. Misc
6. part of #412
2016-05-06 00:00:43 +01:00
bao-qian
923f4ed045 We don't need use ping to test website speed 2016-05-05 20:26:19 +01:00
bao-qian
9191cae144 temp hack for folder plugin results 2016-05-05 16:30:56 +01:00
bao-qian
e8c142353c Fix default icon path when add new web search 2016-05-05 16:21:35 +01:00
bao-qian
ba1e22955e Web search suggestion is loaded async
1. suggestion is async
2. if ping time of domain less than 300ms, then suggestion is still sync
3. #578 #539
2016-05-05 16:08:48 +01:00
bao-qian
4410b679a0 Add missing sdk files 2016-05-05 02:38:35 +01:00
bao-qian
e6214b3c97 Misc 2016-05-05 02:29:57 +01:00
bao-qian
785843198a Use existing installed python
1. use installed python
2. add settings to choose python directory
3. add py3 compability
4. create hello world python example
2016-05-05 01:57:03 +01:00
bao-qian
bc0f5a9136 Use existing Everything, dll is loaded by platform
fix #574
2016-05-04 02:26:19 +01:00
bao-qian
c2132e3772 Fix file associated icon 2016-05-03 23:21:03 +01:00
bao-qian
174c7a776e Refactoring Refactoring icon, part 2
1. Add baidu, fix #576, #582
2. Refactoring
2016-05-03 21:22:11 +01:00
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
bao-qian
f9e27ef67c Fix UI flickering under .net 4.5
1. This is part of .net 4.5 fix, check #393 to see more
2. This bug is introduced since commit df4ca3fecc9784a3b55f93806d8b2a662523056f
2016-01-02 06:59:35 +00:00
bao-qian
74fb470647 Merge pull request #453 from Wox-launcher/master
Merge branch 'master' into 'dotnet45'
2016-01-02 02:10:37 +00:00
bao-qian
e40c1ff09e Fix leave open option for cmd plugin
Add "Wait for a key press before closing" option.
See #141 for more info.
2015-12-14 00:30:24 +00:00
Boris Makogonyuk
d71ddd7ad0 Stripped ShortcutHelper of unneeded p/invoke methods 2015-12-13 23:37:27 +01:00
Boris Makogonyuk
ba8300508d - Removed IWshRuntimeLibrary. It is no longer needed for the plugin.
- Added ShortcutHelper for invocation calls.
2015-12-13 22:22:17 +01:00
Boris Makogonyuk
dd65c173a9 Bugfix for #404
When opening containing folder for `*.lnk` that cannot be resolved to a file name, the folder containing the `.lnk` will be opened.
2015-12-13 20:58:51 +01:00
bao-qian
ebae675961 Fixup missing reference 2015-12-13 13:36:29 +00:00
bao-qian
539eadf533 Merge master 2015-12-13 13:32:30 +00:00
bao-qian
bb9684f7d3 Remove https link to getwox due to ssl certificate expired
Fix #421
2015-12-09 19:25:29 +00:00
bao-qian
29f535da94 Upgrade json package 2015-11-30 22:45:04 +00:00
bao-qian
8b8a303365 Fix hardcode
Fix #385
2015-11-29 08:50:17 +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
bao-qian
041ea2fbb1 Merge branch 'master' into dev 2015-11-26 07:43:44 +00:00
bao-qian
4526378b33 Merge remote-tracking branch 'origin/master' into dotnet45 2015-11-26 07:42:09 +00: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
f0765ba743 Fix System Command plugin
1. Fix error code handle for 39191a55187a36141bff42fcaf803135c0fe0b3c
2. use WPF MessageBox
3. Fix postion / window handle for
39191a55187a36141bff42fcaf803135c0fe0b3c
2015-11-26 01:27:18 +00:00
Tobias Johansson
e33799701b *Moved everything to dev branch
- Sorry for the trouble
2015-11-25 18:49:44 +01:00
Keivan Beigi
20fd3bdc20 Updated google search logo 2015-11-17 10:35:08 -08:00
bao-qian
e848c78dba Merge branch 'master' into dotnet45 2015-11-12 22:02:40 +00:00
bao-qian
8b97914438 Fix web search icon
part of #384
bug introduced in 38cc115c1f9e1efbb2256f6e88168493797adb5c
2015-11-12 19:53:43 +00:00
bao-qian
a8967bab39 Fix incorrect fuzzy match result for program plugin
Fix #270
2015-11-11 06:20:52 +00:00
bao-qian
1248307b96 Fix the order of everything results
Try to fix #381
2015-11-11 05:42:06 +00:00
bao-qian
de1491a310 Temp fix for CMD hotkey 2015-11-11 05:12:37 +00:00
bao-qian
4351080aea Fix icon path for Web Search plugin 2015-11-09 03:56:56 +00: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
qianlifeng
60f06f97fa fix a null pointer issue 2015-11-08 19:31:44 +08:00
qianlifeng
c0216e0800 Merge branch 'dev' of https://github.com/Wox-launcher/Wox.git 2015-11-08 19:22:07 +08:00
qianlifeng
2be68342bb use caculated score for sys plugin item 2015-11-08 19:21:48 +08:00
bao-qian
d946e18fa2 Fix CMD plugin for new result panel 2015-11-08 02:27:37 +00:00
bao-qian
e928b4c9e0 Fix web search plugin for new result panel 2015-11-08 02:27:08 +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
08594f0b96 Upgrade to .net 4.5 2015-11-07 03:09:10 +00:00
bao-qian
7db73cbd44 tmp 2015-11-07 02:23:40 +00:00
bao-qian
7c889e3523 Add more comments
See #352
2015-11-06 02:34:50 +00:00
bao-qian
af7beb2c34 Improve UI for multiple action keywords
See #352
2015-11-06 02:29:32 +00:00
bao-qian
00543bca17 Fix PluginManagement plugin for multiple action keyword
1. Fixup, part of #352
2. Windows.Form -> WPF
3. Refactoring
2015-11-06 01:17:34 +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
ad21909b5c Remove unused reference 2015-11-04 16:40:10 +00:00
bao-qian
d98d00556d Merge branch 'master' into dev 2015-11-04 16:23:50 +00:00
bao-qian
fc6ac662cd Refactoring instant query 2015-11-03 00:34:27 +00:00
bao-qian
86da8cbd17 Refactoring Plugin.Feature 2015-11-02 19:27:46 +00:00
bao-qian
ac3a282876 Fix bug for CMD
This bug is introduced since commit:
73dadde5f077896129aa574d028c0343485f3ddc
2015-11-02 01:06:57 +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
f3038e4fef Fix System.ArgumentException
Fix System.ArgumentException("Illegal characters in path") when parsing
path string
2015-11-01 01:19:00 +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
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
ad8b6c806d Optimize using directives 2015-10-30 23:23:01 +00:00
bao-qian
2538a79ef0 Remove unused reference
System.xaml also removed because .net 3.5 doesn't has this dll, and it resolve the issue when using code metrics
2015-10-30 23:22:25 +00:00
renzhn
2f7b5dd041 update plugin program translation 2015-08-28 08:01:28 +08:00
danisein@qq.com
f3fbbed7ee Auto completion for the folder plugin 2015-08-23 15:40:18 +08:00
qianlifeng
630456f700 add missing sleep images and translations 2015-07-17 15:38:50 +08:00
qianlifeng
c8a445275b merge with master 2015-07-17 15:08:39 +08:00
Devin Stiert
b6f14a752c Google translated translations 2015-05-02 10:31:20 -04:00
Devin Stiert
40f58d7054 Support editing 2015-05-02 10:17:42 -04:00
Devin Stiert
485afcfa6e Allow disabling of default program sources 2015-05-02 09:47:03 -04:00
Devin Stiert
e82bc859f5 Fix csproj 2015-04-22 09:22:55 -04:00
Devin Stiert
5615e02cdb fix proj file 2015-04-20 20:35:03 -04:00
Devin Stiert
4c5a046bc0 Add max depth and suffixes per program source 2015-04-20 20:32:10 -04:00
qianlifeng
12265def19 Add translation for CMD plugin 2015-02-28 18:30:08 +08:00
qianlifeng
45f60ae646 Fix UI issues when using web search plugin with suggestions 2015-02-28 18:20:06 +08:00
qianlifeng
72988cc6fb Using new thread to check upgrade 2015-02-27 18:04:49 +08:00
qianlifeng
a0b7768a86 Fix #255, can't delete items in folder plugin 2015-02-26 17:12:21 +08:00
qianlifeng
b1a97eca39 fix #252 web search items lost after restart Wox 2015-02-20 21:14:15 +08:00
qianlifeng
a942882c73 Add QueryHistory to Wox (Ctrl+Up and Ctrl+Down) 2015-02-09 19:16:13 +08:00
qianlifeng
268df23739 Add uninstalleverything command as everything serivce will prevent move/remove wox folder. 2015-02-08 17:09:14 +08:00
qianlifeng
6c731f50a9 Improve Everything plugin user experience 2015-02-08 16:27:41 +08:00
qianlifeng
877ad53ead fix a plugin query issue 2015-02-08 00:06:22 +08:00
qianlifeng
bc7dce6026 Add IContextMenu interface & lazy load context menus 2015-02-07 23:49:46 +08:00
qianlifeng
c24e216f26 fix #246 prompt restart wox after uninstall plugin 2015-02-07 21:40:25 +08:00
qianlifeng
2d05ecc81f Add title translations 2015-02-07 21:27:48 +08:00
qianlifeng
437c1a154c Add plugin title translations 2015-02-07 20:17:49 +08:00
qianlifeng
82d30c6e74 Allow searches in context menu 2015-02-07 16:53:33 +08:00
qianlifeng
998eecb94d fix regressive issues 2015-02-06 18:13:22 +08:00
qianlifeng
ad11ca0a87 Add IExclusivePlugin 2015-02-05 22:20:42 +08:00
qianlifeng
7b0a643de3 Add IExclusiveSearch interface [WIP] 2015-02-05 18:43:05 +08:00
qianlifeng
fa53bce27a Add init time and query time to setting view 2015-02-05 00:03:35 +08:00
qianlifeng
1d3f1fd7d0 Improve instant search ue 2015-02-04 23:16:41 +08:00
qianlifeng
5d9a94466a Add drop event. 2015-02-03 18:32:16 +08:00
qianlifeng
38948053cc Merge 2015-02-03 12:29:58 +08:00
qianlifeng
95e468c90a Add drop event [WIP] 2015-02-02 23:28:40 +08:00
Boelensman1
b30f3d6b8f Forgot to remove some lines.
No longer opening explorer with admin rights.
2015-01-30 15:54:02 +01:00
Boelensman1
4672628ee2 Added open in folder to the program plugin. 2015-01-30 02:18:18 +01:00
qianlifeng
36ce0c8271 Merge 2015-01-28 10:16:10 +08:00
qianlifeng
b521318e82 proj file changes. 2015-01-28 10:13:48 +08:00
qianlifeng
9f64a384d6 Implement IInstantSearch for CMD and WebSearch plugin 2015-01-27 22:59:03 +08:00
qianlifeng
4ecff94aec Change update logic 2015-01-27 21:51:29 +08:00
qianlifeng
c7e73924c8 Add clean script to Wox.csproj 2015-01-27 19:29:32 +08:00
qianlifeng
87958d9db8 Move web search setting to its own project 2015-01-26 22:50:38 +08:00
qianlifeng
56fa719931 API changes 2015-01-26 20:54:01 +08:00
qianlifeng
6ee6cd3977 Add everything plugin 2015-01-26 19:06:03 +08:00
qianlifeng
7821f41723 some API changes for Query class and renames. 2015-01-26 17:46:55 +08:00
qianlifeng
42d86fab8e make some renames 2015-01-23 20:49:00 +08:00
qianlifeng
17bc9c35a7 add Cleanup CI job 2015-01-23 13:01:52 +08:00
qianlifeng
1ef163f827 Change log facility. 2015-01-20 22:33:45 +08:00
qianlifeng
3f6cb3cd73 Fix an issue if update failed 2015-01-20 20:05:38 +08:00
qianlifeng
b49209a0d9 Add query history plugin & upgrade all third-party packages 2015-01-18 18:21:48 +08:00
qianlifeng
32e0074f26 downgrade to .net framework 3.5 2015-01-15 21:01:43 +08:00
qianlifeng
8d746cd206 Upgrade to .net framework 4.5 2015-01-15 20:47:48 +08:00
qianlifeng
bc341d193f Upgrade to .net framework 4.0 2015-01-14 22:19:44 +08:00
qianlifeng
5be6511529 Add Wox.CrashReporter 2015-01-11 21:52:30 +08:00
qianlifeng
f20b4d570e Change output folders for plugins in Release 2015-01-09 12:45:56 +08:00
qianlifeng
06a9478555 Merge pull request #232 from allanpk716/V1.2.0
1,fix ImageLoader GetIcon() trigger FileNotFoundException when file not ...
2015-01-09 10:43:02 +08:00
716
6e3ca5391a 1,fix ImageLoader GetIcon() trigger FileNotFoundException when file not exist;
2,In FolderPluginSettings when trigger Delete Action need confirm;
3,Add drag and drop functionality in ProgramSetting and FileSystemSettings.

Signed-off-by: 716 <525223688@qq.com>
2015-01-09 10:30:12 +08:00
qianlifeng
2422a4200c Merge 2015-01-09 09:45:40 +08:00
qianlifeng
56788c8b8f Project structure change 2015-01-09 09:44:03 +08:00
qianlifeng
220ac2fa2d Fix a global hotkey issues in CMD, which will hang Wox on init. 2015-01-08 22:49:42 +08:00
qianlifeng
288be8dd71 update plugin languages 2015-01-07 22:23:10 +08:00
qianlifeng
d3bf71a22d Add translation for folder plugin 2015-01-07 18:59:55 +08:00
qianlifeng
12abca39a2 Add translation for CMD plugin 2015-01-07 18:51:11 +08:00
qianlifeng
898c8854aa Add translation for web search plugin 2015-01-07 18:45:55 +08:00
qianlifeng
492e33aeda Add translations for Program plugin. 2015-01-06 23:24:11 +08:00
qianlifeng
ce9c832e00 Implement plugin i18n [WIP] 2015-01-06 18:28:23 +08:00
qianlifeng
ce451e4dd4 Move some user settings to its own dll (cmd,folder plugin and etc) 2015-01-05 22:41:17 +08:00
qianlifeng
6162904c59 Refactoring 2015-01-04 23:08:26 +08:00
qianlifeng
4243843951 Refactoring. Move system plugins to seperate DLLs. 2015-01-03 15:20:34 +08:00
qianlifeng
ccc8d7e5cd Refactoring. 2014-12-26 22:51:04 +08:00
qianlifeng
ac3b86fb85 Update wpm to use the new api 2014-12-14 22:24:05 +08:00
qianlifeng
a5b54c50d1 Remove all third-party plugins into separate repos (except WPM). 2014-12-12 12:32:58 +08:00
qianlifeng
5c84ffe5dc Merge branch 'V1.1.0' into dev 2014-12-12 12:21:23 +08:00
Ioannis G
374ed12811 display plugin icons in 'wpm list/uninstall' 2014-12-09 17:45:23 +02:00
qianlifeng
5855ff0d27 Fix errors that collections has been changed while foreach collections 2014-11-04 18:21:07 +08:00
qianlifeng
3c4a9a05a0 Add search monitor 2014-11-03 18:49:18 +08:00
qianlifeng
9481d04a19 Add custom context menu setting for findfile plugin and improve the search speed. 2014-11-03 17:30:48 +08:00
qianlifeng
0b09f788c5 Merge 2014-10-27 20:38:47 +08:00
qianlifeng
3045611452 Reduce memory usage. 2014-10-27 18:22:25 +08:00
qianlifeng
0b3d028c2f Merge branch 'V1.1.0' of https://github.com/qianlifeng/Wox into V1.1.0 2014-10-27 17:16:24 +08:00
qianlifeng
970c9e70e4 Move MFTSearch to find file plugin. 2014-10-27 14:53:44 +08:00
qianlifeng
a7dfb9cb97 Allow unsafe codes in Release build. 2014-10-24 16:48:14 +08:00
qianlifeng
f399ef8f69 fix #151 Add context menu for programs 2014-10-24 13:09:51 +08:00
qianlifeng
c61db8c957 Revert MFT Changes. 2014-10-24 09:43:43 +08:00
qianlifeng
755e7bc232 Add Context menu 2014-10-23 18:39:11 +08:00
qianlifeng
80e38fc430 Add find file plugin. 2014-10-22 22:49:34 +08:00
qianlifeng
87ce03e13e Move Log to Infrastructure project. 2014-09-19 16:57:48 +08:00
qianlifeng
4e87211d39 Replace all obsoleted method 2014-07-21 19:48:17 +08:00
qianlifeng
7b4d6ba57e Pack python env to zip 2014-07-18 20:00:55 +08:00
qianlifeng
5c373f0d25 Add browse more plugin and theme link to setting dialog. 2014-07-16 20:17:51 +08:00
caoyue
5e9ea4196c get firefox default profile directory from profiles.ini 2014-07-15 16:54:01 +08:00
qianlifeng
f1ce98eb07 Implement #15 2014-07-10 23:57:08 +08:00
qianlifeng
d89968cfa5 Add HackerNews python plugin as the Demo. 2014-07-10 18:39:04 +08:00
qianlifeng
5f7c1ea4f4 Add v2ex python plugin demo. 2014-07-09 23:44:57 +08:00
Ioannis G
365ca9180f improved Firefox bookmark-parsing query
now gets bookmark title from moz_bookmarks table instead of moz_places
2014-07-03 21:10:48 +03:00
Ioannis G
cfe1e7745f cache Firefox bookmarks and support pinyin search 2014-07-03 21:08:18 +03:00
Ioannis G
9f4f27d08f update plugin.json for the BrowserBookmarks plugin 2014-07-02 18:44:19 +03:00
Ioannis G
73530f59de Make sure the places.sqlite file exists
before loading Firefox bookmarks.
2014-07-02 18:43:54 +03:00
Ioannis G
6807dcbd5d add search for Firefox bookmarks 2014-07-02 18:01:31 +03:00
qianlifeng
fad6a406a1 Add system plugin descriptions. 2014-06-30 21:31:13 +08:00
qianlifeng
4ee0731472 fix some bookmark plugin issues. 2014-06-30 18:29:14 +08:00
qianlifeng
d23eb291f7 #94 and close #91. Make bookmark as plugin. 2014-06-30 18:05:42 +08:00
Aaron Campf
81467a86cc Cleaned FileSystemPlugin + Enhanced
THIS NEEDS TESTING!
2014-05-09 18:24:16 -07:00
Yeechan Lu
4512854c2a Add Feature Tab in Settings. (Still WIP) 2014-03-28 22:42:28 +08:00
qianlifeng
fc07979966 Remove Plugins 2014-03-23 10:41:10 +08:00
qianlifeng
8c57dde0a6 Remove all plugins to their own repo 2014-03-22 17:27:11 +08:00
qianlifeng
dc274aed48 Remove douban movie plugin to https://github.com/qianlifeng/Wox.Plugin.DoubanMovie 2014-03-22 16:42:49 +08:00
qianlifeng
9177f4b47d Merge branch 'master' of https://github.com/qianlifeng/Wox.git 2014-03-22 11:21:29 +08:00
qianlifeng
d4446b2605 Update WPM. 2014-03-22 11:21:21 +08:00
Yeechan Lu
5c6b741dc4 Use ShellRun to provide unified experience 2014-03-21 03:53:18 +08:00
cxfksword
58b016a9c0 Fix not handle .ico image type 2014-03-20 10:01:00 +08:00
cxfksword
14edd948ac Add Everything support show file icon
and add a file icon cache associate with file extension
2014-03-19 23:58:05 +08:00
cxfksword
19f25e45bb Fix Everything not support keyword with space 2014-03-19 21:23:17 +08:00
qianlifeng
f4e74065ec #2 change Everything default search mode 2014-03-19 19:57:22 +08:00
Yeechan Lu
f07cd08789 Close #52: Encoding issues with Everything plugin 2014-03-19 12:13:43 +08:00
cxfksword
d0d6ddd3c1 fix closure bug
sometimes will always open the last action item.
2014-03-18 18:49:03 +08:00
Yeechan Lu
70616de215 Fix line ending [skip ci] 2014-03-18 00:10:02 +08:00
qianlifeng
616b9af5ed Change AssemblyInfos [skip ci] 2014-03-17 23:37:26 +08:00
Yeechan Lu
659a1dbe53 Change OutputPath 2014-03-17 21:51:50 +08:00
Yeechan Lu
1a782a6938 Update NuGet configuration 2014-03-17 20:43:08 +08:00
Yeechan Lu
63d693b388 Fix error in projects... 2014-03-17 20:12:39 +08:00
Yeechan Lu
d794c4c81f Clean build configuration 2014-03-17 19:28:26 +08:00
Yeechan Lu
069781bcdd Update 2010 Solution file
Fix a bug in Everything plugin configuration
2014-03-17 03:38:35 +08:00
qianlifeng
69890972bc fix a null references issues. 2014-03-16 22:51:50 +08:00
qianlifeng
dfce6564a1 Small issue changes. 2014-03-15 22:01:35 +08:00
qianlifeng
1b382e4391 Add ReleaseBuild bat. 2014-03-14 00:35:06 +08:00
qianlifeng
091aba7aad implement WPM Plugin 2014-03-13 22:31:44 +08:00
qianlifeng
49c151c1b4 Strange changes. 2014-03-12 21:27:16 +08:00
qianlifeng
73dc6b768f Fix bugs in CMD plugin and PluginMangerment Plugin. 2014-03-12 19:18:07 +08:00
qianlifeng
413d8e6662 Merge branch 'master' of https://github.com/qianlifeng/Wox.git 2014-03-12 09:16:38 +08:00
qianlifeng
5d2ce27ea8 Add youdao plugin. 2014-03-12 09:16:22 +08:00
qianlifeng
1d3a1a1345 implement issue#8 part 1 2014-03-11 23:54:37 +08:00
qianlifeng
b38fa395ce Fix mouse click issues and add a new hotmovie plugin. 2014-03-05 22:32:21 +08:00
qianlifeng
13ed55ac10 Add wox plugin installer. 2014-03-02 11:04:30 +08:00
qianlifeng
fce020f4dd Change plugin config file format (from ini to json) 2014-03-01 15:42:33 +08:00
qianlifeng
7f769e00b9 Add clipboard plugin. 2014-02-28 23:21:01 +08:00
qianlifeng
2ade16a87a Fix dependency references issue of c# plugins. 2014-02-23 13:32:28 +08:00
qianlifeng
26294a5742 Change python plugin interface. 2014-02-23 10:36:37 +08:00
qianlifeng
fcdb9e39c6 Add modifier key support when user action items. 2014-02-09 20:55:18 +08:00
qianlifeng
9e1980f843 Revert project file changes of everything sdk. 2014-02-03 00:08:11 +08:00
qianlifeng
76fa97e0a0 Add Everything x64 dll 2014-02-02 14:29:52 +08:00
Yeechan Lu
f9ff9af094 Add support for Everything both 32-bit and 64-bit 2014-01-30 00:55:03 +08:00
Yeechan Lu
4db3bd7423 Rename the project. 2014-01-29 18:33:24 +08:00
Yeechan Lu
99b0defcf7 Create the "Docsets" directory if it not exists 2014-01-28 21:33:12 +08:00
qianlifeng
abedc0be80 update doc workflow 2014-01-25 00:21:16 +08:00
qianlifeng
63072205d6 Merge branch 'master' of https://github.com/qianlifeng/WinAlfred.git 2014-01-24 20:03:45 +08:00
qianlifeng
0ac7d9829a add doc workflow 2014-01-24 20:01:20 +08:00
qianlifeng
56118a7142 add AutoAjustScore option for results 2014-01-15 22:45:02 +08:00
qianlifeng
af954a0578 Add kill process workflow 2014-01-13 19:32:27 +08:00
qianlifeng
820d0cde86 add v2ex workflow 2014-01-12 21:02:39 +08:00
qianlifeng
53120faeba Merge branch 'PythonPlugin' 2014-01-12 16:31:06 +08:00
qianlifeng
c9ca331d30 Add winalfred workflow installer 2014-01-12 16:28:11 +08:00
qianlifeng
73867d87d7 research python plugin: seems ok in multiple thread now. 2014-01-11 15:02:17 +08:00
qianlifeng
76009ca6eb try to use python.net as the bridge. 2014-01-11 00:19:14 +08:00
qianlifeng
935d26f956 research 2014-01-09 22:16:19 +08:00
qianlifeng
70339423d0 start issue#11 2014-01-07 23:27:05 +08:00
qianlifeng
b2081dcbc9 add translator plugin 2014-01-05 17:56:02 +08:00
qianlifeng
dc51bc39ab structure change 2014-01-03 23:52:36 +08:00
qianlifeng
87225e64fa regular update 2013-12-23 23:53:38 +08:00
qianlifeng
121db63778 UI staff 2013-12-22 19:35:21 +08:00
qianlifeng
dcf52085ae some UI staff 2013-12-22 00:44:56 +08:00
qianlifeng
422e19724a add IronPython environment to execute python plugins 2013-12-21 01:20:17 +08:00
qianlifeng
f25f4f7dc8 regular commit 2013-12-20 19:38:10 +08:00
qianlifeng
c8fca3d63f project stucture change 2013-12-19 23:55:23 +08:00