From 5006bde6d4b0ab8a9c45d6fa1eeaf3817b076c75 Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sat, 2 Aug 2025 08:47:59 +0200 Subject: [PATCH 1/4] revisionhistory proposal for release 740 --- RevisionHistory.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RevisionHistory.html b/RevisionHistory.html index 7c3722de..858bcb9c 100644 --- a/RevisionHistory.html +++ b/RevisionHistory.html @@ -446,5 +446,19 @@ + + + From f859ac8de7864a0e6a95d1a87fb3ad2a54697ec5 Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sat, 2 Aug 2025 08:48:11 +0200 Subject: [PATCH 2/4] remove debug stuff button for end user --- mainwindow.cpp | 12 ------------ mainwindow.h | 2 -- mainwindow.ui | 6 ------ 3 files changed, 20 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9f9f7a11..b0dec289 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2100,18 +2100,6 @@ void MainWindow::on_actionastig_in_polar_triggered() graph->exec(); graph->disconnect(); delete graph; -} - - -void MainWindow::on_actiondebugSomething_triggered() -{ - - - - - - - } diff --git a/mainwindow.h b/mainwindow.h index c549964e..13021de9 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -273,8 +273,6 @@ private slots: void on_actionastig_in_polar_triggered(); - void on_actiondebugSomething_triggered(); - void on_actionStop_auto_invert_triggered(); private: diff --git a/mainwindow.ui b/mainwindow.ui index d128c6d5..87ef2620 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -83,7 +83,6 @@ - @@ -1516,11 +1515,6 @@ em; Show astig in polar form of selected wave fronts - - - debugSomething - - Stop auto invert From e968f7008dd752787b569439bb1252905ae3272c Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sun, 3 Aug 2025 07:28:49 +0200 Subject: [PATCH 3/4] Update RevisionHistory.html Co-authored-by: gr5 --- RevisionHistory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevisionHistory.html b/RevisionHistory.html index 858bcb9c..1aeaecb5 100644 --- a/RevisionHistory.html +++ b/RevisionHistory.html @@ -454,7 +454,7 @@
  • New button to remove wavefront auto invert.
  • Fixed bug that was causing intermitent crashes.
  • Fix discrepency in wavefront 2D cut angle versus wavefront profile.
  • -
  • Fix wavefront subtraction.
  • +
  • Improved wavefront subtraction.
  • Minor code quality improvements.
  • Updated project dependencies.
  • From c8c6c39195675f0354ccc10ebdcdfffea3a77de8 Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sun, 3 Aug 2025 07:28:58 +0200 Subject: [PATCH 4/4] Update RevisionHistory.html Co-authored-by: gr5 --- RevisionHistory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevisionHistory.html b/RevisionHistory.html index 1aeaecb5..8971d515 100644 --- a/RevisionHistory.html +++ b/RevisionHistory.html @@ -451,7 +451,7 @@
    • Version 7.4.0
      • -
      • New button to remove wavefront auto invert.
      • +
      • New menu item to reset wavefront auto invert.
      • Fixed bug that was causing intermitent crashes.
      • Fix discrepency in wavefront 2D cut angle versus wavefront profile.
      • Improved wavefront subtraction.