Warning, /sdk/kdesvn/src/settings/subversion_settings.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>SubversionSettings</class>
0004  <widget class="QWidget" name="SubversionSettings">
0005   <property name="windowTitle">
0006    <string>Subversion Settings</string>
0007   </property>
0008   <layout class="QGridLayout" name="gridLayout">
0009    <item row="0" column="1" rowspan="2">
0010     <layout class="QVBoxLayout" name="verticalLayout">
0011      <item>
0012       <widget class="QCheckBox" name="kcfg_start_updates_check_on_open">
0013        <property name="toolTip">
0014         <string>Select if kdesvn should check for updates when open a working copy</string>
0015        </property>
0016        <property name="text">
0017         <string>Start check for updates when open a working copy</string>
0018        </property>
0019        <property name="shortcut">
0020         <string/>
0021        </property>
0022       </widget>
0023      </item>
0024      <item>
0025       <widget class="QCheckBox" name="kcfg_log_cache_on_open">
0026        <property name="sizePolicy">
0027         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0028          <horstretch>0</horstretch>
0029          <verstretch>0</verstretch>
0030         </sizepolicy>
0031        </property>
0032        <property name="toolTip">
0033         <string>Start refreshing the log cache for repository when networking enabled</string>
0034        </property>
0035        <property name="text">
0036         <string>Start fill log cache on open</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QCheckBox" name="kcfg_check_needslock">
0042        <property name="toolTip">
0043         <string>When listing on working copies kdesvn may check for this property</string>
0044        </property>
0045        <property name="whatsThis">
0046         <string>When listing on working copies kdesvn may check for &lt;tt&gt;svn:needs-lock&lt;/tt&gt; property.&lt;br&gt;However, on folders containing lots of items this listing/updating may get slow. Therefore, you should only switch on if you have repositories containing many such entries.</string>
0047        </property>
0048        <property name="text">
0049         <string>Check if items have &quot;svn:needs-lock&quot; property set</string>
0050        </property>
0051       </widget>
0052      </item>
0053      <item>
0054       <widget class="QCheckBox" name="kcfg_details_on_remote_listing">
0055        <property name="toolTip">
0056         <string>Whether to retrieve details about items when making listing on repositories</string>
0057        </property>
0058        <property name="whatsThis">
0059         <string>&lt;p align=&quot;left&quot;&gt;When checked, kdesvn fetches more detailed info about file items when making a listing to remote repositories so that you may see remote locks in overview.
0060 &lt;/p&gt;
0061 &lt;p align=&quot;left&quot;&gt;&lt;i&gt;Be careful: This may let listings become REAL slow.&lt;/i&gt;&lt;/p&gt;</string>
0062        </property>
0063        <property name="text">
0064         <string>Get file details while remote listing</string>
0065        </property>
0066        <property name="shortcut">
0067         <string/>
0068        </property>
0069       </widget>
0070      </item>
0071      <item>
0072       <widget class="QCheckBox" name="kcfg_info_recursive">
0073        <property name="text">
0074         <string>Get item info recursively</string>
0075        </property>
0076        <property name="shortcut">
0077         <string/>
0078        </property>
0079       </widget>
0080      </item>
0081      <item>
0082       <widget class="QCheckBox" name="kcfg_properties_on_remote_items">
0083        <property name="toolTip">
0084         <string>Should kdesvn retrieve properties on selected item in repositories</string>
0085        </property>
0086        <property name="whatsThis">
0087         <string>When browsing, kdesvn may try displaying properties below itemlist from a selected item. 
0088 On networked repositories (e.g., not opened via file:// protocol) this may get very slow. Thus, if you have slow network connections or when browsing hangs often you should deactivate it.</string>
0089        </property>
0090        <property name="text">
0091         <string>Always get properties on networked repositories</string>
0092        </property>
0093        <property name="shortcut">
0094         <string/>
0095        </property>
0096       </widget>
0097      </item>
0098      <item>
0099       <widget class="QCheckBox" name="kcfg_store_passwords">
0100        <property name="toolTip">
0101         <string>Should Subversion store passwords by default</string>
0102        </property>
0103        <property name="whatsThis">
0104         <string>Storing passwords is often a security problem. Kdesvn itself does not store any passwords, but the Subversion itself inside the configuration area of Subversion. If this area is readable from others you should not set it, but you may select for single non critical accounts inside the authentication dialog.</string>
0105        </property>
0106        <property name="text">
0107         <string>Store passwords for remote connections</string>
0108        </property>
0109        <property name="shortcut">
0110         <string/>
0111        </property>
0112       </widget>
0113      </item>
0114      <item>
0115       <widget class="QCheckBox" name="kcfg_passwords_in_wallet">
0116        <property name="toolTip">
0117         <string>When saving passwords, do it into KDE Wallet instead of Subversions storage?</string>
0118        </property>
0119        <property name="whatsThis">
0120         <string>&lt;p&gt;Tells if your passwords set in kdesvn should stored into KDE Wallet instead of simple clear text storage of Subversion.&lt;/p&gt;
0121 &lt;p&gt;This would be a little bit more secure because KDE Wallet is (mostly) encrypted with a password. On other hand you must re-enter your passwords with other Subversion clients not accessing KDE wallet (e.g. svn command line itself, rapidsvn and so on).&lt;/p&gt;
0122 &lt;p&gt;If you are HOME storage e.g. Subversion's config folder is on a network drive you should hard think about not storing passwords in a plain text file like Subversion does but put it into an encrypted storage like KDE Wallet or do not save passwords.&lt;/p&gt;</string>
0123        </property>
0124        <property name="text">
0125         <string>Store passwords into KDE Wallet</string>
0126        </property>
0127        <property name="shortcut">
0128         <string/>
0129        </property>
0130       </widget>
0131      </item>
0132      <item>
0133       <widget class="QCheckBox" name="kcfg_use_password_cache">
0134        <property name="toolTip">
0135         <string>Use an internal password cache</string>
0136        </property>
0137        <property name="text">
0138         <string>Use internal password cache</string>
0139        </property>
0140       </widget>
0141      </item>
0142      <item>
0143       <widget class="QCheckBox" name="kcfg_log_follows_nodes">
0144        <property name="text">
0145         <string>Log follows node changes</string>
0146        </property>
0147        <property name="shortcut">
0148         <string/>
0149        </property>
0150       </widget>
0151      </item>
0152      <item>
0153       <widget class="QCheckBox" name="kcfg_log_always_list_changed_files">
0154        <property name="toolTip">
0155         <string>Read detailed change lists</string>
0156        </property>
0157        <property name="whatsThis">
0158         <string>Reading lists of changed files may sometimes a little bit slow down things. But if this feature is switched off, kdesvn may fail generating differences between node changes from within the log viewer.</string>
0159        </property>
0160        <property name="text">
0161         <string>Log always reads list of changed files</string>
0162        </property>
0163        <property name="shortcut">
0164         <string/>
0165        </property>
0166       </widget>
0167      </item>
0168      <item>
0169       <widget class="QCheckBox" name="kcfg_review_commit">
0170        <property name="toolTip">
0171         <string>List items next commit will send or not</string>
0172        </property>
0173        <property name="text">
0174         <string>Review items before commit</string>
0175        </property>
0176        <property name="shortcut">
0177         <string/>
0178        </property>
0179       </widget>
0180      </item>
0181      <item>
0182       <widget class="QCheckBox" name="kcfg_commit_hide_new">
0183        <property name="toolTip">
0184         <string>Should unversioned items be displayed in commit dialog or not.</string>
0185        </property>
0186        <property name="text">
0187         <string>Hide new items in commit box</string>
0188        </property>
0189        <property name="shortcut">
0190         <string/>
0191        </property>
0192       </widget>
0193      </item>
0194      <item>
0195       <widget class="QCheckBox" name="kcfg_update_add_as_modification">
0196        <property name="toolTip">
0197         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If set, a local addition at the same path as an incoming addition of the same node kind results in a normal node with a possible local modification, instead of a tree conflict.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0198        </property>
0199        <property name="text">
0200         <string>Update modifies instead of creating conflicts</string>
0201        </property>
0202       </widget>
0203      </item>
0204      <item>
0205       <widget class="QCheckBox" name="kcfg_update_make_parents">
0206        <property name="toolTip">
0207         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If set, create any non-existent parent directories also by checking them out at depth=empty&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0208        </property>
0209        <property name="text">
0210         <string>Update makes missing parents</string>
0211        </property>
0212       </widget>
0213      </item>
0214     </layout>
0215    </item>
0216    <item row="0" column="2">
0217     <spacer name="horizontalSpacer">
0218      <property name="orientation">
0219       <enum>Qt::Horizontal</enum>
0220      </property>
0221      <property name="sizeHint" stdset="0">
0222       <size>
0223        <width>40</width>
0224        <height>20</height>
0225       </size>
0226      </property>
0227     </spacer>
0228    </item>
0229    <item row="2" column="1">
0230     <spacer name="verticalSpacer">
0231      <property name="orientation">
0232       <enum>Qt::Vertical</enum>
0233      </property>
0234      <property name="sizeHint" stdset="0">
0235       <size>
0236        <width>20</width>
0237        <height>40</height>
0238       </size>
0239      </property>
0240     </spacer>
0241    </item>
0242   </layout>
0243  </widget>
0244  <layoutdefault spacing="6" margin="11"/>
0245  <resources/>
0246  <connections/>
0247 </ui>