summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-01-31Switch build system to cmakeLars-Dominik Braun1-10/+0
lib{piano,wardrobe} are now static libraries and not installed any more.
2008-08-26Remove some deleted files from MakefilesLars-Dominik Braun1-1/+1
make dist should work again.
2008-08-25More checks in ./configureLars-Dominik Braun1-2/+2
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-2/+2
Some code restructuring was made, too: - Move UI functions to ui.c and ui_act.c - Change default keys for loving and banning to + and -
2008-07-24Initial ReplayGain work (including anti-clipping)Lars-Dominik Braun1-1/+1
Could be tuned...
2008-06-22client: last.fm scrobbling implementedLars-Dominik Braun1-2/+2
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...)
2008-06-21client: Read stsz atom containing frame sizesLars-Dominik Braun1-3/+7
This has two advantages: 1) We can pass the correct amount of bytes to NeAACDecDecode (). This should fix some decoding error messages. And 2) We can show the length of the song and the remaining (or already played time) to the user. Cool, eh?
2008-06-17lib: Move sources to srcLars-Dominik Braun1-2/+2
2008-06-15client: Manpage addedLars-Dominik Braun1-1/+1
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-1/+1
Some restructuring was necessary too.
2008-06-13Hopefully fixed wrong libxml2 usageLars-Dominik Braun1-2/+2
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser)
2008-06-11client: Station renaming implementedLars-Dominik Braun1-1/+1
2008-06-10Added missing files to repoLars-Dominik Braun1-0/+6