author | Kalle Wallin <kaw@linux.se> | |
Sat, 5 Jun 2004 11:21:43 +0000 (11:21 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Sat, 5 Jun 2004 11:21:43 +0000 (11:21 +0000) | ||
commit | f55a67b3f882641abe5a9b14b045d7ce71964af7 | |
tree | 181c15b1c59df30b2e28058f2648e5e701e57c4f | tree | snapshot |
parent | 677eb1ad30321d83f6196672ea1798c0e1712870 | commit | diff |
Changed directory layout (for future use of gettext)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f
65 files changed:
ChangeLog | diff | blob | history | |
Makefile.am | diff | blob | history | |
autogen.sh | diff | blob | history | |
colors.c | [deleted file] | blob | history |
colors.h | [deleted file] | blob | history |
command.c | [deleted file] | blob | history |
command.h | [deleted file] | blob | history |
conf.c | [deleted file] | blob | history |
conf.h | [deleted file] | blob | history |
configure.ac | diff | blob | history | |
libmpdclient.c | [deleted file] | blob | history |
libmpdclient.h | [deleted file] | blob | history |
list_window.c | [deleted file] | blob | history |
list_window.h | [deleted file] | blob | history |
main.c | [deleted file] | blob | history |
mpc.c | [deleted file] | blob | history |
mpc.h | [deleted file] | blob | history |
options.c | [deleted file] | blob | history |
options.h | [deleted file] | blob | history |
screen.c | [deleted file] | blob | history |
screen.h | [deleted file] | blob | history |
screen_file.c | [deleted file] | blob | history |
screen_file.h | [deleted file] | blob | history |
screen_help.c | [deleted file] | blob | history |
screen_help.h | [deleted file] | blob | history |
screen_keydef.c | [deleted file] | blob | history |
screen_play.c | [deleted file] | blob | history |
screen_play.h | [deleted file] | blob | history |
screen_search.c | [deleted file] | blob | history |
screen_search.h | [deleted file] | blob | history |
screen_utils.c | [deleted file] | blob | history |
screen_utils.h | [deleted file] | blob | history |
src/Makefile.am | [new file with mode: 0644] | blob |
src/colors.c | [new file with mode: 0644] | blob |
src/colors.h | [new file with mode: 0644] | blob |
src/command.c | [new file with mode: 0644] | blob |
src/command.h | [new file with mode: 0644] | blob |
src/conf.c | [new file with mode: 0644] | blob |
src/conf.h | [new file with mode: 0644] | blob |
src/libmpdclient.c | [new file with mode: 0644] | blob |
src/libmpdclient.h | [new file with mode: 0644] | blob |
src/list_window.c | [new file with mode: 0644] | blob |
src/list_window.h | [new file with mode: 0644] | blob |
src/main.c | [new file with mode: 0644] | blob |
src/mpc.c | [new file with mode: 0644] | blob |
src/mpc.h | [new file with mode: 0644] | blob |
src/options.c | [new file with mode: 0644] | blob |
src/options.h | [new file with mode: 0644] | blob |
src/screen.c | [new file with mode: 0644] | blob |
src/screen.h | [new file with mode: 0644] | blob |
src/screen_file.c | [new file with mode: 0644] | blob |
src/screen_file.h | [new file with mode: 0644] | blob |
src/screen_help.c | [new file with mode: 0644] | blob |
src/screen_help.h | [new file with mode: 0644] | blob |
src/screen_keydef.c | [new file with mode: 0644] | blob |
src/screen_play.c | [new file with mode: 0644] | blob |
src/screen_play.h | [new file with mode: 0644] | blob |
src/screen_search.c | [new file with mode: 0644] | blob |
src/screen_search.h | [new file with mode: 0644] | blob |
src/screen_utils.c | [new file with mode: 0644] | blob |
src/screen_utils.h | [new file with mode: 0644] | blob |
src/support.c | [new file with mode: 0644] | blob |
src/support.h | [new file with mode: 0644] | blob |
support.c | [deleted file] | blob | history |
support.h | [deleted file] | blob | history |