#
# ChangeLog for src/Actions/ActionQueue.cpp
#
# Generated by Trac 1.4.4
# Mar 26, 2025, 2:20:21 AM

Wed, 05 Aug 2015 17:32:07 GMT Frederik Heber <heber@…> [574d377]
	* configure.ac (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionStatusList.cpp (modified)
	* src/Atom/AtomObserver.cpp (modified)
	* src/Atom/atom_observable.cpp (modified)
	* src/Bond/bond_observable.cpp (modified)
	* src/Box.cpp (modified)
	* src/LinkedCell/unittests/stubs/AtomObserverStub.cpp (modified)
	* src/LinkedCell/unittests/stubs/ObserverBoxStub.cpp (modified)
	* src/LinkedCell/unittests/stubs/WorldTimeStub.cpp (modified)
	* src/Shapes/ShapeRegistry.cpp (modified)
	* src/Shapes/unittests/stubs/WorldSelectedMoleculesStub.cpp (modified)
	* src/World.cpp (modified)
	* src/WorldTime.cpp (modified)
	* src/cleanUp.cpp (modified)
	* src/molecule.cpp (modified)
	* src/unittests/stubs/WorldStub.cpp (modified)

	Using static Observable::..NotificationsChannel() functions.

	- ...


Wed, 05 Aug 2015 07:12:24 GMT Frederik Heber <heber@…> [10aee4]
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/ActionRegistry.cpp (modified)
	* src/Actions/ActionRegistry.hpp (modified)
	* src/Actions/ActionSequence.cpp (modified)
	* src/Actions/ActionSequence.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/CommandAction/HelpAction.cpp (modified)
	* src/Actions/FragmentationAction/MolecularDynamicsAction.cpp (modified)
	* src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (modified)
	* src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified)
	* src/Actions/MakroAction.cpp (modified)
	* src/Actions/MakroAction.hpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/MoleculeAction/TranslateAction.cpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/UIElements/Menu/TextMenu/ActionMenuItem.cpp (modified)
	* src/UIElements/TextUI/TextWindow.cpp (modified)
	* src/documentation/constructs/actions.dox (modified)

	Cleaned up ActionQueue's interface: Actions are always cloned.

	- ...


Sat, 25 Jul 2015 13:02:12 GMT Frederik Heber <heber@…> [a87d1e2]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/UIElements/Qt4/QtUIFactory.cpp (modified)

	FIX: ActionQueue::isIdle() states whether actions are executed or ...


Wed, 17 Jun 2015 16:56:37 GMT Frederik Heber <heber@…> [d8255b]
	* src/Actions/ActionQueue.cpp (modified)

	FIX: ActionQueue would not set LastActionOk to false on general ...


Thu, 11 Jun 2015 23:21:40 GMT Frederik Heber <heber@…> [f3db60]
	* doc/userguide/userguide.xml (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/CommandAction/DryRunAction.cpp (added)
	* src/Actions/CommandAction/DryRunAction.def (added)
	* src/Actions/CommandAction/DryRunAction.hpp (added)
	* src/Actions/CommandAction/NoDryRunAction.cpp (added)
	* src/Actions/CommandAction/NoDryRunAction.def (added)
	* src/Actions/CommandAction/NoDryRunAction.hpp (added)
	* src/Actions/DryRunAdvocate.hpp (added)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* tests/regression/Makefile.am (modified)
	* tests/regression/Options/DryRun/post/session.py (added)
	* tests/regression/Options/DryRun/testsuite-options-dryrun-storesession.at (added)
	* tests/regression/Options/DryRun/testsuite-options-dryrun.at (added)
	* tests/regression/Options/DryRun/testsuite-options-no-dryrun.at (added)
	* tests/regression/Options/testsuite-options.at (modified)

	Added DryRun and NoDryRun actions.

	- actions (un)set a flag inside ...


Mon, 12 Jan 2015 22:10:30 GMT Frederik Heber <heber@…> [601ef8]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.cpp (modified)

	FIX: ActionQueue is no longer cleared when Action fails.

	- we only ...


Mon, 12 Jan 2015 22:10:30 GMT Frederik Heber <heber@…> [33c97e]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionQueue.cpp (modified)

	FIX: Failing Actions do not clear ActionQueue/History anymore.


Mon, 12 Jan 2015 22:10:30 GMT Frederik Heber <heber@…> [c01fec]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/UIElements/Views/Qt4/QtToolBar.cpp (modified)
	* src/UIElements/Views/Qt4/QtToolBar.hpp (modified)
	* src/UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp (modified)

	Undo/Redobuttons are grayed out when respective Action not possible.


Sun, 19 Oct 2014 17:13:09 GMT Frederik Heber <heber@…> [cfb9c5]
	* src/Actions/ActionQueue.cpp (modified)

	FIX: Setting ActionQueue::_lastchangedaction without heeding whether ...


Tue, 16 Sep 2014 06:21:20 GMT Frederik Heber <heber@…> [06b5df]
	* src/Actions/ActionQueue.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.hpp (modified)

	FIX: CommandLineParser causes idling thread when parsing goes wrong.
 ...


Mon, 15 Sep 2014 15:05:28 GMT Frederik Heber <heber@…> [7f1b51]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/CommandAction/BondLengthTableAction.def (modified)
	* src/Actions/CommandAction/ElementDbAction.def (modified)
	* src/Actions/CommandAction/LoadSessionAction.def (modified)
	* src/Actions/CommandAction/StoreSessionAction.def (modified)
	* src/Actions/FragmentationAction/ClearFragmentationResultsAction.def (modified)
	* src/Actions/FragmentationAction/MolecularDynamicsAction.cpp (modified)
	* src/Actions/FragmentationAction/MolecularDynamicsAction.def (modified)
	* src/Actions/FragmentationAction/StructuralOptimizationAction.cpp (modified)
	* src/Actions/FragmentationAction/StructuralOptimizationAction.def (modified)
	* src/Actions/GraphAction/CorrectBondDegreeAction.cpp (modified)
	* src/Actions/MoleculeAction/ForceAnnealingAction.def (modified)
	* src/Actions/MoleculeAction/VerletIntegrationAction.def (modified)
	* src/Actions/PotentialAction/FitPotentialAction.def (modified)
	* src/Actions/unittests/stubs/DummyUI.hpp (modified)
	* src/Graph/BondGraph.hpp (modified)
	* src/Parameters/Makefile.am (modified)
	* src/Parameters/Specifics/Value_atom.cpp (added)
	* src/Parameters/Specifics/Value_atom.hpp (added)
	* src/Parameters/Specifics/Value_element.cpp (added)
	* src/Parameters/Specifics/Value_element.hpp (added)
	* src/Parameters/Specifics/Value_molecule.cpp (added)
	* src/Parameters/Specifics/Value_molecule.hpp (added)
	* src/Parameters/Specifics/Value_string.cpp (moved)
	* src/Parameters/Specifics/Value_string.hpp (moved)
	* src/Parameters/Validators/Ops_Validator_impl.hpp (modified)
	* src/Parameters/Validators/Specific/FileSuffixValidator.hpp (modified)
	* src/Parameters/Validators/Specific/ParserFileValidator.cpp (modified)
	* src/Parameters/Validators/Specific/ParserFileValidator.hpp (modified)
	* src/Parameters/Validators/Validator.hpp (modified)
	* src/Parameters/Validators/getFlatListFromHierarchyOfValidators.hpp (added)
	* src/Parameters/Value.hpp (modified)
	* src/Tesselation/tesselation.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified)
	* src/UIElements/CommandLineUI/CommandLineUIFactory.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineUIFactory.hpp (modified)
	* src/UIElements/Dialog.cpp (modified)
	* src/UIElements/Dialog.hpp (modified)
	* src/UIElements/Makefile.am (modified)
	* src/UIElements/Menu/Menu.cpp (modified)
	* src/UIElements/Menu/Menu.hpp (modified)
	* src/UIElements/Menu/Qt4/QMenu_tooltip.hpp (added)
	* src/UIElements/Menu/Qt4/QtMenu.hpp (modified)
	* src/UIElements/Qt4/QtDialog.cpp (modified)
	* src/UIElements/Qt4/QtDialog.hpp (modified)
	* src/UIElements/Qt4/QtMainWindow.cpp (modified)
	* src/UIElements/Qt4/QtUIFactory.cpp (modified)
	* src/UIElements/Qt4/QtUIFactory.hpp (modified)
	* src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/ElementsQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/FileQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/FilesQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/QtQuery.hpp (modified)
	* src/UIElements/Qt4/Query/QtQueryList.hpp (modified)
	* src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified)
	* src/UIElements/Qt4/Query/VectorsQtQuery.cpp (modified)
	* src/UIElements/TextUI/TextDialog.cpp (modified)
	* src/UIElements/TextUI/TextDialog.hpp (modified)
	* src/UIElements/TextUI/TextUIFactory.cpp (modified)
	* src/UIElements/TextUI/TextUIFactory.hpp (modified)
	* src/UIElements/UIFactory.hpp (modified)
	* src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLWorldView.cpp (modified)
	* src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp (modified)
	* src/UIElements/Views/Qt4/QtHomologyList.cpp (modified)
	* src/UIElements/Views/Qt4/QtMoleculeList.cpp (modified)
	* src/UIElements/Views/Qt4/QtToolBar.cpp (modified)
	* src/UIElements/Views/Qt4/QtToolBar.hpp (modified)
	* src/UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp (added)
	* src/World.cpp (modified)
	* tests/Python/AllActions/options.dat (modified)
	* tests/regression/Options/Warranty/testsuite-options-warranty.at (modified)

	Merge branch 'GUI_Fixes' into stable


Mon, 15 Sep 2014 11:52:39 GMT Frederik Heber <heber@…> [11d433]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.cpp (modified)

	MEMFIX: ActionQueue was not stopped() when argument parsing failed.
 ...


Fri, 12 Sep 2014 08:00:16 GMT Frederik Heber <heber@…> [29b52b]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)

	Made ActionQueue observable.

	- has channel ActionQueued.
	- this is ...


Thu, 28 Aug 2014 08:53:32 GMT Frederik Heber <heber@…> [7f1a1a]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)

	MEMFIX: ActionQueue would loose memory when action failed.

	- we ...


Wed, 20 Aug 2014 12:59:14 GMT Frederik Heber <heber@…> [d93b4b3]
	* src/Actions/ActionQueue.cpp (modified)

	FIX: ActionQueue::run() did not use boost::thread::sleep_for()
	correctly.


Mon, 14 Jul 2014 11:16:23 GMT Frederik Heber <heber@…> [d8821e]
	* Makefile.am (modified)
	* configure.ac (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/CommandAction/ElementDbAction.cpp (modified)
	* src/Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp (modified)
	* src/Actions/FragmentationAction/FragmentationAction.cpp (modified)
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/PotentialAction/FitParticleChargesAction.cpp (modified)
	* src/Actions/PotentialAction/FitPotentialAction.cpp (modified)
	* src/Element/Makefile.am (modified)
	* src/Element/element.hpp (modified)
	* src/Element/ion.cpp (added)
	* src/Element/ion.hpp (added)
	* src/Element/periodentafel.cpp (modified)
	* src/Element/periodentafel.hpp (modified)
	* src/Element/unittests/ElementUnitTest.cpp (modified)
	* src/Element/unittests/IonUnitTest.cpp (added)
	* src/Element/unittests/IonUnitTest.hpp (added)
	* src/Element/unittests/Makefile.am (modified)
	* src/Element/unittests/PeriodentafelUnitTest.cpp (modified)
	* src/Fragmentation/Automation/MPQCCommandFragmentController.cpp (added)
	* src/Fragmentation/Automation/MPQCCommandFragmentController.hpp (added)
	* src/Fragmentation/Automation/MPQCFragmentController.cpp (modified)
	* src/Fragmentation/Automation/MPQCFragmentController.hpp (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Automation/ResultContainer.hpp (added)
	* src/Fragmentation/Automation/ResultContainer_impl.hpp (added)
	* src/Fragmentation/Automation/SpecificFragmentController.hpp (modified)
	* src/Fragmentation/Automation/SpecificFragmentController_ReceiveResultContainer_impl.hpp (added)
	* src/Fragmentation/Automation/SpecificFragmentController_ResultContainer_impl.hpp (deleted)
	* src/Fragmentation/Automation/VMGDebugGridFragmentController.hpp (modified)
	* src/Fragmentation/Automation/VMGFragmentController.hpp (modified)
	* src/Fragmentation/Exporters/ExportGraph_ToJobs.cpp (modified)
	* src/Fragmentation/Makefile.am (modified)
	* src/Fragmentation/Summation/Containers/FragmentationResultContainer.cpp (modified)
	* src/Fragmentation/Summation/Containers/FragmentationResultContainer.hpp (modified)
	* src/Fragmentation/Summation/Containers/Makefile.am (modified)
	* src/Fragmentation/analyzer.cpp (deleted)
	* src/Fragmentation/datacreator.cpp (deleted)
	* src/Fragmentation/datacreator.hpp (deleted)
	* src/Fragmentation/joiner.cpp (deleted)
	* src/FunctionApproximation/Extractors.cpp (modified)
	* src/FunctionApproximation/Extractors.hpp (modified)
	* src/FunctionApproximation/FunctionApproximation.cpp (modified)
	* src/FunctionApproximation/FunctionApproximation.hpp (modified)
	* src/FunctionApproximation/FunctionModel.hpp (modified)
	* src/FunctionApproximation/TrainingData.cpp (modified)
	* src/FunctionApproximation/TrainingData.hpp (modified)
	* src/FunctionApproximation/unittests/ExtractorsUnitTest.cpp (modified)
	* src/Jobs/JobMarket/FragmentJob.cpp (added)
	* src/Jobs/JobMarket/FragmentJob.hpp (added)
	* src/Jobs/JobMarket/FragmentResult.cpp (added)
	* src/Jobs/JobMarket/FragmentResult.hpp (added)
	* src/Jobs/JobMarket/JobId.cpp (added)
	* src/Jobs/JobMarket/JobId.hpp (added)
	* src/Jobs/JobMarket/SystemCommandJob.cpp (added)
	* src/Jobs/JobMarket/SystemCommandJob.hpp (added)
	* src/Jobs/JobMarket/types.hpp (added)
	* src/Jobs/MPQCCommandJob.hpp (modified)
	* src/Jobs/MPQCJob.hpp (modified)
	* src/Jobs/Makefile.am (modified)
	* src/Makefile.am (modified)
	* src/Potentials/CompoundPotential.cpp (modified)
	* src/Potentials/CompoundPotential.hpp (modified)
	* src/Potentials/EmpiricalPotential.hpp (modified)
	* src/Potentials/Specifics/ConstantPotential.cpp (modified)
	* src/Potentials/Specifics/ConstantPotential.hpp (modified)
	* src/Potentials/Specifics/FourBodyPotential_Torsion.cpp (modified)
	* src/Potentials/Specifics/FourBodyPotential_Torsion.hpp (modified)
	* src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp (modified)
	* src/Potentials/Specifics/ManyBodyPotential_Tersoff.hpp (modified)
	* src/Potentials/Specifics/PairPotential_Harmonic.cpp (modified)
	* src/Potentials/Specifics/PairPotential_Harmonic.hpp (modified)
	* src/Potentials/Specifics/PairPotential_LennardJones.cpp (modified)
	* src/Potentials/Specifics/PairPotential_LennardJones.hpp (modified)
	* src/Potentials/Specifics/PairPotential_Morse.cpp (modified)
	* src/Potentials/Specifics/PairPotential_Morse.hpp (modified)
	* src/Potentials/Specifics/ThreeBodyPotential_Angle.cpp (modified)
	* src/Potentials/Specifics/ThreeBodyPotential_Angle.hpp (modified)
	* src/Potentials/Specifics/unittests/ConstantPotentialUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/FourBodyPotential_ImproperUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/FourBodyPotential_TorsionUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/Makefile.am (modified)
	* src/Potentials/Specifics/unittests/ManyBodyPotential_TersoffUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/PairPotential_HarmonicUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/PairPotential_LennardJonesUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/PairPotential_MorseUnitTest.cpp (modified)
	* src/Potentials/Specifics/unittests/ThreeBodyPotential_AngleUnitTest.cpp (modified)
	* src/Potentials/helpers.hpp (modified)
	* src/Potentials/unittests/CompoundPotentialUnitTest.cpp (modified)
	* src/Potentials/unittests/Makefile.am (modified)
	* src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified)
	* src/UIElements/Makefile.am (modified)
	* src/UIElements/Views/Qt4/QtHomologyList.cpp (modified)
	* src/cleanUp.cpp (modified)
	* src/documentation/constructs/potentials.dox (modified)
	* tests/Calculations/Makefile.am (added)
	* tests/Calculations/atlocal.in (added)
	* tests/Calculations/molecuilder.in (moved)
	* tests/Calculations/testsuite-calculations-1_2-dimethoxyethane.at (added)
	* tests/Calculations/testsuite-calculations-1_2-dimethylbenzene.at (added)
	* tests/Calculations/testsuite-calculations-2-methylcyclohexanone.at (added)
	* tests/Calculations/testsuite-calculations-N_N-dimethylacetamide.at (added)
	* tests/Calculations/testsuite-calculations-anthracene.at (added)
	* tests/Calculations/testsuite-calculations-benzene.at (added)
	* tests/Calculations/testsuite-calculations-cholesterol.at (added)
	* tests/Calculations/testsuite-calculations-coronene.at (added)
	* tests/Calculations/testsuite-calculations-cycloheptane.at (added)
	* tests/Calculations/testsuite-calculations-dimethyl_bromomalonate.at (added)
	* tests/Calculations/testsuite-calculations-glucose.at (added)
	* tests/Calculations/testsuite-calculations-heptan.at (added)
	* tests/Calculations/testsuite-calculations-isoleucine.at (added)
	* tests/Calculations/testsuite-calculations-mpqc.at (added)
	* tests/Calculations/testsuite-calculations-naphthalene.at (added)
	* tests/Calculations/testsuite-calculations-neohexane.at (added)
	* tests/Calculations/testsuite-calculations-phenanthrene.at (added)
	* tests/Calculations/testsuite-calculations-proline.at (added)
	* tests/Calculations/testsuite-calculations-putrescine.at (added)
	* tests/Calculations/testsuite-calculations-tartaric_acid.at (added)
	* tests/Calculations/testsuite.at (added)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaEnergies-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMaxForces-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMeanForces-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinForces-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinMeanMaxTotalForce-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/DeltaSimTime-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Fragment.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Energies-FragmentOrder.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Energies-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Forces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/Makefile (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxEnergies-FragmentOrder.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Fragment.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-FragmentOrder.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MaxForces-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Fragment.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-FragmentOrder.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MeanForces-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinEnergies-FragmentOrder.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Fragment.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-FragmentOrder.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinForces-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/MinMeanMaxTotalForce-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/SimTime-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/VectorSum-Order.pyx (deleted)
	* tests/Fragmentations/Analyzing/heptan/post/plots/energy-forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment00/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment01/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment02/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment03/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment04/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment05/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment06/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment07/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment08/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment09/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment10/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment11/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment12/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment13/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment14/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment15/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment16/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment17/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment18/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment19/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment20/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragment21/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragmentForces-Factors.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/BondFragmentKeySets.dat (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order1.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order2.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order3.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.Order4.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.energy.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.forces.all (deleted)
	* tests/Fragmentations/Analyzing/heptan/pre/pcp.speed (deleted)
	* tests/Fragmentations/Analyzing/heptan/testsuite-analyzing-heptan.at (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment00/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment01/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment02/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment03/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment04/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment05/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment06/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment07/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment08/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment09/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment10/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment11/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment12/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment13/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment14/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment15/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment16/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment17/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment18/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment19/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment20/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/BondFragment21/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order1.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order1.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order2.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order2.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order3.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order3.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order4.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.Order4.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.energyfragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/post/pcp.forcefragment.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment00/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment01/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment02/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment03/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment04/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment05/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment06/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment07/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment08/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment09/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment10/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment11/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment12/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment13/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment14/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment15/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment16/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment17/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment18/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment19/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment20/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragment21/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragmentForces-Factors.dat (deleted)
	* tests/Fragmentations/Joining/heptan/pre/BondFragmentKeySets.dat (deleted)
	* tests/Fragmentations/Joining/heptan/pre/pcp.energy.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/pcp.forces.all (deleted)
	* tests/Fragmentations/Joining/heptan/pre/pcp.speed (deleted)
	* tests/Fragmentations/Joining/heptan/testsuite-joining-heptan.at (deleted)
	* tests/Fragmentations/Makefile.am (modified)
	* tests/Fragmentations/joiner.in (deleted)
	* tests/Fragmentations/testsuite.at (modified)
	* tests/Makefile.am (modified)
	* tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf (added)
	* tests/regression/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at (added)
	* tests/regression/Fragmentation/testsuite-fragmentation.at (modified)
	* tests/regression/Makefile.am (modified)

	Merge branch 'Fragmentation_Automation_wo_JobMarket' into stable
 ...


Mon, 14 Jul 2014 11:15:18 GMT Frederik Heber <heber@…> [a61dbb]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/FragmentationAction/FragmentationAutomationAction.cpp (modified)
	* src/Fragmentation/Automation/MPQCFragmentController.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified)
	* tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf (added)
	* tests/regression/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at (added)
	* tests/regression/Fragmentation/testsuite-fragmentation.at (modified)
	* tests/regression/Makefile.am (modified)

	In CommandLineUI actions are skipped after failing action.

	- ...


Fri, 27 Jun 2014 21:32:03 GMT Frederik Heber <heber@…> [0b6b77]
	* src/Actions/ActionQueue.cpp (modified)

	ActionQueue gives caught failure of Action and success via
	pushStatus().


Tue, 20 May 2014 09:14:56 GMT Frederik Heber <heber@…> [74459a]
	* configure.ac (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/MakroAction.cpp (modified)
	* src/Python/wait.cpp (modified)
	* src/builder.cpp (modified)
	* src/cleanUp.cpp (modified)
	* src/cleanUp.hpp (modified)

	Added --disable-action-thread to allow disabling of extra run thread. ...


Tue, 20 May 2014 09:14:56 GMT Frederik Heber <heber@…> [415ddd]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Python/Makefile.am (modified)
	* src/Python/PythonScripting_impl.hpp (modified)
	* src/Python/wait.cpp (added)
	* src/UIElements/UIFactory.hpp (modified)
	* src/builder.cpp (modified)
	* src/builder_init.hpp (modified)
	* src/cleanUp.cpp (modified)
	* src/cleanUp.hpp (modified)
	* src/documentation/Makefile.am (modified)
	* src/documentation/userinterfaces/python.dox (modified)
	* tests/regression/Options/Session/pre/complexwait.py (added)
	* tests/regression/Options/Session/testsuite-options-load-session-python.at (modified)
	* utils/Python/boxmaker.py.in (modified)

	ActionQueue now contains a run thread.

	- otherwise the progress bar ...


Tue, 20 May 2014 09:11:52 GMT Frederik Heber <heber@…> [975b83]
	* src/Actions/Action.cpp (modified)
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/Action_impl_header.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/MakroAction_impl_header.hpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Python/PythonScripting_impl.hpp (modified)
	* tests/Python/AllActions/moltest.py (modified)

	Added ActionQueue::insertAction().

	- this is preparatory for ...


Tue, 20 May 2014 08:47:03 GMT Frederik Heber <heber@…> [0d4168]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Parameters/Parameter_impl.hpp (modified)
	* src/Parameters/Value_impl.hpp (modified)
	* src/Parameters/unittests/ContinuousValueTest.cpp (modified)
	* src/Parameters/unittests/DiscreteValueTest.cpp (modified)
	* src/UIElements/Dialog.cpp (modified)
	* src/builder_init.cpp (modified)
	* tests/regression/Atoms/Add/testsuite-atoms-add.at (modified)
	* tests/regression/Options/Session/testsuite-options-load-session-python.at (modified)
	* tests/regression/Options/Session/testsuite-options-store-session-python.at (modified)

	Allow setting of invalid values in Value class, Action::performCall() ...


Tue, 29 Apr 2014 12:42:44 GMT Frederik Heber <heber@…> [7fc447]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)

	Renamed ActionsQueue's queue -> actionqueue.


Tue, 29 Apr 2014 12:42:44 GMT Frederik Heber <heber@…> [af5384]
	* src/Actions/Action.cpp (modified)
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/ActionSequence.cpp (modified)
	* src/Actions/ActionSequence.hpp (modified)
	* src/Actions/Action_impl_header.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/AtomsCalculation.hpp (modified)
	* src/Actions/AtomsCalculation_impl.hpp (modified)
	* src/Actions/Calculation.hpp (modified)
	* src/Actions/Calculation_impl.hpp (modified)
	* src/Actions/MakroAction.cpp (modified)
	* src/Actions/MakroAction.hpp (modified)
	* src/Actions/MakroAction_impl_header.hpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/ManipulateAtomsProcess.cpp (modified)
	* src/Actions/ManipulateAtomsProcess.hpp (modified)
	* src/Actions/MethodAction.cpp (modified)
	* src/Actions/MethodAction.hpp (modified)
	* src/Actions/Reaction.hpp (modified)
	* src/Actions/Reaction_impl_header.hpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp (modified)

	Actions can now clone() and split off prepare() from call().

	- ...


Thu, 19 Sep 2013 20:23:53 GMT Frederik Heber <heber@…> [12d946]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/CommandAction/LoadSessionAction.cpp (added)
	* src/Actions/CommandAction/LoadSessionAction.def (added)
	* src/Actions/CommandAction/LoadSessionAction.hpp (added)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* tests/Python/AllActions/options.dat (modified)
	* tests/regression/Makefile.am (modified)
	* tests/regression/Options/Session/testsuite-options-load-session-python.at (added)
	* tests/regression/Options/testsuite-options.at (modified)

	Implemented LoadSessionAction.

	- this it also used in ...


Thu, 19 Sep 2013 20:23:53 GMT Frederik Heber <heber@…> [9e4655]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/CommandAction/StoreSessionAction.cpp (modified)
	* src/Actions/CommandAction/StoreSessionAction.def (modified)
	* src/Parameters/Makefile.am (modified)
	* src/Parameters/Validators/Specific/SessionTypeValidator.cpp (added)
	* src/Parameters/Validators/Specific/SessionTypeValidator.hpp (added)
	* tests/Python/AllActions/options.dat (modified)
	* tests/regression/Options/Session/post/test.py (added)

	Added sessiontype option to StoreSessionAction.

	- added ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [477012]
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/ActionSequence.cpp (modified)
	* src/Actions/ActionSequence.hpp (modified)
	* src/Actions/Action_impl_header.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/Calculation.hpp (modified)
	* src/Actions/Calculation_impl.hpp (modified)
	* src/Actions/ErrorAction.cpp (modified)
	* src/Actions/ErrorAction.hpp (modified)
	* src/Actions/MakroAction.cpp (modified)
	* src/Actions/MakroAction.hpp (modified)
	* src/Actions/MakroAction_impl_header.hpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/ManipulateAtomsProcess.cpp (modified)
	* src/Actions/ManipulateAtomsProcess.hpp (modified)
	* src/Actions/MethodAction.cpp (modified)
	* src/Actions/MethodAction.hpp (modified)
	* src/Actions/Reaction.hpp (modified)
	* src/Actions/Reaction_impl.hpp (modified)
	* src/Actions/Reaction_impl_header.hpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp (modified)

	Added Action::outputAsPython() and ActionQueue::outputAsPython().

	- ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [bad589]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/CommandAction/StoreSessionAction.cpp (added)
	* src/Actions/CommandAction/StoreSessionAction.def (added)
	* src/Actions/CommandAction/StoreSessionAction.hpp (added)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* tests/Python/AllActions/options.dat (modified)
	* tests/regression/Makefile.am (modified)
	* tests/regression/Options/Session/post/test.sh (added)
	* tests/regression/Options/Session/testsuite-options-store-session.at (added)
	* tests/regression/Options/testsuite-options.at (modified)

	Added StoreSessionAction to store the current session to file.


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [46b181]
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/ActionSequence.cpp (modified)
	* src/Actions/ActionSequence.hpp (modified)
	* src/Actions/Action_impl_header.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/Calculation.hpp (modified)
	* src/Actions/Calculation_impl.hpp (modified)
	* src/Actions/ErrorAction.cpp (modified)
	* src/Actions/ErrorAction.hpp (modified)
	* src/Actions/MakroAction.cpp (modified)
	* src/Actions/MakroAction.hpp (modified)
	* src/Actions/MakroAction_impl_header.hpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/ManipulateAtomsProcess.cpp (modified)
	* src/Actions/ManipulateAtomsProcess.hpp (modified)
	* src/Actions/MethodAction.cpp (modified)
	* src/Actions/MethodAction.hpp (modified)
	* src/Actions/Reaction.hpp (modified)
	* src/Actions/Reaction_impl.hpp (modified)
	* src/Actions/Reaction_impl_header.hpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp (modified)

	Added Action::outputAsCLI() and ActionQueue::outputAsCLI().

	- ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [f54cda]
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/ManipulateAtomsProcess.hpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)

	Action::call() is private, replaced by ActionQueue::queueAction().


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [05c989]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified)
	* src/UIElements/Menu/Qt4/QtMenuPipe.cpp (modified)
	* src/UIElements/Menu/TextMenu/ActionMenuItem.cpp (modified)
	* src/UIElements/Qt4/QtMainWindow.cpp (modified)

	Actions are now called through ActionQueue.

	- Action::call() is ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [126867]
	* src/Actions/Action.cpp (modified)
	* src/Actions/Action.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/AtomsCalculation_impl.hpp (modified)
	* src/Actions/Calculation.hpp (modified)
	* src/Actions/Calculation_impl.hpp (modified)
	* src/Actions/ErrorAction.cpp (modified)
	* src/Actions/ErrorAction.hpp (modified)
	* src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified)
	* src/Actions/MakroAction.cpp (modified)
	* src/Actions/MakroAction.hpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/ManipulateAtomsProcess.cpp (modified)
	* src/Actions/ManipulateAtomsProcess.hpp (modified)
	* src/Actions/MethodAction.cpp (modified)
	* src/Actions/MethodAction.hpp (modified)
	* src/Actions/OptionRegistry.hpp (modified)
	* src/Actions/Process.cpp (modified)
	* src/Actions/Process.hpp (modified)
	* src/Actions/Reaction.hpp (modified)
	* src/Actions/Reaction_impl.hpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/UIElements/Menu/TextMenu/TextMenu.hpp (modified)
	* src/UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp (modified)
	* src/UIElements/TextUI/TextWindow.cpp (modified)
	* src/UIElements/TextUI/TextWindow.hpp (modified)
	* src/World.cpp (modified)

	Actions no longer register themselves, ActionQueue::addAction() ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [d649b7]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/ActionRegistry.cpp (modified)
	* src/Actions/ActionRegistry.hpp (modified)
	* src/UIElements/Makefile.am (modified)
	* src/UIElements/Menu/TextMenu/TextMenu.hpp (modified)
	* src/UIElements/Menu/getLastPosition.cpp (added)
	* src/UIElements/Menu/getLastPosition.hpp (added)

	Added functor getLastPosition, extracted from ActionRegistry.

	- ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [6367dd]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionHistory.cpp (modified)
	* src/Actions/ActionHistory.hpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/RedoAction.cpp (modified)
	* src/Actions/UndoAction.cpp (modified)
	* src/Actions/pyMoleCuilder.cpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/Actions/unittests/ManipulateAtomsUnitTest.cpp (modified)
	* src/builder_init.cpp (modified)
	* src/cleanUp.cpp (modified)

	ActionHistory now is part of ActionQueue.

	- TESTFIX: changes to ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [ed3944]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified)
	* src/Parameters/Validators/Specific/ActionNameValidator.cpp (modified)

	ActionQueue contains now ptr to ActionRegistry to allow forward ref ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [a6ceab]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/ActionRegistry.cpp (modified)
	* src/Actions/ActionRegistry.hpp (modified)

	FIX: ActionRegistry's function now get ref to token string.


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [690741]
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/CommandAction/HelpAction.cpp (modified)
	* src/Actions/OptionRegistry.cpp (modified)
	* src/Actions/unittests/ActionRegistryUnitTest.cpp (modified)
	* src/Actions/unittests/ActionRegistryUnitTest.hpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.cpp (modified)
	* src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp (modified)
	* src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp (modified)
	* src/UIElements/Menu/Menu.cpp (modified)
	* src/UIElements/Menu/MenuDescription.cpp (modified)
	* src/UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp (modified)
	* src/UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp (modified)
	* src/cleanUp.cpp (modified)

	Added getListOfActions() and getActionsTrait() to completely wrap ...


Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber <heber@…> [1d3563]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionQueue.cpp (modified)
	* src/Actions/ActionQueue.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/CommandAction/HelpAction.cpp (modified)
	* src/Actions/FragmentationAction/MolecularDynamicsAction.cpp (modified)
	* src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)
	* src/Parameters/Validators/Specific/ActionNameValidator.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified)
	* src/UIElements/Menu/Qt4/QtMenuPipe.cpp (modified)
	* src/UIElements/Menu/TextMenu/ActionMenuItem.cpp (modified)
	* src/UIElements/Menu/TextMenu/TextMenu.hpp (modified)
	* src/UIElements/Qt4/QtMainWindow.cpp (modified)
	* src/UIElements/TextUI/TextWindow.cpp (modified)

	Main functions of ActionRegistry are now tunneled through
	ActionQueue.


