# # ChangeLog for src/Actions/UndoRedoHelpers.hpp # # Generated by Trac 1.4.4 # Dec 27, 2024, 4:45:20 PM Mon, 12 Jan 2015 22:10:30 GMT Frederik Heber [596cfa] * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) Extended UndoRedoHelpers by AddingMultipleMoleculesfromAtomicInfo. Thu, 18 Sep 2014 18:24:51 GMT Frederik Heber [8cc22f] * src/Actions/MoleculeAction/ForceAnnealingAction.cpp (modified) * src/Actions/MoleculeAction/VerletIntegrationAction.cpp (modified) * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * src/Atom/TesselPoint.cpp (modified) * src/Atom/TesselPoint.hpp (modified) * src/Atom/atom.cpp (modified) * src/Atom/atom.hpp (modified) * src/Atom/atom_atominfo.cpp (modified) * src/Atom/atom_atominfo.hpp (modified) * src/Atom/atom_bondedparticle.cpp (modified) * src/Atom/atom_bondedparticleinfo.cpp (modified) * src/Atom/atom_bondedparticleinfo.hpp (modified) * src/Atom/unittests/AtomObserverUnitTest.cpp (modified) * src/Fragmentation/Exporters/HydrogenPool.cpp (modified) * src/LinkedCell/unittests/stubs/TesselPointStub.cpp (modified) * src/molecule_geometry.cpp (modified) Changed how trajectories are stored, not as vecor but as map. - ... Wed, 20 Aug 2014 12:58:29 GMT Frederik Heber [7e51e1] * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * src/Atom/AtomicInfo.cpp (modified) * src/Atom/AtomicInfo.hpp (modified) * src/Atom/TesselPoint.cpp (modified) * src/Atom/TesselPoint.hpp (modified) * src/Atom/atom.cpp (modified) * src/Atom/atom.hpp (modified) * src/Atom/atom_atominfo.cpp (modified) * src/Atom/atom_atominfo.hpp (modified) * src/Atom/atom_bondedparticleinfo.cpp (modified) * src/Atom/atom_bondedparticleinfo.hpp (modified) Extended UndoRedoHelpers. - added removeLastStep(), addNewStep(). ... Wed, 13 Jun 2012 17:39:03 GMT Frederik Heber [8ea3e7] * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.def (modified) * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * tests/regression/Molecules/Copy/testsuite-molecules-copy-molecule.at (modified) CopyMolecule can now copy all currently selected molecules. - this ... Fri, 06 Apr 2012 11:44:51 GMT Frederik Heber [af9be32] * src/Actions/UndoRedoHelpers.cpp (modified) * src/Actions/UndoRedoHelpers.hpp (modified) * src/Bond/BondInfo.cpp (added) * src/Bond/BondInfo.hpp (added) * src/Makefile.am (modified) Added BondInfo to store bond's state information for later re- ... Fri, 06 Apr 2012 11:44:09 GMT Frederik Heber [57dd40] * src/Actions/AtomAction/RemoveAction.cpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/UndoRedoHelpers.cpp (added) * src/Actions/UndoRedoHelpers.hpp (added) * src/documentation/constructs/actions.dox (modified) Extracted removal and adding of atoms from AtomicInfo to ...