File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
280278private:
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments