~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to pitivi/ui/encodingprogress.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-26 15:29:58 UTC
  • mfrom: (3.1.20 experimental)
  • Revision ID: james.westby@ubuntu.com-20110526152958-90je1myzzjly26vw
Tags: 0.13.9.90-1ubuntu1
* Resynchronize on Debian
* debian/control:
  - Depend on python-launchpad-integration
  - Drop hal from Recommends to Suggests. This version has the patch applied
    to not crash without hal.
* debian/patches/01_lpi.patch:
  - launchpad integration  
* debian/rules:
  - Use gnome.mk so a translation template is built

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.6 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <widget class="GtkDialog" id="render-progress">
 
6
    <property name="border_width">12</property>
 
7
    <property name="title" translatable="yes">Rendering</property>
 
8
    <property name="modal">True</property>
 
9
    <property name="window_position">center-on-parent</property>
 
10
    <property name="type_hint">normal</property>
 
11
    <child internal-child="vbox">
 
12
      <widget class="GtkVBox" id="dialog-vbox2">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <widget class="GtkVBox" id="vbox4">
 
17
            <property name="visible">True</property>
 
18
            <property name="spacing">12</property>
 
19
            <child>
 
20
              <widget class="GtkLabel" id="label5">
 
21
                <property name="visible">True</property>
 
22
                <property name="xalign">0</property>
 
23
                <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Rendering movie&lt;/big&gt;&lt;/b&gt;</property>
 
24
                <property name="use_markup">True</property>
 
25
              </widget>
 
26
              <packing>
 
27
                <property name="position">0</property>
 
28
              </packing>
 
29
            </child>
 
30
            <child>
 
31
              <widget class="GtkTable" id="table1">
 
32
                <property name="visible">True</property>
 
33
                <property name="n_rows">3</property>
 
34
                <property name="n_columns">2</property>
 
35
                <property name="column_spacing">6</property>
 
36
                <property name="row_spacing">6</property>
 
37
                <child>
 
38
                  <widget class="GtkLabel" id="label11">
 
39
                    <property name="visible">True</property>
 
40
                    <property name="xalign">0</property>
 
41
                    <property name="label" translatable="yes">Unknown Mib</property>
 
42
                  </widget>
 
43
                  <packing>
 
44
                    <property name="left_attach">1</property>
 
45
                    <property name="right_attach">2</property>
 
46
                    <property name="top_attach">2</property>
 
47
                    <property name="bottom_attach">3</property>
 
48
                  </packing>
 
49
                </child>
 
50
                <child>
 
51
                  <widget class="GtkLabel" id="label10">
 
52
                    <property name="visible">True</property>
 
53
                    <property name="xalign">0</property>
 
54
                    <property name="label" translatable="yes">Unknown</property>
 
55
                  </widget>
 
56
                  <packing>
 
57
                    <property name="left_attach">1</property>
 
58
                    <property name="right_attach">2</property>
 
59
                    <property name="top_attach">1</property>
 
60
                    <property name="bottom_attach">2</property>
 
61
                  </packing>
 
62
                </child>
 
63
                <child>
 
64
                  <widget class="GtkLabel" id="label9">
 
65
                    <property name="xalign">0</property>
 
66
                    <property name="label" translatable="yes">Encoding first pass</property>
 
67
                  </widget>
 
68
                  <packing>
 
69
                    <property name="left_attach">1</property>
 
70
                    <property name="right_attach">2</property>
 
71
                  </packing>
 
72
                </child>
 
73
                <child>
 
74
                  <widget class="GtkLabel" id="label8">
 
75
                    <property name="visible">True</property>
 
76
                    <property name="xalign">0</property>
 
77
                    <property name="label" translatable="yes">&lt;b&gt;Estimated filesize:&lt;/b&gt;</property>
 
78
                    <property name="use_markup">True</property>
 
79
                  </widget>
 
80
                  <packing>
 
81
                    <property name="top_attach">2</property>
 
82
                    <property name="bottom_attach">3</property>
 
83
                  </packing>
 
84
                </child>
 
85
                <child>
 
86
                  <widget class="GtkLabel" id="label7">
 
87
                    <property name="visible">True</property>
 
88
                    <property name="xalign">0</property>
 
89
                    <property name="label" translatable="yes">&lt;b&gt;Frames per second:&lt;/b&gt;</property>
 
90
                    <property name="use_markup">True</property>
 
91
                  </widget>
 
92
                  <packing>
 
93
                    <property name="top_attach">1</property>
 
94
                    <property name="bottom_attach">2</property>
 
95
                  </packing>
 
96
                </child>
 
97
                <child>
 
98
                  <widget class="GtkLabel" id="label6">
 
99
                    <property name="xalign">0</property>
 
100
                    <property name="label" translatable="yes">&lt;b&gt;Phase:&lt;/b&gt;</property>
 
101
                    <property name="use_markup">True</property>
 
102
                  </widget>
 
103
                </child>
 
104
              </widget>
 
105
              <packing>
 
106
                <property name="position">1</property>
 
107
              </packing>
 
108
            </child>
 
109
            <child>
 
110
              <widget class="GtkProgressBar" id="progressbar">
 
111
                <property name="visible">True</property>
 
112
                <property name="text" translatable="yes">Estimating...</property>
 
113
                <property name="show_text">True</property>
 
114
              </widget>
 
115
              <packing>
 
116
                <property name="position">2</property>
 
117
              </packing>
 
118
            </child>
 
119
          </widget>
 
120
          <packing>
 
121
            <property name="position">1</property>
 
122
          </packing>
 
123
        </child>
 
124
        <child internal-child="action_area">
 
125
          <widget class="GtkHButtonBox" id="dialog-action_area2">
 
126
            <property name="visible">True</property>
 
127
            <property name="layout_style">end</property>
 
128
            <child>
 
129
              <widget class="GtkButton" id="play_pause_button">
 
130
                <property name="label">gtk-media-pause</property>
 
131
                <property name="visible">True</property>
 
132
                <property name="can_focus">True</property>
 
133
                <property name="receives_default">True</property>
 
134
                <property name="use_stock">True</property>
 
135
                <signal name="clicked" handler="_pauseButtonClickedCb"/>
 
136
              </widget>
 
137
              <packing>
 
138
                <property name="expand">False</property>
 
139
                <property name="fill">False</property>
 
140
                <property name="position">0</property>
 
141
              </packing>
 
142
            </child>
 
143
            <child>
 
144
              <widget class="GtkButton" id="button5">
 
145
                <property name="label">gtk-cancel</property>
 
146
                <property name="visible">True</property>
 
147
                <property name="can_focus">True</property>
 
148
                <property name="receives_default">True</property>
 
149
                <property name="use_stock">True</property>
 
150
                <signal name="clicked" handler="_cancelButtonClickedCb"/>
 
151
              </widget>
 
152
              <packing>
 
153
                <property name="expand">False</property>
 
154
                <property name="fill">False</property>
 
155
                <property name="position">1</property>
 
156
              </packing>
 
157
            </child>
 
158
          </widget>
 
159
          <packing>
 
160
            <property name="expand">False</property>
 
161
            <property name="pack_type">end</property>
 
162
            <property name="position">0</property>
 
163
          </packing>
 
164
        </child>
 
165
      </widget>
 
166
    </child>
 
167
  </widget>
 
168
</glade-interface>