~ubuntu-branches/ubuntu/trusty/lottanzb/trusty

« back to all changes in this revision

Viewing changes to data/ui/add_file_dialog.ui

  • Committer: Daniel Holbach
  • Date: 2011-02-21 07:47:30 UTC
  • mfrom: (7.1.1 natty)
  • Revision ID: daniel.holbach@canonical.com-20110221074730-9ozyhdic25bo6k2g
Tags: 0.6-1ubuntu1
* debian/lottanzb.install, debian/icons/*:
  + Add dark and light application icon for the panel menu.
* New upstream release.

* Switch to dpkg-source 3.0 (quilt) format.
* Use debhelper 7 instead of cdbs.
* Use dh_python2 instead of python-support.
* Delete superfluous debian/pyversions and debian/pycompat.

* debian/compat:
  + Bump to debhelper 7.
* debian/control:
  + Change Priority from extra to optional.
  + Replace XS-Python-Version with X-Python-Version and bump it to >= 2.6.
  + Remove cdbs and python-support from Build-Depends.
  + Bump debhelper to >= 7.0.50~ in Build-Depends.
  + Bump python to >= 2.6.6-3 in Build-Depends.
  + Remove python-kiwi, hellanzb and python from Depends.
  + Add python-configobj to Depends.
  + Bump python-gtk2 to >= 2.16 in Depends.
  + Bump yelp to >= 2.30 in Recommends for Mallard support.
  + Add python-apt and apturl to Recommends.
  + Add sabnzbdplus to Suggests.
  + Replace hellanzb with sabnzbdplus in Enhances.
  + Update Description.
* debian/copyright:
  + Make it machine-interpretable according to DEP-5.
  + Remove information for Kiwi code.
  + Update information for help/*.
  + Add information for lottanzb/backend/interface/multipart_post_handler.py.
* debian/lottanzb.lintian-overrides:
  + Override extra-license-file warning for documentation files.
* debian/lottanzb.menu:
  + Update application title.
* debian/patches/lock-file-name.patch:
  + Delete because fixed upstream.
* debian/rules:
  + Install into private directory /usr/share/lottanzb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  <requires lib="gtk+" version="2.16"/>
4
4
  <!-- interface-naming-policy toplevel-contextual -->
5
5
  <object class="GtkFileChooserDialog" id="add_file_dialog">
6
 
    <property name="title" translatable="yes">Select a file</property>
7
 
    <property name="window_position">center</property>
8
 
    <property name="icon_name">lottanzb</property>
9
 
    <property name="type_hint">normal</property>
 
6
    <property name="title" translatable="yes" context="yes">Add NZB File</property>
 
7
    <property name="window_position">center-on-parent</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <property name="has_separator">False</property>
10
10
    <property name="filter">file_filter</property>
11
11
    <property name="select_multiple">True</property>
12
12
    <child internal-child="vbox">
13
13
      <object class="GtkVBox" id="vbox">
14
14
        <property name="visible">True</property>
15
15
        <property name="spacing">2</property>
16
 
        <child>
17
 
          <object class="GtkAlignment" id="alignment1">
18
 
            <property name="visible">True</property>
19
 
            <property name="left_padding">4</property>
20
 
            <property name="right_padding">4</property>
21
 
            <child>
22
 
              <object class="GtkTable" id="table">
23
 
                <property name="visible">True</property>
24
 
                <property name="n_columns">2</property>
25
 
                <property name="column_spacing">6</property>
26
 
                <property name="row_spacing">6</property>
27
 
                <child>
28
 
                  <object class="GtkEntry" id="name">
29
 
                    <property name="visible">True</property>
30
 
                    <property name="can_focus">True</property>
31
 
                  </object>
32
 
                  <packing>
33
 
                    <property name="left_attach">1</property>
34
 
                    <property name="right_attach">2</property>
35
 
                  </packing>
36
 
                </child>
37
 
                <child>
38
 
                  <object class="GtkLabel" id="name_label">
39
 
                    <property name="visible">True</property>
40
 
                    <property name="xalign">0</property>
41
 
                    <property name="label" translatable="yes">_Name:</property>
42
 
                    <property name="use_markup">True</property>
43
 
                    <property name="use_underline">True</property>
44
 
                  </object>
45
 
                  <packing>
46
 
                    <property name="x_options">GTK_FILL</property>
47
 
                    <property name="y_options"></property>
48
 
                  </packing>
49
 
                </child>
50
 
              </object>
51
 
            </child>
52
 
          </object>
53
 
          <packing>
54
 
            <property name="expand">False</property>
55
 
            <property name="position">3</property>
56
 
          </packing>
57
 
        </child>
58
16
        <child internal-child="action_area">
59
17
          <object class="GtkHButtonBox" id="action_area">
60
18
            <property name="visible">True</property>
61
19
            <property name="layout_style">end</property>
62
20
            <child>
63
21
              <object class="GtkButton" id="cancel">
64
 
                <property name="label">gtk-cancel</property>
 
22
                <property name="label" context="yes">gtk-cancel</property>
65
23
                <property name="visible">True</property>
66
24
                <property name="can_focus">False</property>
67
25
                <property name="is_focus">True</property>
76
34
            </child>
77
35
            <child>
78
36
              <object class="GtkButton" id="add">
79
 
                <property name="label">gtk-add</property>
 
37
                <property name="label" context="yes">gtk-add</property>
80
38
                <property name="visible">True</property>
81
39
                <property name="can_focus">False</property>
82
40
                <property name="receives_default">False</property>
88
46
                <property name="position">1</property>
89
47
              </packing>
90
48
            </child>
 
49
            <child>
 
50
              <object class="GtkButton" id="help">
 
51
                <property name="label">gtk-help</property>
 
52
                <property name="visible">True</property>
 
53
                <property name="can_focus">True</property>
 
54
                <property name="receives_default">True</property>
 
55
                <property name="use_stock">True</property>
 
56
              </object>
 
57
              <packing>
 
58
                <property name="expand">False</property>
 
59
                <property name="fill">False</property>
 
60
                <property name="position">2</property>
 
61
                <property name="secondary">True</property>
 
62
              </packing>
 
63
            </child>
91
64
          </object>
92
65
          <packing>
93
66
            <property name="expand">False</property>
100
73
    <action-widgets>
101
74
      <action-widget response="-6">cancel</action-widget>
102
75
      <action-widget response="-5">add</action-widget>
 
76
      <action-widget response="-11">help</action-widget>
103
77
    </action-widgets>
104
78
  </object>
105
79
  <object class="GtkFileFilter" id="file_filter"/>