# # ChangeLog for tests/regression/Bond # # Generated by Trac 1.4.4 # Jan 8, 2025, 8:55:09 PM Wed, 29 Jul 2015 18:15:49 GMT Frederik Heber [c66ae6] * Makefile.am (modified) * configure.ac (modified) * src/Bond/AdjacencyMatcher/Adjacency.hpp (added) * src/Bond/AdjacencyMatcher/AdjacencyMatcher.cpp (added) * src/Bond/AdjacencyMatcher/Makefile.am (added) * src/Tesselation/TriangleMatcher/TriangleMatcher.cpp (modified) * tests/GuiChecks/Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at (added) * tests/GuiChecks/Bond/testsuite-bond.at (modified) * tests/GuiChecks/Makefile.am (modified) * tests/GuiChecks/Molecules/SaveAdjacency/testsuite-molecules-save-adjacency.at (modified) * tests/GuiChecks/Tesselation/TriangleMatcher/testsuite-tesselation-trianglematcher.at (modified) * tests/GuiChecks/adjacencymatcher.in (added) * tests/regression/Bond/AdjacencyMatcher/pre/notequal.adj (added) * tests/regression/Bond/AdjacencyMatcher/pre/notequal2.adj (added) * tests/regression/Bond/AdjacencyMatcher/pre/test.adj (added) * tests/regression/Bond/AdjacencyMatcher/pre/test2.adj (added) * tests/regression/Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at (added) * tests/regression/Bond/testsuite-bond.at (modified) * tests/regression/Makefile.am (modified) * tests/regression/Molecules/SaveAdjacency/testsuite-molecules-save-adjacency.at (modified) * tests/regression/Tesselation/TriangleMatcher/testsuite-tesselation-trianglematcher.at (modified) * tests/regression/adjacencymatcher.in (added) TESTFIX: Added AdjacencyMatcher to correctly compare .adj files in ... Fri, 13 Feb 2015 09:18:04 GMT Frederik Heber [88afc9] * doc/userguide/userguide.xml (modified) * src/Actions/BondAction/BondAddAction.cpp (modified) * src/Actions/BondAction/BondAddAction.def (modified) * src/Actions/BondAction/BondRemoveAction.cpp (modified) * src/Actions/BondAction/BondRemoveAction.def (modified) * tests/regression/Bond/Add/post/test_multiple.pdb (added) * tests/regression/Bond/Add/pre/test_multiple.pdb (added) * tests/regression/Bond/Add/testsuite-bond-add.at (modified) * tests/regression/Bond/Add/testsuite-bond-add_multiple.at (added) * tests/regression/Bond/Remove/post/test_multiple.pdb (added) * tests/regression/Bond/Remove/post/test_multiple_undo.pdb (added) * tests/regression/Bond/Remove/pre/test_multiple.pdb (added) * tests/regression/Bond/Remove/pre/test_multiple_undo.pdb (added) * tests/regression/Bond/Remove/testsuite-bond-remove.at (modified) * tests/regression/Bond/Remove/testsuite-bond-remove_multiple.at (added) * tests/regression/Bond/testsuite-bond.at (modified) * tests/regression/Makefile.am (modified) Enhanced add-bonds and remove-bonds to multiply selected pairs of ... Fri, 14 Dec 2012 14:30:23 GMT Frederik Heber [f63e41] * src/Actions/BondAction/BondAddAction.cpp (added) * src/Actions/BondAction/BondAddAction.def (added) * src/Actions/BondAction/BondAddAction.hpp (added) * src/Actions/BondAction/BondRemoveAction.cpp (added) * src/Actions/BondAction/BondRemoveAction.def (added) * src/Actions/BondAction/BondRemoveAction.hpp (added) * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/Makefile.am (modified) * src/Atom/atom_bondedparticle.cpp (modified) * src/Atom/atom_bondedparticle.hpp (modified) * src/Atom/atom_bondedparticleinfo.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.hpp (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) * tests/regression/Bond/Add/post/test.pdb (added) * tests/regression/Bond/Add/pre/test.pdb (added) * tests/regression/Bond/Add/testsuite-bond-add.at (added) * tests/regression/Bond/Remove/post/test.pdb (added) * tests/regression/Bond/Remove/pre/test.pdb (added) * tests/regression/Bond/Remove/testsuite-bond-remove.at (added) * tests/regression/Bond/testsuite-bond.at (added) * tests/regression/Makefile.am (modified) * tests/regression/testsuite.at (modified) Added Actions to add and remove a bond in between two atoms. - ...