From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- vcs/cvsservice/cvsoptionswidgetbase.ui | 230 +++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 vcs/cvsservice/cvsoptionswidgetbase.ui (limited to 'vcs/cvsservice/cvsoptionswidgetbase.ui') diff --git a/vcs/cvsservice/cvsoptionswidgetbase.ui b/vcs/cvsservice/cvsoptionswidgetbase.ui new file mode 100644 index 00000000..4938ea4a --- /dev/null +++ b/vcs/cvsservice/cvsoptionswidgetbase.ui @@ -0,0 +1,230 @@ + +CvsOptionsWidgetBase + + + cvsOptionsWidget + + + + 0 + 0 + 500 + 507 + + + + CVS Options + + + + unnamed + + + + groupBox4 + + + Common Settings + + + + unnamed + + + + m_rshLabel + + + + 5 + 0 + 0 + 0 + + + + &Remote shell (CVS_RSH environment variable): + + + cvsRshEnvVarEdit + + + + + cvsRshEnvVarEdit + + + sets the CVS_RSH variable + + + Set this option to "ssh" to use ssh as remote shell for CVS. Note that you need password-less login (see the ssh documentation for how to generate a public/private key pair) otherwise CVS will just hang forever. + + + + + textLabel1_2 + + + CVS server &location: + + + serverLocationEdit + + + + + serverLocationEdit + + + + + + + groupBox1 + + + When Updating + + + + unnamed + + + + createNewDirWhenUpdateCheck + + + Create &new directories (if any) + + + + + pruneEmptyDirWhenUpdateCheck + + + &Prune empty directories + + + + + recursiveWhenUpdateCheck + + + &Update subdirectories too + + + + + + + groupBox2 + + + When Committing/Removing + + + + unnamed + + + + recursiveWhenCommitRemoveCheck + + + &Be recursive + + + + + + + groupBox3 + + + When Creating Diffs + + + + unnamed + + + + diffOptionsEdit + + + + 7 + 0 + 0 + 0 + + + + + + m_diffLabel + + + + 5 + 0 + 0 + 0 + + + + Use these e&xtra options: + + + diffOptionsEdit + + + + + contextLinesInput + + + 3 + + + 0 + + + 65535 + + + + + textLabel1 + + + + 5 + 0 + 0 + 0 + + + + Con&text lines: + + + contextLinesInput + + + + + + + + + + kdialog.h + + + + + knuminput.h + knuminput.h + + -- cgit v1.2.1