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

« back to all changes in this revision

Viewing changes to panels/region/gnome-region-panel-options-dialog.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" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <object class="GtkDialog" id="xkb_options_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
7
    <property name="border_width">5</property>
 
8
    <property name="title" translatable="yes">Keyboard Layout Options</property>
 
9
    <property name="window_position">center-on-parent</property>
 
10
    <property name="default_width">550</property>
 
11
    <property name="default_height">400</property>
 
12
    <property name="type_hint">dialog</property>
 
13
    <child internal-child="vbox">
 
14
      <object class="GtkBox" id="dialog_vbox">
 
15
        <property name="visible">True</property>
 
16
        <property name="can_focus">False</property>
 
17
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
18
        <property name="orientation">vertical</property>
 
19
        <property name="spacing">2</property>
 
20
        <child>
 
21
          <object class="GtkScrolledWindow" id="options_scroll">
 
22
            <property name="visible">True</property>
 
23
            <property name="can_focus">True</property>
 
24
            <property name="border_width">5</property>
 
25
            <property name="shadow_type">out</property>
 
26
            <child>
 
27
              <object class="GtkViewport" id="viewport1">
 
28
                <property name="visible">True</property>
 
29
                <property name="can_focus">False</property>
 
30
                <property name="shadow_type">none</property>
 
31
                <child>
 
32
                  <object class="GtkVBox" id="options_vbox">
 
33
                    <property name="visible">True</property>
 
34
                    <property name="can_focus">False</property>
 
35
                  </object>
 
36
                </child>
 
37
              </object>
 
38
            </child>
 
39
          </object>
 
40
          <packing>
 
41
            <property name="expand">False</property>
 
42
            <property name="fill">True</property>
 
43
            <property name="position">1</property>
 
44
          </packing>
 
45
        </child>
 
46
        <child internal-child="action_area">
 
47
          <object class="GtkButtonBox" id="dialog-action_area4">
 
48
            <property name="visible">True</property>
 
49
            <property name="can_focus">False</property>
 
50
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
51
            <property name="layout_style">end</property>
 
52
            <child>
 
53
              <placeholder/>
 
54
            </child>
 
55
            <child>
 
56
              <object class="GtkButton" id="button2">
 
57
                <property name="label">gtk-close</property>
 
58
                <property name="visible">True</property>
 
59
                <property name="can_focus">True</property>
 
60
                <property name="receives_default">True</property>
 
61
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
62
                <property name="use_action_appearance">False</property>
 
63
                <property name="use_stock">True</property>
 
64
              </object>
 
65
              <packing>
 
66
                <property name="expand">False</property>
 
67
                <property name="fill">False</property>
 
68
                <property name="position">1</property>
 
69
              </packing>
 
70
            </child>
 
71
          </object>
 
72
        </child>
 
73
      </object>
 
74
    </child>
 
75
    <action-widgets>
 
76
      <action-widget response="-7">button2</action-widget>
 
77
    </action-widgets>
 
78
  </object>
 
79
</interface>