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
129eb178
Commit
129eb178
authored
Jan 24, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Queue*: move to queue/
parent
6b70f5e4
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.am
Makefile.am
+5
-5
Playlist.hxx
src/Playlist.hxx
+1
-1
PlaylistPrint.cxx
src/PlaylistPrint.cxx
+1
-1
PlaylistState.cxx
src/PlaylistState.cxx
+1
-1
IdTable.hxx
src/queue/IdTable.hxx
+0
-0
Queue.cxx
src/queue/Queue.cxx
+0
-0
Queue.hxx
src/queue/Queue.hxx
+0
-0
QueuePrint.cxx
src/queue/QueuePrint.cxx
+0
-0
QueuePrint.hxx
src/queue/QueuePrint.hxx
+0
-0
QueueSave.cxx
src/queue/QueueSave.cxx
+0
-0
QueueSave.hxx
src/queue/QueueSave.hxx
+0
-0
test_queue_priority.cxx
test/test_queue_priority.cxx
+1
-1
No files found.
Makefile.am
View file @
129eb178
...
...
@@ -189,10 +189,10 @@ src_mpd_SOURCES = \
src/PlaylistInfo.hxx
\
src/PlaylistDatabase.cxx src/PlaylistDatabase.hxx
\
src/PlaylistUpdate.cxx
\
src/IdTable.hxx
\
src/
Queue.cxx src
/Queue.hxx
\
src/
QueuePrint.cxx src
/QueuePrint.hxx
\
src/
QueueSave.cxx src
/QueueSave.hxx
\
src/
queue/
IdTable.hxx
\
src/
queue/Queue.cxx src/queue
/Queue.hxx
\
src/
queue/QueuePrint.cxx src/queue
/QueuePrint.hxx
\
src/
queue/QueueSave.cxx src/queue
/QueueSave.hxx
\
src/ReplayGainConfig.cxx src/ReplayGainConfig.hxx
\
src/ReplayGainInfo.cxx src/ReplayGainInfo.hxx
\
src/SignalHandlers.cxx src/SignalHandlers.hxx
\
...
...
@@ -1663,7 +1663,7 @@ test_test_translate_song_LDADD = \
$(CPPUNIT_LIBS)
test_test_queue_priority_SOURCES
=
\
src/Queue.cxx
\
src/
queue/
Queue.cxx
\
src/DetachedSong.cxx
\
test
/test_queue_priority.cxx
test_test_queue_priority_CPPFLAGS
=
$(AM_CPPFLAGS)
$(CPPUNIT_CFLAGS)
-DCPPUNIT_HAVE_RTTI
=
0
...
...
src/Playlist.hxx
View file @
129eb178
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_PLAYLIST_HXX
#define MPD_PLAYLIST_HXX
#include "Queue.hxx"
#include "
queue/
Queue.hxx"
#include "PlaylistError.hxx"
enum
TagType
:
uint8_t
;
...
...
src/PlaylistPrint.cxx
View file @
129eb178
...
...
@@ -21,7 +21,7 @@
#include "PlaylistPrint.hxx"
#include "PlaylistFile.hxx"
#include "Playlist.hxx"
#include "QueuePrint.hxx"
#include "
queue/
QueuePrint.hxx"
#include "SongPrint.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"
...
...
src/PlaylistState.cxx
View file @
129eb178
...
...
@@ -26,7 +26,7 @@
#include "PlaylistState.hxx"
#include "PlaylistError.hxx"
#include "Playlist.hxx"
#include "QueueSave.hxx"
#include "
queue/
QueueSave.hxx"
#include "fs/TextFile.hxx"
#include "PlayerControl.hxx"
#include "ConfigGlobal.hxx"
...
...
src/IdTable.hxx
→
src/
queue/
IdTable.hxx
View file @
129eb178
File moved
src/Queue.cxx
→
src/
queue/
Queue.cxx
View file @
129eb178
File moved
src/Queue.hxx
→
src/
queue/
Queue.hxx
View file @
129eb178
File moved
src/QueuePrint.cxx
→
src/
queue/
QueuePrint.cxx
View file @
129eb178
File moved
src/QueuePrint.hxx
→
src/
queue/
QueuePrint.hxx
View file @
129eb178
File moved
src/QueueSave.cxx
→
src/
queue/
QueueSave.cxx
View file @
129eb178
File moved
src/QueueSave.hxx
→
src/
queue/
QueueSave.hxx
View file @
129eb178
File moved
test/test_queue_priority.cxx
View file @
129eb178
#include "config.h"
#include "Queue.hxx"
#include "
queue/
Queue.hxx"
#include "DetachedSong.hxx"
#include "util/Macros.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