# # ChangeLog for src/UIElements/TextUI/Query/AtomTextQuery.cpp # # Generated by Trac 1.4.4 # Jan 13, 2025, 4:58:50 PM Mon, 25 Oct 2010 17:16:19 GMT Frederik Heber [8df74d] * src/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp (added) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp (added) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (added) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (added) * src/UIElements/Qt4/Query/BooleanQtQuery.cpp (added) * src/UIElements/Qt4/Query/BoxQtQuery.cpp (added) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (added) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (added) * src/UIElements/Qt4/Query/ElementQtQuery.cpp (added) * src/UIElements/Qt4/Query/ElementsQtQuery.cpp (added) * src/UIElements/Qt4/Query/EmptyQtQuery.cpp (added) * src/UIElements/Qt4/Query/FileQtQuery.cpp (added) * src/UIElements/Qt4/Query/IntQtQuery.cpp (added) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (added) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (added) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (added) * src/UIElements/Qt4/Query/StringQtQuery.cpp (added) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (added) * src/UIElements/Qt4/Query/VectorQtQuery.cpp (added) * src/UIElements/Qt4/Query/VectorsQtQuery.cpp (added) * src/UIElements/Query/AtomQuery.cpp (added) * src/UIElements/Query/AtomsQuery.cpp (added) * src/UIElements/Query/BooleanQuery.cpp (added) * src/UIElements/Query/BoxQuery.cpp (added) * src/UIElements/Query/DoubleQuery.cpp (added) * src/UIElements/Query/DoublesQuery.cpp (added) * src/UIElements/Query/ElementQuery.cpp (added) * src/UIElements/Query/ElementsQuery.cpp (added) * src/UIElements/Query/EmptyQuery.cpp (added) * src/UIElements/Query/FileQuery.cpp (added) * src/UIElements/Query/IntQuery.cpp (added) * src/UIElements/Query/IntsQuery.cpp (added) * src/UIElements/Query/MoleculeQuery.cpp (added) * src/UIElements/Query/MoleculesQuery.cpp (added) * src/UIElements/Query/Query.cpp (added) * src/UIElements/Query/StringQuery.cpp (added) * src/UIElements/Query/StringsQuery.cpp (added) * src/UIElements/Query/VectorQuery.cpp (added) * src/UIElements/Query/VectorsQuery.cpp (added) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (added) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (added) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (added) * src/UIElements/TextUI/Query/BoxTextQuery.cpp (added) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (added) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (added) * src/UIElements/TextUI/Query/ElementTextQuery.cpp (added) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (added) * src/UIElements/TextUI/Query/EmptyTextQuery.cpp (added) * src/UIElements/TextUI/Query/FileTextQuery.cpp (added) * src/UIElements/TextUI/Query/IntTextQuery.cpp (added) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (added) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (added) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (added) * src/UIElements/TextUI/Query/StringTextQuery.cpp (added) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (added) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (added) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) Split off all ...Query and ...Pipe boilerplate classes. - each ...