Skip to content

Commit 368dd90

Browse files
authored
Merge pull request #215 from githubdoe/JST/release640
prepare release 7.4.0
2 parents 0c7bf0d + c8c6c39 commit 368dd90

4 files changed

Lines changed: 14 additions & 20 deletions

File tree

RevisionHistory.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,5 +446,19 @@
446446
<ul><li>Version 7.3.4</li>
447447
<ul>
448448
<li>Modified percent correction to use user settable middle exclude radius and added ability to show values in inches.</li>
449+
</ul>
450+
</ul>
451+
452+
<ul><li>Version 7.4.0</li>
453+
<ul>
454+
<li>New menu item to reset wavefront auto invert.</li>
455+
<li>Fixed bug that was causing intermitent crashes.</li>
456+
<li>Fix discrepency in wavefront 2D cut angle versus wavefront profile.</li>
457+
<li>Improved wavefront subtraction.</li>
458+
<li>Minor code quality improvements.</li>
459+
<li>Updated project dependencies.</li>
460+
</ul>
461+
</ul>
462+
449463

450464
</ul>

mainwindow.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,18 +2100,6 @@ void MainWindow::on_actionastig_in_polar_triggered()
21002100
graph->exec();
21012101
graph->disconnect();
21022102
delete graph;
2103-
}
2104-
2105-
2106-
void MainWindow::on_actiondebugSomething_triggered()
2107-
{
2108-
2109-
2110-
2111-
2112-
2113-
2114-
21152103
}
21162104

21172105

mainwindow.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ private slots:
273273

274274
void on_actionastig_in_polar_triggered();
275275

276-
void on_actiondebugSomething_triggered();
277-
278276
void on_actionStop_auto_invert_triggered();
279277

280278
private:

mainwindow.ui

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
<addaction name="separator"/>
8484
<addaction name="actionSave_PDF_report"/>
8585
<addaction name="actionCreate_Movie_of_wavefronts"/>
86-
<addaction name="actiondebugSomething"/>
8786
</widget>
8887
<widget class="QMenu" name="menuView">
8988
<property name="title">
@@ -1516,11 +1515,6 @@ em;
15161515
<string>Show astig in polar form of selected wave fronts</string>
15171516
</property>
15181517
</action>
1519-
<action name="actiondebugSomething">
1520-
<property name="text">
1521-
<string>debugSomething</string>
1522-
</property>
1523-
</action>
15241518
<action name="actionStop_auto_invert">
15251519
<property name="text">
15261520
<string>Stop auto invert</string>

0 commit comments

Comments
 (0)