Jeremy Wu
832e849a3b
Prompt deletion of file or folder
2020-06-22 08:43:59 +10:00
Jeremy Wu
d47a1ed5a1
remove unnecessary conditional variable in if- isEnvironmentVariable
2020-06-22 05:02:42 +10:00
Jeremy Wu
617ef3b05d
fix environment variable search not showing up in Explorer
2020-06-20 14:26:13 +10:00
Jeremy Wu
e49e0ae2dc
output quick folder access list when no query and only hotkey is pressed
2020-06-09 20:12:49 +10:00
Jeremy Wu
cd27cc1632
fix typo + update readme
2020-06-08 21:36:00 +10:00
Jeremy Wu
e421ef8925
remove Folder plugin
2020-06-08 21:07:01 +10:00
Jeremy Wu
eefe2b9ea9
Merge remote-tracking branch 'origin/dev' into explorer_plugin
2020-06-08 20:53:13 +10:00
Jeremy Wu
d23fe3943a
add international language support
2020-06-08 20:31:48 +10:00
Jeremy Wu
82cfddbdb3
add ordering to file and folder results
2020-06-08 19:21:47 +10:00
Jeremy Wu
a196c4f269
add logging to Index and DirectoryInfo search
2020-06-08 19:01:32 +10:00
Jeremy Wu
407864beb7
add option to open Indexing Options in context menu and settings page
2020-06-08 18:41:59 +10:00
Jeremy Wu
6befd6cbb1
small fixes
...
- ignore upper case when determine index search
- add open with different user image
- add subtitle text for context menu containing folder
2020-06-08 14:47:57 +10:00
Jeremy Wu
5d696bd3ab
explorer general touch ups- no logic change
2020-06-08 14:20:22 +10:00
Jeremy Wu
0ee0fb8d2b
add Explorer plugin's settings page
2020-06-06 22:13:22 +10:00
Jeremy Wu
e34bcbd1ba
add prompt press ctrl to open folder directly to folder results
2020-06-04 19:06:03 +10:00
Jeremy Wu
b90664d760
add exclude index search confirmation and persist settings to storage
2020-06-03 22:00:18 +10:00
Jeremy Wu
06877ca06b
change to exclude sub-directories too from index search
2020-06-03 20:15:21 +10:00
Jeremy Wu
2c15f1ce70
rename method for better description
2020-06-02 21:14:03 +10:00
Jeremy Wu
f2fffcb675
rename method for better description
2020-06-02 21:11:16 +10:00
Jeremy Wu
bbca3cf202
context menu- update text display and add check if already exists
2020-06-02 21:08:41 +10:00
Jeremy Wu
6330a784e8
add context menu to exclude indexed path from using index search
2020-06-02 20:58:22 +10:00
Jeremy Wu
2225cbff92
rename method to reflect behaviour
2020-06-02 20:21:28 +10:00
Jeremy Wu
5c46464a41
add condition for using Windows Index Search
2020-06-02 20:12:14 +10:00
Jeremy Wu
7629778610
rename top level directory search method and tests to reflect intent
2020-06-02 20:04:22 +10:00
Jeremy Wu
4eb2fe9297
fix typo
2020-06-02 13:26:33 +10:00
Jeremy Wu
dcca88d746
fix CreateOpenCurrentFolderResult's opening path and text display
2020-06-01 21:11:29 +10:00
Jeremy Wu
cc3d7d7ded
fix CreateOpenCurrentFolderResult incorrectly using foldername
2020-06-01 14:11:51 +10:00
Jeremy Wu
f2690ebfe2
fix scenario windows index
...
still returned indexed subfolder results despite top level is not indexed when searching for top level. eg. searching for c:\
2020-06-01 08:03:04 +10:00
Jeremy Wu
1cea02a300
mini refactor to check current or previous directory once
2020-06-01 07:53:34 +10:00
Jeremy Wu
5f13fd8a80
add index info on Open Current Folder result
2020-06-01 05:52:01 +10:00
Jeremy Wu
758b565f01
change strings to Constants
2020-05-28 21:35:12 +10:00
Jeremy Wu
0c53d76fec
fix TopLevelDirectory search activation
2020-05-28 21:33:33 +10:00
Jeremy Wu
ddffa52aca
Add method to construct search criteria for DirectoryInfoSeach
2020-05-28 08:57:13 +10:00
Jeremy Wu
03bcef56e2
Change Constants class visibility to internal
2020-05-28 07:41:41 +10:00
Jeremy Wu
b5e9ec3a9f
Add search hotkeys to Constants
2020-05-28 07:41:14 +10:00
Jeremy Wu
2ea6642248
show if file or folder is indexed in context menu
2020-05-27 19:36:49 +10:00
Jeremy Wu
af00ec5879
remove obsolete variable folderSubtitleString in DirectoryInfoSeach
2020-05-27 07:41:08 +10:00
Jeremy Wu
c93f4a09ea
DirectoryInfoPath- fix partial item search
2020-05-27 07:30:52 +10:00
Jeremy Wu
e22abba18c
DirectoryInfoSearch- remove auto open folder via appending '\' to path
2020-05-27 07:30:27 +10:00
Jeremy Wu
5b2f06bf10
add logic for index search to search with partial item name
2020-05-26 21:55:07 +10:00
Jeremy Wu
ea9992475e
move method up for readability
2020-05-26 21:51:05 +10:00
Jeremy Wu
353fa026af
rename variables and update comment
2020-05-26 21:49:59 +10:00
Jeremy Wu
2d4e2f5662
Add methods to test for previous directory location
2020-05-26 20:18:18 +10:00
Jeremy Wu
0ba9a86e46
Clean up method
2020-05-26 13:46:59 +10:00
Jeremy Wu
74b25c0bf1
Add first result as opening current directory
2020-05-26 09:03:27 +10:00
Jeremy Wu
b03ee66646
Rename IndexSearcher
2020-05-25 19:06:09 +10:00
Jeremy Wu
b1a0ddfe2f
Remove unused context from IndexSearch
2020-05-25 19:01:31 +10:00
Jeremy Wu
f8a4b924c8
IndexSearch use ResultManager
2020-05-25 18:58:28 +10:00
Jeremy Wu
b737811bdc
Add ContextMenu
2020-05-25 18:58:04 +10:00
Jeremy Wu
08a3215c9d
Make ResultManager static
2020-05-25 18:55:50 +10:00
Jeremy Wu
327ee2d091
Add QuickFolderAccess functionality
2020-05-25 08:14:21 +10:00
Jeremy Wu
5150d8a1f6
Add DirectryAllFilesFolders method to DirectoryInfo search
2020-05-25 07:37:05 +10:00
Jeremy Wu
6badecb877
Add TopLevelDirecotry search using DirectoryInfo
2020-05-24 20:14:36 +10:00
Jeremy Wu
d839ecab26
make Context static so can be called anywhere
2020-05-24 19:19:54 +10:00
Jeremy Wu
c5c15d2ab3
Move IsLocationPathString method to FilesFolder class
2020-05-24 19:18:58 +10:00
Jeremy Wu
df0871a924
Fix incorrect return state on PathIsIndexed
2020-05-24 19:16:10 +10:00
Jeremy Wu
472f4a5f49
Move ReservedStringPattern to IndexSearcher class
2020-05-24 19:15:13 +10:00
Jeremy Wu
191efe31cb
Add ResultManager for handling creation of folder and file result
2020-05-24 19:11:40 +10:00
Jeremy Wu
9b416bf75f
Add EnvironmentVariablesPath handling
2020-05-24 19:09:44 +10:00
Jeremy Wu
9039848078
Add method in search manager to handle top folder level win index search
2020-05-23 16:41:25 +10:00
Jeremy Wu
66334947e2
TopLevelFolderSearch- Change name to reflect behaviour
2020-05-23 16:37:29 +10:00
Jeremy Wu
cd2037dfae
Merge branch 'dev' into feat_appveyor
2020-05-21 13:25:43 +10:00
Jeremy Wu
bf6a9d616a
Rename parameters in IndexSearcher
2020-05-19 22:40:27 +10:00
Jeremy Wu
690d60b701
Add the use of a SearchManager
2020-05-19 22:38:42 +10:00
Jeremy Wu
78b797e43b
Add tests for checking string is location path
2020-05-19 22:36:56 +10:00
Jeremy Wu
06667b7aa7
Add tests for TopLevelFolderSearch behaviour
2020-05-19 20:10:46 +10:00
Jeremy Wu
107fc75d97
Add file type icon images
2020-05-19 18:46:42 +10:00
Jeremy Wu
ac2d318412
Rename Searcher class to IndexSearcher- more descriptive
2020-05-19 13:54:56 +10:00
Jeremy Wu
80380b230a
Change Search to open using shared command
2020-05-19 13:40:38 +10:00
Jeremy Wu
c295585272
Update Main to handle basic files and folder search query
2020-05-19 00:14:41 +10:00
Jeremy Wu
be524cb6ea
Update Searcher class to handle result creation
2020-05-19 00:11:37 +10:00
Jeremy Wu
dd319c61b3
Update project file to include icon image
2020-05-19 00:07:17 +10:00
Jeremy Wu
f7d6c6f4b1
Update plugin descriptions
2020-05-18 23:39:40 +10:00
Jeremy Wu
d029c8d1a1
Update project properties
2020-05-18 23:38:03 +10:00
Jeremy Wu
7b69d98e59
Add Seacher class and move OleDb connection method
2020-05-18 22:23:20 +10:00
Jeremy Wu
5484b30514
Add OleDb connection method
2020-05-18 21:31:28 +10:00
Jeremy Wu
ff03f7d284
Add tests and methods for all folders and files search
2020-05-18 20:14:38 +10:00
Jeremy Wu
e87a3a2e61
Update method comments
2020-05-18 20:13:31 +10:00
Jeremy Wu
0d9c956c22
Merge pull request #37 from Flow-Launcher/update_ui
...
Launcher appearance uplift
2020-05-15 08:21:38 +10:00
Jeremy Wu
5a0faba0d4
Per comment, WebSearch- Add margin
2020-05-14 20:08:38 +10:00
Jeremy Wu
d788e86217
BrowserBookmark plugin update update and use DynamicResource
2020-05-14 20:05:57 +10:00
Jeremy Wu
1d86e229a0
Per comment, use DynamicResource
2020-05-14 19:56:11 +10:00
Jeremy Wu
f4ae5badf5
Add test for directory search query string and method
2020-05-12 06:50:17 +10:00
Jeremy Wu
26f0ce2778
Add base query constructor
2020-05-12 06:47:45 +10:00
Jeremy Wu
6d7aa46747
Add Windows Index directory search query test
2020-05-11 23:19:41 +10:00
Jeremy Wu
8848ed1a00
Add skeleton tests and classes for Explorer
2020-05-11 23:15:15 +10:00
Jeremy Wu
db358e6a3d
Blanking out icons and images ( #40 )
2020-05-08 13:12:06 +03:00
Jeremy Wu
47a69a322d
Merge branch 'dev' into update_ui
2020-05-08 12:41:57 +10:00
Ioannis G
cf2947dd94
remove unused includes in project files
2020-05-04 12:47:56 +03:00
Jeremy Wu
dd359ea462
Everything pluin- Update layout
2020-05-04 14:53:16 +10:00
Jeremy Wu
5806389320
Program plugin- Update Suffixes window layout
2020-05-04 14:50:38 +10:00
Jeremy Wu
467a842ec1
URL plugin- Update layout
2020-05-04 14:49:57 +10:00
Jeremy Wu
dbc53716ce
WebSearch plugin- Update layout
2020-05-04 14:49:32 +10:00
SysC0mp
cfdbd19d99
Remove variable and use returned dictionary directly
2020-05-03 18:05:01 +02:00
SysC0mp
64de0ceef3
Remove unused usings
2020-05-03 16:02:31 +02:00
SysC0mp
31501a1a9e
Load environment variables from system
2020-05-03 16:02:15 +02:00
SysC0mp
a66b4cd057
New method to check for environment variable
2020-05-03 16:00:27 +02:00
Jeremy Wu
484eb9cdff
Merge pull request #32 from JohnTheGr8/folder_plugin_env_strings
...
Folder plugin: handle environment string paths
2020-05-03 23:12:57 +10:00
Ioannis G
8ee168bb12
plugin/folder: handle environment string paths
2020-05-03 14:00:01 +03:00
Jeremy Wu
56b5607d64
Sys plugin- update layout
2020-05-03 20:50:26 +10:00
Jeremy Wu
3373aec949
Shell plugin- update layout
2020-05-03 15:57:14 +10:00
Jeremy Wu
e481484f18
Update Program plugin add program pop up box layout
2020-05-03 12:16:20 +10:00
Ioannis G
ef95913aba
update projects with SatelliteResourceLanguages
...
Without this property set, the output folder is populated with multiple
culture-specific versions of `Fsharp.Core.resources.dll`
2020-05-02 19:52:41 +03:00
Ioannis G
0cedc8b8f2
bump NLog dependency in Program plugin
...
from 4.7.0-rc1 to 4.7.0
2020-05-02 14:28:33 +03:00
Ioannis G
1dcaf62e27
add dependency to FSharp.Core
...
ensure there are no runtime errors when FSharp.Core cannot be located:
* add reference to FSharp.Core 4.7.1 in Flow.Launcher.Core
* update FSharp.Core to 4.7.1 in HelloWorldFSharp
2020-05-02 14:13:20 +03:00
SysC0mp
c23073ec47
Fix IcoPath
2020-05-01 16:25:43 +02:00
SysC0mp
ce9ca5dabd
Add default app.png image
2020-05-01 16:25:32 +02:00
SysC0mp
20d7646274
Add missing icon path
2020-05-01 12:10:51 +02:00
Jeremy Wu
6abd690db7
Program plugin- update layout
2020-05-01 16:36:40 +10:00
Jeremy Wu
4439e341f9
Calculator plugin- update layout
2020-05-01 07:39:49 +10:00
Jeremy Wu
4e3980fd45
Folder plugin- fix namespace name
2020-04-30 18:55:52 +10:00
Jeremy Wu
d1328f41ca
Folder plugin- default result sorting and refreshview update
2020-04-30 18:55:15 +10:00
Jeremy Wu
c70276b0f0
Update Folder plugin listview to be compatible with ui library
2020-04-30 18:53:39 +10:00
Ioannis G
1238d86fc5
add HelloWorldFSharp example plugin
2020-04-30 11:40:28 +03:00
Ioannis G
9ac9a2f218
fix typo in IPublicAPI
...
`RestarApp` to `RestartApp`. Mark `RestarApp` as obsolete.
2020-04-30 09:54:13 +03:00
Jeremy Wu
163c02683c
Fix BrpwserBookmarks UI layout
2020-04-29 20:37:07 +10:00
Jeremy Wu
d63ae1570a
Recursive delete sub folders and files
2020-04-29 19:37:16 +10:00
Jeremy Wu
df1af8f45a
Update method name to describe purpose
2020-04-29 18:58:52 +10:00
Jeremy Wu
1492bc9604
Update plugin tab item base UI
2020-04-29 14:03:58 +10:00
Jeremy Wu
cd670e70ad
Merge pull request #18 from Flow-Launcher/fix_load_uwp
...
Fix UWP apps loading
2020-04-27 19:17:01 +10:00
Jeremy Wu
374e1f6207
Added unit testing
2020-04-26 20:30:18 +10:00
Jeremy Wu
79cbe69627
Remove default loading of .bat extension files
2020-04-25 18:57:56 +10:00
Jeremy Wu
f40d4fc782
Fix bug loading incorrect class for Lnk extension files
2020-04-25 18:44:02 +10:00
Jeremy Wu
1675a48202
Fix UWP apps loading
2020-04-25 15:07:40 +10:00
Jeremy Wu
bc06c8d495
Merge branch 'master' into fix_settings_openurl
2020-04-25 13:31:50 +10:00
Jeremy Wu
5a45591550
Fix python plugin template names
2020-04-24 07:49:16 +10:00
Jeremy Wu
c7fd64aff0
Rename url and file name
2020-04-23 22:29:32 +10:00
Jeremy Wu
a1353d5249
Update start process for opening directory
2020-04-23 21:56:11 +10:00
Jeremy Wu
722d1f0db6
Rename- description strings
2020-04-23 18:23:58 +10:00
Jeremy Wu
acdea86a2d
update plugin.json url to point to current repo
2020-04-22 21:29:14 +10:00
Jeremy Wu
9f1377619d
Update description strings
2020-04-22 20:26:09 +10:00
Jeremy Wu
28d67c8c81
Rename further code and text
2020-04-21 22:54:41 +10:00
Jeremy Wu
f5ed0291a0
Fix rename errors
2020-04-21 22:16:10 +10:00
Jeremy Wu
3c7f067770
rename all project file name
2020-04-21 21:27:02 +10:00
Jeremy Wu
1b795309d5
Rename code & text
2020-04-21 19:12:17 +10:00
Jeremy Wu
98758f60b6
Fix opening web/url/bookmarks in new window and tab
...
Functionality broken after the upgrade
2020-04-17 20:47:56 +10:00
Jeremy Wu
26e93869a9
Merge branch 'master' up to commit f325674
2020-04-01 22:20:33 +11:00
Jeremy Wu
782c73e471
Merge in branch 'master' up to commit 24cf015
...
commit: 24cf015b0a9b36503efbd83c9c9ed3c64da10f18- 24cf015b0a
2020-03-31 22:00:09 +11:00
Jeremy Wu
d2a3d029ee
Remove UWPDesktop reference and add Windows sdk Contracts
2020-03-29 16:01:55 +11:00
Barbara Kudiess
3fd1021b55
Changing variable to const
2020-03-03 15:55:11 -08:00
Barbara Kudiess
e6d5d7cba4
Fix PR Comments
2020-03-03 14:25:59 -08:00
Barbara Kudiess
b168166c89
Merge branch 'master' into dontnet-core-upgrade
2020-03-02 17:04:00 -08:00
Barbara Kudiess
9e6f0d6fa5
Deleting assembly files
2020-03-02 16:51:14 -08:00
Barbara Kudiess
4b45a1952b
Plugins converted from .NET Framework to .NET Core
2020-03-02 16:48:07 -08:00
Barbara Kudiess
d329b73748
.net framework 4.5.2 -> 4.7.2 and Sistem.Runtime.Remoting replacement
2020-02-28 17:42:37 -08:00
Jeremy Wu
e5cc2ccaab
Merge pull request #145 from jjw24/pluginInitFail
...
plugin init fail continue - create query builder and re-enable tests.
2020-02-26 07:25:20 +11:00
Jeremy Wu
cecb65cd40
Installed & portable mode: Enhance auto updates ( #142 )
...
* Add handling of portable mode when updating
Additionally:
1. Changed getting version from internally rather than from RELEASES file
2. Added PortableDataPath as a constant so can be used to determine if portable mode is used
* Fix incorrectly wired auto update event handler
* Fix Sys plugin missing Shutdown command icon
* Add check update command to Sys plugin
* Add message if current Wox version is latest
* Add default silent when auto checking updates in background
Silent when current is still the latest version
* Move UserData folder to new version location
* Changes per review
1. Move IsPortableMode to Constant
2. Merge if statement
* Per comment- change variables to be more descriptive
UpdateInfo and UpdateManager renamed
* Per comment- Add exception handling and message if failed.
2020-02-25 12:08:51 +02:00
clueless
e1e7387c73
create query builder and re-enable tests.
...
make the plugin manager plugin data the source for disabled plugins
2020-02-22 11:02:07 +02:00
Jeremy Wu
d5f223fc88
Add file path to files search result in Folder Plugin ( #139 )
...
* Add file path to files in Folder Plugin
* Add folder subtitle display path when wildcard '>' is used
2020-02-15 08:23:17 +02:00
clueless
fec7912870
remove
2020-01-26 11:14:38 +02:00
clueless
9488864f47
everything updates -
...
- support ~cancellation in api.
- API refactoring.
- API - locked to enable collisions.
- other small changes
2020-01-26 01:34:11 +02:00
AT
725df15012
update to package reference
2020-01-14 21:10:54 +02:00
Jeremy Wu
ac6ee28c5f
Add sorting
...
order by result title asc, then type being folder first.
2020-01-08 21:50:29 +11:00
Jeremy Wu
c509c02546
Update search wild card
...
when retrieving folders and files based search term, use wildcard to match everything before and after search term
2020-01-08 20:39:34 +11:00
Jeremy Wu
cb78e10a76
Add threading task run for StartProcess
...
Context menu hides immediately after user selection
2019-12-16 21:03:44 +11:00
Jeremy Wu
9d031c1600
Remove obsolete bool return
...
because hiding is now delegated to MainWindow.xaml's OnDeactivated()
2019-12-16 21:01:45 +11:00
Jeremy Wu
2330454838
Fix wording and images for context menu
2019-12-16 06:58:39 +11:00
Jeremy Wu
c279f405cf
Add run as different user option when file is of certain type
2019-12-15 18:08:36 +11:00
AT
2c87c00906
added context menu support (same as everything plugin)
2019-12-13 03:20:16 +02:00
AT
92e4b5cc16
merged from upstream
2019-12-13 02:07:48 +02:00
Jeremy Wu
5139bc326a
Fix bug from merge in Folder plugin
2019-12-13 07:36:12 +11:00
Jeremy Wu
da798e7a5a
add run as different user option to context menu
2019-12-12 20:55:41 +11:00
Jeremy Wu
2e9acc1fa8
Merge pull request #85 from SysC0mp/highlight-how-results-matched
...
Highlight how results matched
2019-12-12 07:24:22 +11:00
SysC0mp
0f9da7f519
Always return filled result again
2019-12-11 19:10:11 +01:00
SysC0mp
971e1cdbec
Fix highlighting for UWP results
2019-12-11 19:08:52 +01:00
SysC0mp
8ded683796
Merge branch 'dev' into highlight-how-results-matched
2019-12-11 16:50:17 +01:00
AT
bec52b81fd
adding conetxt menu start
2019-12-11 02:21:50 +02:00
Jeremy Wu
695be89656
Add ability to run as a different user for win32 programs
2019-12-10 22:01:12 +11:00
AT
3f3deb8e2a
added share folder
2019-12-10 12:38:03 +02:00
Jeremy Wu
e60e574902
update
2019-12-10 20:24:18 +11:00
Jeremy Wu
c22ab4afdf
Revert changes to other plugin. Will refactor as a separate PR
2019-12-10 20:11:12 +11:00
Jeremy Wu
b123d95b71
Add run as admin toggle option to plugin settings
2019-12-10 20:03:43 +11:00
Jeremy Wu
201c26f7c8
Add run as administrator to Shell plugin settings
2019-12-10 08:23:34 +11:00
Jeremy Wu
1fd31d83bf
Merge branch 'dev' into add_shell_plugin_runasadmin
2019-12-10 07:19:11 +11:00
Jeremy Wu
5aa15ef731
Add tips string to folder subtitle
2019-12-09 21:27:33 +11:00
Jeremy Wu
0acb4f5aed
lower the score for folder results
...
A search of other scores shows highest is 500, except for calculated score from String.Matcher
2019-12-09 08:29:20 +11:00
Jeremy Wu
4f38a953ac
Add handling when query action keyword is empty
2019-12-09 08:28:22 +11:00
Jeremy Wu
f05767afe8
Add exceptions for unauth and arg not found when searching
2019-12-09 08:27:50 +11:00
Jeremy Wu
6c4ab3b7f4
add action keyword when changing qury
2019-12-09 07:45:19 +11:00
AT
7e61b1ecad
updated folder plugin
2019-12-07 12:44:58 +02:00
Jeremy Wu
92bde25a49
Add option to run as administrator for Shell plugin
2019-12-06 07:49:20 +11:00
SysC0mp
f4a2f67db3
Fix wrong comparison parameter
...
Wrong string was used for FuzzySearch comparison which resulted wrong highlighted letters in the results.
2019-12-03 19:23:01 +01:00
SysC0mp
601d6f37af
Highlight how results matched
2019-12-03 15:31:23 +01:00
Jeremy Wu
434ba82705
Fix build fail from task reindex run
2019-12-03 15:31:07 +01:00
AT
132d0631d2
program lock bug
2019-11-29 01:38:50 +02:00
Jeremy Wu
9a2a88a703
Fix build fail from task reindex run
2019-11-17 18:06:25 +11:00
Jeremy Wu
85ad6b12ba
Merge pull request #78 from theClueless/programSyncIssue
...
fixed lock issue
2019-11-17 17:30:04 +11:00
theClueless
72180d4248
Merge branch 'dev' into uwpErrorFix
2019-11-16 11:48:09 +02:00
AT
8446c9563d
fixed lock issue
2019-11-16 02:37:01 +02:00
AT
0c762e610f
fixed broken log
2019-11-16 00:57:30 +02:00
Jeremy Wu
8abe31341d
Add browserpath display on load
2019-11-12 07:22:03 +11:00
Jeremy Wu
c1eca93609
update path textbox layout browser bookmarks
2019-11-12 07:16:32 +11:00
Jeremy Wu
cd953bc7b9
Update layout for Url plugin setting + remove apply button
2019-11-12 07:14:58 +11:00
Jeremy Wu
205b505242
Browser bookmarks update display and remove apply button
2019-11-11 22:29:15 +11:00
Jeremy Wu
f77cd9bd52
add browser path to open method in browser bookmark plugin
2019-11-11 22:05:19 +11:00
Jeremy Wu
11948c1cce
Add browser selection to WebSearch plugin
2019-11-11 22:04:01 +11:00
Jeremy Wu
d7e6f97d9c
Add browser path selection for browserbookmark plugin
2019-11-11 21:17:37 +11:00
Jeremy Wu
c17eb5fce5
Add user selection option for browserbookmark plugin
2019-11-11 08:00:31 +11:00
Jeremy Wu
91e9bdfc31
update
2019-11-11 07:36:58 +11:00
Jeremy Wu
c83edc1689
Add user selection option to url plugin
2019-11-11 06:49:17 +11:00
Jeremy Wu
dcbd4f3356
add option to Url plugin
2019-11-11 06:04:16 +11:00
Jeremy Wu
3929043eec
fixed enable suggestions display
2019-11-11 05:59:37 +11:00
Jeremy Wu
23712ce590
Add option in WebSearches plugin settings panel for user selection
2019-11-10 20:43:40 +11:00
Jeremy Wu
2debabe664
Add option to open in tab for WebSearch plugin
2019-11-10 19:12:43 +11:00
Jeremy Wu
5b7a71fb08
Fix missing required parameter in logger
2019-11-08 05:38:40 +11:00
Jeremy Wu
b29d83968b
Merge branch 'master' into fix_error_message
2019-11-08 05:37:42 +11:00
Jeremy Wu
62bbe39bb4
Merge pull request #66 from jjw24/Add_known_programplugin_error
...
Add known errors during debug run
2019-11-08 05:34:33 +11:00
Jeremy Wu
46274acb3e
Add error message specification
2019-11-07 07:46:18 +11:00
Jeremy Wu
8a676c573a
Fix error message logging for prod run
2019-11-07 07:40:04 +11:00
AT
d2ca74ecdf
added protection when creating uwp
2019-11-01 21:44:55 +02:00
Jeremy Wu
ea54abdfde
Add file being held by another process error to known
...
This occurs during app initialisation, and add empty list to allow continuing during debug
2019-10-27 19:04:10 +11:00
Jeremy Wu
2757dc7205
Add known error when trying to retrieve UWP program's thumbnail
2019-10-27 14:22:50 +11:00
Jeremy Wu
c89ab4e47c
Merge remote-tracking branch 'origin/dev' into dev
2019-10-27 12:22:31 +11:00
AT
4a201c1890
defualt match option and some small updates to help testing
2019-10-26 11:30:51 +03:00
Jeremy Wu
cb3e863957
Merge branch 'update_allow_plugindisabled_default' into dev
2019-10-25 13:12:34 +11:00
Jeremy Wu
8e20e54b53
Merge branch 'add_dedicated_programplugin_logger' into dev
2019-10-25 13:12:20 +11:00
Jeremy Wu
3cf4b4ed8b
Create better logging dedicated for Programs plugin
2019-10-25 13:11:52 +11:00
Jeremy Wu
10241a37c2
Merge branch 'enable_userselected_programloading' into dev
2019-10-24 13:33:00 +11:00
Jeremy Wu
0eb3a5cab3
update
2019-10-24 13:32:12 +11:00
Jeremy Wu
4945767bd8
prevent duplication from loading start menu programs
2019-10-24 13:31:09 +11:00
Jeremy Wu
217760148c
remove white space
2019-10-24 12:59:47 +11:00
Jeremy Wu
210e219778
rename get program methods
2019-10-24 12:57:07 +11:00
Jeremy Wu
50896ee23b
prevent duplication from loading custom program sources
2019-10-24 12:51:33 +11:00
Jeremy Wu
41432b4165
Remove duplicated programs loading from registry
2019-10-24 12:42:35 +11:00
Jeremy Wu
d41b8e7441
Merge branch 'enable_userselected_programloading' into dev
2019-10-24 10:06:59 +11:00
Jeremy Wu
e1064275a0
Remove unused packages
2019-10-24 09:27:27 +11:00
Jeremy Wu
6f8d252dc6
add prevention from double clicking disable in context menu
2019-10-24 09:23:57 +11:00
Jeremy Wu
6ec33db50e
Set HelloWorldCSharp plugin as disabled by default
2019-10-23 16:19:22 +11:00
Jeremy Wu
aa4922840b
Set Everything plugin as disabled by default
2019-10-23 16:18:55 +11:00
AT
8ee8f2c085
added the abitliy to opt out of pinyin in control panel and in program plug in - this give a major perf boost (and I'm guessing it is not relevant for most users)
2019-10-20 22:15:24 +03:00
Amir Tepper
aefc90dc19
revert the change so you need declare an IGNORE_UWP in order to not use the windwos SDK
2019-10-20 15:43:50 +03:00
Jeremy Wu
511c0dd17c
Merge branch 'enable_userselected_programloading' into dev
2019-10-18 21:39:49 +11:00
Jeremy Wu
e1b211ed8e
update
2019-10-18 08:16:07 +11:00
Jeremy Wu
08f409993a
update
2019-10-18 08:01:07 +11:00
Jeremy Wu
2e90cda34c
Add reindex requirement for startup
2019-10-18 07:53:00 +11:00
Jeremy Wu
b97d674108
Update button positioning and label
2019-10-18 07:38:21 +11:00
Jeremy Wu
f8cbe053cc
Add right click option on query to disable program
2019-10-17 22:47:00 +11:00
Amir Tepper
0e241a0fc5
added empty match option
2019-10-17 13:37:09 +03:00
Amir Tepper
e6f17834a0
added sdk const by default
2019-10-17 12:21:57 +03:00
Jeremy Wu
12d3ca2d50
fix delete logic
2019-10-17 08:00:54 +11:00
Jeremy Wu
aa08125e43
fix directory drag drop
2019-10-17 07:35:27 +11:00
Jeremy Wu
9ce94a8398
update
2019-10-17 07:04:56 +11:00
Jeremy Wu
34a3535abe
Add dynamic Delete to the Enable/Disable button
2019-10-17 06:43:18 +11:00
Jeremy Wu
ac79803f1b
Update setting description summary
2019-10-16 22:38:44 +11:00
Jeremy Wu
006ec1abb8
Fix add button action to not duplicate + implement new model
2019-10-16 22:38:02 +11:00
Jeremy Wu
b2a47e6216
Add uniqiue identifier when adding customer user program source
2019-10-15 22:40:33 +11:00
Jeremy Wu
85638c23ae
Add reindex call for enable/disable button
...
For when program source enable && disable + where program not in cache
2019-10-15 22:39:55 +11:00
Jeremy Wu
44c1c93e81
Change DisabledProgramSource class to inherit ProgramSource
2019-10-15 20:22:20 +11:00
Jeremy Wu
06c9ff49a0
Fix identation + display disabled program sources
2019-10-15 20:21:55 +11:00
Jeremy Wu
bbe72f52ba
Update reindex call to use disabledprogramsources
2019-10-15 20:20:55 +11:00
Jeremy Wu
5793b85c5b
Add Enable program source to Program plugin view
2019-10-15 08:05:21 +11:00
Jeremy Wu
eccc3717bc
Merge branch 'master' into enable_userselected_programloading
2019-10-15 05:49:00 +11:00
Amir Tepper
a89b2ca450
remove the need for windows SDK
2019-10-14 14:22:20 +03:00
Jeremy Wu
de55be515d
Merge branch 'master' into add_reindix_program_suffix
2019-10-14 21:49:06 +11:00
Jeremy Wu
d5348cec70
remove duplicate 'success' as a result of merge from PR 50
2019-10-09 06:42:24 +11:00
Jeremy Wu
167ef06209
remove single white space, no code change
2019-10-09 06:24:42 +11:00
Jeremy Wu
d64a7cb739
Merge branch 'enable_manual_reloaddata' into dev
2019-10-09 06:18:55 +11:00
Jeremy Wu
b2584bb01b
Add hide query window before actual reload + show success msg
2019-10-09 06:18:09 +11:00
Jeremy Wu
8b8cb12763
Add reload success message
2019-10-09 06:17:34 +11:00
Jeremy Wu
127e28a6f4
Remove task to wait for the program reload to complete
2019-10-09 06:16:53 +11:00
İsmail Carlık
ed0e637207
fixed mistakes and added new translation keys
2019-10-08 14:48:56 +03:00
İsmail Carlık
6b8a55f55b
Added Turkish translation and some other i18n work.
2019-10-07 18:08:06 +03:00
Jeremy Wu
83280de352
Merge branch 'update_browserbookmark_subtitle_wording' into dev
2019-10-06 15:39:45 +11:00
Jeremy Wu
a4e4c8baaa
Remove BrowserBookmark subtitle wording "Boomark"
2019-10-06 15:39:12 +11:00
Jeremy Wu
78ce12bc60
Merge branch 'enable_manual_reloaddata' into dev
2019-10-06 14:16:19 +11:00
Jeremy Wu
7e8d7ef0c0
Update wording
2019-10-06 13:52:04 +11:00
Jeremy Wu
d1c01f476d
update
2019-10-06 13:48:52 +11:00
Jeremy Wu
8ca6e8c478
Add command for user to call in Plugin.Sys
2019-10-06 13:45:36 +11:00
Jeremy Wu
9e69d01db7
Add reload call for Programs plugin
2019-10-06 13:15:06 +11:00
Jeremy Wu
1c015e31f1
Add IReloadable interface and method
2019-10-06 11:58:36 +10:00
Jeremy Wu
bf12b127ac
Move code from Main class to Bookmarks class for cleanliness
2019-10-06 11:55:57 +10:00
Jeremy Wu
dd733092a1
create static bookmark class that will contain bookmark functions
2019-10-06 11:52:18 +10:00
Jeremy Wu
4c0c9eb7fb
Fix missing query part when using global wildcard sign
...
when using global wildcard sign that is the same as action keyword
2019-10-05 18:24:12 +10:00
Jeremy Wu
f4d762c19b
fix not closing the db connection after opening
2019-10-03 08:09:11 +10:00
Jeremy Wu
1ed7d34200
Update how plugin locates profile path
2019-10-03 08:06:56 +10:00
Jeremy Wu
bde8dbba05
Fix BrowserBookmarks plugin for Firefox bookmarks
2019-10-02 07:28:25 +10:00
Jeremy Wu
64cd9c0dd2
Merge pull request #43 from jjw24/fix_controlpanel_search
...
Fix ControlPanel plugin search bug
2019-09-30 22:02:43 +10:00
Jeremy Wu
ab4cc74aca
Merge pull request #42 from jjw24/merge_hibernation_function
...
Add hibernation feature Sys plugin from upstream Dev
2019-09-30 22:01:21 +10:00
Jeremy Wu
1817105c94
Fix ControlPanel plugin search bug
2019-09-30 21:11:34 +10:00
Jeremy Wu
88ca98c5a6
Add code
2019-09-30 20:03:06 +10:00
Jeremy Wu
d40a79576b
Update ControlPanel plugin with new code
2019-09-29 15:18:34 +10:00
Jeremy Wu
481bd4ac68
Update Sys plugin with new code
2019-09-29 15:18:05 +10:00
Jeremy Wu
cc23495591
Update Program plugin with new code
2019-09-29 15:03:30 +10:00
Jeremy Wu
a2e439a155
Update browserbookmark plugin with new code
2019-09-29 14:42:34 +10:00
Jeremy Wu
d0fac80eb4
Update browserbookmark plugin with new code
2019-09-29 14:30:33 +10:00
Jeremy Wu
4bc665c0d2
Merge pull request #37 from austintrose/fix-typo
...
Fix typo 'launche' -> 'launcher'.
2019-09-26 08:17:39 +10:00
Austin Rose
4300b3a9e0
Fix typo 'launche' -> 'launcher'.
2019-09-25 15:03:35 -04:00
Jeremy Wu
0e0785db7b
Merge branch 'master' into update_websearch_when_suggestions_on
2019-09-22 18:25:53 +10:00
Jeremy Wu
26be6ae7c5
bug fix
2019-09-13 07:26:24 +10:00
Jeremy Wu
31c0fc5742
Merge pull request #22 from jjw24/add_save_allsettings
...
Add to Sys plugin- save all Wox settings
2019-09-12 08:27:52 +10:00
Jeremy Wu
14e4a052bb
Update btn name to 'All Programs'
2019-09-12 08:05:09 +10:00
Jeremy Wu
ae3d8860be
Update multi-selection
2019-09-12 07:53:19 +10:00
Jeremy Wu
2eede422a4
Add sorting
2019-09-12 07:42:42 +10:00
Jeremy Wu
24debbf349
remove debug code
2019-09-11 08:05:20 +10:00
Jeremy Wu
81e252d564
Update load programsources with uniqueidentifier
2019-09-11 08:01:38 +10:00
Jeremy Wu
1ca9389110
Update class to inherite from Settings.ProgramSource
2019-09-11 07:16:38 +10:00
Jeremy Wu
10fb76377c
Update disable logic and add unique identifier for programs
2019-09-10 07:57:03 +10:00
Jeremy Wu
4a6242b3a0
Add initial disable program code
2019-09-08 22:18:55 +10:00
Jeremy Wu
b540cc8ac4
Refactor Plugins.Program
2019-09-08 22:16:47 +10:00
Jeremy Wu
5fb0402216
Updated button positions and name
2019-09-07 16:28:16 +10:00
Jeremy Wu
bc202ecc98
Add disable programs functionality
2019-09-07 15:58:13 +10:00
Jeremy Wu
9d3f0d45d5
Add display of all loaded applications
2019-09-06 08:06:51 +10:00
Jeremy Wu
f51c391e84
Enable user selected program loading only
...
Update logic, add program source only loading
2019-09-05 08:05:17 +10:00
Jeremy Wu
67655d15cc
Add reindex when updating plugin.program suffix
2019-08-25 17:40:59 +10:00
Jeremy Wu
768a195c10
update showmsg
2019-08-23 07:20:50 +10:00
Jeremy Wu
16e8cfdf31
Revert get translation as none is provided
2019-08-22 22:03:51 +10:00
Jeremy Wu
c0c55a7af8
Add to Sys plugin- save all Wox settings
2019-08-22 21:37:36 +10:00
Jeremy Wu
e625dc63b4
Fix typo 'success'
2019-08-21 20:18:20 +10:00
Jeremy Wu
de8e248f29
update
2019-08-20 21:47:03 +10:00
Jeremy Wu
b520b26bd0
Add check null for event
2019-08-20 10:25:37 +10:00
Jeremy Wu
e58b09c1ea
Merge branch 'master' into update_browserbookmarks_open_newbrowser
2019-08-20 07:47:01 +10:00
Jeremy Wu
20abcaa011
Merge pull request #6 from jjw24/update_websearchplugin_as_systemplugin
...
Wox.Plugin.WebSearches- Update plugin to search web without specific action key word
2019-08-20 07:43:37 +10:00
Jeremy Wu
297e6543de
Merge pull request #5 from jjw24/update_plugin_openurl_newbrowser
...
Wox.Plugin.URL- Open URL in new window browser
2019-08-20 07:38:09 +10:00
Jeremy Wu
ac8e042333
Speed up WebSearch plugin when suggestions turned on
2019-08-19 21:14:29 +10:00
Jeremy Wu
585e2627bf
Use shared command and open in new browser window
2019-08-06 22:23:41 +10:00
Jeremy Wu
7d9e848edb
use shared commands
2019-08-06 21:58:46 +10:00
Jeremy Wu
06d4a82706
Add shared commands and move to shared
2019-08-06 21:49:51 +10:00
Jeremy Wu
784e54f217
Add BrowserBooks plugin as default plugin
2019-08-06 20:36:28 +10:00
Jeremy Wu
9d89c1d692
update
2019-08-04 21:38:36 +10:00
Jeremy Wu
cb4fde9a0b
Mini refactor
...
Move Process.Start to static class level
2019-08-04 11:42:08 +10:00
Jeremy Wu
e18e923ac6
Bugfix and update
...
Fix bug when no browser path specified will be null instead of .Length == 0.
Add open url in new browser window by default
2019-08-02 22:14:08 +10:00
Jeremy Wu
977d21c929
Bug fix- Edit & Delete buttons will crash if selected search source is null
...
SelectedSearchSource will be null if the user clicks on Edit or Delete after finishing with previous edit and not highlighting the search source again.
2019-08-02 13:18:38 +10:00
Jeremy Wu
89f0cdffc7
Update Main.cs
2019-08-02 12:32:02 +10:00
Jeremy Wu
52252453d9
Update WebSearch plugin as System Plugin or User Plugin
2019-08-01 20:55:13 +10:00
Jeremy Wu
057108882f
Open URL in new window browser
2019-08-01 20:52:50 +10:00
Jeremy Wu
b85632cc99
Add folder location display
2019-07-31 20:11:50 +10:00
magicdmer
a6e82475a3
Add everything plugin context menu and add settings in Url plugin ( #2299 )
...
1. Add useful context menu items in everything
2. Add settings in Url plugin, can set browser path
* let url plugin support multi Languages
2019-02-23 04:03:59 +08:00
Kanglai Qian
ab1efb0749
Open With Editor ( #2261 )
2018-12-25 13:17:35 +08:00
jhdxr
d458500113
fix #1456 Error when empty recycle bin
2018-12-22 14:44:40 +08:00
jhdxr
d9fe2e0974
improve chinese translation
2018-12-22 14:44:39 +08:00
jhdxr
3fddb77564
validate path before save ( fix #1869 )
2018-12-22 14:44:39 +08:00
Zepp
9b2239d4fa
UWP HiDPI icon support ( #1515 )
...
* Add HiDPI support for UWP on Windows 10
* Code structure improvement
2018-07-15 23:32:22 +08:00
Jonathan Clark
1b55201fbd
Fix typo ( #2055 )
2018-07-15 23:32:08 +08:00
Dandjinh
be43c2156f
skip broken folder when re-index ( #2004 )
...
* skip broken folder when re-index
* add log for DirectoryNotFoundException
2018-07-15 23:31:54 +08:00
bao-qian
9423b8da57
update website
2018-02-25 02:18:35 +08:00
Boris Makogonyuk
1c10ee106e
Program paths fix + #1779 ( #1780 )
...
* ProgramPaths now searches for files on a per-folder basis using a Queue instead of calling EnumerateFiles. This allows us to escape permission errors.
Issue #1779 is fixed because of this too.
2017-12-24 11:52:53 +01:00
jhdxr
d3169b10f8
Merge branch 'master' into dev
2017-10-21 15:11:53 +08:00
Michael Wirth
742048f24e
Fixed typos and swapped Brackets for parentheses, Corrections due to PR
2017-10-16 20:17:53 +02:00
Michael Wirth
36111aa001
since Yamp is not maintained anymore, i switched it for Mages
...
https://github.com/FlorianRappl/Mages
fixes also #1022
2017-10-15 20:21:23 +02:00
LiuJianhua
808523b814
Fix folder UnauthorizedAccessException #1282 #1357
2017-04-11 15:40:11 +01:00
Michael Eichhorn
5640b2157f
ContextMenu 4: for non c# plugin #1366
2017-04-11 14:50:26 +01:00
martian-f
0862326a79
Convert calculator numbers from/to user locale.
...
Tries to convert numbers in query string to invariant culture format before passing to YAMP, and the other way around when presenting result from
YAMP. Nothing fancy, just a regular expression scanning for substrings consisting of number, decimal separator and group separator, trying a
parse and convert on them. Translation is skipped if no conversion between user locale and invariant culture number format is necessary.
Closes #436 .
2017-04-10 23:43:23 +02:00
bao-qian
3554d9fda2
Handle more exceptions for UWP #1309
2017-04-01 19:15:23 +01:00
bao-qian
75ce6d42d0
update nuget package
2017-03-04 16:35:24 +00:00
bao-qian
886e35477e
Add more error handling, fix #1252
2017-03-01 23:21:34 +00:00
bao-qian
cb1305c87f
typo
2017-02-27 23:21:08 +00:00
bao-qian
3a8a16bf48
fix #1252 #1251
2017-02-23 11:13:05 +00:00
bao-qian
d0c426a7f9
Completely rewrite resource load / update / remove
...
1. part of #468
2. fix #1245 , bug introduced in 7e1c77beddf2c978fa1440e799fec4eb9554739d
2017-02-21 11:53:57 +00:00
bao-qian
2793c8dd03
add issue link to comment
2017-02-12 17:56:39 +00:00
bao-qian
86b2391543
Cache for pinyin https://github.com/Wox-launcher/Wox/issues/1189
2017-02-12 16:57:41 +00:00
bao-qian
f7c9a12510
remove storage dependency from jsonstorage
2017-02-07 00:21:39 +00:00
bao-qian
b6a7e049e6
fix null bug in 4c07698c99a1e30f441af5d2782a679c5ff68968
2017-02-07 00:20:55 +00:00
bao-qian
c2764fda45
use proper plugin metadata
2017-02-06 22:15:28 +00:00
BarakYaari
dc46277d0c
Fixed typo in HelloWorldCSharp
2017-01-28 11:29:06 +02:00
bao-qian
c361d8d16b
fixup
2017-01-25 00:23:28 +00:00
bao-qian
045fd20d8c
Rewrite all log message format
2017-01-24 01:02:32 +00:00
bao-qian
0a2592893d
rename cache file
2017-01-14 14:10:30 +00:00
bao-qian
4c6c310e0a
Use cache type directly instead of a new class, decouple binarystorage and storage
2017-01-13 15:40:32 +00:00
bao-qian
a5aa305773
remove unused stop watcher
2017-01-13 15:39:46 +00:00
bao-qian
196cf1cd18
faster startup time for control panel plugin
2017-01-13 14:15:48 +00:00
bao-qian
2cf20f4b6c
genuine cache for program plugin
2017-01-13 01:21:00 +00:00
bao-qian
6b0ba94288
format
2017-01-12 20:50:17 +00:00
bao-qian
870ad008bf
calculate score for addtional info
2017-01-12 20:50:12 +00:00
bao-qian
767aaa80a0
add pinyin cache for control panel plugin #858
2017-01-12 20:49:13 +00:00
bao-qian
5eadaa08aa
prefill pinyin cache for program plugin #858
2017-01-12 20:47:29 +00:00
bao-qian
743658032a
speedup program load time
2016-11-30 01:07:48 +00:00
bao-qian
a22ca5b57f
refactoring stopwatch
2016-11-30 00:32:30 +00:00
bao-qian
b43c6c00bb
enhance exception logging
2016-11-30 00:32:30 +00:00
bao-qian
c56e4557f9
enhance lnk program exception handling
2016-11-30 00:32:30 +00:00
bao-qian
6b640ea55e
fix location null
2016-11-29 01:55:11 +00:00
bao-qian
70f8a771a9
reorganize methods
2016-11-29 01:46:29 +00:00
bao-qian
4b4aec5bbd
fix log logic
2016-11-29 01:26:47 +00:00
bao-qian
00198d5e49
fix image
2016-11-29 01:23:40 +00:00
bao-qian
8a19d25396
rewrite uwp by not using GetAppListEntriesAsync,
...
because
1. logo is not squarelogo44x44
2. can't get details info (background etc)
2016-11-29 01:23:40 +00:00
bao-qian
f0d63bed58
update nuget package version
2016-11-21 21:55:39 +00:00
bao-qian
0a3978ab8c
update nuget package version
2016-11-18 00:29:36 +00:00
bao-qian
f15a354c29
comments
2016-09-06 01:25:00 +01:00
bao-qian
281e03055d
Fix non exe lnk
...
for lnk like control panel.lnk, it has no target and no exe extension.
2016-09-06 01:16:42 +01:00
bao-qian
216e9c0125
fix uwp parts for #964
2016-09-05 22:41:09 +01:00
bao-qian
2c14f8b43b
partial fix for #964
2016-09-05 22:30:29 +01:00
bao-qian
89a77feea7
temp hack for multipla application mismatch problem #198
...
e.g. mail and calendar, skype video and messaging
https://github.com/Wox-launcher/Wox/issues/198#issuecomment-244778783
2016-09-05 22:10:08 +01:00
bao-qian
5ca880c8fd
Better logo handling for uwp #198
2016-09-05 20:33:31 +01:00
bao-qian
17671493bf
Leave only exe programs from start menus #198
2016-09-05 18:08:30 +01:00
bao-qian
0d687eb348
fix js based application logo #198
2016-09-05 17:45:29 +01:00
bao-qian
1e01f94540
Merge branch 'master' into dev
2016-08-31 16:41:38 +01:00
Alex Meyer-Gleaves
335ef67971
Improve UWP indexing #954
...
1. enable WinJS based UWP
2. ms bug of InstalledLocation:
https://connect.microsoft.com/VisualStudio/feedback/details/1690879/vs2015-cannot-auto-uninstall-universal-windows-appss-debug-item
2016-08-31 16:39:13 +01:00
bao-qian
72b41f4322
fixup
2016-08-22 09:49:32 +01:00
bao-qian
fb5938280e
Move context menu and socre into program model
2016-08-22 02:21:28 +01:00
bao-qian
2d72c58ae7
fixup
2016-08-22 02:21:28 +01:00
bao-qian
d463f5a032
fixup
2016-08-20 21:46:48 +01:00
bao-qian
1415f74fe5
Check AppListEntry #198
2016-08-20 19:19:33 +01:00
bao-qian
8de84f03a0
Better title and subtitle
2016-08-20 18:50:14 +01:00
bao-qian
fe85ce5885
Fix multi application uwp package #198
2016-08-20 18:25:55 +01:00
bao-qian
9dc7142e4a
fixup
2016-08-20 18:19:49 +01:00
bao-qian
34a8d0b99b
fixup
2016-08-20 18:19:13 +01:00
bao-qian
176e2726e9
Fix unicode in lnk dexcrption
2016-08-20 18:18:41 +01:00
bao-qian
2e4a1680b9
Parallel linq everywhere
...
1. Parallel linq
2. remove depth
3. fix #257
2016-08-20 17:11:02 +01:00
bao-qian
f217dbac51
fixup
2016-08-20 02:36:36 +01:00
bao-qian
eb74414b16
disable file watcher
...
Filewatcher will only watch directory given by user,
a bit useless.
disable for now
2016-08-20 01:18:43 +01:00
bao-qian
ee542f0fec
Merge models
2016-08-20 01:17:28 +01:00
bao-qian
f32f37cfbb
rename
2016-08-19 23:25:36 +01:00
bao-qian
8684788f1f
rename
2016-08-19 23:25:13 +01:00
bao-qian
9e033d1673
rename
2016-08-19 23:24:21 +01:00
bao-qian
69c00d272b
Fix can't find file exception caused by abnormal scale
2016-08-19 23:15:40 +01:00
bao-qian
19617e9dae
Refactoring start menu source
...
1. refactoriong start menu source
2. fix depth problems involved in last commit
2016-08-19 23:05:59 +01:00
bao-qian
f8cc54d4f2
Refactoring App Paths source
2016-08-19 22:08:45 +01:00
bao-qian
8764aa9829
Remove suffixes from model
2016-08-19 20:34:20 +01:00
bao-qian
fb68f6eb60
Remove enable property from model
2016-08-19 19:16:06 +01:00
bao-qian
d09c42366a
Remove bonus points
2016-08-19 19:09:11 +01:00
bao-qian
0298fa602a
Code refactoring #198
2016-08-19 19:02:29 +01:00
bao-qian
30cbcbb3c4
Fix uwp background color / plated icon #198
2016-08-19 02:37:39 +01:00
bao-qian
1127d323d3
add missing dll
2016-08-18 01:29:45 +01:00
bao-qian
01e812aebf
Initial support for uwp app #198
...
1. basic support, better than nothing...
2. thanks great contribution from @talynone
3. #198
2016-08-18 01:16:40 +01:00
Martin Meixger
58c2c84120
Fixes issue #846 IndexOutOfRangeException when reading empty icon from registry in ControlPanel plugin
2016-08-10 14:33:58 +02:00
Jon Daniels
45b40d903c
fix typo preventing last PR from taking effect
2016-08-04 17:52:11 -07:00
Jon Daniels
adac0f3e51
added sqrt as calculator keyword too
2016-08-04 16:43:32 -07:00
Jon Daniels
781845905c
added various keywords to calculator
...
Added functions I commonly use on e.g. google calculator but were missed by parser.
Specifically I added:
e (constant like pi)
tan, arcsin, and arctan
log and ln
2016-08-04 13:17:00 -07:00
Salas
337a2cf319
update zh-tw locale strings for plugins ( #898 )
...
* update zh-tw locale strings for plugins
2016-08-03 23:18:57 +01:00
zhiyue
8faf991bcb
fixed the origin root directory of web search plugin ICon images directory.
2016-07-30 09:44:47 +08:00
zhiyue
0f17aebc52
fixed #881
...
could not normally display the Icon
2016-07-30 08:22:25 +08:00
bao-qian
10f8941258
Program plugin: simple refactoring
2016-07-21 20:49:01 +01:00
bao-qian
0816fdf318
Program plugin: remove lock
...
lock is not needed since assignment is atomic
2016-07-21 20:07:23 +01:00
bao-qian
1de68051e3
Program plugin: remove complicated inheritance
2016-07-21 19:52:48 +01:00
bao-qian
0c9015bb77
Program plugin: move files
2016-07-21 19:52:37 +01:00
bao-qian
a8c200f25a
simple refactoring
2016-07-21 19:52:36 +01:00
Jordy Hulck
59fbb2acb1
Fix SearchSource editing when action keyword is not changed ( #856 )
...
* Fixed SearchSource edit
* Remove temp var
2016-07-21 19:52:35 +01:00
bao-qian
206532f195
add more exception info
2016-07-20 02:01:51 +01:00
bao-qian
f5069aef6e
fix everything error text
2016-06-23 23:01:20 +01:00
bao-qian
eb1af1e27e
fix bug introduced in 2a3bf727be1c8bc185f1b436893b1c4385d982ac
2016-06-23 22:55:38 +01:00
bao-qian
d84ac0df9c
fix names
2016-06-23 22:53:30 +01:00
Korzo
04275cd702
Add ability to configure Everything executable working directory ( #718 )
2016-06-23 22:45:34 +01:00
bao-qian
a8869c46b8
Temp fix for #667 by add wox.py to PYTHONPATH
2016-06-22 00:42:24 +01:00
bao-qian
cf5ab0ddef
reformat
2016-06-21 00:18:35 +01:00
bao-qian
91e9d7431a
MVVM refactoring for web search plugin, part 2
...
1. #486
2. rename
2016-06-21 00:17:55 +01:00
bao-qian
6e13440f1f
MVVM refactoring for web search plugin, part 1
...
1. #486
2. fix #778 #763 #742
3. MVVM refactoring
4. remove IMultipleActionKeywords interface, use PluginManager directly
2016-06-21 00:14:32 +01:00
bao-qian
3efeb4a0a6
Refactoring proxy, part 2
2016-06-19 16:22:45 +01:00
bao-qian
ec5716c436
Fix #730 #766
2016-06-16 02:59:31 +01:00
bao-qian
e7879384b1
fix #749
2016-06-16 02:06:12 +01:00
Paweł Pastuszak
9be90dd035
Added plugins Polish translations ( #764 )
2016-06-16 01:29:38 +01:00
Paweł Pastuszak
6c5f606682
Fixed languages files not included in build ( #753 )
2016-06-16 01:05:41 +01:00
Paweł Pastuszak
6e76b7a7dd
Improved English translations ( #748 )
...
* Improve English translation
* Improve plugins English translations
2016-06-16 00:52:14 +01:00
bao-qian
1560a823c3
fix #695
2016-06-16 00:51:04 +01:00
bao-qian
aba41d41ac
fix #690
2016-06-16 00:50:48 +01:00
bao-qian
245cffc4f7
Refactoring visibility related events
...
1. remove unnecessary events from MainViewModel
2. remove usage of Obsolete api (show, hide etc)
3. fix space problem in #660
4. part of #486
5. fix up/down key bug introduced in 92b7ca6a1bafd254e39ee92812ff691906cd85c1
6. fix #678
2016-05-25 01:19:46 +01:00
bao-qian
e1131dcf3d
More data bindings (MaxResultsToShow + ActivatedTimes)
2016-05-25 01:03:52 +01:00
bao-qian
014757a0f7
update translation
2016-05-22 15:36:09 +01:00
bao-qian
7490cb81b8
fix #655
2016-05-20 19:24:01 +01:00
bao-qian
9e105a362f
fix #461
2016-05-20 19:24:01 +01:00
Mingye Wang
76fc9b78fe
plugin/everything/lang/en: enlint ( #645 )
2016-05-20 01:40:29 +01:00
bao-qian
747d97ecfc
Misc
2016-05-20 00:03:12 +01:00
bao-qian
be5fd86aa7
rename, part 2
2016-05-19 23:44:08 +01:00
bao-qian
963f57868d
rename
2016-05-19 23:34:51 +01:00
bao-qian
97f0516630
Misc
2016-05-19 23:28:13 +01:00
bao-qian
c896b445bd
rename
2016-05-19 09:11:40 +01:00
bao-qian
f06c4f4049
Bring run command functionality back
...
#636
2016-05-19 09:04:31 +01:00
bao-qian
937ce34c36
Rename
2016-05-18 19:38:43 +01:00
bao-qian
cf9c41f437
Log first change exception
2016-05-15 17:03:06 +01:00
bao-qian
67ab979a9b
fix download plugin
2016-05-14 00:08:57 +01:00
bao-qian
45d5da98ca
fix disable plugin + fix #575 #609
2016-05-12 02:45:39 +01:00
bao-qian
6359826fd9
use unified http method for plugin installation + add more exceptions
...
#573
#610
2016-05-10 20:26:52 +01:00
bao-qian
6d02617422
Add hello world csharp example
2016-05-09 05:04:33 +01:00
bao-qian
6ac33b0568
Add manually check updates option
...
1. manually check updates
2. refactoring get http request to use async
3. remove some generic exception catch
4. remove unused code
2016-05-09 02:32:47 +01:00
bao-qian
39ba1e0582
Move websearch images to %APPDATA%
2016-05-08 17:28:00 +01:00
bao-qian
db5f45da83
rename plugin main file, part 2
2016-05-08 17:27:58 +01:00
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