Add wxWidgets-based configuration dialog boxes.
author Naram Qashat
()
committer Naram Qashat
()
commit 47760c9ad88b28e23bebcc692b0251f42accb744
tree 92db755f6c690ed9c2ecde86cf7eca539a3561dc
parent bc2126f48e9de8ddeb6e64657f0a54156c91290f
Add wxWidgets-based configuration dialog boxes.

* Removes the configuration dialog boxes that used my DialogBuilder.
* Move default configuration values to be inlined within the headers.
* Moved 2SF's and GSF's XSFConfig classes to their own headers to accommodate the new wxWidgets dialog boxes.
* Make it so NCSF's SoundView dialog can be toggled on or off from the configuration dialog box.
27 files changed:
src/in_2sf/CMakeLists.txt
src/in_2sf/XSFConfigDialog_2SF.cpp [ new file with mode 0644 ]
src/in_2sf/XSFConfigDialog_2SF.h [ new file with mode 0644 ]
src/in_2sf/XSFConfig_2SF.cpp
src/in_2sf/XSFConfig_2SF.h [ new file with mode 0644 ]
src/in_gsf/CMakeLists.txt
src/in_gsf/XSFConfigDialog_GSF.cpp [ new file with mode 0644 ]
src/in_gsf/XSFConfigDialog_GSF.h [ new file with mode 0644 ]
src/in_gsf/XSFConfig_GSF.cpp
src/in_gsf/XSFConfig_GSF.h [ new file with mode 0644 ]
src/in_ncsf/CMakeLists.txt
src/in_ncsf/XSFConfigDialog_NCSF.cpp [ new file with mode 0644 ]
src/in_ncsf/XSFConfigDialog_NCSF.h [ new file with mode 0644 ]
src/in_ncsf/XSFConfig_NCSF.cpp
src/in_ncsf/XSFConfig_NCSF.h
src/in_ncsf/XSFPlayer_NCSF.cpp
src/in_ncsf/XSFPlayer_NCSF.h
src/in_snsf/CMakeLists.txt
src/in_snsf/XSFConfigDialog_SNSF.cpp [ new file with mode 0644 ]
src/in_snsf/XSFConfigDialog_SNSF.h [ new file with mode 0644 ]
src/in_snsf/XSFConfig_SNSF.cpp
src/in_snsf/XSFConfig_SNSF.h
src/in_xsf_framework/CMakeLists.txt
src/in_xsf_framework/XSFConfig.cpp
src/in_xsf_framework/XSFConfig.h
src/in_xsf_framework/XSFConfigDialog.cpp [ new file with mode 0644 ]
src/in_xsf_framework/XSFConfigDialog.h [ new file with mode 0644 ]