# # ChangeLog for src/UIElements/Menu/TextMenu # # Generated by Trac 1.4.4 # Jan 6, 2025, 7:57:52 AM 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 ...