~ubuntu-branches/ubuntu/natty/gnome-do/natty

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.AnimationBase/gtk-gui/gui.stetic

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-06-27 10:40:45 UTC
  • mfrom: (1.1.8 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090627104045-7st10y1cqr6dpz37
Tags: 0.8.2+dfsg-1
* New upstream release
  + No longer uses a plugin repository.  Fixes many plugin-
    related issues. (LP: #343096, LP: #330025, LP #345001)
  + No longer blocks on "About Do" (LP: #361679)
  + Reacts correctly when a Composite manager is enabled/
    disabled at runtime. (LP: #346347, LP: #390150)
  + Fixes for space reserved by Docky blocking drag and 
    drop operations. (LP: #354729, LP: #347052, LP: #382843)
  + Properly sets "Hidden" key on autostart files in response to 
    "Start on login" option.  (Closes: #526023) (LP: #369988)
* debian/patches/10_application_search_path:
  + Drop; included upstream
* debian/patches/10_sk_translation_update:
  + Import sk translation update from Debian BTS.
    (Closes: #531779)
* debian/patches/11_fix_autostart_when_directory_does_not_exist:
  + Patch from upstream.  Fixes the "Start on login" option when the 
    ~/.config/autostart directory does not exist. (LP: #393729)
* debian/control:
  + Update standards version to 3.8.2; no changes required.
  + Add libtool to Build-Depends; required for autoreconf.
  + Add Recommends: on new gnome-do-docklets package.
* debian/gnome-do.1
  + Fix spelling: GNOME-Do => GNOME Do.
  + Miscelaneous lintian fixes; NAME section, escaping minus signs with \-
* debian/copyright:
  + Update for new copyright holders.
  + Minor update to DEP-5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<stetic-interface>
 
3
  <configuration>
 
4
    <images-root-path>..</images-root-path>
 
5
    <target-gtk-version>2.12</target-gtk-version>
 
6
  </configuration>
 
7
  <import>
 
8
    <widget-library name="../../Do.Interface.Linux/bin/Debug/Do.Interface.Linux.dll" />
 
9
    <widget-library name="../../Do.Platform.Linux/bin/Debug/Do.Platform.Linux.dll" />
 
10
    <widget-library name="../bin/Debug/Do.Interface.Linux.AnimationBase.dll" internal="true" />
 
11
  </import>
 
12
  <widget class="Gtk.Bin" id="Do.Interface.AnimationBase.AnimationBaseConfigurationWidget" design-size="300 87">
 
13
    <property name="MemberName" />
 
14
    <property name="Visible">False</property>
 
15
    <child>
 
16
      <widget class="Gtk.VBox" id="vbox4">
 
17
        <property name="MemberName" />
 
18
        <property name="Spacing">6</property>
 
19
        <child>
 
20
          <widget class="Gtk.HBox" id="hbox4">
 
21
            <property name="MemberName" />
 
22
            <property name="Spacing">6</property>
 
23
            <child>
 
24
              <widget class="Gtk.Label" id="label8">
 
25
                <property name="MemberName" />
 
26
                <property name="Xalign">0</property>
 
27
                <property name="LabelProp" translatable="yes">Background Color:</property>
 
28
              </widget>
 
29
              <packing>
 
30
                <property name="Position">0</property>
 
31
                <property name="AutoSize">True</property>
 
32
                <property name="Expand">False</property>
 
33
                <property name="Fill">False</property>
 
34
              </packing>
 
35
            </child>
 
36
            <child>
 
37
              <widget class="Gtk.ColorButton" id="background_colorbutton">
 
38
                <property name="MemberName" />
 
39
                <property name="CanFocus">True</property>
 
40
                <property name="Events">ButtonMotionMask, ButtonPressMask, ButtonReleaseMask</property>
 
41
                <property name="UseAlpha">True</property>
 
42
                <property name="Alpha">65535</property>
 
43
                <signal name="ColorSet" handler="OnBackgroundColorbuttonColorSet" />
 
44
              </widget>
 
45
              <packing>
 
46
                <property name="Position">1</property>
 
47
                <property name="AutoSize">True</property>
 
48
                <property name="Expand">False</property>
 
49
                <property name="Fill">False</property>
 
50
              </packing>
 
51
            </child>
 
52
            <child>
 
53
              <widget class="Gtk.Button" id="clear_background">
 
54
                <property name="MemberName" />
 
55
                <property name="CanFocus">True</property>
 
56
                <property name="Type">TextAndIcon</property>
 
57
                <property name="Icon">stock:gtk-clear Menu</property>
 
58
                <property name="Label" translatable="yes">_Reset</property>
 
59
                <property name="UseUnderline">True</property>
 
60
                <property name="Relief">None</property>
 
61
                <signal name="Clicked" handler="OnClearBackgroundClicked" />
 
62
              </widget>
 
63
              <packing>
 
64
                <property name="Position">2</property>
 
65
                <property name="AutoSize">True</property>
 
66
                <property name="Expand">False</property>
 
67
                <property name="Fill">False</property>
 
68
              </packing>
 
69
            </child>
 
70
          </widget>
 
71
          <packing>
 
72
            <property name="Position">0</property>
 
73
            <property name="AutoSize">True</property>
 
74
            <property name="Expand">False</property>
 
75
            <property name="Fill">False</property>
 
76
          </packing>
 
77
        </child>
 
78
        <child>
 
79
          <widget class="Gtk.CheckButton" id="shadow_check">
 
80
            <property name="MemberName" />
 
81
            <property name="CanFocus">True</property>
 
82
            <property name="Label" translatable="yes">Show window shadow</property>
 
83
            <property name="DrawIndicator">True</property>
 
84
            <property name="HasLabel">True</property>
 
85
            <property name="UseUnderline">True</property>
 
86
            <signal name="Toggled" handler="OnShadowCheckToggled" />
 
87
          </widget>
 
88
          <packing>
 
89
            <property name="Position">1</property>
 
90
            <property name="AutoSize">True</property>
 
91
            <property name="Expand">False</property>
 
92
            <property name="Fill">False</property>
 
93
          </packing>
 
94
        </child>
 
95
        <child>
 
96
          <widget class="Gtk.CheckButton" id="animation_check">
 
97
            <property name="MemberName" />
 
98
            <property name="CanFocus">True</property>
 
99
            <property name="Label" translatable="yes">Animate window</property>
 
100
            <property name="Active">True</property>
 
101
            <property name="DrawIndicator">True</property>
 
102
            <property name="HasLabel">True</property>
 
103
            <property name="UseUnderline">True</property>
 
104
            <signal name="Toggled" handler="OnAnimationCheckToggled" />
 
105
          </widget>
 
106
          <packing>
 
107
            <property name="Position">2</property>
 
108
            <property name="AutoSize">True</property>
 
109
            <property name="Expand">False</property>
 
110
            <property name="Fill">False</property>
 
111
          </packing>
 
112
        </child>
 
113
      </widget>
 
114
    </child>
 
115
  </widget>
 
116
</stetic-interface>
 
 
b'\\ No newline at end of file'