diff --git a/DFTFringe.pro b/DFTFringe.pro index bb981d82..5805fee4 100644 --- a/DFTFringe.pro +++ b/DFTFringe.pro @@ -148,6 +148,7 @@ SOURCES += SingleApplication/singleapplication.cpp \ annulushelpdlg.cpp \ arbitrarywavefronthelp.cpp \ arbitrarywavwidget.cpp \ + astigpolargraph.cpp \ astigscatterplot.cpp \ astigstatsdlg.cpp \ astigzoomer.cpp \ @@ -181,6 +182,7 @@ SOURCES += SingleApplication/singleapplication.cpp \ gplus.cpp \ graphicsutilities.cpp \ helpdlg.cpp \ + hotkeysdlg.cpp \ igramarea.cpp \ igramintensity.cpp \ imagehisto.cpp \ @@ -204,9 +206,11 @@ SOURCES += SingleApplication/singleapplication.cpp \ outlineplots.cpp \ outlinestatsdlg.cpp \ pdfcalibrationdlg.cpp \ + percentcorrectiondlg.cpp \ pixelstats.cpp \ plotcolor.cpp \ profileplot.cpp \ + profileplotpicker.cpp \ psfplot.cpp \ psi_dlg.cpp \ psiphasedisplay.cpp \ @@ -226,6 +230,7 @@ SOURCES += SingleApplication/singleapplication.cpp \ settingsdft.cpp \ settingsGeneral2.cpp \ settingsigram.cpp \ + settingsigramimportconfig.cpp \ settingsprofile.cpp \ showaliasdlg.cpp \ showallcontoursdlg.cpp \ @@ -266,6 +271,7 @@ HEADERS += bezier/bezier.h \ SingleApplication/singleapplication.h \ annulushelpdlg.h \ arbitrarywavefronthelp.h \ + astigpolargraph.h \ arbitrarywavwidget.h \ astigscatterplot.h \ astigstatsdlg.h \ @@ -302,6 +308,7 @@ HEADERS += bezier/bezier.h \ gplus.h \ graphicsutilities.h \ helpdlg.h \ + hotkeysdlg.h \ IgramArea.h \ igramintensity.h \ imagehisto.h \ @@ -324,9 +331,12 @@ HEADERS += bezier/bezier.h \ outlineplots.h \ outlinestatsdlg.h \ pdfcalibrationdlg.h \ + percentcorrectiondlg.h \ + percentCorrectionSurface.h \ pixelstats.h \ plotcolor.h \ profileplot.h \ + profileplotpicker.h \ psfplot.h \ psi_dlg.h \ psiphasedisplay.h \ @@ -346,6 +356,7 @@ HEADERS += bezier/bezier.h \ settingsdft.h \ settingsGeneral2.h \ settingsigram.h \ + settingsigramimportconfig.h \ settingsprofile.h \ showaliasdlg.h \ showallcontoursdlg.h \ @@ -384,6 +395,7 @@ HEADERS += bezier/bezier.h \ FORMS += arbitrarywavefronthelp.ui \ annulushelpdlg.ui \ + astigpolargraph.ui \ astigstatsdlg.ui \ averagewavefrontfilesdlg.ui \ batchigramwizard.ui \ @@ -407,6 +419,7 @@ FORMS += arbitrarywavefronthelp.ui \ foucaultview.ui \ generatetargetdlg.ui \ helpdlg.ui \ + hotkeysdlg.ui \ igramintensity.ui \ jitteroutlinedlg.ui \ lensdialog.ui \ @@ -421,6 +434,7 @@ FORMS += arbitrarywavefronthelp.ui \ outlineplots.ui \ outlinestatsdlg.ui \ pdfcalibrationdlg.ui \ + percentcorrectiondlg.ui \ pixelstats.ui \ profilearea.ui \ profileplot.ui \ @@ -441,6 +455,7 @@ FORMS += arbitrarywavefronthelp.ui \ settingsdft.ui \ settingsGeneral2.ui \ settingsigram.ui \ + settingsigramimportconfig.ui \ settingsprofile.ui \ showaliasdlg.ui \ showallcontoursdlg.ui \ diff --git a/DFTFringe_Dale.pro b/DFTFringe_Dale.pro index 45155013..b0208d0f 100644 --- a/DFTFringe_Dale.pro +++ b/DFTFringe_Dale.pro @@ -30,9 +30,11 @@ SOURCES += main.cpp \ annulushelpdlg.cpp \ arbitrarywavefronthelp.cpp \ arbitrarywavwidget.cpp \ + astigpolargraph.cpp \ cpoint.cpp \ defocusdlg.cpp \ edgeplot.cpp \ + hotkeysdlg.cpp \ mainwindow.cpp \ igramarea.cpp \ circleoutline.cpp \ @@ -42,8 +44,11 @@ SOURCES += main.cpp \ dftarea.cpp \ oglrendered.cpp \ pdfcalibrationdlg.cpp \ + percentcorrectiondlg.cpp \ profileplot.cpp \ + profileplotpicker.cpp \ psiresizeimagesdlg.cpp \ + settingsigramimportconfig.cpp \ surface3dcontrolsdlg.cpp \ surfacegraph.cpp \ surfacelightingproxy.cpp \ @@ -148,6 +153,7 @@ HEADERS += mainwindow.h \ annulushelpdlg.h \ arbitrarywavefronthelp.h \ arbitrarywavwidget.h \ + astigpolargraph.h \ cpoint.h \ defocusdlg.h \ edgeplot.h \ @@ -157,10 +163,15 @@ HEADERS += mainwindow.h \ graphicsutilities.h \ dfttools.h \ dftarea.h \ + hotkeysdlg.h \ oglrendered.h \ pdfcalibrationdlg.h \ + percentCorrectionSurface.h \ + percentcorrectiondlg.h \ profileplot.h \ + profileplotpicker.h \ psiresizeimagesdlg.h \ + settingsigramimportconfig.h \ surface3dcontrolsdlg.h \ surfacegraph.h \ surfacelightingproxy.h \ @@ -270,16 +281,20 @@ INCLUDEPATH += ./bezier ./SingleApplication FORMS += mainwindow.ui \ annulushelpdlg.ui \ arbitrarywavefronthelp.ui \ + astigpolargraph.ui \ defocusdlg.ui \ dfttools.ui \ dftarea.ui \ edgeplot.ui \ + hotkeysdlg.ui \ oglrendered.ui \ pdfcalibrationdlg.ui \ + percentcorrectiondlg.ui \ profilearea.ui \ profileplot.ui \ contourtools.ui \ psiresizeimagesdlg.ui \ + settingsigramimportconfig.ui \ surface3dcontrolsdlg.ui \ surfaceanalysistools.ui \ metricsdisplay.ui \ @@ -408,12 +423,12 @@ RC_FILE = DFTFringe.rc QMAKE_CXXFLAGS += -std=c++11 # The application version -VERSION = 6.2 +VERSION = Dale7.3.0 # Define the preprocessor macro to get the application version in our application. DEFINES += APP_VERSION=\\\"$$VERSION\\\" DEFINES += QAPPLICATION_CLASS=QApplication - +DEFINES += DALE_DO_NOT_LOG DISTFILES += \ buildingDFTFringe64.txt \ helptext.txt \ diff --git a/RevisionHistory.html b/RevisionHistory.html index b3a2682c..d233c235 100644 --- a/RevisionHistory.html +++ b/RevisionHistory.html @@ -418,3 +418,16 @@
  • Improved saving speed when working on network drives
  • + +