index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
song_info.cpp
Age
Commit message (
Expand
)
Author
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2014-11-15
window: support new colors also as borders
Andrzej Rybczak
2014-11-11
format: implement generic format parser and printer
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-09-14
song info: fix #3786 (crash when pressing 'i' to get info of the stream)
Alexander Lopatin
2013-05-28
song info: show replay gain info if available (flac/ogg only)
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-06
song_info: Do not limit the 'channels' diplay to mono/stereo
Wieland Hoffmann
2012-11-02
song info: do not use TagLib if mpd_music_dir is unset
Wieland Hoffmann
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
settings: support customizable tags separator
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-08
song info: redraw header after processing file
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
implement ProxySongList for handling general operations on lists
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-28
restrict conversions being done in strbuffer
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-07-16
rename YEAR tag to DATE tag (as it should've been from the beginning)
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-10
separate 'song info' functionality from Info class
Andrzej Rybczak