summaryrefslogtreecommitdiff
path: root/src/sel_items_adder.cpp
AgeCommit message (Expand)Author
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-08-13selected items adder: implement Searchable instanceAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-05-11replace boost::bind with std::bindAndrzej Rybczak
2015-05-02Merge branch '0.6.x'Andrzej Rybczak
2015-04-18menu: split into two headersAndrzej Rybczak
2015-04-12selected item adder: fix pop-up title when adding items to the current playlistAndrzej Rybczak
2014-11-11remove silly comment after namespacesAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-04menu: make current() return an iteratorAndrzej Rybczak
2014-11-03fix shadow warningsAndrzej Rybczak
2014-11-01playlist editor: hold MPD::PlaylistS instead of std::stringSAndrzej Rybczak
2014-10-31window: rename getString to promptAndrzej Rybczak
2014-10-31statusbar: use scoped locks instead of lock/unlock functionsAndrzej Rybczak
2014-09-12status: store status fields seperatelyAndrzej Rybczak
2014-09-03status: fix toggling flagsAndrzej Rybczak
2014-09-03selected items adder: always display "Current playlist"Andrzej Rybczak
2014-09-03selected items adder: always show 'Current playlist'Andrzej Rybczak
2014-09-03selected items adder: do not show playlists if local browser is activeAndrzej Rybczak
2014-08-31rename ExecItem to RunnableItem and make use of variadic templatesAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27statusbar: use boost::format instead of c-style printfAndrzej Rybczak
2014-01-18notify user if some files failed to be addedAndrzej Rybczak
2013-07-09use boost::bind instead of std::bind until boost placeholders are in separate...Andrzej 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-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-18add some typedefsAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-18mdp: remove GetCurrentlyPlayingSongPosAndrzej Rybczak
2012-09-16screen: rename BasicScreen to BaseScreenAndrzej Rybczak
2012-09-16selected items added: fix position in adding after current songAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-15fix compilation with gcc-4.5Andrzej Rybczak
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-14screen: change ScreenType to WindowType and add WindowReference typedefAndrzej Rybczak
2012-09-14playlist: define main screen as non-pointerAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13playlist: move sorting dialog related functions to separate fileAndrzej Rybczak
2012-09-13require a bit bigger screen so all possible dialogs will fitAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-11get rid of locale_to_utf where it's not needed anymoreAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak