~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/prefplaylist.ui

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090331230543-0h2hfwpwlu9opbv2
* New upstream release. (Closes: #523791)
  - Reworked subtitle font preferences. (Closes: #503295)
  - No longer installs qt_fr.qm. (Closes: #486314)
* debian/control:
  - Bumped Standards-Version to 3.8.1.
  - Changed maintainer name (still the same person and GPG key).
  - Changed section to video.
  - Build-depend on zlib1g-dev for findsubtitles.
  - Require Qt >= 4.3 per readme.
  - Added ${misc:Depends}.
  - Make smplayer-translations depend on smplayer and smplayer recommend
    smplayer-translations, not the other way round. (Closes: #489375)
* debian/copyright:
  - Significantly expanded per-file with new upstream authors.
* debian/rules:
  - Make make use correct uic in install.
  - Clean svn_revision.
  - Removed get-orig-source - not needed with uscan --repack.
* debian/patches/01_gl_translation.patch:
  - Added patch to fix lrelease error on smplayer_gl.ts.
* Added debian/README.source for simple-patchsys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>PrefPlaylist</class>
 
3
 <widget class="QWidget" name="PrefPlaylist" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>376</width>
 
9
    <height>367</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <property name="leftMargin" >
 
14
    <number>0</number>
 
15
   </property>
 
16
   <property name="topMargin" >
 
17
    <number>0</number>
 
18
   </property>
 
19
   <property name="rightMargin" >
 
20
    <number>0</number>
 
21
   </property>
 
22
   <property name="bottomMargin" >
 
23
    <number>0</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QTabWidget" name="playlist_tab" >
 
27
     <property name="currentIndex" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <widget class="QWidget" name="tab" >
 
31
      <attribute name="title" >
 
32
       <string>&amp;Playlist</string>
 
33
      </attribute>
 
34
      <layout class="QVBoxLayout" >
 
35
       <item>
 
36
        <widget class="QCheckBox" name="auto_add_to_playlist_check" >
 
37
         <property name="text" >
 
38
          <string>&amp;Automatically add files to playlist</string>
 
39
         </property>
 
40
        </widget>
 
41
       </item>
 
42
       <item>
 
43
        <layout class="QHBoxLayout" >
 
44
         <item>
 
45
          <spacer>
 
46
           <property name="orientation" >
 
47
            <enum>Qt::Horizontal</enum>
 
48
           </property>
 
49
           <property name="sizeType" >
 
50
            <enum>QSizePolicy::Fixed</enum>
 
51
           </property>
 
52
           <property name="sizeHint" >
 
53
            <size>
 
54
             <width>20</width>
 
55
             <height>20</height>
 
56
            </size>
 
57
           </property>
 
58
          </spacer>
 
59
         </item>
 
60
         <item>
 
61
          <widget class="QCheckBox" name="add_consecutive_files_check" >
 
62
           <property name="enabled" >
 
63
            <bool>false</bool>
 
64
           </property>
 
65
           <property name="sizePolicy" >
 
66
            <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
 
67
             <horstretch>0</horstretch>
 
68
             <verstretch>0</verstretch>
 
69
            </sizepolicy>
 
70
           </property>
 
71
           <property name="text" >
 
72
            <string>Add &amp;consecutive files</string>
 
73
           </property>
 
74
          </widget>
 
75
         </item>
 
76
        </layout>
 
77
       </item>
 
78
       <item>
 
79
        <spacer>
 
80
         <property name="orientation" >
 
81
          <enum>Qt::Vertical</enum>
 
82
         </property>
 
83
         <property name="sizeHint" >
 
84
          <size>
 
85
           <width>20</width>
 
86
           <height>40</height>
 
87
          </size>
 
88
         </property>
 
89
        </spacer>
 
90
       </item>
 
91
      </layout>
 
92
     </widget>
 
93
    </widget>
 
94
   </item>
 
95
  </layout>
 
96
 </widget>
 
97
 <resources/>
 
98
 <connections>
 
99
  <connection>
 
100
   <sender>auto_add_to_playlist_check</sender>
 
101
   <signal>toggled(bool)</signal>
 
102
   <receiver>add_consecutive_files_check</receiver>
 
103
   <slot>setEnabled(bool)</slot>
 
104
   <hints>
 
105
    <hint type="sourcelabel" >
 
106
     <x>224</x>
 
107
     <y>56</y>
 
108
    </hint>
 
109
    <hint type="destinationlabel" >
 
110
     <x>237</x>
 
111
     <y>87</y>
 
112
    </hint>
 
113
   </hints>
 
114
  </connection>
 
115
 </connections>
 
116
</ui>