~ubuntu-branches/ubuntu/wily/gnome-software/wily-proposed

« back to all changes in this revision

Viewing changes to src/gs-shell-updates.ui

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2015-07-22 00:03:04 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150722000304-ctnkwytku720qft7
Tags: 3.16.4-1
* New upstream release.
* Update Build-Depends as per configure.ac:
  - Add appstream-util.
  - Add libpolkit-gobject-1-dev.
  - Bump libappstream-glib-dev to (>= 0.3.4).
  - Bump libgtk-3-dev to (>= 3.16).
* Drop hard-coded dependency on libappstream-glib7 now that the library
  provides a symbols file.
* Use dh_install's exclude (-X) functionality to not install the .a and .la
  files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="3.10"/>
4
 
  <template class="GsShellUpdates" parent="GtkBin">
 
4
  <template class="GsShellUpdates" parent="GsPage">
5
5
    <child internal-child="accessible">
6
6
      <object class="AtkObject" id="updates-accessible">
7
7
        <property name="accessible-name" translatable="yes">Updates page</property>
280
280
            <property name="name">failed</property>
281
281
          </packing>
282
282
        </child>
 
283
        <child>
 
284
          <object class="GtkBox">
 
285
            <property name="visible">True</property>
 
286
            <property name="orientation">vertical</property>
 
287
            <property name="spacing">12</property>
 
288
            <property name="halign">center</property>
 
289
            <property name="valign">center</property>
 
290
            <property name="hexpand">True</property>
 
291
            <property name="vexpand">True</property>
 
292
            <style>
 
293
              <class name="dim-label"/>
 
294
            </style>
 
295
            <child>
 
296
              <object class="GtkImage">
 
297
                <property name="visible">True</property>
 
298
                <property name="can_focus">False</property>
 
299
                <property name="pixel_size">128</property>
 
300
                <property name="icon_name">action-unavailable-symbolic</property>
 
301
              </object>
 
302
            </child>
 
303
            <child>
 
304
              <object class="GtkLabel">
 
305
                <property name="visible">True</property>
 
306
                <property name="can_focus">False</property>
 
307
                <property name="wrap">True</property>
 
308
                <property name="max-width-chars">60</property>
 
309
                <property name="label" translatable="No">Updates are automatically managed</property>
 
310
                <attributes>
 
311
                  <attribute name="scale" value="1.4"/>
 
312
                </attributes>
 
313
              </object>
 
314
            </child>
 
315
          </object>
 
316
          <packing>
 
317
            <property name="name">managed</property>
 
318
          </packing>
 
319
        </child>
283
320
      </object>
284
321
    </child>
285
322
  </template>