summaryrefslogtreecommitdiff
path: root/src/media_library.cpp
AgeCommit message (Expand)Author
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-09use common interface for adding item(s) to playlistAndrzej Rybczak
2009-08-08adjust mouse bindings a bit and document them in help screenAndrzej Rybczak
2009-07-05rename MPD::Song::{Get,Set}Year to {Get,Set}DateAndrzej Rybczak
2009-07-05some MPD::Song improvements and syntax simplificationsAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-05-26throw away Menu::GetPosition() as Menu::Choice() does the sameAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-03correct notifications about fetching albumsAndrzej Rybczak
2009-05-03new feature: two columns view in media library (albums and songs)Andrzej Rybczak
2009-04-14real fix for bug 2252Andrzej Rybczak
2009-03-30new feature: cyclic scrollingAndrzej Rybczak
2009-03-30fix opportunity to segfault in media libraryAndrzej Rybczak
2009-03-12do not store commands list in MPD::ConnectionAndrzej Rybczak
2009-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
2009-03-08use CamelCase for variables in Global namespace / some cleaningAndrzej Rybczak
2009-03-07move searching to Menu class, also remember last constraintAndrzej Rybczak
2009-03-07speed up browsing media libraryAndrzej Rybczak
2009-03-05fix duplicating albums in media libraryAndrzej Rybczak
2009-03-02fix: show again multiple album without year in media librarySebastian Peters
2009-02-24while searching for songs in media library, consider year of the albumAndrzej Rybczak
2009-02-18use ncurses pad instead of ncurses window by defaultAndrzej Rybczak
2009-02-18new feature: playlist sorting (Ctrl-V by default)Andrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
2009-02-17cleaningAndrzej Rybczak
2009-02-17get rid of this awful casting to List *Andrzej Rybczak
2009-02-16use vector<string_pair> instead of map<string, string>Andrzej Rybczak
2009-02-16use streams instead of Window::WriteXY()Andrzej Rybczak
2009-02-16provide generic interface for dealing with selected itemsAndrzej Rybczak
2009-02-16fix refreshing in clock screen while resizing / remove some unneded codeAndrzej Rybczak
2009-02-16improve resizingAndrzej Rybczak
2009-02-15another externs removedAndrzej Rybczak
2009-02-15rename status_checker -> status / + some cleaningAndrzej Rybczak
2009-02-15general code cleaningAndrzej Rybczak
2009-02-15change wCurrent and wPrev to myScreenAndrzej Rybczak
2009-02-14change namespace MediaLibrary into classAndrzej Rybczak
2009-02-13change namespace Playlist into classAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak