~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty

« back to all changes in this revision

Viewing changes to data/ui/main-toolbar.ui

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-10-24 11:01:12 UTC
  • mfrom: (1.1.69) (2.1.31 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131024110112-v3ou37rae2m6xpml
Tags: 3.0.1-1ubuntu1
* Merge with Debian unstable (LP: #1220972), remaining changes:
  + Add Breaks and Replaces on versions of transmageddon which shipped the
    .prs files we are now shipping in -data.
  + Split magnatune, visualizer and cdrecorder plugins out and Recommend
    these from rhythmbox instead of all of the plugins.
  + Suggest gst-plugins-ugly instead of Recommending.
  + Add Ubuntu encoding presets and use them by default.
  + debian/patches/02_use_escaped_podcast_uri.patch
    - Handle podcasts that have sound files with the same basename
  + debian/patches/03_magnatune_partner.patch:
    - Change magnatune partner ID to 'ubuntu'.
  + debian/patches/05_hide_on_quit.patch
    - Hide (not quit) if RB is playing when closed.
  + debian/patches/07_quicklists.patch
    - Add quicklists.
* Re-enable visualization plugin; it works again.
* Remove 09_keywords.patch as the upstream .desktop file contains (almost)
  all of these.
* Disable grilo plugin as grilo is in Universe. 
* Use dh_python3 and pass --no-ext-rename to leave plugin filenames alone. 
* Have -plugin-magnatune depend on gir1.2-secret-1
* Re-enabled replaygain plugin (LP: #1180721)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkImage" id="image1">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="pixel_size">24</property>
 
8
    <property name="icon_name">media-playlist-shuffle-symbolic</property>
 
9
  </object>
 
10
  <object class="GtkImage" id="image2">
 
11
    <property name="visible">True</property>
 
12
    <property name="can_focus">False</property>
 
13
    <property name="pixel_size">24</property>
 
14
    <property name="icon_name">media-playlist-repeat-symbolic</property>
 
15
  </object>
 
16
  <object class="GtkImage" id="image3">
 
17
    <property name="visible">True</property>
 
18
    <property name="can_focus">False</property>
 
19
    <property name="xpad">8</property>
 
20
    <property name="ypad">9</property>
 
21
    <property name="pixel_size">24</property>
 
22
    <property name="icon_name">media-skip-forward-symbolic</property>
 
23
  </object>
 
24
  <object class="GtkImage" id="image4">
 
25
    <property name="visible">True</property>
 
26
    <property name="can_focus">False</property>
 
27
    <property name="xpad">12</property>
 
28
    <property name="ypad">9</property>
 
29
    <property name="pixel_size">24</property>
 
30
    <property name="icon_name">media-playback-start-symbolic</property>
 
31
  </object>
 
32
  <object class="GtkImage" id="image5">
 
33
    <property name="visible">True</property>
 
34
    <property name="can_focus">False</property>
 
35
    <property name="xpad">8</property>
 
36
    <property name="ypad">9</property>
 
37
    <property name="pixel_size">24</property>
 
38
    <property name="icon_name">media-skip-backward-symbolic</property>
 
39
  </object>
4
40
  <object class="GtkToolbar" id="main-toolbar">
5
41
    <property name="visible">True</property>
6
42
    <property name="can_focus">False</property>
7
43
    <property name="toolbar_style">icons</property>
8
44
    <property name="icon_size">6</property>
9
45
    <child>
10
 
      <object class="GtkToolButton" id="previous-button">
11
 
        <property name="use_action_appearance">False</property>
12
 
        <property name="visible">True</property>
13
 
        <property name="can_focus">False</property>
14
 
        <property name="tooltip_text" translatable="yes">Start playing the previous song</property>
15
 
        <property name="use_action_appearance">False</property>
16
 
        <property name="action_name">app.play-previous</property>
17
 
        <property name="label" translatable="yes">Previous</property>
18
 
        <property name="icon_name">media-skip-backward</property>
19
 
      </object>
20
 
      <packing>
21
 
        <property name="expand">False</property>
22
 
        <property name="homogeneous">True</property>
23
 
      </packing>
24
 
    </child>
25
 
    <child>
26
 
      <object class="GtkToolButton" id="play-button">
27
 
        <property name="use_action_appearance">False</property>
28
 
        <property name="visible">True</property>
29
 
        <property name="can_focus">False</property>
30
 
        <property name="tooltip_text" translatable="yes">Pause playback</property>
31
 
        <property name="use_action_appearance">False</property>
32
 
        <property name="action_name">app.play</property>
33
 
        <property name="label" translatable="yes">Play</property>
34
 
        <property name="icon_name">media-playback-start</property>
35
 
      </object>
36
 
      <packing>
37
 
        <property name="expand">False</property>
38
 
        <property name="homogeneous">True</property>
39
 
      </packing>
40
 
    </child>
41
 
    <child>
42
 
      <object class="GtkToolButton" id="next-button">
43
 
        <property name="use_action_appearance">False</property>
44
 
        <property name="visible">True</property>
45
 
        <property name="can_focus">False</property>
46
 
        <property name="tooltip_text" translatable="yes">Start playing the next song</property>
47
 
        <property name="use_action_appearance">False</property>
48
 
        <property name="action_name">app.play-next</property>
49
 
        <property name="label" translatable="yes">Next</property>
50
 
        <property name="icon_name">media-skip-forward</property>
51
 
      </object>
52
 
      <packing>
53
 
        <property name="expand">False</property>
54
 
        <property name="homogeneous">True</property>
55
 
      </packing>
56
 
    </child>
57
 
    <child>
58
 
      <object class="GtkSeparatorToolItem" id="separator1">
59
 
        <property name="use_action_appearance">False</property>
60
 
        <property name="visible">True</property>
61
 
        <property name="can_focus">False</property>
62
 
        <property name="use_action_appearance">False</property>
63
 
      </object>
64
 
      <packing>
65
 
        <property name="expand">False</property>
66
 
        <property name="homogeneous">True</property>
67
 
      </packing>
68
 
    </child>
69
 
    <child>
70
 
      <object class="GtkToggleToolButton" id="repeat-button">
71
 
        <property name="use_action_appearance">False</property>
72
 
        <property name="visible">True</property>
73
 
        <property name="can_focus">False</property>
74
 
        <property name="tooltip_text" translatable="yes">Play first song again after all songs are played</property>
75
 
        <property name="use_action_appearance">False</property>
76
 
        <property name="action_name">app.play-repeat</property>
77
 
        <property name="label" translatable="yes">Repeat</property>
78
 
        <property name="icon_name">media-playlist-repeat</property>
79
 
      </object>
80
 
      <packing>
81
 
        <property name="expand">False</property>
82
 
        <property name="homogeneous">True</property>
83
 
      </packing>
84
 
    </child>
85
 
    <child>
86
 
      <object class="GtkToggleToolButton" id="shuffle-button">
87
 
        <property name="use_action_appearance">False</property>
88
 
        <property name="visible">True</property>
89
 
        <property name="can_focus">False</property>
90
 
        <property name="tooltip_text" translatable="yes">Play songs in a random order</property>
91
 
        <property name="use_action_appearance">False</property>
92
 
        <property name="action_name">app.play-shuffle</property>
93
 
        <property name="label" translatable="yes">Shuffle</property>
94
 
        <property name="icon_name">media-playlist-shuffle</property>
 
46
      <object class="GtkToolItem" id="playback">
 
47
        <property name="visible">True</property>
 
48
        <property name="can_focus">False</property>
 
49
        <property name="margin_right">6</property>
 
50
        <child>
 
51
          <object class="GtkBox" id="box3">
 
52
            <property name="visible">True</property>
 
53
            <property name="can_focus">False</property>
 
54
            <property name="margin_top">6</property>
 
55
            <property name="margin_bottom">6</property>
 
56
            <child>
 
57
              <object class="GtkButton" id="previous-button">
 
58
                <property name="visible">True</property>
 
59
                <property name="can_focus">True</property>
 
60
                <property name="receives_default">True</property>
 
61
                <property name="action_name">app.play-previous</property>
 
62
                <property name="image">image5</property>
 
63
                <property name="always_show_image">True</property>
 
64
              </object>
 
65
              <packing>
 
66
                <property name="expand">False</property>
 
67
                <property name="fill">True</property>
 
68
                <property name="position">0</property>
 
69
              </packing>
 
70
            </child>
 
71
            <child>
 
72
              <object class="GtkButton" id="play-button">
 
73
                <property name="visible">True</property>
 
74
                <property name="can_focus">True</property>
 
75
                <property name="receives_default">True</property>
 
76
                <property name="action_name">app.play</property>
 
77
                <property name="image">image4</property>
 
78
              </object>
 
79
              <packing>
 
80
                <property name="expand">False</property>
 
81
                <property name="fill">True</property>
 
82
                <property name="position">1</property>
 
83
              </packing>
 
84
            </child>
 
85
            <child>
 
86
              <object class="GtkButton" id="next-button">
 
87
                <property name="visible">True</property>
 
88
                <property name="can_focus">True</property>
 
89
                <property name="receives_default">True</property>
 
90
                <property name="action_name">app.play-next</property>
 
91
                <property name="image">image3</property>
 
92
              </object>
 
93
              <packing>
 
94
                <property name="expand">False</property>
 
95
                <property name="fill">True</property>
 
96
                <property name="position">2</property>
 
97
              </packing>
 
98
            </child>
 
99
          </object>
 
100
        </child>
 
101
      </object>
 
102
      <packing>
 
103
        <property name="expand">False</property>
 
104
        <property name="homogeneous">True</property>
 
105
      </packing>
 
106
    </child>
 
107
    <child>
 
108
      <object class="GtkToolItem" id="playorder">
 
109
        <property name="visible">True</property>
 
110
        <property name="can_focus">False</property>
 
111
        <property name="margin_left">6</property>
 
112
        <property name="margin_top">12</property>
 
113
        <property name="margin_bottom">12</property>
 
114
        <child>
 
115
          <object class="GtkBox" id="box4">
 
116
            <property name="visible">True</property>
 
117
            <property name="can_focus">False</property>
 
118
            <child>
 
119
              <object class="GtkToggleButton" id="repeat-button">
 
120
                <property name="visible">True</property>
 
121
                <property name="can_focus">True</property>
 
122
                <property name="receives_default">True</property>
 
123
                <property name="action_name">app.play-repeat</property>
 
124
                <property name="image">image2</property>
 
125
              </object>
 
126
              <packing>
 
127
                <property name="expand">False</property>
 
128
                <property name="fill">True</property>
 
129
                <property name="position">0</property>
 
130
              </packing>
 
131
            </child>
 
132
            <child>
 
133
              <object class="GtkToggleButton" id="shuffle-button">
 
134
                <property name="visible">True</property>
 
135
                <property name="can_focus">True</property>
 
136
                <property name="receives_default">True</property>
 
137
                <property name="action_name">app.play-shuffle</property>
 
138
                <property name="image">image1</property>
 
139
              </object>
 
140
              <packing>
 
141
                <property name="expand">False</property>
 
142
                <property name="fill">True</property>
 
143
                <property name="position">1</property>
 
144
              </packing>
 
145
            </child>
 
146
          </object>
 
147
        </child>
95
148
      </object>
96
149
      <packing>
97
150
        <property name="expand">False</property>
100
153
    </child>
101
154
    <child>
102
155
      <object class="GtkSeparatorToolItem" id="separator2">
103
 
        <property name="use_action_appearance">False</property>
104
156
        <property name="visible">True</property>
105
157
        <property name="can_focus">False</property>
106
 
        <property name="use_action_appearance">False</property>
107
158
      </object>
108
159
      <packing>
109
160
        <property name="expand">False</property>