--- a/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui Sat May 07 13:37:58 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui Sat May 07 17:56:31 2011 +0200 @@ -131,7 +131,36 @@ </property> </widget> </item> - <item row="4" column="0" colspan="3"> + <item row="4" column="0"> + <widget class="QRadioButton" name="bookmarkButton"> + <property name="toolTip"> + <string>Select to specify a revision by a bookmark</string> + </property> + <property name="text"> + <string>Bookmark:</string> + </property> + </widget> + </item> + <item row="4" column="1" colspan="2"> + <widget class="QComboBox" name="bookmarkCombo"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter a bookmark name</string> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="5" column="0" colspan="3"> <widget class="QRadioButton" name="noneButton"> <property name="toolTip"> <string>Select to not specify a specific revision</string> @@ -185,6 +214,8 @@ <tabstop>tagCombo</tabstop> <tabstop>branchButton</tabstop> <tabstop>branchCombo</tabstop> + <tabstop>bookmarkButton</tabstop> + <tabstop>bookmarkCombo</tabstop> <tabstop>noneButton</tabstop> <tabstop>compressionCombo</tabstop> <tabstop>allCheckBox</tabstop> @@ -199,8 +230,8 @@ <slot>accept()</slot> <hints> <hint type="sourcelabel"> - <x>257</x> - <y>246</y> + <x>261</x> + <y>271</y> </hint> <hint type="destinationlabel"> <x>157</x> @@ -215,8 +246,8 @@ <slot>reject()</slot> <hints> <hint type="sourcelabel"> - <x>325</x> - <y>246</y> + <x>329</x> + <y>271</y> </hint> <hint type="destinationlabel"> <x>286</x> @@ -288,5 +319,21 @@ </hint> </hints> </connection> + <connection> + <sender>bookmarkButton</sender> + <signal>toggled(bool)</signal> + <receiver>bookmarkCombo</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>45</x> + <y>150</y> + </hint> + <hint type="destinationlabel"> + <x>125</x> + <y>148</y> + </hint> + </hints> + </connection> </connections> </ui>