弘韬 张
82afd3738f
Merge branch 'CustomizeExplorer' of github.com:taooceros/Flow.Launcher into CustomizeExplorer
2020-11-09 18:12:25 +08:00
弘韬 张
3d06adebaa
Customize select funtionality in win32 except globally in program, and make code more readable
2020-11-09 18:12:07 +08:00
Jeremy Wu
39233cb865
adjusted layout of the Add buttons and CustomizedExplorer fields
...
no logic changes
2020-11-09 20:02:00 +11:00
弘韬 张
ead4c9a99b
Add more customized args
2020-11-09 10:25:43 +08:00
Jeremy Wu
d5d263be60
update property name and use const
2020-11-09 08:25:59 +11:00
Jeremy Wu
51ea7abd6b
remove empty string init
2020-11-09 08:24:52 +11:00
Jeremy Wu
b962e4dcb1
use const instead of strings
2020-11-09 08:24:31 +11:00
Jeremy Wu
8df4de982b
move text to language xml
2020-11-09 08:22:58 +11:00
Jeremy Wu
ae8a6a01c7
bump version Program plugin
2020-11-09 08:22:06 +11:00
弘韬 张
9de105b1cb
Add customized args
2020-11-04 22:19:06 +08:00
弘韬 张
5ba4e515f3
Add customized args
2020-11-04 21:56:45 +08:00
弘韬 张
465146d36f
Add Exploere Customize to Program Plugin
2020-11-04 08:03:10 +08:00
Jeremy Wu
732f3b410a
Merge branch 'dev' into fix_plugin_depenedency_loading
2020-11-02 08:01:50 +11:00
弘韬 张
a0f552f3fc
remove unused PinyinName Property and Version Bump
2020-11-01 19:25:21 +08:00
弘韬 张
9caa4d94bd
remove extra else
2020-11-01 19:22:31 +08:00
弘韬 张
8be2cf1493
Change contain to StartWith
2020-10-28 12:15:00 +08:00
弘韬 张
64f5181ae6
Use the score from fuzzy search for bookmark search
2020-10-26 11:35:56 +08:00
弘韬 张
a266c3fa6a
Add Edge Dev bookmark
2020-10-26 11:35:49 +08:00
弘韬 张
22fa8c164b
Version Bump
2020-10-25 11:29:23 +08:00
弘韬 张
04ee651b64
remove extra fuzzy search
...
Co-authored-by: Qian Bao <bao.github@outlook.com>
2020-10-25 11:28:21 +08:00
弘韬 张
86edae2bc6
Use Generic to remove duplicate query
2020-10-25 11:06:54 +08:00
弘韬 张
24ce10183e
Improve reindex speed
...
Co-authored-by: Qian Bao <bao.github@outlook.com>
2020-10-25 11:03:01 +08:00
弘韬 张
991227a6aa
Add Enabled property to generic
2020-10-25 10:57:52 +08:00
Jeremy Wu
48faa99ab5
Merge branch 'dev' into fix_plugin_depenedency_loading
2020-10-25 10:48:30 +11:00
Jeremy Wu
775910f31e
plugin Calculator version bump
2020-10-18 21:02:12 +11:00
弘韬 张
a911cc7024
Fix Copy Fail Error (don't understand why)
2020-10-18 20:45:06 +11:00
Ioannis G
b1ca71b3aa
plugin/pkiller: improve kill-all option
...
- better title, add count of matches in subtitle, use process icon
- hide option when executable path is empty
2020-10-12 00:08:54 +03:00
Ioannis G
01f98b16fa
plugin/pkiller: fix context menu results
...
do not show the "kill all instances" context menu option when the
context menu itself is triggered from the "kill all X processes" result
2020-10-11 23:40:29 +03:00
Ioannis G
82ebbcb811
merge PR #154 : add dedicated missing image icon
2020-10-11 20:02:26 +03:00
Jeremy Wu
f5acb9c759
version bump ProcessKiller plugin
2020-09-24 07:23:14 +10:00
Jeremy Wu
2d45a79aed
sort ProcessKiller plugin's results ascending
2020-09-24 07:22:55 +10:00
Jeremy Wu
4bfc733e08
Merge remote-tracking branch 'origin/dev' into fix_plugin_depenedency_loading
2020-09-22 08:05:41 +10:00
Jeremy Wu
7fd9c87bd1
remove excess or duplicated package references
...
- since we have fixed how dependencies are resolved for plugins, these excess or duplicated package references can be safely removed
- for example Newtonsoft.Json can be removed from default plugins as it is included in Flow.Launcher.Plugin project, and external plugins will be resolved to use the reference there
2020-09-22 07:17:01 +10:00
Jeremy Wu
2abbca17ef
move Quick Folder Access list all method up
...
move above matched Quick Folder Links because it's return type and will not run the remaining code
2020-09-21 20:55:39 +10:00
Jeremy Wu
ef950063c0
add Directory.Build.targets and update project files
...
- For all plugin library projects we do not output referenced project assembly dll such as Flow.Launcher.Plugin
- Output all PackageReference dlls for plugins
2020-09-20 17:14:47 +10:00
Jeremy Wu
97f7b48aa1
fix BrowserBookmark dll name capitalisation
2020-09-11 06:10:57 +10:00
Jeremy Wu
d3fbabe10e
add dedicated missing img icon
2020-09-07 06:55:12 +10:00
Jeremy Wu
2ee24b3f71
Merge branch 'dev' into fix_quickfolderaccess_explorer
2020-09-07 05:45:21 +10:00
Jeremy Wu
6dd7259fcc
use StringComparison.OrdinalIgnoreCase when calling String.Replace
2020-09-01 07:52:42 +10:00
Jeremy Wu
afb61b247b
version bump Explorer plugin
2020-08-31 07:46:24 +10:00
Jeremy Wu
b44b67220a
encode # symbol part of the path when creating uri
2020-08-31 07:39:05 +10:00
Jeremy Wu
0b368c2683
fix file extension search using '*' failing
2020-08-26 14:10:39 +10:00
Jeremy Wu
5661b20dfb
prevent index search when only '_' in query
...
otherwise will throw OleDb error.
2020-08-26 08:47:19 +10:00
Jeremy Wu
df5028ada9
move default content search action keyword string to constants
2020-08-26 08:06:51 +10:00
Jeremy Wu
24fe5a11f9
prevent user from using global action keyword for content search
...
would bring up too many results
2020-08-26 08:06:10 +10:00
Jeremy Wu
b2b98333d5
version bump Explorer plugin
2020-08-25 21:46:44 +10:00
Jeremy Wu
7d1c97a953
Merge remote-tracking branch 'origin/dev' into fix_quickfolderaccess_explorer
2020-08-25 21:44:24 +10:00
Jeremy Wu
c9c8d0065e
make the code more obvious when triggering full quick folder access list
2020-08-25 21:40:17 +10:00
Jeremy Wu
00035f7a52
move contents search up
2020-08-25 21:38:39 +10:00
Jeremy Wu
0a4f7c0c06
change QuickFolderAccess behaviour to continue with index search
...
Even if QuickAccessFolders results matched still continue to do fIles and folders search before returning the results.
This behaviour caters situation where user has a temp location in quick folder access list but still wants to search for temp folder in other locations
2020-08-25 21:36:26 +10:00
Jeremy Wu
e38b57d872
separate methods to better reflect responsibility
2020-08-25 21:24:53 +10:00
Jeremy Wu
41087d88d4
fix not triggering due to ActionKeyword is string empty when global
2020-08-25 21:23:53 +10:00
Jeremy Wu
17f94a1bd2
add spacing between comment and code for readability
2020-08-25 15:00:17 +10:00
Jeremy Wu
e3df795a26
version bump Explorer
2020-08-25 14:57:38 +10:00
Ioannis G
ac3ef9dbc7
plugin/explorer: ensure env var paths are absolute
2020-08-25 00:20:39 +03:00
Jeremy Wu
027fa214d6
version bump Explorer plugin
2020-08-24 08:48:54 +10:00
Jeremy Wu
d64d51cc57
fix localized path when using Explorer plugin
2020-08-24 08:21:16 +10:00
Jeremy Wu
b52dbbea53
launch win32 lnk programs using LnkResolvedPath
...
use LnkResolvedPath which is the original lnk path, rather than using the FullPath property which is assigned with the path to the actual exe
2020-08-19 21:02:46 +10:00
Jeremy Wu
87ae60d2e8
Merge pull request #119 from Flow-Launcher/add_filecontent_search
...
Add file content search for Explorer plugin
2020-08-17 19:36:45 +10:00
Ioannis G
e4979ab855
merge PR #127 : update WebSearch plugin
...
fix location of custom icons
2020-08-16 19:31:37 +03:00
Jeremy Wu
e3fe619a9f
per comment
2020-08-16 21:56:55 +10:00
Jeremy Wu
eac5c4c47c
update per comment
2020-08-16 21:49:22 +10:00
Jeremy Wu
e0466f8257
fix build fail
2020-08-12 08:37:56 +10:00
Jeremy Wu
6cb2cc30a3
update to WebSearch's custom icon image save behaviour
...
Load icon image preview on select and only save changes on confirm
2020-08-12 08:23:10 +10:00
Jeremy Wu
203df8f1ae
update method to reflect intent
2020-08-12 07:12:43 +10:00
Jeremy Wu
48557aec06
change to dynamically loading of icon images for WebSearch
2020-08-12 07:08:24 +10:00
Jeremy Wu
c4d1fe4436
version bump WebSearch
2020-08-04 20:36:43 +10:00
Jeremy Wu
59a18370ef
remove in use obsolete GetAllRemainingParameter and use Search
2020-08-04 20:10:42 +10:00
Jeremy Wu
d89570ebce
fix build fail on MessageBox
2020-07-22 22:11:53 +10:00
Jeremy Wu
16c9bc71c5
Merge remote-tracking branch 'origin/dev' into save_customicons_websearch
2020-07-22 22:00:52 +10:00
Jeremy Wu
bd48ee5c90
update behaviour when to copy custom icons
...
- copy images when not in the plugin's default images directory
- do not copy if in the default directory or already in user data directory
2020-07-22 22:00:14 +10:00
Jeremy Wu
8f8b2d7ff8
notify change of SearchSource's image after selection
2020-07-22 20:35:56 +10:00
Jeremy Wu
2c4eeb00bd
add Search Source custom icon setting selection and saving
2020-07-22 08:18:36 +10:00
Jeremy Wu
91e7b1cfb8
update IconPath handling of path
2020-07-22 08:17:18 +10:00
Jeremy Wu
898b1dbd46
Merge remote-tracking branch 'origin/dev' into add_filecontent_search
2020-07-22 07:21:01 +10:00
Jeremy Wu
ee43152de1
save IconPath to settings for customisation
2020-07-21 14:40:44 +10:00
Jeremy Wu
c6701aa8a6
move everything plugin to its own repo
...
https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything
2020-07-20 05:55:56 +10:00
Jeremy Wu
e37d976d04
add option for user to customise Explorer's Action Keywords
...
ui + backend logic
2020-07-19 00:12:11 +10:00
Ioannis G
1e662057be
merge PR #121 : index Edge browser bookmarks
2020-07-18 04:03:14 +03:00
Jeremy Wu
9feb4d6164
add behaviour for Customise Action Keyword UI
2020-07-17 21:15:00 +10:00
Jeremy Wu
fad4f5b5c9
fix clicking twice to expand issue
...
event was wired to the same expand method cause calling it twice
2020-07-17 21:14:15 +10:00
Ioannis G
1f73fdbecc
UI: allow manual editing of browser-path textboxes
2020-07-17 05:32:08 +03:00
Ioannis G
b505a32693
UI: use NoWrap for browser-path text boxes
2020-07-16 23:12:54 +03:00
Ioannis G
62a245f049
remove success message boxes
2020-07-16 22:38:09 +03:00
Jeremy Wu
163bf64f89
BrowserBookmark version bump
2020-07-16 21:47:02 +10:00
Jeremy Wu
bad007c008
show Explorer action keywords on UI
2020-07-16 21:45:08 +10:00
Steven Kalinke
dfcf79c97d
add chromium edge bookmark loading
2020-07-16 19:44:11 +10:00
Jeremy Wu
7ad0071117
quick folder links triggering when search action keyword is used
2020-07-15 06:14:52 +10:00
Jeremy Wu
ace9dc7f2c
update old hotkey trigger to use ActionKeyword
2020-07-15 05:52:01 +10:00
Jeremy Wu
a1e371b7e8
add multi-ActionKeywords for Explorer
2020-07-15 05:50:48 +10:00
Jeremy Wu
ca835266b7
version bump Explorer plugin
2020-07-15 05:49:26 +10:00
Jeremy Wu
05d62da520
exclude directory path for Web Search plugin
2020-07-13 07:57:28 +10:00
Jeremy Wu
ef46225c33
Merge branch 'dev' into add_filecontent_search
2020-07-12 22:50:51 +10:00
Jeremy Wu
8abd97d523
add file content search to Index Search
2020-07-12 22:43:38 +10:00
Jeremy Wu
0c7298c72c
Merge pull request #114 from Flow-Launcher/add_update_progress_msg
...
Add update messages to indicate progress
2020-07-07 07:46:28 +10:00
Jeremy Wu
f63660624e
add update messages to indicate progress
2020-07-06 08:00:22 +10:00
Jeremy Wu
ccfcf5148f
Merge branch 'dev' into explorer_prompt_deletion
2020-07-05 14:31:23 +10:00
Jeremy Wu
4961bf3138
bump version for release
...
Explorer, Plugin, Flow Launcher
2020-07-04 18:02:39 +10:00
Ioannis G
daa112e087
ProcessKiller: add a readme
2020-07-03 17:37:40 +03:00
Ioannis G
2c5305827c
ProcessKiller: use process icon in context menu
2020-07-03 17:11:18 +03:00
Ioannis G
e2bef827db
ProcessKiller: split source to multiple files
2020-07-03 17:07:24 +03:00
Ioannis G
12281142c1
ProcessKiller: support spaces in process search
2020-07-03 15:44:13 +03:00
Ioannis G
6e6a74beb9
ProcessKiller: add context menu option
...
to kill all processes whose file path matches with the selected result.
2020-07-03 02:43:35 +03:00
Ioannis G
10ce003dac
ProcessKiller: change condition for batch kill
...
To avoid killing processes by mistake, only give the option to kill all
displayed processes when they are all instances of the same executable.
2020-07-03 02:10:41 +03:00
Ioannis G
563bf4d797
ProcessKiller: add i18n support
2020-07-03 01:16:33 +03:00
Ioannis G
a52575cc17
ProcessKiller: do not convert paths to lower-case
...
for consistency with other plugins
2020-07-03 00:34:10 +03:00
Ioannis G
d0e196cfed
ProcessKiller: highlight result title
2020-07-03 00:18:15 +03:00
Ioannis G
1707ec7222
ProcessKiller: quick refactoring
2020-07-03 00:16:11 +03:00
Ioannis G
852750d1c6
start off the ProcessKiller plugin
...
This plugin is a direct port of Wox.Plugin.ProcessKiller from
https://github.com/theClueless/Wox.Plugins
2020-07-02 23:44:48 +03:00
Jeremy Wu
c46bb354a5
Merge branch 'dev' into explorer_prompt_deletion
2020-07-01 22:22:14 +10:00
Ioannis G
ca20370e84
remove the hello-world plugins ( #96 )
2020-07-01 13:40:37 +03:00
Jeremy Wu
bd64512643
add open containing folder to file results
2020-06-30 08:15:20 +10:00
Jeremy Wu
90b7559d32
show ToolTip directory path on current folder result
2020-06-30 07:53:46 +10:00
Jeremy Wu
492c02eea4
add custom plugin ToolTip on result hover over
2020-06-30 06:45:04 +10:00
Jeremy Wu
3fa3090ee3
Explorer plugin- change DefaultFolderSubtitleString to path
2020-06-30 06:20:22 +10:00
Jeremy Wu
95a1b9a968
fix typo
2020-06-29 21:53:01 +10:00
Jeremy Wu
5ff278230b
fix environment variable search to be case insensitive
2020-06-29 19:56:43 +10:00
Jeremy Wu
813147b419
Merge branch 'dev' into refactor_core_infra
2020-06-28 12:14:19 +10:00
Jeremy Wu
4ac5881bc3
update logo and icons images
2020-06-26 15:13:29 +10:00
Ioannis G
0ddd7f24f4
define plugin metadata file name as constant
2020-06-25 00:46:59 +03:00
Jeremy Wu
9c7dc054de
remove reference of dll in project file
2020-06-25 06:34:30 +10:00
Jeremy Wu
327e2f3253
update commit for Flow-Launcher
2020-06-24 21:55:52 +10:00
Alekhya Reddy
0342693442
Remove Program Plugin dll (AppxPackagingTlb.dll)
2020-06-24 21:34:33 +10:00
Jeremy Wu
4f8ca9a453
update commit for Flow-Launcher
2020-06-24 12:55:21 +10:00
Alekhya Reddy
b4c61927f0
Remove Program Plugin dll (ShObjldITIb.dll)
2020-06-24 12:45:31 +10:00
Jeremy Wu
eda89046ed
Merge branch 'dev' into explorer_prompt_deletion
2020-06-23 21:15:57 +10:00
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