This commit is contained in:
Clint Rutkas 2020-08-06 10:09:50 -07:00 committed by GitHub
parent f50a8e5252
commit 0f90af3c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 29 additions and 29 deletions

View File

@ -116,7 +116,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_ColorPicker"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_ColorPicker">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>

View File

@ -315,7 +315,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_FancyZones"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_FancyZones">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>
</StackPanel> </StackPanel>

View File

@ -116,7 +116,7 @@
Style="{StaticResource SettingsGroupTitleStyle}"/> Style="{StaticResource SettingsGroupTitleStyle}"/>
<StackPanel Orientation="Horizontal" Margin="{StaticResource SmallTopMargin}"> <StackPanel Orientation="Horizontal" Margin="{StaticResource SmallTopMargin}">
<TextBlock Text="Version: " x:Uid="General_Version" /> <TextBlock Text="Version: " x:Uid="General_Version" />
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/releases" Margin="4,-6,0,0"> <HyperlinkButton NavigateUri="https://aka.ms/installpowertoys" Margin="4,-6,0,0">
<TextBlock Text="{x:Bind ViewModel.PowerToysVersion }" /> <TextBlock Text="{x:Bind ViewModel.PowerToysVersion }" />
</HyperlinkButton> </HyperlinkButton>
</StackPanel> </StackPanel>
@ -165,15 +165,15 @@
<TextBlock x:Uid="General_Repository"/> <TextBlock x:Uid="General_Repository"/>
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysReportBug">
<TextBlock x:Uid="GeneralPage_ReportAbug"/> <TextBlock x:Uid="GeneralPage_ReportAbug"/>
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysRequestFeature">
<TextBlock x:Uid="GeneralPage_RequestAFeature_URL"/> <TextBlock x:Uid="GeneralPage_RequestAFeature_URL"/>
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri=" http://go.microsoft.com/fwlink/?LinkId=521839"> <HyperlinkButton NavigateUri=" https://go.microsoft.com/fwlink/?LinkId=521839">
<TextBlock x:Uid="GeneralPage_PrivacyStatement_URL"/> <TextBlock x:Uid="GeneralPage_PrivacyStatement_URL"/>
</HyperlinkButton> </HyperlinkButton>

View File

@ -325,7 +325,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_ImageResizer"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_ImageResizer">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>

View File

@ -347,7 +347,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_KeyboardManager"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_KeyboardManager">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>
</StackPanel> </StackPanel>

View File

@ -187,7 +187,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_PowerToysRun"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_PowerToysRun">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>

View File

@ -91,7 +91,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_FileExplorerAddOns"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_FileExplorerAddOns">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>
</StackPanel> </StackPanel>

View File

@ -130,7 +130,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_PowerRename"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_PowerRename">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>

View File

@ -139,7 +139,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_ShortcutGuide"> <HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_ShortcutGuide">
<TextBlock x:Uid="Module_overview" /> <TextBlock x:Uid="Module_overview" />
</HyperlinkButton> </HyperlinkButton>
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues"> <HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<TextBlock x:Uid="Give_Feedback" /> <TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton> </HyperlinkButton>
</StackPanel> </StackPanel>

View File

