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/commitdialogbase.ui | 161 +++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 vcs/cvsservice/commitdialogbase.ui (limited to 'vcs/cvsservice/commitdialogbase.ui') diff --git a/vcs/cvsservice/commitdialogbase.ui b/vcs/cvsservice/commitdialogbase.ui new file mode 100644 index 00000000..90e8f7b4 --- /dev/null +++ b/vcs/cvsservice/commitdialogbase.ui @@ -0,0 +1,161 @@ + +CommitDialogBase + + + CommitDialogBase + + + + 0 + 0 + 531 + 385 + + + + Commit to Repository + + + true + + + + unnamed + + + + groupBox1 + + + &Message + + + + unnamed + + + + textEdit + + + + + + + layout2 + + + + unnamed + + + + checkAddToChangelog + + + &Add to changelog: + + + + + changeLogNameEdit + + + false + + + Change log filename path (relative to project directory) + + + <b>Changelog filename path</b><br/>Insert here the Changelog filename you wish to use so that the message is appended + + + + + + + line1 + + + HLine + + + Sunken + + + Horizontal + + + + + layout5 + + + + unnamed + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 350 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + + + + true + + + + + + + + + buttonCancel + clicked() + CommitDialogBase + reject() + + + checkAddToChangelog + toggled(bool) + changeLogNameEdit + setEnabled(bool) + + + + -- cgit v1.2.1