# # ChangeLog for src/UIElements # # Generated by Trac 1.6 # Oct 21, 2025, 9:10:18 PM Thu, 07 Jan 2010 13:24:06 GMT Tillmann Crueger [a56275] * src/UIElements/MainWindow.cpp (added) * src/UIElements/MainWindow.hpp (added) * src/UIElements/TextWindow.cpp (added) * src/UIElements/TextWindow.hpp (added) Added support for creating a main window using the UIFactory. 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 ...