~ubuntu-branches/ubuntu/maverick/rhythmbox-ubuntuone-music-store/maverick

« back to all changes in this revision

Viewing changes to umusicstore/u1msurl.glade

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-08-26 01:47:45 UTC
  • mfrom: (19.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826014745-bwbtb18fewmgs2nk
Tags: 0.1.3-0ubuntu1
* New upstream release:
  - Added missing imports (Rodrigo Moya)
  - Normalize and handle unicode a little before matching, to get better
    matches (John Lenton)
  - Add a cutoff value below which we don't show the suggestion at all
    (John Lenton)
  - Add a could-not-find message (John Lenton)
  - Got rid of the old new icon usage (John Lenton)
  - Make the music link dialog look a bit prettier (Rodrigo Moya)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
4
  <!-- interface-naming-policy project-wide -->
5
 
  <object class="GtkWindow" id="winMain">
6
 
    <child>
7
 
      <object class="GtkHBox" id="hbMain">
 
5
  <object class="GtkDialog" id="winMain">
 
6
    <property name="border_width">5</property>
 
7
    <property name="type_hint">normal</property>
 
8
    <property name="has_separator">False</property>
 
9
    <child internal-child="vbox">
 
10
      <object class="GtkVBox" id="dialog-vbox1">
8
11
        <property name="visible">True</property>
 
12
        <property name="spacing">2</property>
9
13
        <child>
10
 
          <object class="GtkAlignment" id="alignment1">
 
14
          <object class="GtkHBox" id="hbox1">
11
15
            <property name="visible">True</property>
12
 
            <property name="yalign">0</property>
13
16
            <child>
14
17
              <object class="GtkImage" id="imgMain">
15
18
                <property name="visible">True</property>
16
19
                <property name="yalign">0</property>
17
 
                <property name="ypad">12</property>
 
20
                <property name="xpad">3</property>
 
21
                <property name="ypad">3</property>
18
22
                <property name="stock">gtk-info</property>
19
23
                <property name="icon-size">6</property>
20
24
              </object>
21
 
            </child>
22
 
          </object>
23
 
          <packing>
24
 
            <property name="position">0</property>
25
 
          </packing>
26
 
        </child>
27
 
        <child>
28
 
          <object class="GtkVBox" id="vbMain">
29
 
            <property name="visible">True</property>
30
 
            <property name="spacing">12</property>
31
 
            <child>
32
 
              <object class="GtkLabel" id="lblLooking">
33
 
                <property name="visible">True</property>
34
 
                <property name="xalign">0</property>
35
 
                <property name="yalign">0</property>
36
 
                <property name="ypad">16</property>
37
 
                <property name="label" translatable="yes">Looking up Whatever Whatever Whatever Whatever Whatever Whatever Whatever Whatever </property>
38
 
                <property name="wrap">True</property>
39
 
              </object>
40
25
              <packing>
41
26
                <property name="expand">False</property>
42
 
                <property name="fill">False</property>
43
27
                <property name="position">0</property>
44
28
              </packing>
45
29
            </child>
46
30
            <child>
47
 
              <object class="GtkLabel" id="lblFound">
48
 
                <property name="xalign">0</property>
49
 
                <property name="yalign">0</property>
50
 
                <property name="ypad">12</property>
51
 
                <property name="label" translatable="yes">Found Whatever Whatever Whatever Whatever Whatever Whatever Whatever Whatever </property>
52
 
                <property name="wrap">True</property>
 
31
              <object class="GtkVBox" id="vbox1">
 
32
                <property name="visible">True</property>
 
33
                <property name="spacing">3</property>
 
34
                <child>
 
35
                  <object class="GtkLabel" id="lblProgress">
 
36
                    <property name="visible">True</property>
 
37
                    <property name="xalign">0</property>
 
38
                    <property name="yalign">0</property>
 
39
                    <property name="wrap">True</property>
 
40
                  </object>
 
41
                  <packing>
 
42
                    <property name="expand">False</property>
 
43
                    <property name="fill">False</property>
 
44
                    <property name="padding">3</property>
 
45
                    <property name="position">0</property>
 
46
                  </packing>
 
47
                </child>
 
48
                <child>
 
49
                  <object class="GtkLabel" id="lblURL">
 
50
                    <property name="visible">True</property>
 
51
                    <property name="xalign">0</property>
 
52
                    <property name="yalign">0</property>
 
53
                    <property name="wrap">True</property>
 
54
                    <property name="selectable">True</property>
 
55
                  </object>
 
56
                  <packing>
 
57
                    <property name="expand">False</property>
 
58
                    <property name="fill">False</property>
 
59
                    <property name="padding">3</property>
 
60
                    <property name="position">1</property>
 
61
                  </packing>
 
62
                </child>
53
63
              </object>
54
64
              <packing>
55
 
                <property name="expand">False</property>
56
 
                <property name="fill">False</property>
57
65
                <property name="position">1</property>
58
66
              </packing>
59
67
            </child>
60
 
            <child>
61
 
              <object class="GtkLabel" id="lblAddressIs">
62
 
                <property name="xalign">0</property>
63
 
                <property name="yalign">0</property>
64
 
                <property name="label" translatable="yes">The Ubuntu One Music Store address for that song is</property>
65
 
              </object>
66
 
              <packing>
67
 
                <property name="expand">False</property>
68
 
                <property name="fill">False</property>
69
 
                <property name="position">2</property>
70
 
              </packing>
71
 
            </child>
72
 
            <child>
73
 
              <object class="GtkLabel" id="lblURL">
74
 
                <property name="xalign">0</property>
75
 
                <property name="yalign">0</property>
76
 
                <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;https://one.ubuntu.com/music/l/1234567/123456&lt;/b&gt;&lt;/big&gt;</property>
77
 
                <property name="use_markup">True</property>
78
 
                <property name="selectable">True</property>
79
 
              </object>
80
 
              <packing>
81
 
                <property name="expand">False</property>
82
 
                <property name="fill">False</property>
83
 
                <property name="position">3</property>
84
 
              </packing>
85
 
            </child>
86
 
            <child>
87
 
              <object class="GtkLabel" id="lblCopied">
88
 
                <property name="xalign">1</property>
89
 
                <property name="yalign">0</property>
90
 
                <property name="label" translatable="yes">&lt;small&gt;&lt;i&gt;The address has been copied to the clipboard&lt;/i&gt;&lt;/small&gt;</property>
91
 
                <property name="use_markup">True</property>
92
 
              </object>
93
 
              <packing>
94
 
                <property name="expand">False</property>
95
 
                <property name="fill">False</property>
96
 
                <property name="position">4</property>
97
 
              </packing>
98
 
            </child>
 
68
          </object>
 
69
          <packing>
 
70
            <property name="padding">3</property>
 
71
            <property name="position">1</property>
 
72
          </packing>
 
73
        </child>
 
74
        <child internal-child="action_area">
 
75
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
76
            <property name="visible">True</property>
 
77
            <property name="layout_style">end</property>
99
78
            <child>
100
79
              <placeholder/>
101
80
            </child>
 
81
            <child>
 
82
              <object class="GtkButton" id="button1">
 
83
                <property name="label">gtk-close</property>
 
84
                <property name="visible">True</property>
 
85
                <property name="can_focus">True</property>
 
86
                <property name="receives_default">True</property>
 
87
                <property name="use_stock">True</property>
 
88
              </object>
 
89
              <packing>
 
90
                <property name="expand">False</property>
 
91
                <property name="fill">False</property>
 
92
                <property name="position">1</property>
 
93
              </packing>
 
94
            </child>
102
95
          </object>
103
96
          <packing>
104
 
            <property name="padding">12</property>
105
 
            <property name="position">1</property>
 
97
            <property name="expand">False</property>
 
98
            <property name="pack_type">end</property>
 
99
            <property name="position">0</property>
106
100
          </packing>
107
101
        </child>
108
102
      </object>
109
103
    </child>
 
104
    <action-widgets>
 
105
      <action-widget response="0">button1</action-widget>
 
106
    </action-widgets>
110
107
  </object>
111
108
</interface>