Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions RevisionHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,19 @@
<ul><li>Version 7.3.4</li>
<ul>
<li>Modified percent correction to use user settable middle exclude radius and added ability to show values in inches.</li>
</ul>
</ul>

<ul><li>Version 7.4.0</li>
<ul>
<li>New menu item to reset wavefront auto invert.</li>
<li>Fixed bug that was causing intermitent crashes.</li>
<li>Fix discrepency in wavefront 2D cut angle versus wavefront profile.</li>
<li>Improved wavefront subtraction.</li>
<li>Minor code quality improvements.</li>
<li>Updated project dependencies.</li>
</ul>
</ul>


</ul>
12 changes: 0 additions & 12 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2100,18 +2100,6 @@ void MainWindow::on_actionastig_in_polar_triggered()
graph->exec();
graph->disconnect();
delete graph;
}


void MainWindow::on_actiondebugSomething_triggered()
{







}


Expand Down
2 changes: 0 additions & 2 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ private slots:

void on_actionastig_in_polar_triggered();

void on_actiondebugSomething_triggered();

void on_actionStop_auto_invert_triggered();

private:
Expand Down
6 changes: 0 additions & 6 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<addaction name="separator"/>
<addaction name="actionSave_PDF_report"/>
<addaction name="actionCreate_Movie_of_wavefronts"/>
<addaction name="actiondebugSomething"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
Expand Down Expand Up @@ -1516,11 +1515,6 @@ em;
<string>Show astig in polar form of selected wave fronts</string>
</property>
</action>
<action name="actiondebugSomething">
<property name="text">
<string>debugSomething</string>
</property>
</action>
<action name="actionStop_auto_invert">
<property name="text">
<string>Stop auto invert</string>
Expand Down
Loading