Add basic code to associate shortcuts with profiles and load/save those shortcut/profile pairs. Move Profile class into its own source file. Move old TODO list into the 'old' directory.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=664308
This commit is contained in:
Robert Knight
2007-05-13 16:38:59 +00:00
parent ecdb2781d0
commit c5ab0f3cec
14 changed files with 971 additions and 802 deletions

View File

@@ -36,7 +36,7 @@ using namespace Konsole;
RemoteConnectionDialog::RemoteConnectionDialog(QWidget* parent)
: KDialog(parent)
{
setCaption("New Remote Connection");
setCaption(i18n("New Remote Connection"));
setButtons( KDialog::Ok | KDialog::Cancel );
setButtonText( KDialog::Ok , i18n("Connect") );