summaryrefslogtreecommitdiff
path: root/src/lyrics.h
AgeCommit message (Expand)Author
2012-10-02fix header guardsAndrzej Rybczak
2012-09-16add ScreenType for screen's type identificationAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13adjust indentation of remaining classes in headersAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-04make use of override keyword if availableAndrzej Rybczak
2012-09-02finally kill NC::ListAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-12-29lyrics fetcher: limit number of worker threads downloading lyrics in backgroundAndrzej Rybczak
2011-11-13settings: provide a way to use alternative location for configuration fileAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2011-10-18new feature: support for fetching lyrics for currently playing song in backgr...Andrzej Rybczak
2010-09-20fix mingw32 compilationAndrzej Rybczak
2010-08-17lyrics: add support for storing lyrics in song's directoryAndrzej Rybczak
2010-08-13lyrics: some code beautification + Lyrics::SwitchTo() correctionsAndrzej Rybczak
2010-08-10lyrics: restore database selectorAndrzej Rybczak
2010-08-10lyrics: use pthread_t instead of pthread_t *Andrzej Rybczak
2010-08-10lyrics: pass wrapper around member function to new threadAndrzej Rybczak
2010-08-10lyrics: general code refactoringAndrzej Rybczak
2010-08-10lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()Andrzej Rybczak
2010-08-10lyrics: move code that saves lyrics to separate functionAndrzej Rybczak
2010-08-09remove optional pthread support - it's mandatory nowAndrzej Rybczak
2010-08-09lyrics: redesigned plugins systemAndrzej Rybczak
2010-08-09put CURL related functions into a separate fileAndrzej Rybczak
2010-08-08lyrics: add support for lyricsfly.com databaseAndrzej Rybczak
2010-08-08replace lyricsplugin.com with lyrc.com.ar as the former no longer worksAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-10-20new feature: refetch lyricsAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-05remove lyricswiki support as it doesn't allow fetching lyrics anymoreAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-03-27make Lyrics::FilenamePath non-static memberAndrzej Rybczak
2009-03-27do not start additional thread if lyrics are available locallyAndrzej Rybczak
2009-03-26use pthread_t * handlers rather than pthread_tAndrzej Rybczak
2009-03-25make it compile under mingw32 --with-curlAndrzej Rybczak
2009-03-03make BasicScreen::{Enter,Space}Pressed() pure virtualAndrzej Rybczak
2009-03-03use private where appropriateAndrzej Rybczak
2009-02-17support for opening lyrics in external editorAndrzej Rybczak
2009-02-17get rid of this awful casting to List *Andrzej Rybczak
2009-02-16provide generic interface for dealing with selected itemsAndrzej Rybczak
2009-02-15general code cleaningAndrzej Rybczak
2009-02-14change namespace Lyrics into classAndrzej Rybczak
2009-02-13fix compilation --without-curlAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak