~ubuntu-branches/ubuntu/raring/synaptic/raring-proposed

« back to all changes in this revision

Viewing changes to gtk/glade/dialog_task_descr.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, Chris McGinlay, Luca Falavigna
  • Date: 2011-02-10 09:56:20 UTC
  • mfrom: (3.1.101 natty)
  • Revision ID: james.westby@ubuntu.com-20110210095620-ffqbw32poq9deuss
Tags: 0.75
[ Michael Vogt ]
* merged lp:~mathieu-tl/synaptic/gtk3 this brings gtkbuilder
  (instead of glade) and the preparation for updating for gtk3
  Many thanks to Mathieu Trudel-Lapierre
* show changelog button alongside the screenshot button
* make sure /etc/apt/apt.conf.d/99synaptic is mode 644
  (LP: #637157)
* common/rpackagecache.cc:
  - read pindir as well as the pinfile (LP: #628818)
* when reading markings, ensure the views are refreshed
  so that broken dependencies are displayed
* show /ask about the pkg state changes when reading selections
  from a file, simpify askStateChanges code
* merged
  lp:~chris-ascentsoftware/ubuntu/natty/synaptic/synaptic-fix-706271
  many thanks! (LP: #706271)
* merged lp:~kelemeng/synaptic/bug702181, many thanks! 
  (LP: #702181)
* merged lp:~kelemeng/synaptic/bug688897, many thanks! 
  (LP: #688897)

[ Chris McGinlay ]
* gtk/gtkbuilder/window_preferences.ui, po/*
 - Change capitalisation of internet to Internet (LP: #706271)

[ Luca Falavigna ]
* common/rpackageview.cc:
  - Do not display base packages in manual view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2
 
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
 
 
4
 
<glade-interface>
5
 
<requires lib="gnome"/>
6
 
 
7
 
<widget class="GtkDialog" id="dialog_task_descr">
8
 
  <property name="border_width">6</property>
9
 
  <property name="width_request">600</property>
10
 
  <property name="height_request">400</property>
11
 
  <property name="visible">True</property>
12
 
  <property name="title" translatable="yes"></property>
13
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
14
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
15
 
  <property name="modal">True</property>
16
 
  <property name="resizable">True</property>
17
 
  <property name="destroy_with_parent">False</property>
18
 
  <property name="icon">synaptic_mini.xpm</property>
19
 
  <property name="has_separator">False</property>
20
 
 
21
 
  <child internal-child="vbox">
22
 
    <widget class="GtkVBox" id="dialog-vbox1">
23
 
      <property name="visible">True</property>
24
 
      <property name="homogeneous">False</property>
25
 
      <property name="spacing">6</property>
26
 
 
27
 
      <child internal-child="action_area">
28
 
        <widget class="GtkHButtonBox" id="dialog-action_area1">
29
 
          <property name="visible">True</property>
30
 
          <property name="layout_style">GTK_BUTTONBOX_END</property>
31
 
 
32
 
          <child>
33
 
            <widget class="GtkButton" id="closebutton1">
34
 
              <property name="visible">True</property>
35
 
              <property name="can_default">True</property>
36
 
              <property name="can_focus">True</property>
37
 
              <property name="label">gtk-close</property>
38
 
              <property name="use_stock">True</property>
39
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
40
 
              <property name="response_id">-7</property>
41
 
            </widget>
42
 
          </child>
43
 
        </widget>
44
 
        <packing>
45
 
          <property name="padding">0</property>
46
 
          <property name="expand">False</property>
47
 
          <property name="fill">True</property>
48
 
          <property name="pack_type">GTK_PACK_END</property>
49
 
        </packing>
50
 
      </child>
51
 
 
52
 
      <child>
53
 
        <widget class="GtkVBox" id="vbox1">
54
 
          <property name="border_width">6</property>
55
 
          <property name="visible">True</property>
56
 
          <property name="homogeneous">False</property>
57
 
          <property name="spacing">6</property>
58
 
 
59
 
          <child>
60
 
            <widget class="GtkScrolledWindow" id="scrolledwindow1">
61
 
              <property name="visible">True</property>
62
 
              <property name="can_focus">True</property>
63
 
              <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
64
 
              <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
65
 
              <property name="shadow_type">GTK_SHADOW_IN</property>
66
 
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
67
 
 
68
 
              <child>
69
 
                <widget class="GtkTextView" id="textview">
70
 
                  <property name="visible">True</property>
71
 
                  <property name="can_focus">True</property>
72
 
                  <property name="editable">False</property>
73
 
                  <property name="justification">GTK_JUSTIFY_LEFT</property>
74
 
                  <property name="wrap_mode">GTK_WRAP_WORD</property>
75
 
                  <property name="cursor_visible">False</property>
76
 
                  <property name="pixels_above_lines">3</property>
77
 
                  <property name="pixels_below_lines">3</property>
78
 
                  <property name="pixels_inside_wrap">0</property>
79
 
                  <property name="left_margin">3</property>
80
 
                  <property name="right_margin">3</property>
81
 
                  <property name="indent">0</property>
82
 
                  <property name="text" translatable="yes"></property>
83
 
                </widget>
84
 
              </child>
85
 
            </widget>
86
 
            <packing>
87
 
              <property name="padding">0</property>
88
 
              <property name="expand">True</property>
89
 
              <property name="fill">True</property>
90
 
            </packing>
91
 
          </child>
92
 
        </widget>
93
 
        <packing>
94
 
          <property name="padding">0</property>
95
 
          <property name="expand">True</property>
96
 
          <property name="fill">True</property>
97
 
        </packing>
98
 
      </child>
99
 
    </widget>
100
 
  </child>
101
 
</widget>
102
 
 
103
 
</glade-interface>