Thu, 08 Sep 2022 16:57:18 +0200
Added some more patterns to the .hgignore and .gitignore generator.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GitRevisionsSelectionDialog</class> <widget class="QDialog" name="GitRevisionsSelectionDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>371</width> <height>497</height> </rect> </property> <property name="windowTitle"> <string>Git Diff</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="rev1GroupBox"> <property name="title"> <string>Revision &1</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QRadioButton" name="rev1Button"> <property name="toolTip"> <string>Select to specify a revision by a revision expression</string> </property> <property name="text"> <string>Commit:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="rev1Edit"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a commit id</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QRadioButton" name="tag1Button"> <property name="toolTip"> <string>Select to specify a revision by a tag</string> </property> <property name="text"> <string>Tag:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="tag1Combo"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a tag name</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QRadioButton" name="branch1Button"> <property name="toolTip"> <string>Select to specify a revision by a branch</string> </property> <property name="text"> <string>Branch:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="branch1Combo"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a branch name</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QRadioButton" name="tip1Button"> <property name="toolTip"> <string>Select HEAD revision</string> </property> <property name="text"> <string>HEAD</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QRadioButton" name="prev1Button"> <property name="toolTip"> <string>Select revision before HEAD</string> </property> <property name="text"> <string>HEAD^</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QRadioButton" name="none1Button"> <property name="text"> <string>No revision selected</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="rev2GroupBox"> <property name="title"> <string>Revision &2</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QRadioButton" name="rev2Button"> <property name="toolTip"> <string>Select to specify a revision by a revision expression</string> </property> <property name="text"> <string>Commit:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="rev2Edit"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a commit id</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QRadioButton" name="tag2Button"> <property name="toolTip"> <string>Select to specify a revision by a tag</string> </property> <property name="text"> <string>Tag:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="tag2Combo"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a tag name</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QRadioButton" name="branch2Button"> <property name="toolTip"> <string>Select to specify a revision by a branch</string> </property> <property name="text"> <string>Branch:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="branch2Combo"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a branch name</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QRadioButton" name="tip2Button"> <property name="toolTip"> <string>Select HEAD revision</string> </property> <property name="text"> <string>HEAD</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QRadioButton" name="prev2Button"> <property name="toolTip"> <string>Select revision before HEAD</string> </property> <property name="text"> <string>HEAD^</string> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QRadioButton" name="none2Button"> <property name="text"> <string>No revision selected</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>rev1Button</tabstop> <tabstop>rev1Edit</tabstop> <tabstop>tag1Button</tabstop> <tabstop>tag1Combo</tabstop> <tabstop>branch1Button</tabstop> <tabstop>branch1Combo</tabstop> <tabstop>tip1Button</tabstop> <tabstop>prev1Button</tabstop> <tabstop>none1Button</tabstop> <tabstop>rev2Button</tabstop> <tabstop>rev2Edit</tabstop> <tabstop>tag2Button</tabstop> <tabstop>tag2Combo</tabstop> <tabstop>branch2Button</tabstop> <tabstop>branch2Combo</tabstop> <tabstop>tip2Button</tabstop> <tabstop>prev2Button</tabstop> <tabstop>none2Button</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>GitRevisionsSelectionDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>54</x> <y>440</y> </hint> <hint type="destinationlabel"> <x>21</x> <y>143</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>GitRevisionsSelectionDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>106</x> <y>440</y> </hint> <hint type="destinationlabel"> <x>73</x> <y>140</y> </hint> </hints> </connection> <connection> <sender>rev1Button</sender> <signal>toggled(bool)</signal> <receiver>rev1Edit</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>32</x> <y>71</y> </hint> <hint type="destinationlabel"> <x>147</x> <y>72</y> </hint> </hints> </connection> <connection> <sender>rev2Button</sender> <signal>toggled(bool)</signal> <receiver>rev2Edit</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>68</x> <y>286</y> </hint> <hint type="destinationlabel"> <x>230</x> <y>286</y> </hint> </hints> </connection> <connection> <sender>tag1Button</sender> <signal>toggled(bool)</signal> <receiver>tag1Combo</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>59</x> <y>105</y> </hint> <hint type="destinationlabel"> <x>129</x> <y>101</y> </hint> </hints> </connection> <connection> <sender>branch1Button</sender> <signal>toggled(bool)</signal> <receiver>branch1Combo</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>50</x> <y>124</y> </hint> <hint type="destinationlabel"> <x>117</x> <y>128</y> </hint> </hints> </connection> <connection> <sender>tag2Button</sender> <signal>toggled(bool)</signal> <receiver>tag2Combo</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>36</x> <y>306</y> </hint> <hint type="destinationlabel"> <x>149</x> <y>306</y> </hint> </hints> </connection> <connection> <sender>branch2Button</sender> <signal>toggled(bool)</signal> <receiver>branch2Combo</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>73</x> <y>331</y> </hint> <hint type="destinationlabel"> <x>140</x> <y>331</y> </hint> </hints> </connection> </connections> </ui>