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
/
media_library.cpp
Age
Commit message (
Expand
)
Author
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-08-09
use common interface for adding item(s) to playlist
Andrzej Rybczak
2009-08-08
adjust mouse bindings a bit and document them in help screen
Andrzej Rybczak
2009-07-05
rename MPD::Song::{Get,Set}Year to {Get,Set}Date
Andrzej Rybczak
2009-07-05
some MPD::Song improvements and syntax simplifications
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-04
define MPD::Connection handler as an object, not pointer
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-05-26
throw away Menu::GetPosition() as Menu::Choice() does the same
Andrzej Rybczak
2009-05-25
new feature: mouse support
Andrzej Rybczak
2009-05-03
correct notifications about fetching albums
Andrzej Rybczak
2009-05-03
new feature: two columns view in media library (albums and songs)
Andrzej Rybczak
2009-04-14
real fix for bug 2252
Andrzej Rybczak
2009-03-30
new feature: cyclic scrolling
Andrzej Rybczak
2009-03-30
fix opportunity to segfault in media library
Andrzej Rybczak
2009-03-12
do not store commands list in MPD::Connection
Andrzej Rybczak
2009-03-08
add support for regular expressions (basic and extended)
Andrzej Rybczak
2009-03-08
use CamelCase for variables in Global namespace / some cleaning
Andrzej Rybczak
2009-03-07
move searching to Menu class, also remember last constraint
Andrzej Rybczak
2009-03-07
speed up browsing media library
Andrzej Rybczak
2009-03-05
fix duplicating albums in media library
Andrzej Rybczak
2009-03-02
fix: show again multiple album without year in media library
Sebastian Peters
2009-02-24
while searching for songs in media library, consider year of the album
Andrzej Rybczak
2009-02-18
use ncurses pad instead of ncurses window by default
Andrzej Rybczak
2009-02-18
new feature: playlist sorting (Ctrl-V by default)
Andrzej Rybczak
2009-02-17
new feature: apply filter to screen (Ctrl-F)
Andrzej Rybczak
2009-02-17
cleaning
Andrzej Rybczak
2009-02-17
get rid of this awful casting to List *
Andrzej Rybczak
2009-02-16
use vector<string_pair> instead of map<string, string>
Andrzej Rybczak
2009-02-16
use streams instead of Window::WriteXY()
Andrzej Rybczak
2009-02-16
provide generic interface for dealing with selected items
Andrzej Rybczak
2009-02-16
fix refreshing in clock screen while resizing / remove some unneded code
Andrzej Rybczak
2009-02-16
improve resizing
Andrzej Rybczak
2009-02-15
another externs removed
Andrzej Rybczak
2009-02-15
rename status_checker -> status / + some cleaning
Andrzej Rybczak
2009-02-15
general code cleaning
Andrzej Rybczak
2009-02-15
change wCurrent and wPrev to myScreen
Andrzej Rybczak
2009-02-14
change namespace MediaLibrary into class
Andrzej Rybczak
2009-02-13
change namespace Playlist into class
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
Andrzej Rybczak