* Updated a few more icons.
BIN
data/images/account-settings.png
Normal file → Executable file
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
data/images/advanced-settings.png
Normal file → Executable file
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
data/images/configure.png
Normal file → Executable file
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/home.png
Normal file → Executable file
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
data/images/lastfm-settings.png
Normal file → Executable file
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
data/images/list-add.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/music-icon.png
Normal file → Executable file
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/music-settings.png
Normal file → Executable file
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
data/images/new-additions.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
data/images/sipplugin-add.png
Normal file → Executable file
Before Width: | Height: | Size: 771 B After Width: | Height: | Size: 1.9 KiB |
BIN
data/images/sipplugin-remove.png
Normal file → Executable file
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 1.8 KiB |
BIN
data/images/view-refresh.png
Normal file → Executable file
Before Width: | Height: | Size: 931 B After Width: | Height: | Size: 2.0 KiB |
@ -80,6 +80,7 @@
|
||||
<file>./data/images/lastfm-settings.png</file>
|
||||
<file>./data/images/automatic-playlist.png</file>
|
||||
<file>./data/images/station.png</file>
|
||||
<file>./data/images/new-additions.png</file>
|
||||
<file>./data/stylesheets/topbar-radiobuttons.css</file>
|
||||
<file>./data/icons/tomahawk-icon-16x16.png</file>
|
||||
<file>./data/icons/tomahawk-icon-32x32.png</file>
|
||||
|
@ -43,7 +43,7 @@ CollectionItem::CollectionItem( SourcesModel* mdl, SourceTreeItem* parent, cons
|
||||
return;
|
||||
}
|
||||
|
||||
m_sourceInfoItem = new GenericPageItem( model(), this, tr( "New Additions" ), QIcon(),
|
||||
m_sourceInfoItem = new GenericPageItem( model(), this, tr( "New Additions" ), QIcon( RESPATH "images/new-additions.png" ),
|
||||
boost::bind( &CollectionItem::sourceInfoClicked, this ),
|
||||
boost::bind( &CollectionItem::getSourceInfoPage, this )
|
||||
);
|
||||
|