mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Moved a bunch of dialogs to src/tomahawk/dialogs
This commit is contained in:
@@ -33,6 +33,10 @@ IF( LIBLASTFM_FOUND )
|
|||||||
ENDIF( LIBLASTFM_FOUND )
|
ENDIF( LIBLASTFM_FOUND )
|
||||||
|
|
||||||
SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
||||||
|
dialogs/DiagnosticsDialog.cpp
|
||||||
|
dialogs/LoadXSPFDialog.cpp
|
||||||
|
dialogs/SettingsDialog.cpp
|
||||||
|
|
||||||
sourcetree/SourcesModel.cpp
|
sourcetree/SourcesModel.cpp
|
||||||
sourcetree/SourcesProxyModel.cpp
|
sourcetree/SourcesProxyModel.cpp
|
||||||
sourcetree/SourceTreeView.cpp
|
sourcetree/SourceTreeView.cpp
|
||||||
@@ -52,11 +56,8 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
|||||||
|
|
||||||
TomahawkTrayIcon.cpp
|
TomahawkTrayIcon.cpp
|
||||||
AudioControls.cpp
|
AudioControls.cpp
|
||||||
SettingsDialog.cpp
|
|
||||||
DiagnosticsDialog.cpp
|
|
||||||
TomahawkWindow.cpp
|
|
||||||
LoadXSPFDialog.cpp
|
|
||||||
SocialWidget.cpp
|
SocialWidget.cpp
|
||||||
|
TomahawkWindow.cpp
|
||||||
|
|
||||||
widgets/ContainedMenuButton.cpp
|
widgets/ContainedMenuButton.cpp
|
||||||
widgets/AccountListView.cpp
|
widgets/AccountListView.cpp
|
||||||
@@ -75,16 +76,17 @@ IF( WITH_BREAKPAD )
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
SET( tomahawkUI ${tomahawkUI}
|
SET( tomahawkUI ${tomahawkUI}
|
||||||
|
dialogs/DiagnosticsDialog.ui
|
||||||
|
dialogs/HostDialog.ui
|
||||||
|
dialogs/LoadXSPFDialog.ui
|
||||||
|
dialogs/ProxyDialog.ui
|
||||||
|
dialogs/Settings_Accounts.ui
|
||||||
|
dialogs/Settings_Advanced.ui
|
||||||
|
dialogs/Settings_Collection.ui
|
||||||
|
|
||||||
TomahawkWindow.ui
|
TomahawkWindow.ui
|
||||||
DiagnosticsDialog.ui
|
|
||||||
Settings_Accounts.ui
|
|
||||||
Settings_Advanced.ui
|
|
||||||
Settings_Collection.ui
|
|
||||||
HostDialog.ui
|
|
||||||
ProxyDialog.ui
|
|
||||||
|
|
||||||
AudioControls.ui
|
AudioControls.ui
|
||||||
LoadXSPFDialog.ui
|
|
||||||
SocialWidget.ui
|
SocialWidget.ui
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -77,7 +77,7 @@
|
|||||||
#include "utils/SpotifyParser.h"
|
#include "utils/SpotifyParser.h"
|
||||||
#include "AtticaManager.h"
|
#include "AtticaManager.h"
|
||||||
#include "TomahawkWindow.h"
|
#include "TomahawkWindow.h"
|
||||||
#include "SettingsDialog.h"
|
#include "dialogs/SettingsDialog.h"
|
||||||
#include "ActionCollection.h"
|
#include "ActionCollection.h"
|
||||||
#include "widgets/HeaderLabel.h"
|
#include "widgets/HeaderLabel.h"
|
||||||
#include "TomahawkSettingsGui.h"
|
#include "TomahawkSettingsGui.h"
|
||||||
|
@@ -70,13 +70,13 @@
|
|||||||
#include "ViewManager.h"
|
#include "ViewManager.h"
|
||||||
#include "ActionCollection.h"
|
#include "ActionCollection.h"
|
||||||
#include "AudioControls.h"
|
#include "AudioControls.h"
|
||||||
#include "SettingsDialog.h"
|
#include "dialogs/SettingsDialog.h"
|
||||||
#include "DiagnosticsDialog.h"
|
#include "dialogs/DiagnosticsDialog.h"
|
||||||
#include "TomahawkSettings.h"
|
#include "TomahawkSettings.h"
|
||||||
#include "SourceList.h"
|
#include "SourceList.h"
|
||||||
#include "TomahawkTrayIcon.h"
|
#include "TomahawkTrayIcon.h"
|
||||||
#include "TomahawkApp.h"
|
#include "TomahawkApp.h"
|
||||||
#include "LoadXSPFDialog.h"
|
#include "dialogs/LoadXSPFDialog.h"
|
||||||
#include "utils/ImageRegistry.h"
|
#include "utils/ImageRegistry.h"
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user