summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-27uniformize ways to convert strings into screen typeAndrzej Rybczak
2014-08-27tag editor: fix filename change detectionAndrzej Rybczak
2014-08-27remove remnants of --now-playing command optionAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27actions: make askYesNoQuestion use boost::formatAndrzej Rybczak
2014-08-27statusbar: use boost::format instead of c-style printfAndrzej Rybczak
2014-08-27actions: add missing flag restriction for physical deletionAndrzej Rybczak
2014-08-27window: fix exiting from getString if helper indicates soAndrzej Rybczak
2014-08-27bindings: allow for binding multiple chains to one keyAndrzej Rybczak
2014-08-26mpd: fix memory leak added by 67550d460Andrzej Rybczak
2014-08-26reinstall signal handler each time it's executed on Solaris (#3976)Andrzej Rybczak
2014-08-25actions: fix assertion fail at double clear (#4038)Andrzej Rybczak
2014-08-25mpd: fix fetching mtime in getDirectoryRecursiveMatthew Hague
2014-04-26browser: properly report errors when deleting items failsAndrzej Rybczak
2014-04-26lyrics fetcher: fix a typoAndrzej Rybczak
2014-01-18notify user if some files failed to be addedAndrzej Rybczak
2014-01-18addSongsToPlaylist: add all valid entries instead of stopping at first failureJames Pike
2014-01-04window: read_key: move cursor back to position it was at before callbacks wer...Andrzej Rybczak
2014-01-04actions: reset highlight position of main playlist when clearedMarc Jessome
2014-01-04window: read_key: move cursor back to position it was at before helper functi...Andrzej Rybczak
2013-12-26window: disable readline default autocompletionAndrzej Rybczak
2013-12-25help: add description of 'set volume' actionAndrzej Rybczak
2013-12-25window: use readline for handling line inputAndrzej Rybczak
2013-11-16tag editor: fix middle column binds if titles_visibility is disabledAndrzej Rybczak
2013-09-23actions: resizeScreen: remove hack, apprently not needed anymoreAndrzej Rybczak
2013-09-23actions: keep actions in array instead of mapAndrzej Rybczak
2013-09-23lastfm: queueJob: fix forwardingAndrzej Rybczak
2013-09-22lastfm: queueJob: if old job is not finished, discard it and start new oneAndrzej Rybczak
2013-09-14search engine: fix regex searchingAndrzej Rybczak
2013-09-14search engine: fix regex searchingAndrzej Rybczak
2013-09-14song info: fix #3786 (crash when pressing 'i' to get info of the stream)Alexander Lopatin
2013-09-14ncmpcpp: remove custom boost::throw_exceptionAndrzej Rybczak
2013-09-14properly handle boost::bad_lexical_cast exceptionsAndrzej Rybczak
2013-07-13actions: require action to be non-null if we query by action typeAndrzej Rybczak
2013-07-11configure: require boost.thread v3Andrzej Rybczak
2013-07-10lastfm: rework service architecture a bit and implement getting full artist infoAndrzej Rybczak
2013-07-10scrollpad: flush: load all remaining properties at the endAndrzej Rybczak
2013-07-09use boost::bind instead of std::bind until boost placeholders are in separate...Andrzej Rybczak
2013-07-09scrollpad: pass boost::regex flags explicitlyAndrzej Rybczak
2013-07-09lyrics fetcher: fix shadow warningsAndrzej Rybczak
2013-07-09lyrics fetcher: add fetcher for azlyrics.comAndrzej Rybczak
2013-07-09lyrics fetcher: throw away broken fetchers and fix/improve existing onesAndrzej Rybczak
2013-06-17actions: fix JumpToPositionInSongAndrzej Rybczak
2013-05-28song info: show replay gain info if available (flac/ogg only)Andrzej Rybczak
2013-05-27mpd: make Status/Statistics accessors inlineableAndrzej Rybczak
2013-05-17get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media LibraryAndrzej Rybczak
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-05-17helpers: cleanup properly if action throws an exceptionAndrzej Rybczak
2013-05-16browser: remove unused includesAndrzej Rybczak
2013-05-16browser: use boost::filesystem for clearing directoriesAndrzej Rybczak