add missing files and add the alternative hover icon set

Esse commit está contido em:
fossfreedom
2014-06-25 23:27:14 +01:00
commit 9c90b0b8bb
4 arquivos alterados com 1497 adições e 0 exclusões
BIN
Ver Arquivo
Arquivo binário não exibido.
+1458
Ver Arquivo
Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff

Depois

Largura:  |  Altura:  |  Tamanho: 60 KiB

+21
Ver Arquivo
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- RB 2.99 and later -->
<menu id="play_popup_menu">
<section>
<item>
<attribute name="label" translatable="yes">Remove from Playlist</attribute>
<attribute name="action">win.remove_from_playlist_menu_item</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">playlist_entry_view</attribute>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Properties</attribute>
<attribute name="action">win.show_properties_menu_item</attribute>
</item>
</section>
</menu>
</interface>
+18
Ver Arquivo
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<interface>
<menu id="playsource-toolbar">
<section>
<item>
<attribute name="label" translatable="yes">Shuffle</attribute>
<attribute name="action">app.playsource-shuffle</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Clear</attribute>
<attribute name="action">app.playsource-clear</attribute>
</item>
</section>
<section>
<attribute name="rb-plugin-menu-link">playsource-toolbar</attribute>
</section>
</menu>
</interface>