mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 07:26:34 +00:00
Cleanup Help menu actions
This commit is contained in:
committed by
Baldur Karlsson
parent
bd994848e1
commit
860eeace4c
@@ -1645,17 +1645,17 @@ void MainWindow::on_action_View_Diagnostic_Log_File_triggered()
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(logPath));
|
||||
}
|
||||
|
||||
void MainWindow::on_action_Source_on_github_triggered()
|
||||
void MainWindow::on_action_Source_on_GitHub_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl::fromUserInput(lit("https://github.com/baldurk/renderdoc")));
|
||||
}
|
||||
|
||||
void MainWindow::on_action_Build_Release_downloads_triggered()
|
||||
void MainWindow::on_action_Build_Release_Downloads_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl::fromUserInput(lit("https://renderdoc.org/builds")));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionShow_Tips_triggered()
|
||||
void MainWindow::on_action_Show_Tips_triggered()
|
||||
{
|
||||
TipsDialog tipsDialog(m_Ctx, this);
|
||||
RDDialog::show(&tipsDialog);
|
||||
|
||||
@@ -120,9 +120,9 @@ private slots:
|
||||
void on_action_Settings_triggered();
|
||||
void on_action_View_Documentation_triggered();
|
||||
void on_action_View_Diagnostic_Log_File_triggered();
|
||||
void on_action_Source_on_github_triggered();
|
||||
void on_action_Build_Release_downloads_triggered();
|
||||
void on_actionShow_Tips_triggered();
|
||||
void on_action_Source_on_GitHub_triggered();
|
||||
void on_action_Build_Release_Downloads_triggered();
|
||||
void on_action_Show_Tips_triggered();
|
||||
void on_action_Counter_Viewer_triggered();
|
||||
|
||||
// manual slots
|
||||
|
||||
@@ -138,14 +138,14 @@
|
||||
</property>
|
||||
<addaction name="action_View_Documentation"/>
|
||||
<addaction name="action_View_Diagnostic_Log_File"/>
|
||||
<addaction name="actionShow_Tips"/>
|
||||
<addaction name="action_Show_Tips"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Send_Error_Report"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionUpdate_available"/>
|
||||
<addaction name="action_Update_Available"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_Source_on_github"/>
|
||||
<addaction name="action_Build_Release_downloads"/>
|
||||
<addaction name="action_Source_on_GitHub"/>
|
||||
<addaction name="action_Build_Release_Downloads"/>
|
||||
<addaction name="action_About"/>
|
||||
</widget>
|
||||
<addaction name="menu_File"/>
|
||||
@@ -356,19 +356,19 @@
|
||||
<string>Send &Error Report</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUpdate_available">
|
||||
<action name="action_Update_Available">
|
||||
<property name="text">
|
||||
<string>Update available</string>
|
||||
<string>Update Available</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Source_on_github">
|
||||
<action name="action_Source_on_GitHub">
|
||||
<property name="text">
|
||||
<string>Source on github</string>
|
||||
<string>Source on GitHub</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Build_Release_downloads">
|
||||
<action name="action_Build_Release_Downloads">
|
||||
<property name="text">
|
||||
<string>Build/Release downloads</string>
|
||||
<string>Build/Release Downloads</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_About">
|
||||
@@ -391,7 +391,7 @@
|
||||
<string>Statisti&cs Viewer</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShow_Tips">
|
||||
<action name="action_Show_Tips">
|
||||
<property name="text">
|
||||
<string>Show Tips</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user