#
# ChangeLog for src/UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp
#
# Generated by Trac 1.4.4
# Mar 25, 2025, 1:11:37 PM

Thu, 11 Jun 2015 23:21:41 GMT Frederik Heber <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 ...