mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* After fooling me a thousand times, I've finally decided to rename WhatsHotWidget to ChartsWidget. There's potential danger in colliding with lingering old whatshot-page plugins, but I'd rather do it now than later. Please wipe your build / install dirs. Sorry :-)
This commit is contained in:
@@ -222,7 +222,7 @@ TOMAHAWK_PLUGINS = [
|
||||
'libtomahawk_infoplugin_spotify.so',
|
||||
'libtomahawk_viewpage_dashboard.so',
|
||||
# 'libtomahawk_viewpage_networkactivity.so',
|
||||
'libtomahawk_viewpage_whatshot.so',
|
||||
'libtomahawk_viewpage_charts.so',
|
||||
'libtomahawk_viewpage_whatsnew_0_8.so',
|
||||
]
|
||||
|
||||
|
@@ -828,7 +828,7 @@ ViewManager::addDynamicPage( Tomahawk::ViewPagePlugin* viewPage, const QString&
|
||||
|
||||
if ( m_dynamicPages.contains( pageId ) || m_dynamicPagePlugins.contains( pageId ) )
|
||||
{
|
||||
tLog() << "Not adding a second ViewPage with name" << pageName;
|
||||
tDebug() << Q_FUNC_INFO << "Not adding a second page with id" << pageId << "- old colliding plugin found, please clean your install dir.";
|
||||
Q_ASSERT( false );
|
||||
}
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
tomahawk_add_plugin(whatshot
|
||||
tomahawk_add_plugin(charts
|
||||
TYPE viewpage
|
||||
EXPORT_MACRO TOMAHAWK_VIEWPAGE_EXPORT_PRO
|
||||
SOURCES
|
||||
WhatsHotWidget.cpp
|
||||
ChartsWidget.cpp
|
||||
UI
|
||||
WhatsHotWidget.ui
|
||||
ChartsWidget.ui
|
||||
LINK_LIBRARIES
|
||||
tomahawk-widgets
|
||||
)
|
@@ -20,8 +20,8 @@
|
||||
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "WhatsHotWidget.h"
|
||||
#include "ui_WhatsHotWidget.h"
|
||||
#include "ChartsWidget.h"
|
||||
#include "ui_ChartsWidget.h"
|
||||
|
||||
#include "MetaPlaylistInterface.h"
|
||||
#include "TomahawkSettings.h"
|
Reference in New Issue
Block a user