# # ChangeLog for src/Actions/GraphAction # # Generated by Trac 1.4.4 # Jan 7, 2025, 11:53:35 AM 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/. ...