Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f548a966
Commit
f548a966
authored
Jan 27, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Playlist{Info,Vector}: move to db/
parent
67ad31b8
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile.am
Makefile.am
+3
-3
PlaylistDatabase.cxx
src/PlaylistDatabase.cxx
+1
-1
PlaylistFile.cxx
src/PlaylistFile.cxx
+2
-2
OtherCommands.cxx
src/command/OtherCommands.cxx
+1
-1
PlaylistCommands.cxx
src/command/PlaylistCommands.cxx
+1
-1
PlaylistInfo.hxx
src/db/PlaylistInfo.hxx
+0
-0
PlaylistVector.cxx
src/db/PlaylistVector.cxx
+0
-0
PlaylistVector.hxx
src/db/PlaylistVector.hxx
+0
-0
ProxyDatabasePlugin.cxx
src/db/plugins/ProxyDatabasePlugin.cxx
+1
-1
UpdateDatabase.cxx
src/db/update/UpdateDatabase.cxx
+1
-1
UpdateWalk.cxx
src/db/update/UpdateWalk.cxx
+1
-1
DumpDatabase.cxx
test/DumpDatabase.cxx
+1
-1
No files found.
Makefile.am
View file @
f548a966
...
...
@@ -187,8 +187,8 @@ src_mpd_SOURCES = \
src/PlaylistState.cxx src/PlaylistState.hxx
\
src/playlist/PlaylistQueue.cxx src/playlist/PlaylistQueue.hxx
\
src/playlist/Print.cxx src/playlist/Print.hxx
\
src/
PlaylistVector.cxx src
/PlaylistVector.hxx
\
src/PlaylistInfo.hxx
\
src/
db/PlaylistVector.cxx src/db
/PlaylistVector.hxx
\
src/
db/
PlaylistInfo.hxx
\
src/PlaylistDatabase.cxx src/PlaylistDatabase.hxx
\
src/PlaylistUpdate.cxx
\
src/queue/IdTable.hxx
\
...
...
@@ -1281,7 +1281,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/db/Registry.cxx
\
src/db/Selection.cxx
\
src/db/Directory.cxx src/db/DirectorySave.cxx
\
src/PlaylistVector.cxx src/PlaylistDatabase.cxx
\
src/
db/
PlaylistVector.cxx src/PlaylistDatabase.cxx
\
src/db/DatabaseLock.cxx src/db/DatabaseSave.cxx
\
src/db/Song.cxx src/SongSave.cxx src/db/SongSort.cxx
\
src/DetachedSong.cxx
\
...
...
src/PlaylistDatabase.cxx
View file @
f548a966
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "PlaylistDatabase.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistVector.hxx"
#include "fs/TextFile.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
...
...
src/PlaylistFile.cxx
View file @
f548a966
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "PlaylistFile.hxx"
#include "PlaylistSave.hxx"
#include "PlaylistInfo.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistInfo.hxx"
#include "
db/
PlaylistVector.hxx"
#include "db/DatabaseSong.hxx"
#include "DetachedSong.hxx"
#include "Mapper.hxx"
...
...
src/command/OtherCommands.cxx
View file @
f548a966
...
...
@@ -42,7 +42,7 @@
#include "Stats.hxx"
#include "Permission.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistVector.hxx"
#include "client/ClientFile.hxx"
#include "client/Client.hxx"
#include "Idle.hxx"
...
...
src/command/PlaylistCommands.cxx
View file @
f548a966
...
...
@@ -24,7 +24,7 @@
#include "PlaylistPrint.hxx"
#include "PlaylistSave.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistVector.hxx"
#include "playlist/PlaylistQueue.hxx"
#include "playlist/Print.hxx"
#include "TimePrint.hxx"
...
...
src/PlaylistInfo.hxx
→
src/
db/
PlaylistInfo.hxx
View file @
f548a966
File moved
src/PlaylistVector.cxx
→
src/
db/
PlaylistVector.cxx
View file @
f548a966
File moved
src/PlaylistVector.hxx
→
src/
db/
PlaylistVector.hxx
View file @
f548a966
File moved
src/db/plugins/ProxyDatabasePlugin.cxx
View file @
f548a966
...
...
@@ -23,7 +23,7 @@
#include "db/DatabaseListener.hxx"
#include "db/Selection.hxx"
#include "db/DatabaseError.hxx"
#include "PlaylistInfo.hxx"
#include "
db/
PlaylistInfo.hxx"
#include "db/LightDirectory.hxx"
#include "db/LightSong.hxx"
#include "SongFilter.hxx"
...
...
src/db/update/UpdateDatabase.cxx
View file @
f548a966
...
...
@@ -20,7 +20,7 @@
#include "config.h"
/* must be first for large file support */
#include "UpdateDatabase.hxx"
#include "UpdateRemove.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistVector.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
#include "db/DatabaseLock.hxx"
...
...
src/db/update/UpdateWalk.cxx
View file @
f548a966
...
...
@@ -28,7 +28,7 @@
#include "db/DatabaseSimple.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistVector.hxx"
#include "playlist/PlaylistRegistry.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"
...
...
test/DumpDatabase.cxx
View file @
f548a966
...
...
@@ -24,7 +24,7 @@
#include "db/DatabaseListener.hxx"
#include "db/LightDirectory.hxx"
#include "db/LightSong.hxx"
#include "PlaylistVector.hxx"
#include "
db/
PlaylistVector.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/ConfigData.hxx"
#include "tag/TagConfig.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment