1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

CamelCase Round 2...FIGHT

This commit is contained in:
Jeff Mitchell
2012-04-21 18:46:11 -04:00
parent 0aea363abf
commit e3bdfda2ee
476 changed files with 1097 additions and 1097 deletions

View File

@@ -30,11 +30,11 @@
#include "widgets/imagebutton.h" #include "widgets/imagebutton.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "utils/logger.h" #include "utils/logger.h"
#include "album.h" #include "Album.h"
#include "dropjob.h" #include "DropJob.h"
#include "SocialWidget.h" #include "SocialWidget.h"
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "viewmanager.h" #include "ViewManager.h"
using namespace Tomahawk; using namespace Tomahawk;

View File

@@ -24,9 +24,9 @@
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtCore/QTimeLine> #include <QtCore/QTimeLine>
#include "result.h" #include "Result.h"
#include "playlistinterface.h" #include "PlaylistInterface.h"
#include "query.h" #include "Query.h"
class QDropEvent; class QDropEvent;
class QDragEnterEvent; class QDragEnterEvent;

View File

@@ -72,7 +72,7 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
accounts/lastfm/LastFmAccount.cpp accounts/lastfm/LastFmAccount.cpp
accounts/lastfm/LastFmConfig.cpp accounts/lastfm/LastFmConfig.cpp
accounts/lastfm/lastfmplugin.cpp accounts/lastfm/LastFmPlugin.cpp
accounts/spotify/SpotifyAccount.cpp accounts/spotify/SpotifyAccount.cpp
accounts/spotify/SpotifyAccountConfig.cpp accounts/spotify/SpotifyAccountConfig.cpp

View File

@@ -19,7 +19,7 @@
#ifndef CONFIGDELEGATEBASE_H #ifndef CONFIGDELEGATEBASE_H
#define CONFIGDELEGATEBASE_H #define CONFIGDELEGATEBASE_H
#include "dllmacro.h" #include "DllMacro.h"
#include <QStyledItemDelegate> #include <QStyledItemDelegate>

View File

@@ -23,8 +23,8 @@
#include "config.h" #include "config.h"
#include <sip/SipHandler.h> #include <sip/SipHandler.h>
#include <network/servent.h> #include <network/Servent.h>
#include <sourcelist.h> #include <SourceList.h>
#include <QTextEdit> #include <QTextEdit>
#include <QDialogButtonBox> #include <QDialogButtonBox>

View File

@@ -17,7 +17,7 @@
*/ */
#include "LoadXSPFDialog.h" #include "LoadXSPFDialog.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "ui_LoadXSPFDialog.h" #include "ui_LoadXSPFDialog.h"
#include <QFileDialog> #include <QFileDialog>

View File

@@ -22,8 +22,8 @@
#include <QtCore/QCoreApplication> #include <QtCore/QCoreApplication>
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "sourcelist.h" #include "SourceList.h"
#include "database/database.h" #include "database/database.h"
#include "database/databasecommand_dirmtimes.h" #include "database/databasecommand_dirmtimes.h"
#include "database/databasecommand_filemtimes.h" #include "database/databasecommand_filemtimes.h"

View File

@@ -20,7 +20,7 @@
#ifndef MUSICSCANNER_H #ifndef MUSICSCANNER_H
#define MUSICSCANNER_H #define MUSICSCANNER_H
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "database/databasecommand.h" #include "database/databasecommand.h"
/* taglib */ /* taglib */

View File

@@ -22,7 +22,7 @@
#include <QHeaderView> #include <QHeaderView>
#include <QVBoxLayout> #include <QVBoxLayout>
#include "libtomahawk/pipeline.h" #include "libtomahawk/Pipeline.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -22,9 +22,9 @@
#include <QTreeWidget> #include <QTreeWidget>
#include "typedefs.h" #include "Typedefs.h"
#include "widgets/animatedsplitter.h" #include "widgets/animatedsplitter.h"
#include "query.h" #include "Query.h"
class StreamConnection; class StreamConnection;

View File

@@ -24,9 +24,9 @@
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include "MusicScanner.h" #include "MusicScanner.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "libtomahawk/sourcelist.h" #include "libtomahawk/SourceList.h"
#include "database/database.h" #include "database/database.h"
#include "database/databasecommand_filemtimes.h" #include "database/databasecommand_filemtimes.h"

View File

@@ -20,7 +20,7 @@
#ifndef SCANMANAGER_H #ifndef SCANMANAGER_H
#define SCANMANAGER_H #define SCANMANAGER_H
#include "typedefs.h" #include "Typedefs.h"
#include <QtCore/QHash> #include <QtCore/QHash>
#include <QtCore/QMap> #include <QtCore/QMap>

View File

@@ -23,11 +23,11 @@
#include <QSettings> #include <QSettings>
#include <QCryptographicHash> #include <QCryptographicHash>
#include "artist.h" #include "Artist.h"
#include "album.h" #include "Album.h"
#include "typedefs.h" #include "Typedefs.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -21,7 +21,7 @@
#define TOMAHAWK_SCROBBLER_H #define TOMAHAWK_SCROBBLER_H
#include "lastfm/ScrobblePoint" #include "lastfm/ScrobblePoint"
#include "result.h" #include "Result.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include <QObject> #include <QObject>

View File

@@ -31,10 +31,10 @@
#include "AtticaManager.h" #include "AtticaManager.h"
#include "TomahawkApp.h" #include "TomahawkApp.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "DelegateConfigWrapper.h" #include "DelegateConfigWrapper.h"
#include "MusicScanner.h" #include "MusicScanner.h"
#include "pipeline.h" #include "Pipeline.h"
#include "Resolver.h" #include "Resolver.h"
#include "ExternalResolverGui.h" #include "ExternalResolverGui.h"
#include "utils/tomahawkutilsgui.h" #include "utils/tomahawkutilsgui.h"
@@ -43,7 +43,7 @@
#include "SettingsListDelegate.h" #include "SettingsListDelegate.h"
#include "AccountDelegate.h" #include "AccountDelegate.h"
#include "database/database.h" #include "database/database.h"
#include "network/servent.h" #include "network/Servent.h"
#include "playlist/dynamic/widgets/LoadingSpinner.h" #include "playlist/dynamic/widgets/LoadingSpinner.h"
#include "accounts/AccountModel.h" #include "accounts/AccountModel.h"
#include "accounts/Account.h" #include "accounts/Account.h"

