diff --git a/data/images/album-placeholder-grid.svg b/data/images/album-placeholder-grid.svg index f212b0080..410e73eec 100644 --- a/data/images/album-placeholder-grid.svg +++ b/data/images/album-placeholder-grid.svg @@ -1,87 +1,13 @@ - Slice 1 + album-placeholder-grid Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + \ No newline at end of file diff --git a/data/images/charts.svg b/data/images/charts.svg index eec778daa..9fa85f393 100644 --- a/data/images/charts.svg +++ b/data/images/charts.svg @@ -1,27 +1,14 @@ - - Slice 1 + + charts Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - - - - - - - + + + + + diff --git a/data/images/dashboard.svg b/data/images/dashboard.svg index f1a445132..23635be43 100644 --- a/data/images/dashboard.svg +++ b/data/images/dashboard.svg @@ -1,13 +1,41 @@ - - - Slice 1 - Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/images/inbox.svg b/data/images/inbox.svg index b310393f9..5d089e267 100644 --- a/data/images/inbox.svg +++ b/data/images/inbox.svg @@ -1,16 +1,132 @@ - - - Slice 1 - Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/images/new-releases.svg b/data/images/new-releases.svg index da13d62cc..1b5f08ed8 100644 --- a/data/images/new-releases.svg +++ b/data/images/new-releases.svg @@ -1,24 +1,15 @@ - - Slice 1 + + new-releases Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - - - - + + + + + + \ No newline at end of file diff --git a/data/images/playlist-icon.svg b/data/images/playlist-icon.svg index c5f74d8ca..2e89acdbc 100644 --- a/data/images/playlist-icon.svg +++ b/data/images/playlist-icon.svg @@ -1,21 +1,132 @@ - - - Slice 1 - Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/images/queue.svg b/data/images/queue.svg index 9625a9d06..14ff0cb92 100644 --- a/data/images/queue.svg +++ b/data/images/queue.svg @@ -1,14 +1,78 @@ - - Slice 1 + + queue Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/images/share.svg b/data/images/share.svg index 8f95abf6d..06b41fbf2 100644 --- a/data/images/share.svg +++ b/data/images/share.svg @@ -1,13 +1,131 @@ - - - Slice 1 - Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/libtomahawk/ContextMenu.cpp b/src/libtomahawk/ContextMenu.cpp index 801600fdf..4d04b895e 100644 --- a/src/libtomahawk/ContextMenu.cpp +++ b/src/libtomahawk/ContextMenu.cpp @@ -157,7 +157,7 @@ ContextMenu::setQueries( const QList& queries ) m_sources_sigmap->deleteLater(); m_sources_sigmap = new QSignalMapper( this ); - QMenu* sourcesMenu = addMenu( ImageRegistry::instance()->icon( RESPATH "images/inbox.svg" ), tr( "Send to &Friend" ) ); + QMenu* sourcesMenu = addMenu( ImageRegistry::instance()->icon( RESPATH "images/share.svg" ), tr( "Send to &Friend" ) ); for ( int i = 0; i < m_sources.length(); ++i ) { QAction* action = new QAction( m_sources.at( i )->friendlyName(), this ); @@ -209,10 +209,10 @@ ContextMenu::setQueries( const QList& queries ) addSeparator(); if ( m_supportedActions & ActionCopyLink && itemCount() == 1 ) - m_sigmap->setMapping( addAction( ImageRegistry::instance()->icon( RESPATH "images/copy.svg" ), tr( "&Copy Track Link" ) ), ActionCopyLink ); + m_sigmap->setMapping( addAction( tr( "&Copy Track Link" ) ), ActionCopyLink ); if ( m_supportedActions & ActionEditMetadata && itemCount() == 1 ) - m_sigmap->setMapping( addAction( ImageRegistry::instance()->icon( RESPATH "images/info.svg" ), tr( "Properties..." ) ), ActionEditMetadata ); + m_sigmap->setMapping( addAction( tr( "Properties..." ) ), ActionEditMetadata ); addSeparator();