summaryrefslogtreecommitdiff
path: root/src/media_library.cpp
AgeCommit message (Expand)Author
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-28clear filters when empty string is passed to applyFilterAndrzej Rybczak
2013-04-07clear search results if empty string is passed to FindForward/BackwardAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2013-04-06replace gnu regex wrapper with boost::regexAndrzej Rybczak
2012-12-14require gcc-4.6 since gcc-4.5.4 produces ICE while compiling bindings.cppAndrzej Rybczak
2012-10-20media library: fix #3596 (locate song with albumartist in library doesn't work)Andrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-18media library: fix marking songs as in playlistAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej 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-05use boost.locale for charset conversions instead of iconvAndrzej Rybczak
2012-10-03media library: fix albums selectionAndrzej Rybczak
2012-10-03media library: preserve filters/selections on updateAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-16fix assertion failures in media library / playlist editor with separators ena...Andrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-15actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsModeAndrzej 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-14media library: make screens non-pointerAndrzej Rybczak
2012-09-14fix nasty bug related to overlapping namesAndrzej 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-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-13add interface HasColumns and its appropriate implementationsAndrzej Rybczak
2012-09-13check properly in MouseButtonPressed if switching columns is allowedAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej 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-09media library: really fix sorting by discAndrzej Rybczak
2012-09-09media library: fix sorting by discAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-08string: fix lowercase functionAndrzej Rybczak
2012-09-08comparators: generalize objects a bitAndrzej Rybczak
2012-09-08make use of std::locale based strings comparisonAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-05display: pass screen to functions by pointerAndrzej Rybczak