View File

@@ -23,7 +23,7 @@
#include <QDialog> #include <QDialog>
#include <QPropertyAnimation> #include <QPropertyAnimation>
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "utils/logger.h" #include "utils/logger.h"
#define CORNER_ROUNDNESS 8.0 #define CORNER_ROUNDNESS 8.0

View File

@@ -23,7 +23,7 @@
#include <QAbstractItemView> #include <QAbstractItemView>
#include <QTimer> #include <QTimer>
#include "query.h" #include "Query.h"
namespace Ui namespace Ui
{ {

View File

@@ -30,9 +30,9 @@
#include <QtCore/QFile> #include <QtCore/QFile>
#include <QtCore/QFileInfo> #include <QtCore/QFileInfo>
#include "artist.h" #include "Artist.h"
#include "album.h" #include "Album.h"
#include "collection.h" #include "Collection.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include "accounts/AccountManager.h" #include "accounts/AccountManager.h"
#include "accounts/spotify/SpotifyAccount.h" #include "accounts/spotify/SpotifyAccount.h"
@@ -45,17 +45,17 @@
#include "playlist/dynamic/echonest/EchonestGenerator.h" #include "playlist/dynamic/echonest/EchonestGenerator.h"
#include "playlist/dynamic/database/DatabaseGenerator.h" #include "playlist/dynamic/database/DatabaseGenerator.h"
#include "playlist/XspfUpdater.h" #include "playlist/XspfUpdater.h"
#include "network/servent.h" #include "network/Servent.h"
#include "web/api_v1.h" #include "web/api_v1.h"
#include "sourcelist.h" #include "SourceList.h"
#include "ShortcutHandler.h" #include "ShortcutHandler.h"
#include "ScanManager.h" #include "ScanManager.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "database/localcollection.h" #include "database/LocalCollection.h"
#include "MusicScanner.h" #include "MusicScanner.h"
#include "pipeline.h" #include "Pipeline.h"
#include "dropjob.h" #include "DropJob.h"
#include "EchonestCatalogSynchronizer.h" #include "EchonestCatalogSynchronizer.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
@@ -77,7 +77,7 @@
#include "AtticaManager.h" #include "AtticaManager.h"
#include "TomahawkWindow.h" #include "TomahawkWindow.h"
#include "SettingsDialog.h" #include "SettingsDialog.h"
#include "actioncollection.h" #include "ActionCollection.h"
#include <QtGui/QMessageBox> #include <QtGui/QMessageBox>
#include "widgets/HeaderLabel.h" #include "widgets/HeaderLabel.h"
#include <TomahawkSettingsGui.h> #include <TomahawkSettingsGui.h>

View File

@@ -36,7 +36,7 @@
#include "QxtHttpSessionManager" #include "QxtHttpSessionManager"
#include "mac/tomahawkapp_mac.h" // for PlatforInterface #include "mac/tomahawkapp_mac.h" // for PlatforInterface
#include "typedefs.h" #include "Typedefs.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h" #include "thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h"

View File

@@ -21,14 +21,14 @@
#include <QtGui/QWheelEvent> #include <QtGui/QWheelEvent>
#include "artist.h" #include "Artist.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "TomahawkApp.h" #include "TomahawkApp.h"
#include "TomahawkWindow.h" #include "TomahawkWindow.h"
#include "utils/logger.h" #include "utils/logger.h"
#include <actioncollection.h> #include <ActionCollection.h>
TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent ) TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )

View File

@@ -24,7 +24,7 @@
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include <QtGui/QMenu> #include <QtGui/QMenu>
#include "result.h" #include "Result.h"
class TomahawkTrayIcon : public QSystemTrayIcon class TomahawkTrayIcon : public QSystemTrayIcon
{ {

View File

@@ -35,13 +35,13 @@
#include <QTimer> #include <QTimer>
#include <QToolBar> #include <QToolBar>
#include "playlist.h" #include "Playlist.h"
#include "query.h" #include "Query.h"
#include "artist.h" #include "Artist.h"
#include "viewmanager.h" #include "ViewManager.h"
#include "accounts/AccountManager.h" #include "accounts/AccountManager.h"
#include "sourcetree/sourcetreeview.h" #include "sourcetree/sourcetreeview.h"
#include "network/servent.h" #include "network/Servent.h"
#include "utils/proxystyle.h" #include "utils/proxystyle.h"
#include "widgets/animatedsplitter.h" #include "widgets/animatedsplitter.h"
#include "widgets/newplaylistwidget.h" #include "widgets/newplaylistwidget.h"
@@ -56,8 +56,8 @@
#include "AudioControls.h" #include "AudioControls.h"
#include "SettingsDialog.h" #include "SettingsDialog.h"
#include "DiagnosticsDialog.h" #include "DiagnosticsDialog.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "sourcelist.h" #include "SourceList.h"
#include "jobview/JobStatusView.h" #include "jobview/JobStatusView.h"
#include "jobview/JobStatusModel.h" #include "jobview/JobStatusModel.h"
#include "jobview/ErrorStatusMessage.h" #include "jobview/ErrorStatusMessage.h"
@@ -72,7 +72,7 @@
#include "utils/logger.h" #include "utils/logger.h"
#include "jobview/JobStatusModel.h" #include "jobview/JobStatusModel.h"
#include "LoadXSPFDialog.h" #include "LoadXSPFDialog.h"
#include <actioncollection.h> #include <ActionCollection.h>
using namespace Tomahawk; using namespace Tomahawk;
using namespace Accounts; using namespace Accounts;

View File

@@ -27,7 +27,7 @@
#include <QString> #include <QString>
#include <QStackedWidget> #include <QStackedWidget>
#include "result.h" #include "Result.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "utils/xspfloader.h" #include "utils/xspfloader.h"

View File

@@ -20,11 +20,11 @@
#include "LastFmConfig.h" #include "LastFmConfig.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include "lastfmplugin.h" #include "LastFmPlugin.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "resolvers/qtscriptresolver.h" #include "resolvers/qtscriptresolver.h"
#include "AtticaManager.h" #include "AtticaManager.h"
#include "pipeline.h" #include "Pipeline.h"
#include "accounts/AccountManager.h" #include "accounts/AccountManager.h"
using namespace Tomahawk; using namespace Tomahawk;

View File

@@ -16,15 +16,15 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "lastfmplugin.h" #include "LastFmPlugin.h"
#include <QDir> #include <QDir>
#include <QSettings> #include <QSettings>
#include <QNetworkConfiguration> #include <QNetworkConfiguration>
#include <QDomElement> #include <QDomElement>
#include "album.h" #include "Album.h"
#include "typedefs.h" #include "Typedefs.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -18,14 +18,14 @@
*/ */
#include "SpotifyAccount.h" #include "SpotifyAccount.h"
#include "playlist.h" #include "Playlist.h"
#include "playlist/PlaylistUpdaterInterface.h" #include "playlist/PlaylistUpdaterInterface.h"
#include "sourcelist.h" #include "SourceList.h"
#include "SpotifyAccountConfig.h" #include "SpotifyAccountConfig.h"
#include "SpotifyPlaylistUpdater.h" #include "SpotifyPlaylistUpdater.h"
#include "resolvers/scriptresolver.h" #include "resolvers/scriptresolver.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "actioncollection.h" #include "ActionCollection.h"
#ifndef ENABLE_HEADLESS #ifndef ENABLE_HEADLESS
#include "jobview/JobStatusView.h" #include "jobview/JobStatusView.h"

View File

@@ -21,8 +21,8 @@
#define SpotifyAccount_H #define SpotifyAccount_H
#include "accounts/ResolverAccount.h" #include "accounts/ResolverAccount.h"
#include "sourcelist.h" #include "SourceList.h"
#include "playlist.h" #include "Playlist.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "utils/SmartPointerList.h" #include "utils/SmartPointerList.h"

View File

@@ -87,7 +87,7 @@ SpotifyPlaylistUpdater::init()
connect( playlist().data(), SIGNAL( tracksRemoved( QList<Tomahawk::query_ptr> ) ), this, SLOT( tomahawkTracksRemoved( QList<Tomahawk::query_ptr> ) ) ); connect( playlist().data(), SIGNAL( tracksRemoved( QList<Tomahawk::query_ptr> ) ), this, SLOT( tomahawkTracksRemoved( QList<Tomahawk::query_ptr> ) ) );
connect( playlist().data(), SIGNAL( tracksMoved( QList<Tomahawk::plentry_ptr>, int ) ), this, SLOT( tomahawkTracksMoved( QList<Tomahawk::plentry_ptr>, int ) ) ); connect( playlist().data(), SIGNAL( tracksMoved( QList<Tomahawk::plentry_ptr>, int ) ), this, SLOT( tomahawkTracksMoved( QList<Tomahawk::plentry_ptr>, int ) ) );
connect( playlist().data(), SIGNAL( renamed( QString, QString ) ), this, SLOT( tomahawkPlaylistRenamed( QString, QString ) ) ); connect( playlist().data(), SIGNAL( renamed( QString, QString ) ), this, SLOT( tomahawkPlaylistRenamed( QString, QString ) ) );
connect( playlist().data(), SIGNAL( revisionLoaded( Tomahawk::PlaylistRevision ) ), this, SLOT( playlistRevisionLoaded() ), Qt::QueuedConnection ); // Queued so that in playlist.cpp:443 we let the playlist clear its own queue first connect( playlist().data(), SIGNAL( revisionLoaded( Tomahawk::PlaylistRevision ) ), this, SLOT( playlistRevisionLoaded() ), Qt::QueuedConnection ); // Queued so that in Playlist.cpp:443 we let the playlist clear its own queue first
// TODO reorders in a playlist // TODO reorders in a playlist
} }

View File

@@ -7,23 +7,23 @@ add_definitions( -DQT_SHARED )
add_definitions( -DACCOUNTDLLEXPORT_PRO ) add_definitions( -DACCOUNTDLLEXPORT_PRO )
set( twitterAccountSources set( twitterAccountSources
twitteraccount.cpp TwitterAccount.cpp
twitterinfoplugin.cpp TwitterInfoPlugin.cpp
twitterconfigwidget.cpp TwitterConfigWidget.cpp
tomahawkoauthtwitter.cpp TomahawkOAuthTwitter.cpp
sip/twittersip.cpp sip/TwitterSip.cpp
) )
set( twitterAccountHeaders set( twitterAccountHeaders
twitteraccount.h TwitterAccount.h
twitterinfoplugin.h TwitterInfoPlugin.h
twitterconfigwidget.h TwitterConfigWidget.h
tomahawkoauthtwitter.h TomahawkOAuthTwitter.h
sip/twittersip.h sip/TwitterSip.h
) )
set( twitterAccountUI set( twitterAccountUI
twitterconfigwidget.ui TwitterConfigWidget.ui
) )
include_directories( . ${CMAKE_CURRENT_BINARY_DIR} .. include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ..

View File

@@ -18,7 +18,7 @@
#include "tomahawkoauthtwitter.h" #include "TomahawkOAuthTwitter.h"
#include <QtGui/QInputDialog> #include <QtGui/QInputDialog>

View File

@@ -18,9 +18,9 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "twitteraccount.h" #include "TwitterAccount.h"
#include "twitterconfigwidget.h" #include "TwitterConfigWidget.h"
#include "accounts/twitter/tomahawkoauthtwitter.h" #include "accounts/twitter/TomahawkOAuthTwitter.h"
#include "libtomahawk/infosystem/infosystem.h" #include "libtomahawk/infosystem/infosystem.h"
#include "sip/SipPlugin.h" #include "sip/SipPlugin.h"

View File

@@ -21,11 +21,11 @@
#ifndef TWITTERACCOUNT_H #ifndef TWITTERACCOUNT_H
#define TWITTERACCOUNT_H #define TWITTERACCOUNT_H
#include "twitterconfigwidget.h" #include "TwitterConfigWidget.h"
#include "tomahawkoauthtwitter.h" #include "TomahawkOAuthTwitter.h"
#include "sip/twittersip.h" #include "sip/TwitterSip.h"
#include "twitterinfoplugin.h" #include "TwitterInfoPlugin.h"
#include "accounts/AccountDllMacro.h" #include "accounts/AccountDllMacro.h"
#include "accounts/Account.h" #include "accounts/Account.h"

View File

@@ -17,15 +17,15 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "twitterconfigwidget.h" #include "TwitterConfigWidget.h"
#include "twitteraccount.h" #include "TwitterAccount.h"
#include "ui_twitterconfigwidget.h" #include "ui_TwitterConfigWidget.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "database/database.h" #include "database/database.h"
#include "tomahawkoauthtwitter.h" #include "TomahawkOAuthTwitter.h"
#include <QTweetLib/qtweetaccountverifycredentials.h> #include <QTweetLib/qtweetaccountverifycredentials.h>
#include <QTweetLib/qtweetstatusupdate.h> #include <QTweetLib/qtweetstatusupdate.h>
#include <QTweetLib/qtweetdirectmessagenew.h> #include <QTweetLib/qtweetdirectmessagenew.h>

View File

@@ -18,14 +18,14 @@
*/ */
#include "twitterinfoplugin.h" #include "TwitterInfoPlugin.h"
#include "accounts/twitter/twitteraccount.h" #include "accounts/twitter/TwitterAccount.h"
#include <QTweetLib/qtweetaccountverifycredentials.h> #include <QTweetLib/qtweetaccountverifycredentials.h>
#include <QTweetLib/qtweetstatusupdate.h> #include <QTweetLib/qtweetstatusupdate.h>
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "utils/logger.h" #include "utils/logger.h"
namespace Tomahawk namespace Tomahawk

View File

@@ -21,7 +21,7 @@
#define TWITTERINFOPLUGIN_H #define TWITTERINFOPLUGIN_H
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include "accounts/twitter/tomahawkoauthtwitter.h" #include "accounts/twitter/TomahawkOAuthTwitter.h"
#include <QTweetLib/qtweetuser.h> #include <QTweetLib/qtweetuser.h>
#include <QTweetLib/qtweetstatus.h> #include <QTweetLib/qtweetstatus.h>

View File

@@ -18,7 +18,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "twittersip.h" #include "TwitterSip.h"
#include <QtPlugin> #include <QtPlugin>
#include <QDateTime> #include <QDateTime>
@@ -34,13 +34,13 @@
#include <QTweetLib/qtweetusershow.h> #include <QTweetLib/qtweetusershow.h>
#include <utils/tomahawkutils.h> #include <utils/tomahawkutils.h>
#include <tomahawksettings.h> #include <TomahawkSettings.h>
#include <database/database.h> #include <database/database.h>
#include <network/servent.h> #include <network/Servent.h>
#include "utils/logger.h" #include "utils/logger.h"
#include "accounts/twitter/tomahawkoauthtwitter.h" #include "accounts/twitter/TomahawkOAuthTwitter.h"
#include <accounts/twitter/twitteraccount.h> #include <accounts/twitter/TwitterAccount.h>
static QString s_gotTomahawkRegex = QString( "^(@[a-zA-Z0-9]+ )?(Got Tomahawk\\?) (\\{[a-fA-F0-9\\-]+\\}) (.*)$" ); static QString s_gotTomahawkRegex = QString( "^(@[a-zA-Z0-9]+ )?(Got Tomahawk\\?) (\\{[a-fA-F0-9\\-]+\\}) (.*)$" );

View File

@@ -37,7 +37,7 @@
#include "accounts/AccountDllMacro.h" #include "accounts/AccountDllMacro.h"
#include "sip/SipPlugin.h" #include "sip/SipPlugin.h"
#include "accounts/Account.h" #include "accounts/Account.h"
#include "accounts/twitter/tomahawkoauthtwitter.h" #include "accounts/twitter/TomahawkOAuthTwitter.h"
class ACCOUNTDLLEXPORT TwitterSipPlugin : public SipPlugin class ACCOUNTDLLEXPORT TwitterSipPlugin : public SipPlugin
{ {

View File

@@ -12,8 +12,8 @@ set( xmppAccountSources
sip/XmppSip.cpp sip/XmppSip.cpp
sip/TomahawkXmppMessage.cpp sip/TomahawkXmppMessage.cpp
sip/TomahawkXmppMessageFactory.cpp sip/TomahawkXmppMessageFactory.cpp
sip/avatarmanager.cpp sip/AvatarManager.cpp
sip/xmlconsole.cpp sip/XmlConsole.cpp
XmppInfoPlugin.cpp XmppInfoPlugin.cpp
) )
@@ -21,14 +21,14 @@ set( xmppAccountHeaders
XmppAccount.h XmppAccount.h
XmppConfigWidget.h XmppConfigWidget.h
sip/XmppSip.h sip/XmppSip.h
sip/avatarmanager.h sip/AvatarManager.h
sip/xmlconsole.h sip/XmlConsole.h
XmppInfoPlugin.h XmppInfoPlugin.h
) )
set( xmppAccountUI set( xmppAccountUI
XmppConfigWidget.ui XmppConfigWidget.ui
sip/xmlconsole.ui sip/XmlConsole.ui
) )
include_directories( . ${CMAKE_CURRENT_BINARY_DIR} .. include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ..

View File

@@ -20,7 +20,7 @@
#include "XmppInfoPlugin.h" #include "XmppInfoPlugin.h"
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "sip/XmppSip.h" #include "sip/XmppSip.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -5,10 +5,10 @@ set( googleHeaders
../XmppAccount.h ../XmppAccount.h
../XmppConfigWidget.h ../XmppConfigWidget.h
../sip/XmppSip.h ../sip/XmppSip.h
../sip/avatarmanager.h ../sip/AvatarManager.h
../sip/xmlconsole.h ../sip/XmlConsole.h
../XmppInfoPlugin.h ../XmppInfoPlugin.h
googlewrapper.h ) GoogleWrapper.h )
set( googleSources set( googleSources
../XmppAccount.cpp ../XmppAccount.cpp
@@ -16,11 +16,11 @@ set( googleSources
../sip/XmppSip.cpp ../sip/XmppSip.cpp
../sip/TomahawkXmppMessage.cpp ../sip/TomahawkXmppMessage.cpp
../sip/TomahawkXmppMessageFactory.cpp ../sip/TomahawkXmppMessageFactory.cpp
../sip/avatarmanager.cpp ../sip/AvatarManager.cpp
../sip/xmlconsole.cpp ../sip/XmlConsole.cpp
../XmppInfoPlugin.cpp ../XmppInfoPlugin.cpp
googlewrapper.cpp ) GoogleWrapper.cpp )
add_definitions(-DGOOGLE_WRAPPER) add_definitions(-DGOOGLE_WRAPPER)

View File

@@ -18,7 +18,7 @@
*/ */
#include "googlewrapper.h" #include "GoogleWrapper.h"
#include "XmppConfigWidget.h" #include "XmppConfigWidget.h"
#include "ui_XmppConfigWidget.h" #include "ui_XmppConfigWidget.h"

View File

@@ -17,7 +17,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "avatarmanager.h" #include "AvatarManager.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"

View File

@@ -17,7 +17,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "tomahawkxmppmessage.h" #include "TomahawkXmppMessage.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -17,7 +17,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "tomahawkxmppmessagefactory.h" #include "TomahawkXmppMessageFactory.h"
#include <QStringList> #include <QStringList>
#include <QXmlStreamWriter> #include <QXmlStreamWriter>

View File

@@ -20,7 +20,7 @@
#ifndef ENTITYTIMEFACTORY_P_H #ifndef ENTITYTIMEFACTORY_P_H
#define ENTITYTIMEFACTORY_P_H #define ENTITYTIMEFACTORY_P_H
#include "tomahawkxmppmessage.h" #include "TomahawkXmppMessage.h"
#include <jreen/stanzaextension.h> #include <jreen/stanzaextension.h>

View File

@@ -18,8 +18,8 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "xmlconsole.h" #include "XmlConsole.h"
#include "ui_xmlconsole.h" #include "ui_XmlConsole.h"
#include <QMenu> #include <QMenu>
#include <QActionGroup> #include <QActionGroup>

View File

@@ -23,8 +23,8 @@
#include "config.h" #include "config.h"
#include "tomahawkxmppmessage.h" #include "TomahawkXmppMessage.h"
#include "tomahawkxmppmessagefactory.h" #include "TomahawkXmppMessageFactory.h"
#include <jreen/jid.h> #include <jreen/jid.h>
#include <jreen/capabilities.h> #include <jreen/capabilities.h>

View File

@@ -24,10 +24,10 @@
#include "sip/SipPlugin.h" #include "sip/SipPlugin.h"
#include "avatarmanager.h" #include "AvatarManager.h"
#ifndef ENABLE_HEADLESS #ifndef ENABLE_HEADLESS
#include "xmlconsole.h" #include "XmlConsole.h"
#endif #endif
#include <jreen/client.h> #include <jreen/client.h>

View File

@@ -7,21 +7,21 @@ add_definitions( -DQT_SHARED )
add_definitions( -DACCOUNTDLLEXPORT_PRO ) add_definitions( -DACCOUNTDLLEXPORT_PRO )
set( zeroconfSources set( zeroconfSources
zeroconf.cpp Zeroconf.cpp
zeroconfaccount.cpp ZeroconfAccount.cpp
) )
set( zeroconfHeaders set( zeroconfHeaders
zeroconf.h Zeroconf.h
tomahawkzeroconf.h TomahawkZeroconf.h
zeroconfaccount.h ZeroconfAccount.h
) )
include_directories( . ${CMAKE_CURRENT_BINARY_DIR} .. include_directories( . ${CMAKE_CURRENT_BINARY_DIR} ..
${QT_INCLUDE_DIR} ${QT_INCLUDE_DIR}
) )
qt4_wrap_ui( UI_SRCS configwidget.ui ) qt4_wrap_ui( UI_SRCS ConfigWidget.ui )
qt4_add_resources( RC_SRCS "resources.qrc" ) qt4_add_resources( RC_SRCS "resources.qrc" )
qt4_wrap_cpp( zeroconfMoc ${zeroconfHeaders} ) qt4_wrap_cpp( zeroconfMoc ${zeroconfHeaders} )
add_library( tomahawk_account_zeroconf SHARED ${zeroconfSources} ${zeroconfMoc} ${RC_SRCS} ${UI_SRCS} ) add_library( tomahawk_account_zeroconf SHARED ${zeroconfSources} ${zeroconfMoc} ${RC_SRCS} ${UI_SRCS} )

View File

@@ -29,7 +29,7 @@
#include <QTimer> #include <QTimer>
#include "database/database.h" #include "database/database.h"
#include "network/servent.h" #include "network/Servent.h"
#include "accounts/AccountDllMacro.h" #include "accounts/AccountDllMacro.h"
class Node : public QObject class Node : public QObject

View File

@@ -17,15 +17,15 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "zeroconf.h" #include "Zeroconf.h"
#include <QtPlugin> #include <QtPlugin>
#include <QtCore/QTimer> #include <QtCore/QTimer>
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "utils/logger.h" #include "utils/logger.h"
#include "zeroconfaccount.h" #include "ZeroconfAccount.h"
using namespace Tomahawk; using namespace Tomahawk;
using namespace Accounts; using namespace Accounts;

View File

@@ -22,7 +22,7 @@
#include "sip/SipPlugin.h" #include "sip/SipPlugin.h"
#include "accounts/Account.h" #include "accounts/Account.h"
#include "tomahawkzeroconf.h" #include "TomahawkZeroconf.h"
#include "../AccountDllMacro.h" #include "../AccountDllMacro.h"

View File

@@ -16,10 +16,10 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "zeroconfaccount.h" #include "ZeroconfAccount.h"
#include "sip/SipPlugin.h" #include "sip/SipPlugin.h"
#include "zeroconf.h" #include "Zeroconf.h"
#include <QtCore/QtPlugin> #include <QtCore/QtPlugin>

View File

@@ -17,12 +17,12 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "aclregistry.h" #include "AclRegistry.h"
#include <QThread> #include <QThread>
#include <QVariant> #include <QVariant>
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "TomahawkApp.h" #include "TomahawkApp.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -28,7 +28,7 @@
#include <QVariant> #include <QVariant>
#include "HeadlessCheck.h" #include "HeadlessCheck.h"
#include "dllmacro.h" #include "DllMacro.h"
class DLLEXPORT ACLRegistry : public QObject class DLLEXPORT ACLRegistry : public QObject
{ {

View File

@@ -18,8 +18,8 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "actioncollection.h" #include "ActionCollection.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"

View File

@@ -21,7 +21,7 @@
#ifndef TOMAHAWKACTIONCOLLECTION_H #ifndef TOMAHAWKACTIONCOLLECTION_H
#define TOMAHAWKACTIONCOLLECTION_H #define TOMAHAWKACTIONCOLLECTION_H
#include "dllmacro.h" #include "DllMacro.h"
#include <QtGui/QAction> #include <QtGui/QAction>

View File

@@ -17,13 +17,13 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "album.h" #include "Album.h"
#include "artist.h" #include "Artist.h"
#include "albumplaylistinterface.h" #include "AlbumPlaylistInterface.h"
#include "database/database.h" #include "database/database.h"
#include "database/databaseimpl.h" #include "database/DatabaseImpl.h"
#include "query.h" #include "Query.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -28,9 +28,9 @@
#include <QtGui/QPixmap> #include <QtGui/QPixmap>
#endif #endif
#include "typedefs.h" #include "Typedefs.h"
#include "playlistinterface.h" #include "PlaylistInterface.h"
#include "dllmacro.h" #include "DllMacro.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
namespace Tomahawk namespace Tomahawk

View File

@@ -17,13 +17,13 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "albumplaylistinterface.h" #include "AlbumPlaylistInterface.h"
#include "artist.h" #include "Artist.h"
#include "database/database.h" #include "database/database.h"
#include "database/databaseimpl.h" #include "database/DatabaseImpl.h"
#include "database/databasecommand_alltracks.h" #include "database/databasecommand_alltracks.h"
#include "query.h" #include "Query.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -23,10 +23,10 @@
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QSharedPointer> #include <QtCore/QSharedPointer>
#include "album.h" #include "Album.h"
#include "typedefs.h" #include "Typedefs.h"
#include "playlistinterface.h" #include "PlaylistInterface.h"
#include "dllmacro.h" #include "DllMacro.h"
namespace Tomahawk namespace Tomahawk
{ {

View File

@@ -17,13 +17,13 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "artist.h" #include "Artist.h"
#include "artistplaylistinterface.h" #include "ArtistPlaylistInterface.h"
#include "collection.h" #include "Collection.h"
#include "database/database.h" #include "database/database.h"
#include "database/databaseimpl.h" #include "database/DatabaseImpl.h"
#include "query.h" #include "Query.h"
#include "utils/logger.h" #include "utils/logger.h"

View File

@@ -28,8 +28,8 @@
#include <QtGui/QPixmap> #include <QtGui/QPixmap>
#endif #endif
#include "typedefs.h" #include "Typedefs.h"
#include "dllmacro.h" #include "DllMacro.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
namespace Tomahawk namespace Tomahawk

View File

@@ -17,11 +17,11 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "artistplaylistinterface.h" #include "ArtistPlaylistInterface.h"
#include "artist.h" #include "Artist.h"
#include "collection.h" #include "Collection.h"
#include "query.h" #include "Query.h"
#include "database/database.h" #include "database/database.h"
#include "database/databasecommand_alltracks.h" #include "database/databasecommand_alltracks.h"

View File

@@ -23,10 +23,10 @@
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QSharedPointer> #include <QtCore/QSharedPointer>
#include "artist.h" #include "Artist.h"
#include "typedefs.h" #include "Typedefs.h"
#include "playlistinterface.h" #include "PlaylistInterface.h"
#include "dllmacro.h" #include "DllMacro.h"
namespace Tomahawk namespace Tomahawk
{ {

View File

@@ -20,7 +20,7 @@
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "TomahawkSettingsGui.h" #include "TomahawkSettingsGui.h"
#include "pipeline.h" #include "Pipeline.h"
#include <attica/downloaditem.h> #include <attica/downloaditem.h>
#include <quazip.h> #include <quazip.h>

View File

@@ -25,7 +25,7 @@
#include <QHash> #include <QHash>
#include <QPixmap> #include <QPixmap>
#include "dllmacro.h" #include "DllMacro.h"
#include "accounts/Account.h" #include "accounts/Account.h"
#include <attica/provider.h> #include <attica/provider.h>

View File

@@ -15,13 +15,13 @@ add_definitions( -DQT_SHAREDPOINTER_TRACK_POINTERS )
set( libGuiSources set( libGuiSources
actioncollection.cpp ActionCollection.cpp
contextmenu.cpp ContextMenu.cpp
dropjob.cpp DropJob.cpp
globalactionmanager.cpp GlobalActionManager.cpp
viewpage.cpp ViewPage.cpp
viewmanager.cpp ViewManager.cpp
LatchManager.cpp LatchManager.cpp
TomahawkSettingsGui.cpp TomahawkSettingsGui.cpp
@@ -161,26 +161,26 @@ IF(QCA2_FOUND)
ENDIF(QCA2_FOUND) ENDIF(QCA2_FOUND)
set( libSources set( libSources
tomahawksettings.cpp TomahawkSettings.cpp
sourcelist.cpp SourceList.cpp
pipeline.cpp Pipeline.cpp
aclregistry.cpp AclRegistry.cpp
artist.cpp Artist.cpp
artistplaylistinterface.cpp ArtistPlaylistInterface.cpp
album.cpp Album.cpp
albumplaylistinterface.cpp AlbumPlaylistInterface.cpp
collection.cpp Collection.cpp
functimeout.cpp FuncTimeout.cpp
playlist.cpp Playlist.cpp
playlistplaylistinterface.cpp PlaylistPlaylistInterface.cpp
Resolver.cpp Resolver.cpp
ExternalResolver.cpp ExternalResolver.cpp
query.cpp Query.cpp
result.cpp Result.cpp
Source.cpp Source.cpp
sourceplaylistinterface.cpp SourcePlaylistInterface.cpp
playlistinterface.cpp PlaylistInterface.cpp
EchonestCatalogSynchronizer.cpp EchonestCatalogSynchronizer.cpp
@@ -191,7 +191,7 @@ set( libSources
accounts/ResolverAccount.cpp accounts/ResolverAccount.cpp
sip/SipPlugin.cpp sip/SipPlugin.cpp
sip/SipHandler.cpp sip/SipHandler.cpp
sip/sipinfo.cpp sip/SipInfo.cpp
audio/audioengine.cpp audio/audioengine.cpp
@@ -199,9 +199,9 @@ set( libSources
database/database.cpp database/database.cpp
database/fuzzyindex.cpp database/fuzzyindex.cpp
database/databasecollection.cpp database/databasecollection.cpp
database/localcollection.cpp database/LocalCollection.cpp
database/databaseworker.cpp database/databaseworker.cpp
database/databaseimpl.cpp database/DatabaseImpl.cpp
database/databaseresolver.cpp database/databaseresolver.cpp
database/databasecommand.cpp database/databasecommand.cpp
database/databasecommandloggable.cpp database/databasecommandloggable.cpp
@@ -261,15 +261,15 @@ set( libSources
infosystem/infoplugins/generic/musicbrainzPlugin.cpp infosystem/infoplugins/generic/musicbrainzPlugin.cpp
infosystem/infoplugins/generic/RoviPlugin.cpp infosystem/infoplugins/generic/RoviPlugin.cpp
network/bufferiodevice.cpp network/BufferIoDevice.cpp
network/msgprocessor.cpp network/MsgProcessor.cpp
network/streamconnection.cpp network/StreamConnection.cpp
network/dbsyncconnection.cpp network/DbSyncConnection.cpp
network/remotecollection.cpp network/RemoteCollection.cpp
network/portfwdthread.cpp network/PortFwdThread.cpp
network/servent.cpp network/Servent.cpp
network/connection.cpp network/Connection.cpp
network/controlconnection.cpp network/ControlConnection.cpp
playlist/PlaylistUpdaterInterface.cpp playlist/PlaylistUpdaterInterface.cpp
playlist/dynamic/DynamicPlaylist.cpp playlist/dynamic/DynamicPlaylist.cpp

View File

@@ -17,7 +17,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "collection.h" #include "Collection.h"
#include <QMetaObject> #include <QMetaObject>
#include <QGenericArgument> #include <QGenericArgument>

View File

@@ -31,12 +31,12 @@
#include <QList> #include <QList>
#include <QSharedPointer> #include <QSharedPointer>
#include "typedefs.h" #include "Typedefs.h"
#include "functimeout.h" #include "FuncTimeout.h"
#include "playlist.h" #include "Playlist.h"
#include "playlist/dynamic/DynamicPlaylist.h" #include "playlist/dynamic/DynamicPlaylist.h"
#include "dllmacro.h" #include "DllMacro.h"
namespace Tomahawk namespace Tomahawk
{ {

View File

@@ -17,15 +17,15 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "contextmenu.h" #include "ContextMenu.h"
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "playlistview.h" #include "playlistview.h"
#include "viewmanager.h" #include "ViewManager.h"
#include "query.h" #include "Query.h"
#include "Source.h" #include "Source.h"
#include "artist.h" #include "Artist.h"
#include "album.h" #include "Album.h"
#include "utils/logger.h" #include "utils/logger.h"
using namespace Tomahawk; using namespace Tomahawk;

View File

@@ -23,8 +23,8 @@
#include <QtCore/QSignalMapper> #include <QtCore/QSignalMapper>
#include <QtGui/QMenu> #include <QtGui/QMenu>
#include "typedefs.h" #include "Typedefs.h"
#include "dllmacro.h" #include "DllMacro.h"
namespace Tomahawk namespace Tomahawk
{ {

View File

@@ -18,10 +18,10 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "dropjob.h" #include "DropJob.h"
#include "artist.h" #include "Artist.h"
#include "album.h" #include "Album.h"
#include "Source.h" #include "Source.h"
#include "utils/spotifyparser.h" #include "utils/spotifyparser.h"
@@ -31,13 +31,13 @@
#include "utils/shortenedlinkparser.h" #include "utils/shortenedlinkparser.h"
#include "utils/logger.h" #include "utils/logger.h"
#include "utils/tomahawkutils.h" #include "utils/tomahawkutils.h"
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include "utils/xspfloader.h" #include "utils/xspfloader.h"
#include "jobview/JobStatusView.h" #include "jobview/JobStatusView.h"
#include "jobview/JobStatusModel.h" #include "jobview/JobStatusModel.h"
#include "jobview/ErrorStatusMessage.h" #include "jobview/ErrorStatusMessage.h"
#include "pipeline.h" #include "Pipeline.h"
#ifdef QCA2_FOUND #ifdef QCA2_FOUND
#include "utils/groovesharkparser.h" #include "utils/groovesharkparser.h"

View File

@@ -20,7 +20,7 @@
#ifndef DROPJOB_H #ifndef DROPJOB_H
#define DROPJOB_H #define DROPJOB_H
#include "query.h" #include "Query.h"
#include "infosystem/infosystem.h" #include "infosystem/infosystem.h"
#include "utils/xspfloader.h" #include "utils/xspfloader.h"

View File

@@ -18,14 +18,14 @@
#include "EchonestCatalogSynchronizer.h" #include "EchonestCatalogSynchronizer.h"
#include "collection.h" #include "Collection.h"
#include "database/database.h" #include "database/database.h"
#include "database/databasecommand_genericselect.h" #include "database/databasecommand_genericselect.h"
#include "database/databasecommand_setcollectionattributes.h" #include "database/databasecommand_setcollectionattributes.h"
#include "database/databasecommand_loadfiles.h" #include "database/databasecommand_loadfiles.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "sourcelist.h" #include "SourceList.h"
#include "query.h" #include "Query.h"
#include <echonest/CatalogUpdateEntry.h> #include <echonest/CatalogUpdateEntry.h>
#include <echonest/Config.h> #include <echonest/Config.h>

View File

@@ -19,8 +19,8 @@
#ifndef ECHONESTCATALOGSYNCHRONIZER_H #ifndef ECHONESTCATALOGSYNCHRONIZER_H
#define ECHONESTCATALOGSYNCHRONIZER_H #define ECHONESTCATALOGSYNCHRONIZER_H
#include "dllmacro.h" #include "DllMacro.h"
#include "query.h" #include "Query.h"
#include "database/databasecommand_trackattributes.h" #include "database/databasecommand_trackattributes.h"
#include <echonest/Catalog.h> #include <echonest/Catalog.h>

View File

@@ -21,8 +21,8 @@
#define EXTERNALRESOLVER_H #define EXTERNALRESOLVER_H
#include "query.h" #include "Query.h"
#include "dllmacro.h" #include "DllMacro.h"
#include "Resolver.h" #include "Resolver.h"
#include <boost/function.hpp> #include <boost/function.hpp>

View File

@@ -20,7 +20,7 @@
#define EXTERNALRESOLVERGUI_H #define EXTERNALRESOLVERGUI_H
#include "ExternalResolver.h" #include "ExternalResolver.h"
#include "dllmacro.h" #include "DllMacro.h"
class QWidget; class QWidget;

View File

@@ -17,7 +17,7 @@
*/ */
#include "functimeout.h" #include "FuncTimeout.h"
#include <QTimer> #include <QTimer>

View File

@@ -25,7 +25,7 @@
#include "boost/function.hpp" #include "boost/function.hpp"
#include "boost/bind.hpp" #include "boost/bind.hpp"
#include "dllmacro.h" #include "DllMacro.h"
/* /*
I want to do: I want to do:

View File

@@ -18,15 +18,15 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#include "globalactionmanager.h" #include "GlobalActionManager.h"
#include "artist.h" #include "Artist.h"
#include "album.h" #include "Album.h"
#include "sourcelist.h" #include "SourceList.h"
#include "pipeline.h" #include "Pipeline.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "database/localcollection.h" #include "database/LocalCollection.h"
#include "playlist/dynamic/GeneratorInterface.h" #include "playlist/dynamic/GeneratorInterface.h"
#include "echonest/Playlist.h" #include "echonest/Playlist.h"
@@ -42,7 +42,7 @@
#include "utils/rdioparser.h" #include "utils/rdioparser.h"
#include "widgets/searchwidget.h" #include "widgets/searchwidget.h"
#include "viewmanager.h" #include "ViewManager.h"
#include "playlist/topbar/topbar.h" #include "playlist/topbar/topbar.h"
#include "playlist/playlistview.h" #include "playlist/playlistview.h"

View File

@@ -20,10 +20,10 @@
#ifndef GLOBALACTIONMANAGER_H #ifndef GLOBALACTIONMANAGER_H
#define GLOBALACTIONMANAGER_H #define GLOBALACTIONMANAGER_H
#include "query.h" #include "Query.h"
#include "playlist.h" #include "Playlist.h"
#include "playlist/dynamic/DynamicPlaylist.h" #include "playlist/dynamic/DynamicPlaylist.h"
#include "dllmacro.h" #include "DllMacro.h"
#include <QNetworkAccessManager> #include <QNetworkAccessManager>
#include <QNetworkReply> #include <QNetworkReply>

View File

@@ -19,14 +19,14 @@
#include "LatchManager.h" #include "LatchManager.h"
#include "actioncollection.h" #include "ActionCollection.h"
#include "audio/audioengine.h" #include "audio/audioengine.h"
#include "database/database.h" #include "database/database.h"
#include <QtGui/QAction> #include <QtGui/QAction>
#include "sourcelist.h" #include "SourceList.h"
#include "database/databasecommand_socialaction.h" #include "database/databasecommand_socialaction.h"
#include "sourceplaylistinterface.h" #include "SourcePlaylistInterface.h"
using namespace Tomahawk; using namespace Tomahawk;

View File

@@ -20,7 +20,7 @@
#ifndef LATCHMANAGER_H #ifndef LATCHMANAGER_H
#define LATCHMANAGER_H #define LATCHMANAGER_H
#include "dllmacro.h" #include "DllMacro.h"
#include "Source.h" #include "Source.h"
#include <QtCore/QObject> #include <QtCore/QObject>

View File

@@ -16,11 +16,11 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "pipeline.h" #include "Pipeline.h"
#include <QMutexLocker> #include <QMutexLocker>
#include "functimeout.h" #include "FuncTimeout.h"
#include "database/database.h" #include "database/database.h"
#include "ExternalResolver.h" #include "ExternalResolver.h"
#include "resolvers/scriptresolver.h" #include "resolvers/scriptresolver.h"

View File

@@ -19,8 +19,8 @@
#ifndef PIPELINE_H #ifndef PIPELINE_H
#define PIPELINE_H #define PIPELINE_H
#include "typedefs.h" #include "Typedefs.h"
#include "query.h" #include "Query.h"
#include <QObject> #include <QObject>
#include <QList> #include <QList>
@@ -30,7 +30,7 @@
#include <boost/function.hpp> #include <boost/function.hpp>
#include "dllmacro.h" #include "DllMacro.h"
namespace Tomahawk namespace Tomahawk
{ {

View File

@@ -18,7 +18,7 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "playlist.h" #include "Playlist.h"
#include <QtXml/QDomDocument> #include <QtXml/QDomDocument>
#include <QtXml/QDomElement> #include <QtXml/QDomElement>
@@ -30,11 +30,11 @@
#include "database/databasecommand_deleteplaylist.h" #include "database/databasecommand_deleteplaylist.h"
#include "database/databasecommand_renameplaylist.h" #include "database/databasecommand_renameplaylist.h"
#include "tomahawksettings.h" #include "TomahawkSettings.h"
#include "pipeline.h" #include "Pipeline.h"
#include "Source.h" #include "Source.h"
#include "sourcelist.h" #include "SourceList.h"
#include "playlistplaylistinterface.h" #include "PlaylistPlaylistInterface.h"
#include "utils/logger.h" #include "utils/logger.h"
#include "PlaylistUpdaterInterface.h" #include "PlaylistUpdaterInterface.h"

View File

@@ -27,13 +27,13 @@
#include <QSharedPointer> #include <QSharedPointer>
#include <QQueue> #include <QQueue>
#include "typedefs.h" #include "Typedefs.h"
#include "result.h" #include "Result.h"
#include "playlistinterface.h" #include "PlaylistInterface.h"
#include "playlist/PlaylistUpdaterInterface.h" #include "playlist/PlaylistUpdaterInterface.h"
#include "query.h" #include "Query.h"
#include "dllmacro.h" #include "DllMacro.h"
class DatabaseCommand_LoadAllPlaylists; class DatabaseCommand_LoadAllPlaylists;
class DatabaseCommand_LoadAllSortedPlaylists; class DatabaseCommand_LoadAllSortedPlaylists;

Some files were not shown because too many files have changed in this diff Show More