# # ChangeLog for src/UIElements/UIFactory.hpp # # Generated by Trac 1.4.4 # Jan 20, 2025, 4:59:03 PM Thu, 17 Jun 2010 12:56:48 GMT Tillmann Crueger [5f5a7b] * src/UIElements/CommandLineUI/CommandLineUIFactory.cpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified) * src/UIElements/TextUI/TextUIFactory.cpp (modified) * src/UIElements/TextUI/TextUIFactory.hpp (modified) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/builder.cpp (modified) Merge branch 'MenuRefactoring' into stable Conflicts: ... 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:34:05 GMT Frederik Heber [8e1f7af] * src/UIElements/TextWindow.cpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/World.cpp (modified) * src/World.hpp (modified) * src/builder.cpp (modified) class config added to World. - World now has the global ... 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 ... Fri, 09 Apr 2010 12:15:58 GMT Tillmann Crueger [9cf88c] * src/UIElements/TextUIFactory.cpp (modified) * src/UIElements/TextUIFactory.hpp (modified) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/builder.cpp (modified) Changed UIFactory to use injector pattern to let it know about ... Thu, 11 Mar 2010 10:37:32 GMT Tillmann Crueger [d7940e] * src/Actions/small_actions.cpp (modified) * src/Legacy/oldmenu.cpp (modified) * src/Patterns/Singleton.hpp (modified) * src/Patterns/Singleton_impl.hpp (modified) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/builder.cpp (modified) Made the UIFactory an instance of the Singleton Pattern Wed, 03 Mar 2010 13:57:41 GMT Tillmann Crueger [dbb474] * src/Actions/Calculation.hpp (modified) * src/Actions/Process.cpp (modified) * src/Actions/Process.hpp (modified) * src/Descriptors/AtomDescriptor.hpp (modified) * src/Descriptors/AtomDescriptor_impl.hpp (modified) * src/Patterns/Observer.hpp (modified) * src/UIElements/MainWindow.hpp (modified) * src/UIElements/UIFactory.hpp (modified) Improved Doxygen documentation Sat, 09 Jan 2010 11:30:49 GMT Tillmann Crueger [12b845] * src/Actions/ActionRegistry.cpp (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) * src/menu.cpp (modified) * src/menu.hpp (modified) Seperated building of mainWindow and contained Menus - Moved code ... Thu, 07 Jan 2010 14:46:34 GMT Tillmann Crueger [cc04b7] * src/Actions/Action.cpp (modified) * src/Actions/Action.hpp (modified) * src/Actions/ActionRegistry.cpp (added) * src/Actions/ActionRegistry.hpp (added) * src/Actions/ErrorAction.cpp (modified) * src/Actions/ErrorAction.hpp (modified) * src/Actions/MakroAction.cpp (modified) * src/Actions/MakroAction.hpp (modified) * src/Actions/MethodAction.cpp (modified) * src/Actions/MethodAction.hpp (modified) * src/Makefile.am (modified) * src/UIElements/TextUIFactory.cpp (modified) * src/UIElements/TextUIFactory.hpp (modified) * src/UIElements/TextWindow.cpp (modified) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/builder.cpp (modified) * src/menu.cpp (modified) * src/unittests/ActionSequenceTest.cpp (modified) Added a central registry that allows access to actions by name. 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 ...