--- a/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui Tue Apr 17 19:06:13 2012 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui Sat Apr 21 19:52:33 2012 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>SvnRepoBrowserDialog</class> - <widget class="QDialog" name="SvnRepoBrowserDialog" > - <property name="geometry" > + <widget class="QDialog" name="SvnRepoBrowserDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,107 +10,104 @@ <height>667</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Subversion Repository Browser</string> </property> - <layout class="QGridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="label" > - <property name="text" > + <layout class="QGridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> <string>URL:</string> </property> </widget> </item> - <item row="0" column="1" > - <widget class="QComboBox" name="urlCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > + <item row="0" column="1"> + <widget class="QComboBox" name="urlCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="toolTip" > + <property name="toolTip"> <string>Enter the URL of the repository</string> </property> - <property name="editable" > + <property name="editable"> <bool>true</bool> </property> - <property name="insertPolicy" > + <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> </widget> </item> - <item row="1" column="0" colspan="2" > - <widget class="QTreeWidget" name="repoTree" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > + <item row="1" column="0" colspan="2"> + <widget class="QTreeWidget" name="repoTree"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>4</verstretch> </sizepolicy> </property> - <property name="alternatingRowColors" > + <property name="alternatingRowColors"> <bool>true</bool> </property> - <property name="sortingEnabled" > + <property name="sortingEnabled"> <bool>true</bool> </property> - <property name="allColumnsShowFocus" > + <property name="allColumnsShowFocus"> <bool>true</bool> </property> - <property name="columnCount" > + <property name="columnCount"> <number>5</number> </property> <column> - <property name="text" > + <property name="text"> <string>File</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Revision</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Author</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Size</string> </property> </column> <column> - <property name="text" > + <property name="text"> <string>Date</string> </property> </column> </widget> </item> - <item row="2" column="0" colspan="2" > - <widget class="QGroupBox" name="errorGroup" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > + <item row="2" column="0" colspan="2"> + <widget class="QGroupBox" name="errorGroup"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> - <property name="title" > + <property name="title"> <string>Errors</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QTextEdit" name="errors" > - <property name="focusPolicy" > - <enum>Qt::NoFocus</enum> + <widget class="QTextEdit" name="errors"> + <property name="whatsThis"> + <string><b>Subversion errors</b><p>This shows possible error messages of the svn list and svn info commands.</p></string> </property> - <property name="whatsThis" > - <string><b>Subversion errors</b><p>This shows possible error messages of the svn list and svn info commands.</p></string> - </property> - <property name="readOnly" > + <property name="readOnly"> <bool>true</bool> </property> - <property name="acceptRichText" > + <property name="acceptRichText"> <bool>false</bool> </property> </widget> @@ -117,21 +115,21 @@ </layout> </widget> </item> - <item row="3" column="0" colspan="2" > - <widget class="QGroupBox" name="inputGroup" > - <property name="title" > + <item row="3" column="0" colspan="2"> + <widget class="QGroupBox" name="inputGroup"> + <property name="title"> <string>Input</string> </property> - <layout class="QGridLayout" > - <item row="1" column="1" > + <layout class="QGridLayout"> + <item row="1" column="1"> <spacer> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="sizeType" > + <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>327</width> <height>29</height> @@ -139,35 +137,35 @@ </property> </spacer> </item> - <item row="1" column="2" > - <widget class="QPushButton" name="sendButton" > - <property name="toolTip" > + <item row="1" column="2"> + <widget class="QPushButton" name="sendButton"> + <property name="toolTip"> <string>Press to send the input to the subversion process</string> </property> - <property name="text" > + <property name="text"> <string>&Send</string> </property> - <property name="shortcut" > + <property name="shortcut"> <string>Alt+S</string> </property> </widget> </item> - <item row="0" column="0" colspan="3" > - <widget class="QLineEdit" name="input" > - <property name="toolTip" > + <item row="0" column="0" colspan="3"> + <widget class="QLineEdit" name="input"> + <property name="toolTip"> <string>Enter data to be sent to the subversion process</string> </property> </widget> </item> - <item row="1" column="0" > - <widget class="QCheckBox" name="passwordCheckBox" > - <property name="toolTip" > + <item row="1" column="0"> + <widget class="QCheckBox" name="passwordCheckBox"> + <property name="toolTip"> <string>Select to switch the input field to password mode</string> </property> - <property name="text" > + <property name="text"> <string>&Password Mode</string> </property> - <property name="shortcut" > + <property name="shortcut"> <string>Alt+P</string> </property> </widget> @@ -175,12 +173,12 @@ </layout> </widget> </item> - <item row="4" column="0" colspan="2" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <item row="4" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set> </property> </widget> @@ -190,9 +188,10 @@ <tabstops> <tabstop>urlCombo</tabstop> <tabstop>repoTree</tabstop> + <tabstop>errors</tabstop> <tabstop>input</tabstop> + <tabstop>passwordCheckBox</tabstop> <tabstop>sendButton</tabstop> - <tabstop>passwordCheckBox</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> @@ -203,11 +202,11 @@ <receiver>SvnRepoBrowserDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>359</x> <y>660</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> @@ -219,11 +218,11 @@ <receiver>SvnRepoBrowserDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>146</x> <y>660</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>8</x> <y>472</y> </hint>