summaryrefslogtreecommitdiff
path: root/src/helpers.cpp
AgeCommit message (Expand)Author
2016-10-30Fixed typo in "max_output_buffer_size'Andreas Rammhold
2015-09-27helpers: getDatabaseIterator: rethrow exception if connection wasn't closedAndrzej Rybczak
2015-09-27media library: fix infinite loop if listallinfo failsAndrzej Rybczak
2015-09-09strbuffer: fix issue with order of properties with the same positionAndrzej Rybczak
2015-06-13helpers: restore old behavior when playing a song already in playlistAndrzej Rybczak
2015-05-17screen: provide const main() overloadAndrzej Rybczak
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-04-12get rid of WIN32 ifdefsAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-02mpd: redesign Item and adjust browserAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27statusbar: use boost::format instead of c-style printfAndrzej Rybczak
2013-05-17get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media LibraryAndrzej Rybczak
2013-04-27fix assertion failure while trying to send play command in commands listAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-12helpers: writeCyclicBuffer: fix drawing part of separatorAndrzej Rybczak
2012-10-06restore BasicBuffer::write functionAndrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-08move ParseArgv to separate fileAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-03helpers: fix UpdateSongListAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-30menu: some member name changingAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-29fix compilation --without-taglibAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14make it compile with -O2 -WerrorAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-15corrections for previous commitAndrzej Rybczak
2012-07-15add custom sort formatMaarten de Vries
2012-07-13jump to current song at startup even if it's not currently playedAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-13settings: provide a way to use alternative location for configuration fileAndrzej Rybczak
2011-11-13display more detailed info if connection to MPD couldn't be estabilishedAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak