# # ChangeLog for src/Actions/GraphAction/DestroyAdjacencyAction.cpp # # Generated by Trac 1.4.4 # Mar 20, 2025, 6:02:52 PM Wed, 17 Apr 2013 18:56:54 GMT Frederik Heber [1f693d] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Actions/GraphAction/DestroyAdjacencyAction.cpp (modified) * src/Atom/CopyAtoms/CopyAtoms_withBonds.cpp (modified) * src/Atom/atom_bondedparticle.cpp (modified) * src/Bond/BondInfo.cpp (modified) * src/Bond/bond.cpp (modified) * src/Bond/bond.hpp (modified) * src/Bond/bond_observable.hpp (modified) * src/Fragmentation/Exporters/ExportGraph.cpp (modified) * src/Fragmentation/Exporters/SaturatedFragment.cpp (modified) * src/Graph/BuildInducedSubgraph.cpp (modified) * src/Parser/Psi3Parser.cpp (modified) * src/Tesselation/boundary.cpp (modified) * src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp (modified) * src/molecule.cpp (modified) * src/molecule_graph.cpp (modified) Wrapped Bond::BondDegree in getter. - This is preparatory for a new ... Mon, 08 Apr 2013 11:56:08 GMT Frederik Heber [560cbf] * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/GraphAction/DestroyAdjacencyAction.cpp (added) * src/Actions/GraphAction/DestroyAdjacencyAction.def (added) * src/Actions/GraphAction/DestroyAdjacencyAction.hpp (added) * src/Actions/Makefile.am (modified) * tests/regression/Graph/DestroyAdjacency/pre/ethane.pdb (added) * tests/regression/Graph/DestroyAdjacency/testsuite-graph-destroy-adjacency.at (added) * tests/regression/Graph/testsuite-graph.at (modified) * tests/regression/Makefile.am (modified) Added a DestroyAdjacencyAction with undo/redo. - also added ...