--- a/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui Sat Jun 02 17:41:24 2012 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui Sun Jun 03 12:51:15 2012 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>SvnCommitDialog</class> - <widget class="QWidget" name="SvnCommitDialog" > - <property name="geometry" > + <widget class="QWidget" name="SvnCommitDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,43 +10,43 @@ <height>384</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Subversion</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_3" > + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QGroupBox" name="logGroup" > - <property name="title" > + <widget class="QGroupBox" name="logGroup"> + <property name="title"> <string>Commit Message</string> </property> - <layout class="QVBoxLayout" name="verticalLayout" > + <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QTextEdit" name="logEdit" > - <property name="toolTip" > + <widget class="QTextEdit" name="logEdit"> + <property name="toolTip"> <string>Enter the log message.</string> </property> - <property name="whatsThis" > - <string><b>Log Message</b> -<p>Enter the log message for the commit action.</p></string> + <property name="whatsThis"> + <string><b>Log Message</b> +<p>Enter the log message for the commit action.</p></string> </property> - <property name="tabChangesFocus" > + <property name="tabChangesFocus"> <bool>true</bool> </property> - <property name="acceptRichText" > + <property name="acceptRichText"> <bool>false</bool> </property> </widget> </item> <item> - <widget class="QLabel" name="label" > - <property name="text" > + <widget class="QLabel" name="label"> + <property name="text"> <string>Recent commit messages</string> </property> </widget> </item> <item> - <widget class="QComboBox" name="recentComboBox" > - <property name="toolTip" > + <widget class="QComboBox" name="recentComboBox"> + <property name="toolTip"> <string>Select a recent commit message to use</string> </property> </widget> @@ -54,24 +55,24 @@ </widget> </item> <item> - <widget class="QGroupBox" name="changeListsGroup" > - <property name="title" > + <widget class="QGroupBox" name="changeListsGroup"> + <property name="title"> <string>Changelists</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2" > + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QLineEdit" name="changeListsEdit" > - <property name="toolTip" > - <string>Enter the list of changelists separated by ';'</string> + <widget class="QListWidget" name="changeLists"> + <property name="toolTip"> + <string>Select the change lists to limit the commit</string> </property> </widget> </item> <item> - <widget class="QCheckBox" name="keepChangeListsCheckBox" > - <property name="toolTip" > + <widget class="QCheckBox" name="keepChangeListsCheckBox"> + <property name="toolTip"> <string>Select to keep the changelists</string> </property> - <property name="text" > + <property name="text"> <string>Keep changelists</string> </property> </widget> @@ -80,23 +81,23 @@ </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <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> </item> </layout> </widget> - <layoutdefault spacing="6" margin="6" /> + <layoutdefault spacing="6" margin="6"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>logEdit</tabstop> <tabstop>recentComboBox</tabstop> - <tabstop>changeListsEdit</tabstop> + <tabstop>changeLists</tabstop> <tabstop>keepChangeListsCheckBox</tabstop> <tabstop>buttonBox</tabstop> </tabstops>