~ubuntu-branches/debian/experimental/backintime/experimental

« back to all changes in this revision

Viewing changes to gnome/logviewdialog.glade

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Wiltshire
  • Date: 2010-12-03 21:56:53 UTC
  • mfrom: (1.2.1 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101203215653-scx9roloq4m0dqns
Tags: 1.0.4-1
* New upstream release
    Closes: #555293
    LP: #409130 #507246 #528518 #534829 #522618
* Update debian/copyright
* The following patches are either integrated or fixed properly
  upstream: no-chmod-777.patch allow-root-backup.patch
* Refactor remaining patches and make the headers DEP-3 compliant
* Convert to source format 3.0 (quilt) and drop quilt dependency and
  logic
* Don't depend on a specific version of Python; let dh_python choose
  the best option
* Remove the "earlier-than" restriction for the Conflicts on
  backintime-kde4
* Standards version 3.9.1 (no changes required)
* Update my email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkDialog" id="LogViewDialog">
 
6
    <property name="width_request">600</property>
 
7
    <property name="height_request">500</property>
 
8
    <property name="border_width">5</property>
 
9
    <property name="title" translatable="yes">Log View</property>
 
10
    <property name="modal">True</property>
 
11
    <property name="window_position">center-on-parent</property>
 
12
    <property name="icon_name">gtk-edit</property>
 
13
    <property name="type_hint">dialog</property>
 
14
    <property name="skip_taskbar_hint">True</property>
 
15
    <property name="skip_pager_hint">True</property>
 
16
    <property name="has_separator">False</property>
 
17
    <child internal-child="vbox">
 
18
      <object class="GtkVBox" id="dialog-vbox6">
 
19
        <property name="width_request">600</property>
 
20
        <property name="height_request">500</property>
 
21
        <property name="visible">True</property>
 
22
        <property name="spacing">2</property>
 
23
        <child>
 
24
          <object class="GtkVBox" id="vbox1">
 
25
            <property name="visible">True</property>
 
26
            <property name="spacing">5</property>
 
27
            <child>
 
28
              <object class="GtkHBox" id="hbox1">
 
29
                <property name="visible">True</property>
 
30
                <property name="spacing">5</property>
 
31
                <child>
 
32
                  <object class="GtkHBox" id="hbox_profiles">
 
33
                    <property name="visible">True</property>
 
34
                    <property name="spacing">5</property>
 
35
                    <child>
 
36
                      <object class="GtkLabel" id="lbl_profile">
 
37
                        <property name="visible">True</property>
 
38
                        <property name="label" translatable="yes">Profile:</property>
 
39
                      </object>
 
40
                      <packing>
 
41
                        <property name="expand">False</property>
 
42
                        <property name="position">0</property>
 
43
                      </packing>
 
44
                    </child>
 
45
                    <child>
 
46
                      <object class="GtkComboBox" id="combo_profiles">
 
47
                        <property name="visible">True</property>
 
48
                        <signal name="changed" handler="on_combo_profiles_changed"/>
 
49
                      </object>
 
50
                      <packing>
 
51
                        <property name="position">1</property>
 
52
                      </packing>
 
53
                    </child>
 
54
                  </object>
 
55
                  <packing>
 
56
                    <property name="padding">5</property>
 
57
                    <property name="position">0</property>
 
58
                  </packing>
 
59
                </child>
 
60
                <child>
 
61
                  <object class="GtkHBox" id="hbox_filter">
 
62
                    <property name="visible">True</property>
 
63
                    <property name="spacing">5</property>
 
64
                    <child>
 
65
                      <object class="GtkLabel" id="lbl_filter">
 
66
                        <property name="visible">True</property>
 
67
                        <property name="label" translatable="yes">Filter:</property>
 
68
                      </object>
 
69
                      <packing>
 
70
                        <property name="expand">False</property>
 
71
                        <property name="position">0</property>
 
72
                      </packing>
 
73
                    </child>
 
74
                    <child>
 
75
                      <object class="GtkComboBox" id="combo_filter">
 
76
                        <property name="visible">True</property>
 
77
                        <signal name="changed" handler="on_combo_filter_changed"/>
 
78
                      </object>
 
79
                      <packing>
 
80
                        <property name="position">1</property>
 
81
                      </packing>
 
82
                    </child>
 
83
                  </object>
 
84
                  <packing>
 
85
                    <property name="padding">5</property>
 
86
                    <property name="position">1</property>
 
87
                  </packing>
 
88
                </child>
 
89
              </object>
 
90
              <packing>
 
91
                <property name="expand">False</property>
 
92
                <property name="position">0</property>
 
93
              </packing>
 
94
            </child>
 
95
            <child>
 
96
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
97
                <property name="visible">True</property>
 
98
                <property name="can_focus">True</property>
 
99
                <property name="hscrollbar_policy">automatic</property>
 
100
                <property name="vscrollbar_policy">automatic</property>
 
101
                <property name="shadow_type">in</property>
 
102
                <child>
 
103
                  <object class="GtkTextView" id="txt_log_view">
 
104
                    <property name="visible">True</property>
 
105
                    <property name="can_focus">True</property>
 
106
                  </object>
 
107
                </child>
 
108
              </object>
 
109
              <packing>
 
110
                <property name="position">1</property>
 
111
              </packing>
 
112
            </child>
 
113
            <child>
 
114
              <object class="GtkLabel" id="label1">
 
115
                <property name="visible">True</property>
 
116
                <property name="xalign">0</property>
 
117
                <property name="label" translatable="yes">[E] Error, [I] Information, [C] Change</property>
 
118
              </object>
 
119
              <packing>
 
120
                <property name="expand">False</property>
 
121
                <property name="position">2</property>
 
122
              </packing>
 
123
            </child>
 
124
          </object>
 
125
          <packing>
 
126
            <property name="position">1</property>
 
127
          </packing>
 
128
        </child>
 
129
        <child internal-child="action_area">
 
130
          <object class="GtkHButtonBox" id="dialog-action_area6">
 
131
            <property name="visible">True</property>
 
132
            <property name="layout_style">end</property>
 
133
            <child>
 
134
              <object class="GtkButton" id="button3">
 
135
                <property name="label">gtk-close</property>
 
136
                <property name="visible">True</property>
 
137
                <property name="can_focus">True</property>
 
138
                <property name="can_default">True</property>
 
139
                <property name="has_default">True</property>
 
140
                <property name="receives_default">True</property>
 
141
                <property name="use_stock">True</property>
 
142
              </object>
 
143
              <packing>
 
144
                <property name="expand">False</property>
 
145
                <property name="fill">False</property>
 
146
                <property name="position">0</property>
 
147
              </packing>
 
148
            </child>
 
149
          </object>
 
150
          <packing>
 
151
            <property name="expand">False</property>
 
152
            <property name="pack_type">end</property>
 
153
            <property name="position">0</property>
 
154
          </packing>
 
155
        </child>
 
156
      </object>
 
157
    </child>
 
158
    <action-widgets>
 
159
      <action-widget response="-5">button3</action-widget>
 
160
    </action-widgets>
 
161
  </object>
 
162
</interface>