# # ChangeLog for src/Actions/toCLIString.cpp # # Generated by Trac 1.4.4 # Dec 27, 2024, 3:36:36 PM Thu, 11 Jun 2015 23:21:41 GMT Frederik Heber [33e801] * src/Actions/Values.cpp (modified) * src/Actions/Values.hpp (modified) * src/Actions/toCLIString.cpp (modified) * src/Actions/toCLIString.hpp (modified) * src/Actions/toPythonString.cpp (modified) * src/Actions/toPythonString.hpp (modified) * src/Actions/unittests/stubs/DummyUI.hpp (modified) * src/Parameters/Makefile.am (modified) * src/Parameters/Specifics/KeyValuePair.hpp (added) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUI/CommandLineParser.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.cpp (modified) * src/UIElements/CommandLineUI/CommandLineParser_validate.hpp (modified) * src/UIElements/CommandLineUI/Query/CommandLineQuery.hpp (modified) * src/UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp (added) * src/UIElements/CommandLineUI/TypeEnumContainer.cpp (modified) * src/UIElements/CommandLineUI/TypeEnumContainer.hpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Qt4/QtDialog.cpp (modified) * src/UIElements/Qt4/QtDialog.hpp (modified) * src/UIElements/Qt4/Query/KeyValuePairQtQuery.cpp (added) * src/UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp (added) * src/UIElements/Qt4/Query/QtQuery.hpp (modified) * src/UIElements/Qt4/Query/QtQueryList.hpp (modified) * src/UIElements/TextUI/Query/KeyValuePairTextQuery.cpp (added) * src/UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp (added) * src/UIElements/TextUI/Query/TextQuery.hpp (modified) * src/UIElements/TextUI/TextDialog.cpp (modified) * src/UIElements/TextUI/TextDialog.hpp (modified) Added ParameterPair (i.e. "key = value;") to allow other string ... Thu, 19 Sep 2013 20:23:53 GMT Frederik Heber [27d0bc] * src/Actions/toCLIString.cpp (modified) * src/Actions/toCLIString.hpp (modified) Extended and fixed toCLIString for RealSpaceMatrix, element and vector<>. Thu, 19 Sep 2013 20:23:52 GMT Frederik Heber [9b56f34] * src/Actions/ActionSequence.cpp (modified) * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MakroAction_impl_pre.hpp (modified) * src/Actions/Reaction_impl_pre.hpp (modified) * src/Actions/toCLIString.cpp (added) * src/Actions/toCLIString.hpp (added) ActionParameters need special format when given to CLI. - ...