~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to plugins/pythonconsole/config.ui

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Martin Pitt, Michael Biebl
  • Date: 2012-05-10 15:08:48 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120510150848-e316o2pnsm7m16ep
Tags: 3.4.0-1
[ Josselin Mouette ]
* Replace python-gobject by python-gi.

[ Martin Pitt ]
* debian/control.in: Bump clutter and eog dependencies as per configure.ac.
* debian/copyright: Rewrite using copyright 1.0 format.
* debian/control.in: Bump to Standards-Version 3.9.3.
* debian/control.in: Add Enhances: eog (Closes: #653258, LP: #697406)

[ Michael Biebl ]
* New upstream release.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Add Build-Depends on gsettings-desktop-schemas-dev and a Depends on
  gsettings-desktop-schemas for the org.gnome.desktop.interface gsettings
  schema file used by the pythonconsole plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkDialog" id="dialog-config">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="window_position">center-on-parent</property>
 
7
    <property name="destroy_with_parent">True</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <signal name="destroy" handler="on_dialog_config_destroy" swapped="no"/>
 
10
    <signal name="response" handler="on_dialog_config_response" swapped="no"/>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="can_focus">False</property>
 
15
        <property name="orientation">vertical</property>
 
16
        <child>
 
17
          <object class="GtkGrid" id="grid">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">False</property>
 
20
            <property name="margin_left">12</property>
 
21
            <property name="margin_right">12</property>
 
22
            <property name="margin_top">12</property>
 
23
            <property name="margin_bottom">12</property>
 
24
            <property name="row_spacing">6</property>
 
25
            <property name="column_spacing">12</property>
 
26
            <child>
 
27
              <object class="GtkLabel" id="label-command">
 
28
                <property name="visible">True</property>
 
29
                <property name="can_focus">False</property>
 
30
                <property name="xalign">0</property>
 
31
                <property name="label" translatable="yes">C_ommand color:</property>
 
32
                <property name="use_underline">True</property>
 
33
                <property name="mnemonic_widget">colorbutton-command</property>
 
34
              </object>
 
35
              <packing>
 
36
                <property name="left_attach">0</property>
 
37
                <property name="top_attach">0</property>
 
38
                <property name="width">1</property>
 
39
                <property name="height">1</property>
 
40
              </packing>
 
41
            </child>
 
42
            <child>
 
43
              <object class="GtkLabel" id="label-error">
 
44
                <property name="visible">True</property>
 
45
                <property name="can_focus">False</property>
 
46
                <property name="xalign">0</property>
 
47
                <property name="label" translatable="yes">_Error color:</property>
 
48
                <property name="use_underline">True</property>
 
49
                <property name="mnemonic_widget">colorbutton-error</property>
 
50
              </object>
 
51
              <packing>
 
52
                <property name="left_attach">0</property>
 
53
                <property name="top_attach">1</property>
 
54
                <property name="width">1</property>
 
55
                <property name="height">1</property>
 
56
              </packing>
 
57
            </child>
 
58
            <child>
 
59
              <object class="GtkColorButton" id="colorbutton-command">
 
60
                <property name="use_action_appearance">False</property>
 
61
                <property name="visible">True</property>
 
62
                <property name="can_focus">True</property>
 
63
                <property name="receives_default">True</property>
 
64
                <property name="hexpand">True</property>
 
65
                <property name="use_action_appearance">False</property>
 
66
                <property name="color">#31314e4e6c6c</property>
 
67
                <signal name="color-set" handler="on_colorbutton_command_color_set" swapped="no"/>
 
68
              </object>
 
69
              <packing>
 
70
                <property name="left_attach">1</property>
 
71
                <property name="top_attach">0</property>
 
72
                <property name="width">1</property>
 
73
                <property name="height">1</property>
 
74
              </packing>
 
75
            </child>
 
76
            <child>
 
77
              <object class="GtkColorButton" id="colorbutton-error">
 
78
                <property name="use_action_appearance">False</property>
 
79
                <property name="visible">True</property>
 
80
                <property name="can_focus">True</property>
 
81
                <property name="receives_default">True</property>
 
82
                <property name="hexpand">True</property>
 
83
                <property name="use_action_appearance">False</property>
 
84
                <property name="color">#999900000000</property>
 
85
                <signal name="color-set" handler="on_colorbutton_error_color_set" swapped="no"/>
 
86
              </object>
 
87
              <packing>
 
88
                <property name="left_attach">1</property>
 
89
                <property name="top_attach">1</property>
 
90
                <property name="width">1</property>
 
91
                <property name="height">1</property>
 
92
              </packing>
 
93
            </child>
 
94
          </object>
 
95
          <packing>
 
96
            <property name="expand">False</property>
 
97
            <property name="fill">True</property>
 
98
            <property name="position">0</property>
 
99
          </packing>
 
100
        </child>
 
101
        <child internal-child="action_area">
 
102
          <object class="GtkButtonBox" id="dialog-action_area1">
 
103
            <property name="visible">True</property>
 
104
            <property name="can_focus">False</property>
 
105
            <property name="layout_style">end</property>
 
106
            <child>
 
107
              <object class="GtkButton" id="button1">
 
108
                <property name="label">gtk-close</property>
 
109
                <property name="use_action_appearance">False</property>
 
110
                <property name="visible">True</property>
 
111
                <property name="can_focus">True</property>
 
112
                <property name="receives_default">True</property>
 
113
                <property name="use_action_appearance">False</property>
 
114
                <property name="use_stock">True</property>
 
115
              </object>
 
116
              <packing>
 
117
                <property name="expand">False</property>
 
118
                <property name="fill">False</property>
 
119
                <property name="position">0</property>
 
120
              </packing>
 
121
            </child>
 
122
          </object>
 
123
          <packing>
 
124
            <property name="expand">False</property>
 
125
            <property name="fill">True</property>
 
126
            <property name="pack_type">end</property>
 
127
            <property name="position">0</property>
 
128
          </packing>
 
129
        </child>
 
130
      </object>
 
131
    </child>
 
132
    <action-widgets>
 
133
      <action-widget response="-7">button1</action-widget>
 
134
    </action-widgets>
 
135
  </object>
 
136
</interface>