Commit Graph

511 Commits

Author SHA1 Message Date
qianlifeng
07ed6a6416 fix #189 startup is too slow 2014-10-27 15:08:32 +08:00
qianlifeng
3634ca624d Fix a issues that JSONPRCAction could be null. 2014-10-22 16:20:50 +08:00
qianlifeng
be33ac3c4f Refactoring command args and change the signal instance implement. 2014-10-21 18:16:05 +08:00
qianlifeng
1cf79d8fbc Add more python plugin api. 2014-10-17 16:36:19 +08:00
qianlifeng
5376171538 #192 fix json loads encoding issues. 2014-10-13 13:57:55 +08:00
qianlifeng
90c41aceab #191 add pip.bat for pip installing. 2014-10-11 18:08:43 +08:00
qianlifeng
6e10dc2893 Merge branch 'dev' of https://github.com/qianlifeng/Wox into dev 2014-09-19 17:26:28 +08:00
qianlifeng
87ce03e13e Move Log to Infrastructure project. 2014-09-19 16:57:48 +08:00
qianlifeng
4db7577448 Fix #181 that directory could be removed by user when wox running. 2014-09-19 16:23:43 +08:00
qianlifeng
afdee44dd1 Fix #183 2014-09-19 16:18:54 +08:00
qianlifeng
d929205bec fix typo 2014-09-19 11:02:28 +08:00
qianlifeng
0758d4f567 Merge pull request #171 from zlsun/dev
WebSearch: convert search word to url encoding before opening the url
2014-08-25 17:17:22 +08:00
zlsun
db0f228f4d WebSearch: convert search word to url encoding before opening the url 2014-08-25 16:20:08 +08:00
qianlifeng
a30f60c2ba Fix a clipboard crash issues & don't default exit Wox when exception happens. 2014-08-20 22:12:45 +08:00
qianlifeng
1d13943caf Merge branch 'dev' of https://github.com/qianlifeng/Wox into dev 2014-08-19 18:10:54 +08:00
qianlifeng
e91e4042ba close #150 Use tab to cycle switch candidates 2014-08-19 15:21:26 +08:00
qianlifeng
18720904f9 Update README.md 2014-08-19 13:13:23 +08:00
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