qianlifeng
0e5155c85a
Fix plugin API issues.
2014-08-17 22:35:46 +08:00
qianlifeng
3144a54c5b
Including PythonHome in CI building
2014-08-17 16:15:01 +08:00
qianlifeng
49362ce5ab
Add afterload event for LoadDefaultConfig
2014-08-17 15:57:25 +08:00
qianlifeng
13e629e17d
fix #46 Reload index cache when the file changed in index directories
2014-08-14 22:21:07 +08:00
qianlifeng
8eb2f66b14
#149 fix Path including space in their name issues
2014-08-14 21:07:56 +08:00
qianlifeng
4fb0279f9a
Expose index suffix setting
2014-08-14 19:45:48 +08:00
qianlifeng
5d1006f05b
Expose index file suffixes config [WIP]
2014-08-13 23:16:45 +08:00
qianlifeng
eee76222bd
Add reindex button to programs setting dialog.
2014-08-12 23:07:54 +08:00
qianlifeng
4121bbc772
Fix a programs bug if custom program folder is not exist.
2014-08-12 12:21:04 +08:00
qianlifeng
7926dd9aeb
Add F1 to open wox function guide page.
2014-08-10 22:47:37 +08:00
qianlifeng
20ffcfb91e
Refactoring Programs system plugin and adding re-index function when adding new location.
2014-08-10 22:22:54 +08:00
qianlifeng
961bfcc481
Fix sys plugin setting panel style issue.
2014-08-10 18:27:36 +08:00
qianlifeng
eee50eef46
close #137
2014-08-10 17:05:27 +08:00
qianlifeng
1329f3d2c7
Merge branch 'master' of https://github.com/qianlifeng/Wox
2014-08-10 16:50:45 +08:00
qianlifeng
0e812b911e
Adjust score weight for programs.
2014-08-10 16:50:35 +08:00
qianlifeng
28bd5f33c6
Merge pull request #145 from dgoon/master
...
fix a typo: suggeestion -> suggestion
2014-07-30 17:10:09 +08:00
dgoon
673b72f327
fix a typo: suggeestion -> suggestion
2014-07-30 12:11:33 +09:00
qianlifeng
3fea8eb820
Fix a crash in Win8
2014-07-27 17:15:12 +08:00
qianlifeng
6e2e067d66
Merge pull request #134 from aaroncampf/master
...
Changes: See Comment
2014-07-25 10:02:42 +08:00
Aaron Campf
e09fe4acf0
Forgot to add Files
2014-07-24 17:32:19 -07:00
Aaron Campf
0385662197
Changes: Added Sys Folder, Moved Sys into folder, Added SysSettings, Made Sys use an AddRange and added ISettingProvider
2014-07-24 17:27:59 -07:00
qianlifeng
4ba222f19c
Merge pull request #133 from aaroncampf/master
...
Combined Redundant Cases
2014-07-24 12:19:45 +08:00
Aaron Campf
6820a05efc
Finally Fixed AutoFormatting
2014-07-23 13:46:19 -07:00
Aaron Campf
0982e12a80
Corrected Automatic Formatting
2014-07-23 13:36:07 -07:00
Aaron Campf
0536a2be33
Combined 2 cases
...
Stupid automatic formatting changed more then I wanted
Here is the change I made if you just want the code
case Key.Tab:
case Key.Enter:
AcceptSelect(resultCtrl.GetActiveResult());
e.Handled = true;
break;
2014-07-23 13:20:24 -07:00
qianlifeng
24c5aae77f
Merge pull request #132 from CoenraadS/master
...
Optimize default icon method.
2014-07-22 19:37:25 +08:00
CoenraadS
a972a52be4
Optimize default icon method.
...
Simply return the first pointer, ignore the others. Assume if the first
one doesn't work, none of them will work.
2014-07-22 13:30:39 +02:00
qianlifeng
f473c29430
Merge pull request #131 from CoenraadS/master
...
Fix default icon retrieval.
2014-07-22 19:30:23 +08:00
CoenraadS
7cd9768880
Fix default icon retrieval.
...
And replace continue; with if() statements (supposably more compile
friendly)
2014-07-22 13:13:26 +02:00
qianlifeng
0a45a6fea9
#129 exclude system plugins results when searching websearch.
2014-07-21 23:18:39 +08:00
qianlifeng
9805ab8761
#129 fix space issues in searching programs
2014-07-21 22:54:18 +08:00
qianlifeng
b4bb98b230
Fix websearch setting issues.
2014-07-21 22:35:40 +08:00
qianlifeng
e11e141b5e
remove bing search suggestions.
2014-07-21 22:30:04 +08:00
qianlifeng
83e199a0de
#129 Make web search suggestion optional and add baidu suggeestion source.
2014-07-21 22:27:57 +08:00
qianlifeng
4e87211d39
Replace all obsoleted method
2014-07-21 19:48:17 +08:00
qianlifeng
88208285a4
Contron panel item priority should be lower when compared to programs.
2014-07-21 19:45:47 +08:00
qianlifeng
ae062586d7
Update README.md
2014-07-21 19:32:22 +08:00
qianlifeng
fa72389c07
Update Backup Download Link.
2014-07-21 19:28:21 +08:00
qianlifeng
ea94cb8650
Merge pull request #127 from CoenraadS/master
...
Control Panel Command handeling
2014-07-20 23:10:39 +08:00
Coenraad Stijne
39d6ccd11c
Control Panel Command handeling
...
Now works for everything
2014-07-20 10:54:12 +02:00
qianlifeng
a62b225fe0
Merge pull request #125 from CoenraadS/master
...
Control Panel Split Logic
2014-07-20 10:13:38 +08:00
Coenraad Stijne
a72d1a13b6
Better path handeling
...
Thanks @orzFly
2014-07-19 18:14:31 +02:00
Coenraad Stijne
60df499584
Better icon-handeling.
...
And enumerate through ICON instead of GROUP_ICON
2014-07-19 15:34:52 +02:00
Coenraad Stijne
10204a4526
Save icons using GUID filename
2014-07-19 14:31:19 +02:00
Coenraad Stijne
a5d63bc383
Control Panel Split Logic
2014-07-19 12:39:26 +02:00
qianlifeng
fcd276dccb
Update README.md
2014-07-19 10:58:36 +08:00
qianlifeng
fc66fba577
Refactoring FolderLink and URL plugin.
2014-07-19 10:12:11 +08:00
qianlifeng
f1697313c0
Fix potential issues in control panel.
2014-07-19 08:15:51 +08:00
qianlifeng
6d8244ba5c
Merge pull request #122 from CoenraadS/master
...
Update Control Panel
2014-07-19 07:47:19 +08:00
Coenraad Stijne
102d5fdd7f
Update Control Panel
...
The Control Panel now also includes third party panel items.
2014-07-18 20:15:35 +02:00