~ubuntu-branches/ubuntu/vivid/gnome-clocks/vivid-proposed

« back to all changes in this revision

Viewing changes to data/ui/timer.ui

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-09-24 16:31:57 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20140924163157-ju5mqzgrimtjbrct
Tags: 3.14.0-1
* New upstream release.
* Bump libgweather-3-dev build-dependency to >= 3.13.91
  - according to configure.ac changes
* Bump gtk+ build-dependency to 3.13.8 and valac >= 0.25.3
  - Usage of Gtk.StateFlags.CHECKED

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    <property name="step_increment">1</property>
17
17
    <property name="page_increment">10</property>
18
18
  </object>
19
 
  <template class="ClocksTimerMainPanel" parent="GtkStack">
 
19
  <template class="ClocksTimerFace" parent="GtkStack">
20
20
    <property name="visible">True</property>
21
21
    <child>
22
22
      <object class="ClocksAnalogFrame" id="setup_frame">
23
23
        <property name="visible">True</property>
24
24
        <property name="can_focus">False</property>
25
 
        <property name="margin_left">48</property>
26
 
        <property name="margin_right">48</property>
 
25
        <property name="margin_start">48</property>
 
26
        <property name="margin_end">48</property>
27
27
        <property name="margin_top">48</property>
28
28
        <property name="margin_bottom">48</property>
29
29
        <child>
215
215
      <object class="ClocksTimerCountdownFrame" id="countdown_frame">
216
216
        <property name="visible">True</property>
217
217
        <property name="can_focus">False</property>
218
 
        <property name="margin_left">48</property>
219
 
        <property name="margin_right">48</property>
 
218
        <property name="margin_start">48</property>
 
219
        <property name="margin_end">48</property>
220
220
        <property name="margin_top">48</property>
221
221
        <property name="margin_bottom">48</property>
222
222
        <child>
229
229
            <property name="vexpand">True</property>
230
230
            <property name="row_spacing">24</property>
231
231
            <child>
232
 
              <object class="GtkLabel" id="countdown_label">
 
232
              <object class="GtkGrid" id="grid_labels">
233
233
                <property name="visible">True</property>
234
234
                <property name="can_focus">False</property>
235
235
                <property name="halign">center</property>
236
236
                <property name="valign">center</property>
237
 
                <style>
238
 
                  <class name="clocks-timer-label"/>
239
 
                </style>
 
237
                <child>
 
238
                  <object class="GtkLabel" id="dummy_label3">
 
239
                    <property name="visible">True</property>
 
240
                    <property name="can_focus">False</property>
 
241
                    <property name="hexpand">True</property>
 
242
                    <property name="label"></property>
 
243
                  </object>
 
244
                  <packing>
 
245
                    <property name="left_attach">0</property>
 
246
                    <property name="top_attach">0</property>
 
247
                    <property name="width">1</property>
 
248
                    <property name="height">1</property>
 
249
                  </packing>
 
250
                </child>
 
251
                <child>
 
252
                  <object class="GtkSpinButton" id="h_label">
 
253
                    <property name="visible">True</property>
 
254
                    <property name="sensitive">False</property>
 
255
                    <property name="can_focus">True</property>
 
256
                    <property name="max_length">2</property>
 
257
                    <property name="invisible_char">●</property>
 
258
                    <property name="xalign">0.5</property>
 
259
                    <property name="invisible_char_set">True</property>
 
260
                    <property name="input_purpose">number</property>
 
261
                    <property name="orientation">vertical</property>
 
262
                    <property name="adjustment">adjustment_hours</property>
 
263
                    <property name="numeric">True</property>
 
264
                    <property name="wrap">True</property>
 
265
                    <signal name="output" handler="show_leading_zeros" swapped="no"/>
 
266
                    <signal name="changed" handler="update_start_button" swapped="no"/>
 
267
                    <style>
 
268
                      <class name="clocks-timer-label"/>
 
269
                    </style>
 
270
                  </object>
 
271
                  <packing>
 
272
                    <property name="left_attach">1</property>
 
273
                    <property name="top_attach">0</property>
 
274
                    <property name="width">1</property>
 
275
                    <property name="height">1</property>
 
276
                  </packing>
 
277
                </child>
 
278
                <child>
 
279
                  <object class="GtkLabel" id="colon_label3">
 
280
                    <property name="visible">True</property>
 
281
                    <property name="can_focus">False</property>
 
282
                    <property name="label">∶</property>
 
283
                    <style>
 
284
                      <class name="clocks-timer-label"/>
 
285
                    </style>
 
286
                  </object>
 
287
                  <packing>
 
288
                    <property name="left_attach">2</property>
 
