# # ChangeLog for src/UIElements/TextUI/TextWindow.hpp # # Generated by Trac 1.4.4 # Mar 23, 2025, 8:43:26 PM Wed, 30 Jun 2010 08:35:38 GMT Tillmann Crueger [56fb09] * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/CommandLineParser.hpp (modified) * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) * src/Parser/PcpParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextUI/TextWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) * src/UIElements/UIFactory.hpp (modified) * src/atom_trajectoryparticle.cpp (modified) * src/atom_trajectoryparticle.hpp (modified) * src/molecule.hpp (modified) * src/molecule_dynamics.cpp (modified) * src/molecule_geometry.cpp (modified) * src/parser.cpp (modified) * src/tesselationhelpers.cpp (modified) * tests/regression/testsuite-molecules.at (modified) Merge branch 'stable' into StructureRefactoring Tue, 29 Jun 2010 08:59:19 GMT Frederik Heber [11428f] * src/UIElements/TextUI/TextWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) COMPILEFIX: using namespace std with std:: in the implementation and ... Sat, 26 Jun 2010 10:45:09 GMT Tillmann Crueger [daa5f1] * src/UIElements/TextUI/TextWindow.hpp (modified) Added forgotten include in TextWindow.hpp Fri, 25 Jun 2010 13:04:13 GMT Frederik Heber [326bbe] * src/Actions/MapOfActions.cpp (modified) * src/Actions/MapOfActions.hpp (modified) * src/Actions/MoleculeAction/ChangeNameAction.cpp (modified) * src/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.cpp (modified) * src/UIElements/TextUI/TextWindow.hpp (modified) * src/builder.cpp (modified) Legacy/oldmenu is no more. - TextWindow::TextWindow() now properly ... 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 ...