# # ChangeLog for src/UIElements/CommandLineWindow.hpp # # Generated by Trac 1.6 # Aug 1, 2025, 3:28:57 PM Sat, 08 May 2010 21:59:27 GMT Frederik Heber [d893f79] * src/UIElements/CommandLineUIFactory.cpp (modified) * src/UIElements/CommandLineUIFactory.hpp (modified) * src/UIElements/CommandLineWindow.cpp (modified) * src/UIElements/CommandLineWindow.hpp (modified) * src/UIElements/MainWindow.hpp (modified) * src/UIElements/TextUIFactory.cpp (modified) * src/UIElements/TextUIFactory.hpp (modified) * src/UIElements/TextWindow.cpp (modified) * src/UIElements/TextWindow.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/builder.cpp (modified) removed menuPopulaters from MainWindow. - menuPopulaters is too ... Sat, 08 May 2010 20:14:04 GMT Frederik Heber [4a75d9] * src/UIElements/CommandLineUIFactory.cpp (modified) * src/UIElements/CommandLineUIFactory.hpp (modified) * src/UIElements/CommandLineWindow.cpp (modified) * src/UIElements/CommandLineWindow.hpp (modified) * src/UIElements/MainWindow.hpp (modified) * src/UIElements/TextUIFactory.cpp (modified) * src/UIElements/TextUIFactory.hpp (modified) * src/UIElements/TextWindow.cpp (modified) * src/UIElements/TextWindow.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/builder.cpp (modified) ...UIFactory::makeMainWindow() now has only a single parameter, ... 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 ...