ryanbodrug-microsoft
|
ed3b4088d9
|
Merge pull request #24 from microsoft/user/ryanbod/add_wox_build_dependency_to_runner
Adding dependency to wox project on the runner. This should make sur…
|
2020-03-25 13:25:15 -07:00 |
|
ryanbodrug-microsoft
|
2aae667e15
|
Adding dependency to wox project on the runner. This should make sure the wox.exe can be build and launched by the runner so wox can run as a background process.
|
2020-03-25 11:46:07 -07:00 |
|
Alekhya
|
a6604172d9
|
Merge pull request #23 from microsoft/portIndexerPlugin
Port indexer plugin to .NET Core 3.1
|
2020-03-25 11:06:43 -07:00 |
|
ryanbodrug-microsoft
|
572a121492
|
Merge pull request #22 from microsoft/user/ryanbod/remove_throw_from_log_exception_in_debug
Remove code to rethrow exceptions in debug
|
2020-03-25 09:28:14 -07:00 |
|
Alekhya Reddy
|
1822f36aba
|
Changed the anyCPU config to x64 for windows indexer plugin
|
2020-03-24 16:27:49 -07:00 |
|
Alekhya Reddy
|
0c8e3515fe
|
readding the plugin.json file
|
2020-03-24 16:18:26 -07:00 |
|
Alekhya Reddy
|
5b5f48014b
|
Removed the .net framework indexer folder
|
2020-03-24 16:15:58 -07:00 |
|
Alekhya Reddy
|
d9e1dce393
|
Added the test project back
|
2020-03-24 16:13:02 -07:00 |
|
Alekhya Reddy
|
79fd5dc7b1
|
Ported Indexer plugin to .net core 3
|
2020-03-24 16:07:17 -07:00 |
|
ryanbodrug-microsoft
|
7183bea412
|
All wox exceptions in debug are getting rethrown, and thus causing the app to crash. This change removes the debug specific code and allows exceptions to be handled the same was as release.
|
2020-03-24 16:01:37 -07:00 |
|
Barbara Kudiess
|
6e2ad28676
|
Fix internal variable
|
2020-03-24 14:21:06 -07:00 |
|
Barbara Kudiess
|
444b0b30c3
|
Undo change internal
|
2020-03-24 14:07:52 -07:00 |
|
Barbara Kudiess
|
cdef2dee5a
|
deleting unused project files
|
2020-03-24 13:54:06 -07:00 |
|
Barbara Kudiess
|
a1036577a2
|
Fix Wox build in project settings
|
2020-03-24 13:37:49 -07:00 |
|
Barbara Kudiess
|
76d402fcfa
|
Merge branch 'master' into dotnet-core-upgrade
# Conflicts:
# src/modules/launcher/Plugins/Wox.Plugin.BrowserBookmark/Wox.Plugin.BrowserBookmark.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj
# src/modules/launcher/Plugins/Wox.Plugin.ControlPanel/Wox.Plugin.ControlPanel.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Folder/Wox.Plugin.Folder.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Indexer/Properties/AssemblyInfo.cs
# src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj
# src/modules/launcher/Plugins/Wox.Plugin.PluginIndicator/Wox.Plugin.PluginIndicator.csproj
# src/modules/launcher/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj
# src/modules/launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj
# src/modules/launcher/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj
# src/modules/launcher/Wox.Core/Wox.Core.csproj
# src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
# src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj
# src/modules/launcher/Wox.Test/Wox.Test.csproj
# src/modules/launcher/Wox/Wox.csproj
|
2020-03-23 17:28:10 -07:00 |
|
Alekhya
|
8e2b18ea1d
|
Merge pull request #19 from microsoft/removePluginsSourceTree
Remove plugins from source tree and convert anyCPU config to x64
|
2020-03-23 10:56:18 -07:00 |
|
Alekhya
|
c57b55ede6
|
Merge pull request #15 from microsoft/terminateLauncher
Terminate wox when we exit PowerToys
|
2020-03-23 08:53:54 -07:00 |
|
Alekhya Reddy
|
98b9503461
|
set optimize code to false
|
2020-03-20 17:31:27 -07:00 |
|
Alekhya Reddy
|
417310b5c5
|
Set warning level 4 : Debug
|
2020-03-20 17:23:09 -07:00 |
|
Alekhya Reddy
|
08d0db87d1
|
Set warning level to 4 : Release
|
2020-03-20 17:19:13 -07:00 |
|
Alekhya Reddy
|
18bf1400a7
|
Added the build paths for release x64 (removed AnyCPU)
|
2020-03-20 17:05:58 -07:00 |
|
Alekhya Reddy
|
3b3dca4a26
|
Removed the AnyCPU config - Debug
|
2020-03-20 16:53:47 -07:00 |
|
Alekhya Reddy
|
82ee5bf1fd
|
Added x64 for all Wox project - Debug mode
|
2020-03-20 16:40:39 -07:00 |
|
Alekhya Reddy
|
398666a8b4
|
Merge branch 'master' of https://github.com/microsoft/Launcher into terminateLauncher
|
2020-03-20 16:20:50 -07:00 |
|
Barbara Kudiess
|
7d1e60a019
|
Fix postbuild event
|
2020-03-20 15:01:38 -07:00 |
|
bkudiess
|
d7736f798b
|
add missing files
|
2020-03-20 14:51:02 -07:00 |
|
Alekhya Reddy
|
c20be3dbea
|
Removed unnecessary plugins from source tree
|
2020-03-20 14:46:11 -07:00 |
|
bkudiess
|
0f78f1b333
|
Copy from Jeremy's fork PR
|
2020-03-20 09:43:42 -07:00 |
|
Alekhya
|
2efe58209f
|
Merge pull request #7 from microsoft/windowsIndexerPlugin
Windows indexer plugin
|
2020-03-20 08:38:41 -07:00 |
|
Alekhya Reddy
|
7a3c326442
|
Code to terminate wox when we exit PowerToys
|
2020-03-18 16:13:36 -07:00 |
|
Alekhya Reddy
|
1842c9ed3b
|
Merge branch 'master' of https://github.com/microsoft/Launcher into windowsIndexerPlugin
|
2020-03-18 14:53:41 -07:00 |
|
Alekhya
|
855f092682
|
Merge pull request #4 from microsoft/launcherInRunner
Added wox to the runner of PowerToys
|
2020-03-18 14:05:37 -07:00 |
|
Alekhya Reddy
|
cafe267bf0
|
Removed commented out code
|
2020-03-18 13:57:01 -07:00 |
|
Alekhya Reddy
|
ca916deda9
|
Made the code unit testable and added unit tests for the indexer plugin
|
2020-03-17 15:37:30 -07:00 |
|
Alekhya Reddy
|
69758b80a5
|
Refactored the code to make it unit testable
|
2020-03-17 11:28:21 -07:00 |
|
Alekhya Reddy
|
7164260f6e
|
Modified the output paths to create the dll for the plugin in the correct location
|
2020-03-17 06:07:21 +05:30 |
|
Alekhya Reddy
|
f5e474f250
|
Added plugin.json to the project
|
2020-03-17 06:03:11 +05:30 |
|
Alekhya Reddy
|
9a84fc5b47
|
Minor changes in project files
|
2020-03-17 06:01:34 +05:30 |
|
Alekhya Reddy
|
248a689de2
|
Added the plugin.json file
|
2020-03-17 06:01:05 +05:30 |
|
Alekhya Reddy Kommuru
|
4da33b81fd
|
Added the image
|
2020-03-16 17:25:04 -07:00 |
|
Alekhya Reddy Kommuru
|
657a1aaed5
|
Added the images folder which contains the windows indexer icon
|
2020-03-16 14:58:25 -07:00 |
|
Alekhya Reddy Kommuru
|
415b7bf4d1
|
Added references and renamed a class
|
2020-03-16 14:45:37 -07:00 |
|
Alekhya Reddy Kommuru
|
ea75a56d33
|
Added the main and settings file which declare most of the plugin interfaces
|
2020-03-16 14:42:40 -07:00 |
|
Alekhya Reddy Kommuru
|
8e45c41f20
|
Created a helper class to use indexer and return search results
|
2020-03-16 14:37:28 -07:00 |
|
Alekhya Reddy Kommuru
|
dacd13ee30
|
Added a SearchResult Helper class
|
2020-03-16 14:30:38 -07:00 |
|
Alekhya
|
40cc4f32d0
|
Merge pull request #2 from microsoft/updateREADME
Update readme
|
2020-03-16 09:18:41 -07:00 |
|
Alekhya Reddy Kommuru
|
9537dd793d
|
Localized the strings of Launcher
|
2020-03-16 08:34:26 -07:00 |
|
Alekhya Reddy Kommuru
|
16d1245b64
|
changed the name to be displayed from Wox.Launcher to Launcher
|
2020-03-16 08:03:53 -07:00 |
|
Alekhya Reddy Kommuru
|
06eac367f2
|
modified the additional include directories for the release version
|
2020-03-16 08:01:00 -07:00 |
|
Alekhya Reddy Kommuru
|
78a6ab89f9
|
Readded the reference to common
|
2020-03-16 07:55:51 -07:00 |
|