Commit Graph

4905 Commits

Author SHA1 Message Date
qianlifeng
659ff866e1 Add Executable Plugin Loader 2014-07-05 23:10:34 +08:00
qianlifeng
f01de3a69d Move CMD settings to CMD plugin details. 2014-07-04 15:34:31 +08:00
qianlifeng
0c75cf6055 Some plugin style changes. 2014-07-04 15:12:22 +08:00
qianlifeng
95613a1881 Merge branch 'master' of https://github.com/qianlifeng/Wox.git 2014-07-04 12:08:45 +08:00
qianlifeng
7bcbe5d791 close #21 Allow user to set their custom ActionKeyword 2014-07-04 12:08:37 +08:00
qianlifeng
bcc2ca7ce9 Merge pull request #100 from JohnTheGr8/master
Improvements for Firefox bookmarks
2014-07-04 08:54:47 +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
qianlifeng
d0d9de8583 Merge pull request #99 from JohnTheGr8/master
Firefox bookmarks
2014-07-03 21:11:16 +08:00
qianlifeng
a304d75645 Update README.md 2014-07-03 13:19:18 +08: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
e275ce6063 #21 Add Disable option for each plugin. 2014-07-01 22:19:46 +08:00
qianlifeng
6352408d87 Add folder existence check for USERPROFILE environment variable. 2014-07-01 18:14:41 +08:00
qianlifeng
6870e03ffe Add Empty Check for GetEnvironmentVariable Method. 2014-07-01 18:04:35 +08:00
qianlifeng
d4641b45ac Merge pull request #98 from zlsun/master
Change cwd to %USERPROFILE% before executing command.
2014-07-01 17:50:42 +08:00
zlsun
fad796f834 Change cwd to %USERPROFILE% before executing command. 2014-07-01 17:37:28 +08:00
qianlifeng
9e874b241a Revert 3bbe54bb71 2014-07-01 09:56:10 +08:00
qianlifeng
3f83361a7a Merge pull request #96 from zlsun/master
Fix the problem of sleep command and change the behavior of executing command.
2014-07-01 09:28:30 +08:00
qianlifeng
a75b7b9be6 Bug fix for drag drop plugin installer. 2014-06-30 22:55:27 +08:00
qianlifeng
e4898bbbb3 Allow drag drop to install wox plugin. 2014-06-30 22:50:54 +08:00
zlsun
132d5ec8cc Revert "Use sleep instead of ping."
This reverts commit 3f1064b22d.
2014-06-30 22:38:51 +08:00
qianlifeng
59741ed04a Optimize files. 2014-06-30 22:27:56 +08: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
4fe530d257 close #83 Merge Plugin tab and Feature tab 2014-06-30 18:12:45 +08:00
qianlifeng
d23eb291f7 #94 and close #91. Make bookmark as plugin. 2014-06-30 18:05:42 +08:00
zlsun
3bbe54bb71 Change cwd to %HOME% before executing command. 2014-06-20 17:34:01 +08:00
qianlifeng
7aca726c33 Merge pull request #90 from zlsun/master
Some modifications.
2014-06-16 17:03:56 +08:00
zlsun
3f1064b22d Use sleep instead of ping. 2014-06-16 14:08:48 +08:00
zlsun
6fdbc9cdfa Remove unnecessary code. 2014-06-16 14:08:11 +08:00
zlsun
12b03518ee Add remember window position support. 2014-06-16 14:06:24 +08:00
qianlifeng
fcd3a86589 Merge pull request #89 from antigravity/plugin-colors
Colors
2014-06-04 23:29:15 +08:00
Yaroslav Zyubanov
2ee671a1ae Add post-action 2014-06-04 21:22:34 +06:00
Yaroslav Zyubanov
47a0642c4d Missed logo and title 2014-06-04 17:26:41 +06:00
Yaroslav Zyubanov
db1cd3efbc HEX colors plugin 2014-06-04 16:15:38 +06:00
qianlifeng
f6803a2c52 Merge branch 'master' of https://github.com/qianlifeng/Wox 2014-06-04 16:47:39 +08:00
qianlifeng
f8d810a787 When user querying thirdparty plugins, system plugins shouldn't be included 2014-06-04 16:47:14 +08:00
qianlifeng
c8d865e26b #87 Add plugin deatails in Plugin tab. [WIP] 2014-06-01 23:23:48 +08:00
qianlifeng
e1c7705182 Revert last two commits pushed by @aaroncampf, which will cause build erros. 2014-05-25 18:11:27 +08:00
Aaron Campf
6aed2ec311 Error Fix 2014-05-24 19:02:22 -07:00
Aaron Campf
4c3f51cae3 Added Enabled & PluginId to BaseSystemPlugin
We still need a way to save the Enabled property
2014-05-24 18:57:02 -07:00
Yeechan Lu
f3088d1c49 Merge pull request #84 from antigravity/dev
Dev
2014-05-24 03:34:35 -05:00
Yaroslav Zyubanov
be25226172 URL plugin 2014-05-24 14:29:56 +06:00
Yaroslav Zyubanov
33d7e40e7c Namespaces fix 2014-05-24 14:07:03 +06:00
Yaroslav Zyubanov
9eefd8839c Extract all converters into separate folder 2014-05-24 14:06:09 +06:00
Aaron Campf
d748e34d7e Working on Adding CheckBox 2014-05-20 21:53:32 -07:00
Aaron Campf
cefa8326e3 FileSystemPlugin
Check for invalid paths
[Open this directory] Action always appears at top is path is existing
directory or parent is
2014-05-20 16:45:11 -07:00
Aaron Campf
60f4937aae Updated Ignore List 2014-05-13 10:20:05 -07:00