# # ChangeLog for src/UIElements/Dialog_impl_pre.hpp # # Generated by Trac 1.4.4 # Apr 2, 2025, 7:57:45 AM Wed, 04 Apr 2018 16:59:24 GMT Frederik Heber [f4b6bc9] * src/Actions/FragmentationAction/FragmentationAction.def (modified) * src/Actions/FragmentationAction/StoreSaturatedFragmentAction.def (modified) * src/Actions/ParserAction/SetParserParametersAction.def (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Dialog_impl_pre.hpp (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (modified) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FileQtQuery.cpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/KeyValuePairQtQuery.cpp (modified) * src/UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (modified) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/EmptyTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/KeyValuePairTextQuery.cpp (modified) * src/UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (modified) Query::handle() no longer returns bool but has internal result flag. ... Thu, 11 Jun 2015 23:21:41 GMT Frederik Heber [37a67f] * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Dialog_impl_pre.hpp (added) * src/UIElements/Dialog_impl_undef.hpp (added) * src/UIElements/GlobalListOfParameterQueries.hpp (added) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Replaced Query.. class and query..() function declarations in ...