# # ChangeLog for src/Actions/Makefile.am # # Generated by Trac 1.6 # May 25, 2025, 4:45:28 PM Thu, 22 Jul 2010 19:11:35 GMT Frederik Heber [d02e07] * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationAction.hpp (modified) * src/Actions/AnalysisAction/PointCorrelationAction.cpp (added) * src/Actions/AnalysisAction/PointCorrelationAction.hpp (added) * src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp (added) * src/Actions/AnalysisAction/SurfaceCorrelationAction.hpp (added) * src/Actions/Makefile.am (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/MapOfActions.hpp (modified) Split PairCorrelation into Pair, Point and SurfaceCorrelation. - ... Mon, 05 Jul 2010 17:03:53 GMT Frederik Heber [361ba7] * src/Actions/Makefile.am (modified) Trailing whitespace in src/Actions/Makefile.am Fri, 02 Jul 2010 13:44:23 GMT Frederik Heber [b9c847] * src/Actions/Makefile.am (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/WorldAction/CenterInBoxAction.cpp (modified) * src/Actions/WorldAction/CenterOnEdgeAction.cpp (modified) * src/Actions/WorldAction/ChangeBoxAction.cpp (modified) * src/Actions/WorldAction/RepeatBoxAction.cpp (modified) * src/Actions/WorldAction/ScaleBoxAction.cpp (modified) * src/Actions/WorldAction/SetOutputFormatsAction.cpp (added) * src/Actions/WorldAction/SetOutputFormatsAction.hpp (added) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/World.cpp (modified) * src/builder.cpp (modified) * tests/regression/testsuite-domain.at (modified) * tests/regression/testsuite-simple_configuration.at (modified) * tests/regression/testsuite-tesselation.at (modified) New SetOutputFormatsAction introduced. Fixes: - World::setDomain() ... Fri, 25 Jun 2010 08:11:20 GMT Frederik Heber [4f7f34e] * src/Actions/Makefile.am (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (added) * src/Actions/WorldAction/InputAction.hpp (added) * src/Actions/WorldAction/OutputAction.cpp (added) * src/Actions/WorldAction/OutputAction.hpp (added) * src/CommandLineParser.cpp (modified) * src/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/builder.cpp (modified) * tests/regression/testsuite-simple_configuration.at (modified) * tests/regression/testsuite-standard_options.at (modified) ParseCommandLineOptions() is not used anymore. - new Actions ... Wed, 09 Jun 2010 14:04:54 GMT Frederik Heber [104524] * src/Actions/AnalysisAction/PairCorrelationAction.cpp (modified) * src/Actions/AnalysisAction/PairCorrelationToPointAction.cpp (deleted) * src/Actions/AnalysisAction/PairCorrelationToPointAction.hpp (deleted) * src/Actions/AnalysisAction/PairCorrelationToSurfaceAction.cpp (deleted) * src/Actions/AnalysisAction/PairCorrelationToSurfaceAction.hpp (deleted) * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/Makefile.am (modified) * src/Legacy/oldmenu.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Changed PairCorrelationAction to incorporate all three cases and ... Mon, 07 Jun 2010 23:53:44 GMT Frederik Heber [0286bc] * src/Actions/Makefile.am (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/Values.hpp (added) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) BUGFIX: ListOfDoubles changed to Box and Vector. - ListOfDoubles 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 ...