2010-04-26 14:10:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MaemoPackageCreationWidget</class>
|
|
|
|
|
<widget class="QWidget" name="MaemoPackageCreationWidget">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2010-10-14 15:27:46 +02:00
|
|
|
<width>505</width>
|
2010-08-05 11:22:07 +02:00
|
|
|
<height>162</height>
|
2010-04-26 14:10:26 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2010-08-04 12:22:48 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2010-06-11 11:58:12 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="skipCheckBox">
|
|
|
|
|
<property name="toolTip">
|
2010-06-22 14:40:08 +02:00
|
|
|
<string>Check this if you want the files below to be deployed directly.</string>
|
2010-06-11 11:58:12 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2010-06-29 09:15:31 +02:00
|
|
|
<string>Skip packaging step</string>
|
2010-06-11 11:58:12 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-06-28 11:59:36 +02:00
|
|
|
<item>
|
2010-08-04 12:22:48 +02:00
|
|
|
<spacer name="verticalSpacer">
|
2010-06-28 11:59:36 +02:00
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
2010-08-04 12:22:48 +02:00
|
|
|
<height>40</height>
|
2010-06-28 11:59:36 +02:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2010-08-04 12:22:48 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<item row="0" column="0">
|
2010-06-28 11:59:36 +02:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="sizePolicy">
|
2010-08-04 12:22:48 +02:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2010-06-28 11:59:36 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2010-08-04 12:22:48 +02:00
|
|
|
<string><b>Version number:</b></string>
|
2010-06-28 11:59:36 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-08-04 12:22:48 +02:00
|
|
|
<item row="0" column="1">
|
2010-06-28 11:59:36 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Major:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSpinBox" name="major">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>99</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Minor:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSpinBox" name="minor">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>99</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Patch:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSpinBox" name="patch">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>99</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2010-08-04 12:22:48 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="editDebianFileLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string><b>Adapt Debian file:</b></string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="debianFilesComboBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="editDebianFileButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2010-08-05 11:22:07 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="packageManagerIconLabel">
|
|
|
|
|
<property name="text">
|
2010-10-14 15:27:46 +02:00
|
|
|
<string><b>Package Manager icon:</b></string>
|
2010-08-05 11:22:07 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="packageManagerIconButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2010-06-28 11:59:36 +02:00
|
|
|
</layout>
|
|
|
|
|
</item>
|
2010-04-26 14:10:26 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2010-07-06 12:04:53 +02:00
|
|
|
<resources/>
|
2010-05-03 14:47:40 +02:00
|
|
|
<connections>
|
2010-06-11 11:58:12 +02:00
|
|
|
<connection>
|
|
|
|
|
<sender>skipCheckBox</sender>
|
|
|
|
|
<signal>clicked(bool)</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>handleSkipButtonToggled(bool)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>129</x>
|
|
|
|
|
<y>18</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>240</x>
|
|
|
|
|
<y>31</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2010-06-28 11:59:36 +02:00
|
|
|
<connection>
|
|
|
|
|
<sender>major</sender>
|
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>versionInfoChanged()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2010-08-04 12:22:48 +02:00
|
|
|
<x>241</x>
|
|
|
|
|
<y>70</y>
|
2010-06-28 11:59:36 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>461</x>
|
|
|
|
|
<y>32</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>minor</sender>
|
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>versionInfoChanged()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2010-08-04 12:22:48 +02:00
|
|
|
<x>338</x>
|
|
|
|
|
<y>70</y>
|
2010-06-28 11:59:36 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>5</x>
|
|
|
|
|
<y>15</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>patch</sender>
|
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>versionInfoChanged()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2010-08-04 12:22:48 +02:00
|
|
|
<x>435</x>
|
|
|
|
|
<y>70</y>
|
2010-06-28 11:59:36 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>466</x>
|
2010-07-06 12:04:53 +02:00
|
|
|
<y>0</y>
|
2010-06-28 11:59:36 +02:00
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2010-08-04 12:22:48 +02:00
|
|
|
<connection>
|
|
|
|
|
<sender>editDebianFileButton</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>editDebianFile()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>293</x>
|
|
|
|
|
<y>94</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>8</x>
|
|
|
|
|
<y>86</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2010-08-05 11:22:07 +02:00
|
|
|
<connection>
|
|
|
|
|
<sender>packageManagerIconButton</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MaemoPackageCreationWidget</receiver>
|
|
|
|
|
<slot>setPackageManagerIcon()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>196</x>
|
|
|
|
|
<y>136</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>2</x>
|
|
|
|
|
<y>143</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2010-05-03 14:47:40 +02:00
|
|
|
</connections>
|
|
|
|
|
<slots>
|
|
|
|
|
<slot>addFile()</slot>
|
|
|
|
|
<slot>removeFile()</slot>
|
2010-06-11 11:58:12 +02:00
|
|
|
<slot>handleSkipButtonToggled(bool)</slot>
|
2010-06-28 11:59:36 +02:00
|
|
|
<slot>versionInfoChanged()</slot>
|
2010-08-04 12:22:48 +02:00
|
|
|
<slot>editDebianFile()</slot>
|
2010-08-05 11:22:07 +02:00
|
|
|
<slot>setPackageManagerIcon()</slot>
|
2010-05-03 14:47:40 +02:00
|
|
|
</slots>
|
2010-04-26 14:10:26 +02:00
|
|
|
</ui>
|