# # ChangeLog for src/UIElements/Makefile.am # # Generated by Trac 1.6 # May 25, 2025, 3:10:04 PM Wed, 04 Aug 2010 13:25:25 GMT Tillmann Crueger [796aa6] * Makefile.am (modified) * src/Actions/Makefile.am (modified) * src/Helpers/Assert.cpp (modified) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) Added faster unity build target to makefiles - unity build means a ... Thu, 29 Jul 2010 12:23:21 GMT Tillmann Crueger [112f90] * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/unittests/ActionSequenceTest.cpp (modified) * src/unittests/Makefile.am (modified) * src/unittests/manipulateAtomsTest.cpp (modified) Fixed ActionSequenceTest and ManipulateAtomsTest Thu, 22 Jul 2010 19:37:46 GMT Frederik Heber [75dc28] * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) * src/UIElements/ValueStorage.cpp (added) * src/UIElements/ValueStorage.hpp (added) Dialog->query...() don't need a _target anymore, - new class ... 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 ...