# # ChangeLog for src/UIElements/Menu/MenuInterface.cpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 11:55:26 PM Sat, 04 Dec 2010 23:47:35 GMT Frederik Heber [d2b28f] * src/Actions/ActionTraits.cpp (modified) * src/AtomicInfo.cpp (modified) * src/Exceptions/NotOnSurfaceException.cpp (modified) * src/Exceptions/ShapeException.cpp (modified) * src/LinearAlgebra/BoxVector.cpp (modified) * src/LinearAlgebra/LineSegment.cpp (modified) * src/LinearAlgebra/LineSegmentSet.cpp (modified) * src/Thermostats/Berendsen.cpp (modified) * src/Thermostats/GaussianThermostat.cpp (modified) * src/Thermostats/Langevin.cpp (modified) * src/Thermostats/NoThermostat.cpp (modified) * src/Thermostats/NoseHoover.cpp (modified) * src/Thermostats/Thermostat.cpp (modified) * src/Thermostats/Woodcock.cpp (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) * src/UIElements/Menu/MenuInterface.cpp (modified) Added missing MemDebug include to various implementation files. 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 ...