289
                    <property name="top_attach">0</property>
 
290
                    <property name="width">1</property>
 
291
                    <property name="height">1</property>
 
292
                  </packing>
 
293
                </child>
 
294
                <child>
 
295
                  <object class="GtkSpinButton" id="m_label">
 
296
                    <property name="visible">True</property>
 
297
                    <property name="sensitive">False</property>
 
298
                    <property name="can_focus">True</property>
 
299
                    <property name="max_length">2</property>
 
300
                    <property name="invisible_char">●</property>
 
301
                    <property name="xalign">0.5</property>
 
302
                    <property name="invisible_char_set">True</property>
 
303
                    <property name="input_purpose">number</property>
 
304
                    <property name="orientation">vertical</property>
 
305
                    <property name="adjustment">adjustment_minutes</property>
 
306
                    <property name="numeric">True</property>
 
307
                    <property name="wrap">True</property>
 
308
                    <signal name="output" handler="show_leading_zeros" swapped="no"/>
 
309
                    <signal name="changed" handler="update_start_button" swapped="no"/>
 
310
                    <style>
 
311
                      <class name="clocks-timer-label"/>
 
312
                    </style>
 
313
                  </object>
 
314
                  <packing>
 
315
                    <property name="left_attach">3</property>
 
316
                    <property name="top_attach">0</property>
 
317
                    <property name="width">1</property>
 
318
                    <property name="height">1</property>
 
319
                  </packing>
 
320
                </child>
 
321
                <child>
 
322
                  <object class="GtkLabel" id="colon_label4">
 
323
                    <property name="visible">True</property>
 
324
                    <property name="can_focus">False</property>
 
325
                    <property name="label">∶</property>
 
326
                    <style>
 
327
                      <class name="clocks-timer-label"/>
 
328
                    </style>
 
329
                  </object>
 
330
                  <packing>
 
331
                    <property name="left_attach">4</property>
 
332
                    <property name="top_attach">0</property>
 
333
                    <property name="width">1</property>
 
334
                    <property name="height">1</property>
 
335
                  </packing>
 
336
                </child>
 
337
                <child>
 
338
                  <object class="GtkSpinButton" id="s_label">
 
339
                    <property name="visible">True</property>
 
340
                    <property name="sensitive">False</property>
 
341
                    <property name="can_focus">True</property>
 
342
                    <property name="max_length">2</property>
 
343
                    <property name="invisible_char">●</property>
 
344
                    <property name="xalign">0.5</property>
 
345
                    <property name="invisible_char_set">True</property>
 
346
                    <property name="input_purpose">number</property>
 
347
                    <property name="orientation">vertical</property>
 
348
                    <property name="adjustment">adjustment_seconds</property>
 
349
                    <property name="numeric">True</property>
 
350
                    <property name="wrap">True</property>
 
351
                    <signal name="output" handler="show_leading_zeros" swapped="no"/>
 
352
                    <signal name="changed" handler="update_start_button" swapped="no"/>
 
353
                    <style>
 
354
                      <class name="clocks-timer-label"/>
 
355
                    </style>
 
356
                  </object>
 
357
                  <packing>
 
358
                    <property name="left_attach">5</property>
 
359
                    <property name="top_attach">0</property>
 
360
                    <property name="width">1</property>
 
361
                    <property name="height">1</property>
 
362
                  </packing>
 
363
                </child>
 
364
                <child>
 
365
                  <object class="GtkLabel" id="dummy_label4">
 
366
                    <property name="visible">True</property>
 
367
                    <property name="can_focus">False</property>
 
368
                    <property name="hexpand">True</property>
 
369
                    <property name="label"></property>
 
370
                  </object>
 
371
                  <packing>
 
372
                    <property name="left_attach">6</property>
 
373
                    <property name="top_attach">0</property>
 
374
                    <property name="width">1</property>
 
375
                    <property name="height">1</property>
 
376
                  </packing>
 
377
                </child>
240
378
              </object>
241
379
              <packing>
242
380
                <property name="left_attach">0</property>
305
443
    <widgets>
306
444
      <widget name="grid_spinbuttons"/>
307
445
      <widget name="start_button"/>
308
 
      <widget name="countdown_label"/>
 
446
      <widget name="grid_labels"/>
309
447
      <widget name="button_box"/>
310
448
    </widgets>
311
449
  </object>
313
451
    <property name="mode">vertical</property>
314
452
    <widgets>
315
453
      <widget name="grid_spinbuttons"/>
316
 
      <widget name="countdown_label"/>
 
454
      <widget name="grid_labels"/>
317
455
    </widgets>
318
456
  </object>
319
457
  <object class="GtkSizeGroup" id="sizegroup3">