~ubuntu-branches/ubuntu/lucid/gnome-settings-daemon/lucid-proposed

« back to all changes in this revision

Viewing changes to plugins/keyboard/show-layout.ui

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-01-17 18:45:07 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100117184507-0anu7oopf51xlklq
Tags: 2.29.5-0ubuntu1
* New upstream version (LP: #508216)
  - Fix variant handling in $GDM_KEYBOARD_LAYOUT (Martin Pitt) (#596897)
  - Tighten check for XInput (Jens Granseuer)
  - Fix bluriness in level bar, and popup (Bastien Nocera) (#567249)
  - Remove unused variable (Bastien Nocera) (#599904)
  - Honour libexecdir when spawning gsd-locate-pointer (Jens Granseuer) 
    (#599209)
  - Allow left-handed setting for touchpads (Peter Hutterer) (LP: #479968)
  - Use a rounded instead of curved rectangle (William Jon McCann)
  - Improve the media keys overlay design (William Jon McCann) (#596136)
  - Add brightness to the media-keys popup (Bastien Nocera) (#599677)
  - Fix for GSEAL goal (Bastien Nocera) (#599861)
  - Avoid volumes going over 100% (Bastien Nocera) (#600770)
  - Make OSD display more generic (Bastien Nocera) (#600951)
  - Support loading -rtl and -ltr variants of icons (Bastien Nocera) 
    (#600984)
  - Relicense gsd-media-keys-window.[ch] to LGPL (Bastien Nocera) (#600986)
  - Hide the status icon before unreffing it (Matthias Clasen) (#601696)
  - Make eject behave better on OpenBSD (Jasper Lievisse Adriaanse) 
    (#598573)
  - Export libexecdir in .pc file (DJ Lucas) (#596388)
  - Run gnome-color-manager apply program when the outputs change
    (Richard Hughes)
  - Factor out function to get keycodes from keysym names (Federico Mena 
    Quintero)
  - Handle the XF86RotateWindows hotkey by rotating a laptop's display
    (Federico Mena Quintero)
  - Respond to monitor configuration changes when in charge (Matthias 
    Clasen) (#601203)
  - Filter invalid layouts before looking for the index of one passed by 
    gdm (Vincent Untz) (#585868)
  - Add linsysfs to list of virtual filesystems (Coleman Kane) (#604396)
  - Remove sleep keybindings (Bastien Nocera) (LP: #490704, GNOME: #170175)
  - Start an on-screen-display window (OSD) (Federico Mena Quintero)
  - Split the composited and non-composited code for the expose-event 
    handler (Federico Mena Quintero)
  - Use a hand-drawn frame instead of a GtkBuilder frame (Federico Mena 
    Quintero)
  - Using GkbdStatus for the automatic notification icon (Sergey V. 
    Udaltsov) (LP: #498839)
  - Implement popup menu for the notification icon (Sergey V. Udaltsov)
  - Add extra API required by GsdMediaKeysWindow (Federico Mena Quintero)
  - Add timed exit option (William Jon McCann)
  - Fixes for new libxklavier (Sergey V. Udaltsov)
* debian/control:
  - Bump libxklavier-dev build-dep to >= 5.0
  - Bump libgnomekbd-dev build-dep to >= 2.29.5
* Refreshed patches:
  - 02_fix_randr.patch
  - 02_missing_libs.patch
  - 30_pkgconfig-path.patch
  - 70_migrate_touchpad_config.patch
  - 90_autoreconf.patch
* Dropped patches merged upstream:
  - 03_gdm_keyboard_variant_handling.patch
  - 91_gsd_locate_pointer_path_fix.patch
* Re-written 16_use_synchronous_notifications.patch - the patch now has
  the more generic parts split in to plugins/common, as the xrandr plugin
  may use this code in the future. The code can also be shared with other
  packages
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkDialog" id="gswitchit_layout_view">
 
5
    <property name="border_width">5</property>
 
6
    <property name="title" translatable="yes">Keyboard Layout</property>
 
7
    <property name="resizable">False</property>
 
8
    <property name="destroy_with_parent">True</property>
 
9
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
10
    <property name="has_separator">False</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <object class="GtkVBox" id="preview_vbox">
 
17
            <property name="visible">True</property>
 
18
            <property name="border_width">5</property>
 
19
            <property name="spacing">18</property>
 
20
            <child>
 
21
              <placeholder/>
 
22
            </child>
 
23
            <child>
 
24
              <placeholder/>
 
25
            </child>
 
26
          </object>
 
27
          <packing>
 
28
            <property name="position">1</property>
 
29
          </packing>
 
30
        </child>
 
31
        <child internal-child="action_area">
 
32
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
33
            <property name="visible">True</property>
 
34
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
35
            <child>
 
36
              <object class="GtkButton" id="btnPrint">
 
37
                <property name="visible">True</property>
 
38
                <property name="can_focus">True</property>
 
39
                <property name="receives_default">True</property>
 
40
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
41
                <property name="label">gtk-print</property>
 
42
                <property name="use_stock">True</property>
 
43
              </object>
 
44
            </child>
 
45
            <child>
 
46
              <object class="GtkButton" id="btnHelp">
 
47
                <property name="visible">True</property>
 
48
                <property name="can_focus">True</property>
 
49
                <property name="can_default">True</property>
 
50
                <property name="label">gtk-help</property>
 
51
                <property name="use_stock">True</property>
 
52
              </object>
 
53
              <packing>
 
54
                <property name="position">1</property>
 
55
              </packing>
 
56
            </child>
 
57
            <child>
 
58
              <object class="GtkButton" id="btnClose">
 
59
                <property name="visible">True</property>
 
60
                <property name="can_focus">True</property>
 
61
                <property name="can_default">True</property>
 
62
                <property name="label">gtk-close</property>
 
63
                <property name="use_stock">True</property>
 
64
              </object>
 
65
              <packing>
 
66
                <property name="position">2</property>
 
67
              </packing>
 
68
            </child>
 
69
          </object>
 
70
          <packing>
 
71
            <property name="expand">False</property>
 
72
            <property name="pack_type">GTK_PACK_END</property>
 
73
          </packing>
 
74
        </child>
 
75
      </object>
 
76
    </child>
 
77
    <action-widgets>
 
78
      <action-widget response="2">btnPrint</action-widget>
 
79
      <action-widget response="-11">btnHelp</action-widget>
 
80
      <action-widget response="-7">btnClose</action-widget>
 
81
    </action-widgets>
 
82
  </object>
 
83
</interface>