Update color scheme and key bindings list correctly after creating a new scheme/list. Save new schemes / bindings lists under a different name from the one used as a template. Get/set the description in the key binding editor.

svn path=/branches/work/konsole-split-view/; revision=661569
This commit is contained in:
Robert Knight
2007-05-06 00:03:54 +00:00
parent 19a29d182a
commit fe5f371635
6 changed files with 177 additions and 113 deletions

View File

@@ -442,6 +442,10 @@ QString KeyboardTranslator::description() const
{
return _description;
}
void KeyboardTranslator::setName(const QString& name)
{
_name = name;
}
QString KeyboardTranslator::name() const
{
return _name;