Sat, 09 Jan 2010 19:43:36 +0000
Fixed a bunch of issues including a workaround for a bug in the Python email package (s. EmailDialog.py).
<ui version="4.0" > <class>SvnRepoBrowserDialog</class> <widget class="QDialog" name="SvnRepoBrowserDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>650</width> <height>667</height> </rect> </property> <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" > <string>URL:</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QComboBox" name="urlCombo" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip" > <string>Enter the URL of the repository</string> </property> <property name="editable" > <bool>true</bool> </property> <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" > <horstretch>0</horstretch> <verstretch>4</verstretch> </sizepolicy> </property> <property name="alternatingRowColors" > <bool>true</bool> </property> <property name="sortingEnabled" > <bool>true</bool> </property> <property name="allColumnsShowFocus" > <bool>true</bool> </property> <property name="columnCount" > <number>5</number> </property> <column> <property name="text" > <string>File</string> </property> </column> <column> <property name="text" > <string>Revision</string> </property> </column> <column> <property name="text" > <string>Author</string> </property> </column> <column> <property name="text" > <string>Size</string> </property> </column> <column> <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" > <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="title" > <string>Errors</string> </property> <layout class="QVBoxLayout" > <item> <widget class="QTextEdit" name="errors" > <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </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" > <bool>true</bool> </property> <property name="acceptRichText" > <bool>false</bool> </property> </widget> </item> </layout> </widget> </item> <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" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0" > <size> <width>327</width> <height>29</height> </size> </property> </spacer> </item> <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" > <string>&Send</string> </property> <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" > <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" > <string>Select to switch the input field to password mode</string> </property> <property name="text" > <string>&Password Mode</string> </property> <property name="shortcut" > <string>Alt+P</string> </property> </widget> </item> </layout> </widget> </item> <item row="4" column="0" colspan="2" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>urlCombo</tabstop> <tabstop>repoTree</tabstop> <tabstop>input</tabstop> <tabstop>sendButton</tabstop> <tabstop>passwordCheckBox</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SvnRepoBrowserDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>359</x> <y>660</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SvnRepoBrowserDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>146</x> <y>660</y> </hint> <hint type="destinationlabel" > <x>8</x> <y>472</y> </hint> </hints> </connection> </connections> </ui>