@ -63,7 +63,7 @@ namespace FancyZonesEditor.Models
public static void ShowExceptionMessageBox(string message, Exception exception = null) public static void ShowExceptionMessageBox(string message, Exception exception = null)
{ {
string fullMessage = ErrorMessageBoxMessage + "https://github.com/microsoft/PowerToys/issues \n" + message; string fullMessage = ErrorMessageBoxMessage + "https://aka.ms/powerToysReportBug \n" + message;
if (exception != null) if (exception != null)
{ {
fullMessage += ": " + exception.Message; fullMessage += ": " + exception.Message;

View File

@ -2,11 +2,11 @@
"ID":"CEA0FDFC6D3B4085823D60DC76F28855", "ID":"CEA0FDFC6D3B4085823D60DC76F28855",
"ActionKeyword":"*", "ActionKeyword":"*",
"Name":"Calculator", "Name":"Calculator",
"Description":"Provide mathematical calculations.(Try 5*3-2 in Wox)", "Description":"Provide mathematical calculations.(Try 5*3-2 in PowerToys)",
"Author":"cxfksword", "Author":"cxfksword",
"Version":"1.0.0", "Version":"1.0.0",
"Language":"csharp", "Language":"csharp",
"Website":"http://www.wox.one/plugin", "Website":"https://aka.ms/powertoys",
"ExecuteFileName":"Microsoft.Plugin.Calculator.dll", "ExecuteFileName":"Microsoft.Plugin.Calculator.dll",
"IcoPath":"Images\\calculator.dark.png" "IcoPath":"Images\\calculator.dark.png"
} }

View File

@ -2,11 +2,11 @@
"ID":"B4D3B69656E14D44865C8D818EAE47C4", "ID":"B4D3B69656E14D44865C8D818EAE47C4",
"ActionKeyword":"*", "ActionKeyword":"*",
"Name":"Folder", "Name":"Folder",
"Description":"Open favorite folder from wox directly", "Description":"Searcn and open folders",
"Author":"qianlifeng", "Author":"qianlifeng",
"Version":"1.0.0", "Version":"1.0.0",
"Language":"csharp", "Language":"csharp",
"Website":"http://www.wox.one/plugin", "Website":"https://aka.ms/powertoys",
"ExecuteFileName":"Microsoft.Plugin.Folder.dll", "ExecuteFileName":"Microsoft.Plugin.Folder.dll",
"IcoPath":"Images\\folder.dark.png" "IcoPath":"Images\\folder.dark.png"
} }

View File

@ -6,7 +6,7 @@
"Author": "Microsoft", "Author": "Microsoft",
"Version": "1.0.0", "Version": "1.0.0",
"Language": "csharp", "Language": "csharp",
"Website": "http://aka.ms/PowerToys", "Website": "https://aka.ms/PowerToys",
"ExecuteFileName": "Microsoft.Plugin.Indexer.dll", "ExecuteFileName": "Microsoft.Plugin.Indexer.dll",
"IcoPath": "Images\\indexer.dark.png" "IcoPath": "Images\\indexer.dark.png"
} }

View File

@ -2,11 +2,11 @@
"ID":"791FC278BA414111B8D1886DFE447410", "ID":"791FC278BA414111B8D1886DFE447410",
"ActionKeyword":"*", "ActionKeyword":"*",
"Name":"Program", "Name":"Program",
"Description":"Search programs in Wox", "Description":"Search for programs",
"Author":"qianlifeng", "Author":"qianlifeng",
"Version":"1.0.0", "Version":"1.0.0",
"Language":"csharp", "Language":"csharp",
"Website":"http://www.wox.one/plugin", "Website":"https://aka.ms/PowerToys",
"ExecuteFileName":"Microsoft.Plugin.Program.dll", "ExecuteFileName":"Microsoft.Plugin.Program.dll",
"IcoPath":"Images\\app.dark.png" "IcoPath":"Images\\app.dark.png"
} }

View File

@ -2,11 +2,11 @@
"ID":"D409510CD0D2481F853690A07E6DC426", "ID":"D409510CD0D2481F853690A07E6DC426",
"ActionKeyword":">", "ActionKeyword":">",
"Name":"Shell", "Name":"Shell",
"Description":"Provide executing commands from Wox. Commands should start with >", "Description":"Provide executing commands. Commands should start with >",
"Author":"qianlifeng", "Author":"qianlifeng",
"Version":"1.0.0", "Version":"1.0.0",
"Language":"csharp", "Language":"csharp",
"Website":"http://www.wox.one/plugin", "Website":"https://aka.ms/powertoys",
"ExecuteFileName":"Microsoft.Plugin.Shell.dll", "ExecuteFileName":"Microsoft.Plugin.Shell.dll",
"IcoPath":"Images\\shell.dark.png" "IcoPath":"Images\\shell.dark.png"
} }

View File

