~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to shell/shell.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkWindow" id="main-window">
 
6
    <property name="title" translatable="yes">System Settings</property>
 
7
    <property name="resizable">False</property>
 
8
    <property name="icon_name">preferences-desktop</property>
 
9
    <property name="window_position">center</property>
 
10
    <child>
 
11
      <object class="GtkVBox" id="vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="orientation">vertical</property>
 
14
        <child>
 
15
          <object class="GtkToolbar" id="toolbar1">
 
16
            <property name="visible">True</property>
 
17
            <style>
 
18
              <class name="primary-toolbar"/>
 
19
            </style>
 
20
            <child>
 
21
              <object class="GtkToolItem" id="toolbutton1">
 
22
                <property name="visible">True</property>
 
23
                <child>
 
24
                  <object class="GtkAlignment" id="alignment1">
 
25
                    <property name="visible">True</property>
 
26
                    <property name="top_padding">5</property>
 
27
                    <property name="bottom_padding">5</property>
 
28
                    <property name="left_padding">10</property>
 
29
                    <property name="right_padding">5</property>
 
30
                    <child>
 
31
                      <object class="GtkHBox" id="hbox1">
 
32
                        <property name="visible">True</property>
 
33
                        <child>
 
34
                          <object class="GtkButton" id="home-button">
 
35
                            <property name="label" translatable="yes">_All Settings</property>
 
36
                            <property name="can_focus">True</property>
 
37
                            <property name="receives_default">True</property>
 
38
                            <property name="no_show_all">True</property>
 
39
                            <property name="use_underline">True</property>
 
40
                          </object>
 
41
                          <packing>
 
42
                            <property name="expand">False</property>
 
43
                            <property name="position">0</property>
 
44
                          </packing>
 
45
                        </child>
 
46
                        <child>
 
47
                          <object class="GtkAlignment" id="entry-alignment">
 
48
                            <property name="visible">True</property>
 
49
                            <property name="xalign">1</property>
 
50
                            <property name="xscale">0</property>
 
51
                            <child>
 
52
                              <object class="GtkEntry" id="search-entry">
 
53
                                <property name="width_request">210</property>
 
54
                                <property name="visible">True</property>
 
55
                                <property name="can_focus">True</property>
 
56
                                <property name="invisible_char">&#x25CF;</property>
 
57
                                <property name="secondary-icon-name">edit-find-symbolic</property>
 
58
                                <property name="secondary-icon-activatable">False</property>
 
59
                                <property name="secondary-icon-sensitive">False</property>
 
60
                              </object>
 
61
                            </child>
 
62
                          </object>
 
63
                          <packing>
 
64
                            <property name="position">1</property>
 
65
                          </packing>
 
66
                        </child>
 
67
                      </object>
 
68
                    </child>
 
69
                  </object>
 
70
                </child>
 
71
              </object>
 
72
              <packing>
 
73
                <property name="expand">True</property>
 
74
                <property name="homogeneous">True</property>
 
75
              </packing>
 
76
            </child>
 
77
          </object>
 
78
          <packing>
 
79
            <property name="expand">False</property>
 
80
            <property name="position">0</property>
 
81
          </packing>
 
82
        </child>
 
83
        <child>
 
84
          <object class="GtkNotebook" id="notebook">
 
85
            <property name="visible">True</property>
 
86
            <property name="can_focus">True</property>
 
87
            <property name="show_tabs">False</property>
 
88
            <property name="show_border">False</property>
 
89
            <child>
 
90
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
91
                <property name="visible">True</property>
 
92
                <property name="can_focus">True</property>
 
93
                <property name="hscrollbar_policy">never</property>
 
94
                <property name="vscrollbar_policy">automatic</property>
 
95
                <child>
 
96
                  <object class="GtkViewport" id="viewport">
 
97
                    <property name="visible">True</property>
 
98
                    <property name="resize_mode">queue</property>
 
99
                    <child>
 
100
                      <object class="GtkVBox" id="main-vbox">
 
101
                        <property name="visible">True</property>
 
102
                        <property name="orientation">vertical</property>
 
103
                        <child>
 
104
                          <placeholder/>
 
105
                        </child>
 
106
                      </object>
 
107
                    </child>
 
108
                  </object>
 
109
                </child>
 
110
              </object>
 
111
            </child>
 
112
            <child type="tab">
 
113
              <placeholder/>
 
114
            </child>
 
115
            <child>
 
116
              <object class="GtkScrolledWindow" id="search-scrolled-window">
 
117
                <property name="visible">True</property>
 
118
                <property name="can_focus">True</property>
 
119
                <property name="hscrollbar_policy">automatic</property>
 
120
                <property name="vscrollbar_policy">automatic</property>
 
121
                <property name="shadow_type">in</property>
 
122
                <child>
 
123
                  <placeholder/>
 
124
                </child>
 
125
              </object>
 
126
              <packing>
 
127
                <property name="position">1</property>
 
128
              </packing>
 
129
            </child>
 
130
            <child type="tab">
 
131
              <placeholder/>
 
132
            </child>
 
133
          </object>
 
134
          <packing>
 
135
            <property name="position">1</property>
 
136
          </packing>
 
137
        </child>
 
138
      </object>
 
139
    </child>
 
140
  </object>
 
141
  <object class="GtkListStore" id="liststore">
 
142
    <columns>
 
143
      <!-- column-name name -->
 
144
      <column type="gchararray"/>
 
145
      <!-- column-name exec -->
 
146
      <column type="gchararray"/>
 
147
      <!-- column-name icon -->
 
148
      <column type="gchararray"/>
 
149
    </columns>
 
150
  </object>
 
151
  <object class="GtkSizeGroup" id="sizegroup">
 
152
    <property name="mode">vertical</property>
 
153
    <widgets>
 
154
      <widget name="home-button"/>
 
155
      <widget name="entry-alignment"/>
 
156
    </widgets>
 
157
  </object>
 
158
</interface>