Thu, 19 Sep 2013 20:23:51 GMT Frederik Heber <heber@…> [628577]
	* src/Actions/Action.cpp (modified)
	* src/Actions/ActionQueue.cpp (added)
	* src/Actions/ActionQueue.hpp (added)
	* src/Actions/ActionRegistry.cpp (modified)
	* src/Actions/ActionRegistry.hpp (modified)
	* src/Actions/Action_impl_pre.hpp (modified)
	* src/Actions/CommandAction/HelpAction.cpp (modified)
	* src/Actions/FragmentationAction/MolecularDynamicsAction.cpp (modified)
	* src/Actions/GraphAction/SubgraphDissectionAction.cpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/MakroAction_impl_pre.hpp (modified)
	* src/Actions/OptionRegistry.cpp (modified)
	* src/Actions/Reaction_impl_pre.hpp (modified)
	* src/Actions/pyMoleCuilder.cpp (modified)
	* src/Actions/unittests/ActionRegistryUnitTest.cpp (modified)
	* src/Actions/unittests/ActionRegistryUnitTest.hpp (modified)
	* src/Actions/unittests/ActionSequenceUnitTest.cpp (modified)
	* src/Actions/unittests/AtomsCalculationUnitTest.cpp (modified)
	* src/Actions/unittests/ManipulateAtomsUnitTest.cpp (modified)
	* src/Parameters/Validators/Specific/ActionNameValidator.cpp (modified)
	* src/PythonScripting.hpp (modified)
	* src/UIElements/CommandLineUI/CommandLineParser.cpp (modified)
	* src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified)
	* src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp (modified)
	* src/UIElements/Menu/Menu.cpp (modified)
	* src/UIElements/Menu/MenuDescription.cpp (modified)
	* src/UIElements/Menu/Qt4/QtMenuPipe.cpp (modified)
	* src/UIElements/Menu/TextMenu/ActionMenuItem.cpp (modified)
	* src/UIElements/Menu/TextMenu/TextMenu.hpp (modified)
	* src/UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp (modified)
	* src/UIElements/Qt4/QtMainWindow.cpp (modified)
	* src/UIElements/TextUI/TextWindow.cpp (modified)
	* src/cleanUp.cpp (modified)

	Introduced ActionQueue which contains internal ActionRegistry.

	- ...