@ -6,7 +6,7 @@
"Author":"betadele", "Author":"betadele",
"Version":"1.0.0", "Version":"1.0.0",
"Language":"csharp", "Language":"csharp",
"Website":"http://www.windowwalker.com/", "Website":"https://www.windowwalker.com/",
"ExecuteFileName":"Microsoft.Plugin.WindowWalker.dll", "ExecuteFileName":"Microsoft.Plugin.WindowWalker.dll",
"IcoPath":"Images\\windowwalker.dark.png" "IcoPath":"Images\\windowwalker.dark.png"
} }

View File

@ -25,7 +25,7 @@ namespace PowerLauncher.Properties {
[global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://github.com/Wox-launcher/Wox")] [global::System.Configuration.DefaultSettingValueAttribute("https://aka.ms/powerToys")]
public string GithubRepo { public string GithubRepo {
get { get {
return ((string)(this["GithubRepo"])); return ((string)(this["GithubRepo"]));

View File

@ -184,7 +184,7 @@ namespace PowerLauncher.ViewModel
StartHelpCommand = new RelayCommand(_ => StartHelpCommand = new RelayCommand(_ =>
{ {
Process.Start("http://doc.wox.one/"); Process.Start("https://aka.ms/PowerToys/");
}); });
OpenResultCommand = new RelayCommand(index => OpenResultCommand = new RelayCommand(index =>

View File

@ -38,7 +38,7 @@ namespace Wox.Infrastructure
public static readonly string DataDirectory = DetermineDataDirectory(); public static readonly string DataDirectory = DetermineDataDirectory();
public static readonly string PluginsDirectory = Path.Combine(DataDirectory, Plugins); public static readonly string PluginsDirectory = Path.Combine(DataDirectory, Plugins);
public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins); public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins);
public const string Issue = "https://github.com/microsoft/PowerToys/issues"; public const string Issue = "https://aka.ms/powerToysReportBug";
public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location.NonNull()).ProductVersion; public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location.NonNull()).ProductVersion;
public static readonly int ThumbnailSize = 64; public static readonly int ThumbnailSize = 64;

View File

@ -278,7 +278,7 @@ void initialize_webview(int nShowCmd)
} }
else if (status == AsyncStatus::Error) else if (status == AsyncStatus::Error)
{ {
MessageBox(NULL, L"Failed to create the WebView control.\nPlease report the bug to https://github.com/microsoft/PowerToys/issues", L"PowerToys Settings Error", MB_OK); MessageBox(NULL, L"Failed to create the WebView control.\nPlease report the bug to https://aka.ms/powerToysReportBug", L"PowerToys Settings Error", MB_OK);
Trace::SettingsInitError(Trace::SettingsInitErrorCause::WebViewInitAsyncError); Trace::SettingsInitError(Trace::SettingsInitErrorCause::WebViewInitAsyncError);
exit(1); exit(1);
} }
@ -514,7 +514,7 @@ int WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _
{ {
if (!drop_elevated_privileges()) if (!drop_elevated_privileges())
{ {
MessageBox(NULL, L"Failed to drop admin privileges.\nPlease report the bug to https://github.com/microsoft/PowerToys/issues", L"PowerToys Settings Error", MB_OK); MessageBox(NULL, L"Failed to drop admin privileges.\nPlease report the bug to https://aka.ms/powerToysReportBug", L"PowerToys Settings Error", MB_OK);
Trace::SettingsInitError(Trace::SettingsInitErrorCause::FailedToDropPrivileges); Trace::SettingsInitError(Trace::SettingsInitErrorCause::FailedToDropPrivileges);
exit(1); exit(1);
} }
@ -526,7 +526,7 @@ int WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _
g_main_wnd = create_main_window(hInstance); g_main_wnd = create_main_window(hInstance);
if (g_main_wnd == nullptr) if (g_main_wnd == nullptr)
{ {
MessageBox(NULL, L"Failed to create main window.\nPlease report the bug to https://github.com/microsoft/PowerToys/issues", L"PowerToys Settings Error", MB_OK); MessageBox(NULL, L"Failed to create main window.\nPlease report the bug to https://aka.ms/powerToysReportBugF", L"PowerToys Settings Error", MB_OK);
exit(1); exit(1);
} }
initialize_webview(nShowCmd); initialize_webview(nShowCmd);