From e2f541c98dfa4081fa3ab3d28f08ea2309281884 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 15 Mar 2010 17:32:48 +0000 Subject: Added KDE3 version of kdesvn git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1103685 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/ksvnwidgets/depthform.ui | 93 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 src/ksvnwidgets/depthform.ui (limited to 'src/ksvnwidgets/depthform.ui') diff --git a/src/ksvnwidgets/depthform.ui b/src/ksvnwidgets/depthform.ui new file mode 100644 index 0000000..3a5d126 --- /dev/null +++ b/src/ksvnwidgets/depthform.ui @@ -0,0 +1,93 @@ + +DepthSettings +Selector widget for depth enumeration +Rajko Albrecht + + + DepthForm + + + + 0 + 0 + 209 + 46 + + + + Form1 + + + + unnamed + + + + + Empty Depth + + + + + Files Depth + + + + + Immediate Depth + + + + + Infinity Depth (recurse) + + + + m_DepthCombo + + + false + + + Select depth of operation + + + <b>Kind of depth</b>: +<p> +<i>empty depth</i><br>Just the named directory, no entries. Updates will not pull in any files or subdirectories not already present. +</p> +<p> +<i>Files depth</i><br>Folder and its file children, but not subdirs. Updates will pull in any files not already present, but not subdirectories. +</p> +<p> +<i>Immediate depth</i><br> +Folder and its entries. Updates will pull in any files or subdirectories not already present; those subdirectories entries will have depth-empty. +</p> +<p> +<i>Infinity depth</i><br> +Updates will pull in any files or subdirectories not already present; those subdirectories' this_dir entries will have depth-infinity.<br> +Equivalent to the pre-1.5 default update behavior. +</p> + + + + + m_leftspacer + + + Horizontal + + + Expanding + + + + 40 + 20 + + + + + + + -- cgit v1.2.1