Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GitWorktreeAddDialog</class> <widget class="QDialog" name="GitWorktreeAddDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>395</height> </rect> </property> <property name="windowTitle"> <string>Git Add Worktree</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Worktree Path:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="EricPathPicker" name="worktreePathPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path name of the new worktree.</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Branchname:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="branchNameEdit"> <property name="toolTip"> <string>Enter the name of the worktree branch.</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QCheckBox" name="forceBranchCheckBox"> <property name="toolTip"> <string>Select to create the branch even if it exists already.</string> </property> <property name="text"> <string>Enforce Branch</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QCheckBox" name="lockCheckBox"> <property name="toolTip"> <string>Select to lock the new worktree.</string> </property> <property name="text"> <string>Lock Worktree</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="lockReasonEdit"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Enter a reason for the lock (optional).</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QCheckBox" name="detachCheckBox"> <property name="toolTip"> <string>Select to detach "HEAD" in the new worktree.</string> </property> <property name="text"> <string>Detach HEAD</string> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Revision</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QRadioButton" name="revButton"> <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="revEdit"> <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="tagButton"> <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="tagCombo"> <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 tag name</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QRadioButton" name="branchButton"> <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="branchCombo"> <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 branch name</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QRadioButton" name="tipButton"> <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> </layout> </widget> </item> <item> <widget class="QCheckBox" name="forceCheckBox"> <property name="text"> <string>Enforce Worktree Creation</string> </property> </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> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>GitWorktreeAddDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>227</x> <y>374</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>GitWorktreeAddDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>295</x> <y>380</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>lockCheckBox</sender> <signal>toggled(bool)</signal> <receiver>lockReasonEdit</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>105</x> <y>109</y> </hint> <hint type="destinationlabel"> <x>154</x> <y>109</y> </hint> </hints> </connection> <connection> <sender>branchButton</sender> <signal>toggled(bool)</signal> <receiver>branchCombo</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>71</x> <y>267</y> </hint> <hint type="destinationlabel"> <x>182</x> <y>267</y> </hint> </hints> </connection> <connection> <sender>tagButton</sender> <signal>toggled(bool)</signal> <receiver>tagCombo</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>47</x> <y>237</y> </hint> <hint type="destinationlabel"> <x>136</x> <y>238</y> </hint> </hints> </connection> <connection> <sender>revButton</sender> <signal>toggled(bool)</signal> <receiver>revEdit</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>76</x> <y>203</y> </hint> <hint type="destinationlabel"> <x>149</x> <y>201</y> </hint> </hints> </connection> </connections> </ui>