# # ChangeLog for src/UIElements/Dialog.hpp # # Generated by Trac 1.6 # Jul 31, 2025, 9:58:45 AM Sat, 08 May 2010 18:30:53 GMT Frederik Heber [a2ab15] * src/Makefile.am (modified) * src/UIElements/CommandLineDialog.cpp (added) * src/UIElements/CommandLineDialog.hpp (added) * src/UIElements/CommandLineStatusIndicator.cpp (added) * src/UIElements/CommandLineStatusIndicator.hpp (added) * src/UIElements/CommandLineUIFactory.cpp (added) * src/UIElements/CommandLineUIFactory.hpp (added) * src/UIElements/CommandLineWindow.cpp (added) * src/UIElements/CommandLineWindow.hpp (added) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/UIFactory.hpp (modified) Extended UIFactory to a CommandLine derivate. - Dialog now has ... Thu, 25 Mar 2010 13:01:35 GMT Tillmann Crueger [5605032] * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) Repaired code that was broken by merge Thu, 25 Feb 2010 13:01:36 GMT Tillmann Crueger [5a7243] * doc/Doxyfile (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) * src/unittests/Makefile.am (modified) Added a method to query Elements using the Dialog structure Thu, 28 Jan 2010 13:54:35 GMT Tillmann Crueger [2ededc2] * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) * src/vector.cpp (modified) * src/vector.hpp (modified) Added possibility to query doubles and vectors using dialogs. Wed, 13 Jan 2010 11:05:02 GMT Tillmann Crueger [7aa000] * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) Added infrastructure to query molecules from MoleculeList Wed, 13 Jan 2010 10:22:29 GMT Tillmann Crueger [45f5d6] * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) * src/builder.cpp (modified) Changed dialog structure to use objects for queries. Tue, 05 Jan 2010 15:34:52 GMT Tillmann Crueger [f5a86a] * src/Makefile.am (modified) * src/UIElements/Dialog.cpp (added) * src/UIElements/Dialog.hpp (added) * src/UIElements/TextDialog.cpp (added) * src/UIElements/TextDialog.hpp (added) * src/UIElements/TextUIFactory.cpp (added) * src/UIElements/TextUIFactory.hpp (added) * src/UIElements/UIFactory.cpp (added) * src/UIElements/UIFactory.hpp (added) Added Basis for creating globally accessible and compatible ...