# # ChangeLog for src/Actions/unittests/stubs # # Generated by Trac 1.4.4 # Mar 20, 2025, 5:09:38 AM Fri, 06 Jul 2012 10:18:42 GMT Frederik Heber [2c5765] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/FilesQtQuery.cpp (added) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Query/FilesQuery.cpp (added) * src/UIElements/TextUI/Query/FilesTextQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added Query for File_s_, i.e. vector of boost::filesystem::path. Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [12948c] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (added) * src/UIElements/Query/UnsignedIntsQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added new Query for std::vector of unsigned int. - this is ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [838cd0] * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.cpp (added) * src/UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.hpp (added) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (added) * src/UIElements/Query/UnsignedIntQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (added) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added new Query for unsigned int. - this is preparatory to switch ... Thu, 21 Apr 2011 16:39:45 GMT Frederik Heber [fdcd1b] * src/Actions/unittests/ActionSequenceUnitTest.cpp (modified) * src/Actions/unittests/Makefile.am (modified) * src/Actions/unittests/ManipulateAtomsUnitTest.cpp (modified) * src/Actions/unittests/stubs/DummyUI.hpp (moved) Moved DummyUI.hpp from unittests to Actions/unittests/stubs. - note ...