# # ChangeLog for src/Actions/toPythonString.cpp # # Generated by Trac 1.4.4 # Dec 27, 2024, 4:42:35 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 [992839] * src/Actions/Action_impl_pre.hpp (modified) * src/Actions/Makefile.am (modified) * src/Actions/MakroAction.cpp (modified) * src/Actions/MakroAction_impl_pre.hpp (modified) * src/Actions/Reaction_impl_pre.hpp (modified) * src/Actions/toPythonString.cpp (added) * src/Actions/toPythonString.hpp (added) * tests/regression/Options/Session/post/complextest.py (added) * tests/regression/Options/Session/testsuite-options-store-session-python.at (modified) Added more complex python example to regression test of store ...