soundeditor/qatsh
Xavier Del Campo Romero a2fc226a31
cmake: Bump minimum required version to 3.13.5
CMake 2.8 was already deprecated some time ago, and newer CMake
versions, such as 3.22.1, would report its use as a warning.

CMake 3.13.5 is a reasonably stable version that is well supported among
most distributions and implements resonable policies, such as CMP0077:

https://cmake.org/cmake/help/latest/policy/CMP0077.html

However, bumping to 3.13.5 caused CMP0053 to now trigger configuration
errors on FindLibSndFile.cmake, as parentheses must now be escaped.
Further reference on CMP0053 can be found at:

https://cmake.org/cmake/help/latest/policy/CMP0053.html
2024-04-15 01:32:58 +02:00
..
icons Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSDataProxyModel.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSDataProxyModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSFrameProxyModel.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSFrameProxyModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSMath.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSModel.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSModelItems.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSModelItems.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSModelManager.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSModelManager.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSPartialsFrameProxyModel.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSPartialsFrameProxyModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSPartialsProxyModel.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSPartialsProxyModel.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSPropertiesProxyModel.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSPropertiesProxyModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSResidualsFrameProxyModel.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSResidualsFrameProxyModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSResidualsProxyModel.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSResidualsProxyModel.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ATSSound.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSSound.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ATSSynthesis.cpp Re #802 You can now choose to use or ignore partials phase during synthesis 2024-04-14 22:24:11 +02:00
ATSSynthesis.h Re #802 You can now choose to use or ignore partials phase during synthesis 2024-04-14 22:24:11 +02:00
AnalysisParamsDialog.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
AnalysisParamsDialog.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
AnalysisParamsDialog.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
AnalysisParamsWidget.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
AnalysisParamsWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
AnalysisParamsWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
CMakeLists.txt cmake: Bump minimum required version to 3.13.5 2024-04-15 01:32:58 +02:00
ColorMap.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ColorMap.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ColorScale.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ColorScale.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
DataSelectionWidget.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
DataSelectionWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
DataSelectionWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
DocumentWindow.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
DocumentWindow.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
DocumentWindow.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FilePropertiesDialog.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FilePropertiesDialog.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FilePropertiesDialog.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FilePropertiesView.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FilePropertiesView.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FilePropertiesView.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FrameAndDataEditionWidget.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FrameAndDataEditionWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FrameAndDataEditionWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FrameAndDataProcessor.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FrameAndDataProcessor.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FrameSelectionWidget.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
FrameSelectionWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
FrameSelectionWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
IATSAnalysis.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
IATSAnalysis.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
Main.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
MainWindow.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
MainWindow.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
MainWindow.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
PartialsFrameTableView.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsFrameTableView.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsFrameTableView.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
PartialsSpecgramGraphicsFrameItem.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramGraphicsFrameItem.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramGraphicsScene.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramGraphicsScene.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramGraphicsView.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramGraphicsView.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramWidget.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
PartialsSpecgramWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PartialsSpecgramWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
PreferencesDialog.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PreferencesDialog.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
PreferencesDialog.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ResidualsFrameTableView.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsFrameTableView.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsFrameTableView.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ResidualsSpecgramGraphicsScene.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsSpecgramGraphicsScene.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsSpecgramGraphicsView.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsSpecgramGraphicsView.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsSpecgramWidget.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
ResidualsSpecgramWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
ResidualsSpecgramWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
Ruler.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
Ruler.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
RulerSpec.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
RulerSpec.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
SampledSound.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
SampledSound.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
StandardAnalysis.cpp Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
StandardAnalysis.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
SynthesisParamsWidget.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
SynthesisParamsWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
SynthesisParamsWidget.ui Re #802 You can now choose to use or ignore partials phase during synthesis 2024-04-14 22:24:11 +02:00
TableAndToolsWidget.cpp Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
TableAndToolsWidget.h Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00
TableAndToolsWidget.ui Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
TypesAndConstants.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
qatsh.qrc Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00