# # ChangeLog for src/UIElements/CommandLineDialog.hpp # # Generated by Trac 1.6 # Oct 23, 2025, 11:31:15 AM Sun, 09 May 2010 11:59:35 GMT Frederik Heber [86466e] * src/Actions/CmdAction/HelpAction.cpp (modified) * src/UIElements/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUIFactory.cpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) new query class EmptyQuery for showing text messages. - new class ... 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 ...