# # ChangeLog for src/Actions/GraphAction # # Generated by Trac 1.4.4 # Jan 8, 2025, 4:43:21 AM Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [5e2f80] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/atom_bondedparticle.hpp (modified) * src/atom_bondedparticleinfo.cpp (modified) * src/atom_bondedparticleinfo.hpp (modified) * src/molecule.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/ListOfBondsUnitTest.cpp (modified) BondedParticle no more hands out non-const ListOfBonds. - the few ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [db7e6d] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Bond/bond.cpp (modified) * src/Bond/bond.hpp (modified) * src/Graph/BondGraph.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/atom_bondedparticle.hpp (modified) BondedParticle:: register and unregister are private. - adding and ... Mon, 07 Mar 2011 11:40:27 GMT Frederik Heber [d09093] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (moved) * src/Actions/GraphAction/CreateAdjacencyAction.def (moved) * src/Actions/GraphAction/CreateAdjacencyAction.hpp (moved) * src/Actions/GraphAction/DepthFirstSearchAction.cpp (moved) * src/Actions/GraphAction/DepthFirstSearchAction.def (moved) * src/Actions/GraphAction/DepthFirstSearchAction.hpp (moved) * src/Actions/GraphAction/SubgraphDissectionAction.cpp (moved) * src/Actions/GraphAction/SubgraphDissectionAction.def (moved) * src/Actions/GraphAction/SubgraphDissectionAction.hpp (moved) * src/Actions/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.hpp (modified) * src/UIElements/Menu/MenuDescription.cpp (modified) Moved all graph-related Actions into own folder Actions/GraphAction/. ...