~ubuntu-branches/ubuntu/oneiric/gnome-control-center/oneiric

« back to all changes in this revision

Viewing changes to panels/common/language-chooser.ui

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya, Rodrigo Moya, Gunnar Hjalmarsson
  • Date: 2011-08-30 12:24:44 UTC
  • mfrom: (1.1.50 upstream)
  • Revision ID: package-import@ubuntu.com-20110830122444-bmvakubeof8hgbhe
Tags: 1:3.1.90-0ubuntu1
[ Rodrigo Moya ]
* New upstream release
* debian/patches/03_dont_show_region_panel_in_unity.patch:
  - Remove upstreamed patch
* debian/patches/04_add_theme_selection.patch:
  - Set the metacity theme also

[ Gunnar Hjalmarsson ]
* debian/patches/52_ubuntu_language_list_mods.patch:
  - Change the list of options, when setting language from User
    Accounts, to items representing available translations, and with
    that make it similar to the language list in language-selector.
  - Make items representing language @variants be displayed as such.
* debian/control.in:
  - accountsservice (>= 0.6.13-1ubuntu2) added to dependency list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <object class="GtkDialog" id="dialog">
 
4
    <property name="height_request">400</property>
 
5
    <property name="border_width">5</property>
 
6
    <property name="modal">True</property>
 
7
    <property name="window_position">center-on-parent</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <property name="title"> </property>
 
10
    <property name="icon_name">system-users</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkBox" id="content-area">
 
13
        <property name="visible">True</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">6</property>
 
16
        <property name="margin_left">10</property>
 
17
        <property name="margin_right">10</property>
 
18
        <child>
 
19
          <object class="GtkLabel" id="title">
 
20
            <property name="visible">True</property>
 
21
            <property name="halign">start</property>
 
22
            <property name="label" translatable="yes">Select a language</property>
 
23
          </object>
 
24
          <packing>
 
25
            <property name="position">1</property>
 
26
            <property name="expand">False</property>
 
27
            <property name="fill">False</property>
 
28
          </packing>
 
29
        </child>
 
30
        <child>
 
31
          <object class="GtkScrolledWindow" id="scrolledwindow1">
 
32
            <property name="visible">True</property>
 
33
            <property name="can_focus">True</property>
 
34
            <property name="hscrollbar_policy">never</property>
 
35
            <property name="vscrollbar_policy">automatic</property>
 
36
            <property name="shadow_type">in</property>
 
37
            <child>
 
38
              <object class="GtkTreeView" id="language-list">
 
39
                <property name="visible">True</property>
 
40
                <property name="can_focus">True</property>
 
41
                <property name="headers_visible">False</property>
 
42
                <property name="headers_clickable">False</property>
 
43
              </object>
 
44
            </child>
 
45
          </object>
 
46
          <packing>
 
47
            <property name="position">2</property>
 
48
            <property name="expand">True</property>
 
49
            <property name="fill">True</property>
 
50
          </packing>
 
51
        </child>
 
52
        <child>
 
53
          <object class="GtkEntry" id="filter-entry">
 
54
            <property name="visible">True</property>
 
55
            <property name="can_focus">True</property>
 
56
            <property name="secondary_icon_name">edit-find-symbolic</property>
 
57
            <property name="secondary_icon_activatable">False</property>
 
58
            <property name="secondary_icon_sensitive">False</property>
 
59
          </object>
 
60
          <packing>
 
61
            <property name="position">3</property>
 
62
            <property name="expand">False</property>
 
63
            <property name="fill">False</property>
 
64
          </packing>
 
65
        </child>
 
66
        <child internal-child="action_area">
 
67
          <object class="GtkButtonBox" id="action-area">
 
68
            <property name="visible">True</property>
 
69
            <property name="layout_style">end</property>
 
70
            <child>
 
71
              <object class="GtkButton" id="cancel-button">
 
72
                <property name="label" translatable="yes">_Cancel</property>
 
73
                <property name="use_underline">True</property>
 
74
                <property name="visible">True</property>
 
75
                <property name="can_focus">True</property>
 
76
                <property name="receives_default">True</property>
 
77
              </object>
 
78
              <packing>
 
79
                <property name="expand">False</property>
 
80
                <property name="fill">False</property>
 
81
                <property name="position">0</property>
 
82
              </packing>
 
83
            </child>
 
84
            <child>
 
85
              <object class="GtkButton" id="ok-button">
 
86
                <property name="label" translatable="yes">_Select</property>
 
87
                <property name="use_underline">True</property>
 
88
                <property name="visible">True</property>
 
89
                <property name="can_focus">True</property>
 
90
                <property name="can_default">True</property>
 
91
                <property name="receives_default">True</property>
 
92
              </object>
 
93
              <packing>
 
94
                <property name="expand">False</property>
 
95
                <property name="fill">False</property>
 
96
                <property name="position">1</property>
 
97
              </packing>
 
98
            </child>
 
99
          </object>
 
100
          <packing>
 
101
            <property name="expand">False</property>
 
102
            <property name="pack_type">end</property>
 
103
            <property name="position">0</property>
 
104
          </packing>
 
105
        </child>
 
106
      </object>
 
107
    </child>
 
108
    <action-widgets>
 
109
      <action-widget response="-6">cancel-button</action-widget>
 
110
      <action-widget response="-5">ok-button</action-widget>
 
111
    </action-widgets>
 
112
  </object>
 
113
</interface>