# # ChangeLog for src/UIElements/Menu/Menu.hpp # # Generated by Trac 1.4.4 # Jan 11, 2025, 3:48:46 PM Sat, 04 Dec 2010 23:47:35 GMT Frederik Heber [c82d0c] * src/UIElements/Menu/Menu.cpp (modified) * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) * src/UIElements/Menu/MenuDescription.hpp (modified) * src/builder.cpp (modified) * src/unittests/MenuDescriptionUnitTest.cpp (modified) MenuDescription is now a singleton. - also all Maps are static ... Sat, 04 Dec 2010 23:42:38 GMT Frederik Heber [8f3f40] * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/TextMenu/TextMenu.hpp (modified) * src/UIElements/Menu/TextMenu/TxMenu.cpp (modified) * src/UIElements/Menu/TextMenu/TxMenu.hpp (modified) Added documentation on the new menu structure. Sat, 04 Dec 2010 23:33:47 GMT Frederik Heber [b59da6] * src/Actions/ActionRegistry.cpp (modified) * src/Actions/ActionRegistry.hpp (modified) * src/Actions/ActionTraits.cpp (modified) * src/Actions/ActionTraits.hpp (modified) * src/Makefile.am (modified) * src/Patterns/Registry_impl.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/Menu.cpp (modified) * src/UIElements/Menu/Menu.hpp (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) * src/UIElements/Menu/MenuDescription.hpp (modified) * src/UIElements/Menu/MenuInterface.cpp (added) * src/UIElements/Menu/MenuInterface.hpp (added) * src/UIElements/Menu/Qt4/QtMenu.cpp (deleted) * src/UIElements/Menu/Qt4/QtMenu.hpp (modified) * src/UIElements/Menu/Qt4/QtMenuPipe.cpp (added) * src/UIElements/Menu/Qt4/QtMenuPipe.hpp (added) * src/UIElements/Menu/SubMenuItem.hpp (deleted) * src/UIElements/Menu/TextMenu/ActionMenuItem.cpp (moved) * src/UIElements/Menu/TextMenu/ActionMenuItem.hpp (moved) * src/UIElements/Menu/TextMenu/DisplayMenuItem.cpp (moved) * src/UIElements/Menu/TextMenu/DisplayMenuItem.hpp (moved) * src/UIElements/Menu/TextMenu/MenuItem.cpp (moved) * src/UIElements/Menu/TextMenu/MenuItem.hpp (moved) * src/UIElements/Menu/TextMenu/SeperatorItem.cpp (moved) * src/UIElements/Menu/TextMenu/SeperatorItem.hpp (moved) * src/UIElements/Menu/TextMenu/SubMenuItem.cpp (moved) * src/UIElements/Menu/TextMenu/SubMenuItem.hpp (added) * src/UIElements/Menu/TextMenu/TextMenu.hpp (added) * src/UIElements/Menu/TextMenu/TxMenu.cpp (moved) * src/UIElements/Menu/TextMenu/TxMenu.hpp (moved) * src/UIElements/Qt4/QtMainWindow.cpp (modified) * src/UIElements/Qt4/QtMainWindow.hpp (modified) * src/UIElements/TextUI/TextWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) * src/builder.cpp (modified) Refactoring of Menu structure for Qt and Text UI done. - Menu is ... Tue, 18 May 2010 15:18:24 GMT Frederik Heber [5079a0] * Makefile.am (modified) * configure.ac (modified) * src/Actions/Makefile.am (added) * src/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (moved) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (moved) * src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp (moved) * src/UIElements/CommandLineUI/CommandLineStatusIndicator.hpp (moved) * src/UIElements/CommandLineUI/CommandLineUIFactory.cpp (moved) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (moved) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (moved) * src/UIElements/CommandLineUI/CommandLineWindow.hpp (moved) * src/UIElements/Dialog.cpp (modified) * src/UIElements/MainWindow.cpp (modified) * src/UIElements/Makefile.am (added) * src/UIElements/Menu/ActionMenuItem.cpp (moved) * src/UIElements/Menu/ActionMenuItem.hpp (moved) * src/UIElements/Menu/DisplayMenuItem.cpp (moved) * src/UIElements/Menu/DisplayMenuItem.hpp (moved) * src/UIElements/Menu/Menu.cpp (moved) * src/UIElements/Menu/Menu.hpp (moved) * src/UIElements/Menu/MenuItem.cpp (moved) * src/UIElements/Menu/MenuItem.hpp (moved) * src/UIElements/Menu/SeperatorItem.cpp (moved) * src/UIElements/Menu/SeperatorItem.hpp (moved) * src/UIElements/Menu/SubMenuItem.cpp (moved) * src/UIElements/Menu/SubMenuItem.hpp (moved) * src/UIElements/Menu/TextMenu.cpp (moved) * src/UIElements/Menu/TextMenu.hpp (moved) * src/UIElements/TextUI/TextDialog.cpp (moved) * src/UIElements/TextUI/TextDialog.hpp (moved) * src/UIElements/TextUI/TextStatusIndicator.cpp (moved) * src/UIElements/TextUI/TextStatusIndicator.hpp (moved) * src/UIElements/TextUI/TextUIFactory.cpp (moved) * src/UIElements/TextUI/TextUIFactory.hpp (moved) * src/UIElements/TextUI/TextWindow.cpp (moved) * src/UIElements/TextUI/TextWindow.hpp (moved) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/Views/MethodStringView.cpp (moved) * src/UIElements/Views/MethodStringView.hpp (moved) * src/UIElements/Views/StreamStringView.cpp (moved) * src/UIElements/Views/StreamStringView.hpp (moved) * src/UIElements/Views/StringView.cpp (moved) * src/UIElements/Views/StringView.hpp (moved) * src/UIElements/Views/View.cpp (moved) * src/UIElements/Views/View.hpp (moved) Actions put into libMolecuilderActions, UIElements into ...