# # ChangeLog for src/Actions/WorldAction/InputAction.cpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 6:26:11 AM Wed, 07 Jul 2010 11:53:05 GMT Frederik Heber [86cff86] * src/Actions/AtomAction/ChangeElementAction.cpp (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (modified) * src/Parser/FormatParserStorage.cpp (modified) * src/Parser/FormatParserStorage.hpp (modified) * src/Parser/XyzParser.cpp (modified) * src/unittests/ParserUnitTest.cpp (modified) * tests/regression/Domain/6/post/test-x.xyz (moved) * tests/regression/Domain/6/post/test-y.xyz (moved) * tests/regression/Domain/6/post/test-z.xyz (moved) * tests/regression/Domain/6/post/test.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment0.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment1.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment2.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment3.xyz (moved) * tests/regression/Fragmentation/2/post/BondFragment4.xyz (moved) * tests/regression/Molecules/6/post/test2.conf (moved) * tests/regression/Molecules/6/pre/test2.conf (added) * tests/regression/Simple_configuration/2/post/test.in (moved) * tests/regression/Simple_configuration/2/post/test.xyz (moved) * tests/regression/Simple_configuration/3/post/test.in (moved) * tests/regression/Simple_configuration/3/post/test.xyz (moved) * tests/regression/Simple_configuration/3/post/test2.conf (moved) * tests/regression/Simple_configuration/3/post/test2.in (added) * tests/regression/Simple_configuration/3/post/test2.xyz (added) * tests/regression/Simple_configuration/4/post/test.conf.xyz (deleted) * tests/regression/Simple_configuration/4/post/test.xyz (added) * tests/regression/Simple_configuration/4/pre/test.xyz (added) * tests/regression/Simple_configuration/5/post/test.in (moved) * tests/regression/Simple_configuration/5/post/test.xyz (moved) * tests/regression/Simple_configuration/8/post/test.xyz (moved) * tests/regression/Simple_configuration/8/post/test.xyz-sorted (added) * tests/regression/testsuite-domain.at (modified) * tests/regression/testsuite-simple_configuration.at (modified) InputAction now parses all possible formats, not only pcp. - new ... Fri, 25 Jun 2010 08:11:20 GMT Frederik Heber [4f7f34e] * src/Actions/Makefile.am (modified) * src/Actions/MapOfActions.cpp (modified) * src/Actions/WorldAction/InputAction.cpp (added) * src/Actions/WorldAction/InputAction.hpp (added) * src/Actions/WorldAction/OutputAction.cpp (added) * src/Actions/WorldAction/OutputAction.hpp (added) * src/CommandLineParser.cpp (modified) * src/Makefile.am (modified) * src/UIElements/CommandLineUI/CommandLineWindow.cpp (modified) * src/builder.cpp (modified) * tests/regression/testsuite-simple_configuration.at (modified) * tests/regression/testsuite-standard_options.at (modified) ParseCommandLineOptions() is not used anymore. - new Actions ...