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>SvnOptionsDialog</class> <widget class="QDialog" name="SvnOptionsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>565</width> <height>149</height> </rect> </property> <property name="windowTitle"> <string>Repository Infos</string> </property> <property name="whatsThis"> <string><b>Repository Infos Dialog</b> <p>Enter the various infos into the entry fields. These values are used to generate a new project in the repository. If the checkbox is selected, the URL must end in the project name. A directory tree with project/tags, project/branches and project/trunk will be generated in the repository. If the checkbox is not selected, the URL must contain the complete path in the repository.</p> <p>For remote repositories the URL must contain the hostname.</p></string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>&Protocol:</string> </property> <property name="buddy"> <cstring>protocolCombo</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="protocolCombo"> <property name="toolTip"> <string>Select the protocol to access the repository</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="vcsUrlLabel"> <property name="text"> <string>&URL:</string> </property> <property name="buddy"> <cstring>vcsUrlPicker</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="EricPathPicker" name="vcsUrlPicker" 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 url path of the module in the repository (without protocol part)</string> </property> <property name="whatsThis"> <string><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="TextLabel5"> <property name="text"> <string>Log &Message:</string> </property> <property name="buddy"> <cstring>vcsLogEdit</cstring> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="vcsLogEdit"> <property name="toolTip"> <string>Enter the log message for the new project.</string> </property> <property name="whatsThis"> <string><b>Log Message</b> <p>Enter the log message to be used for the new project.</p></string> </property> <property name="text"> <string>new project started</string> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="layoutCheckBox"> <property name="toolTip"> <string>Select, if the standard repository layout (projectdir/trunk, projectdir/tags, projectdir/branches) should be generated</string> </property> <property name="text"> <string>Create standard repository &layout</string> </property> <property name="shortcut"> <string>Alt+L</string> </property> <property name="checked"> <bool>true</bool> </property> </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::Ok</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>protocolCombo</tabstop> <tabstop>vcsUrlPicker</tabstop> <tabstop>vcsLogEdit</tabstop> <tabstop>layoutCheckBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SvnOptionsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>24</x> <y>130</y> </hint> <hint type="destinationlabel"> <x>24</x> <y>151</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SvnOptionsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>104</x> <y>135</y> </hint> <hint type="destinationlabel"> <x>104</x> <y>148</y> </hint> </hints> </connection> </connections> </ui>