index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
playlist_editor.cpp
Age
Commit message (
Expand
)
Author
2013-07-09
use boost::bind instead of std::bind until boost placeholders are in separate...
Andrzej Rybczak
2013-05-17
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
Andrzej Rybczak
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-28
clear filters when empty string is passed to applyFilter
Andrzej Rybczak
2013-04-07
clear search results if empty string is passed to FindForward/Backward
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2013-04-06
replace gnu regex wrapper with boost::regex
Andrzej Rybczak
2012-10-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-10-01
playlist editor: rename private members
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-16
fix assertion failures in media library / playlist editor with separators ena...
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-14
playlist editor: change columns to be non-pointers
Andrzej Rybczak
2012-09-14
screen: change ScreenType to WindowType and add WindowReference typedef
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-13
add interface HasColumns and its appropriate implementations
Andrzej Rybczak
2012-09-13
check properly in MouseButtonPressed if switching columns is allowed
Andrzej Rybczak
2012-09-12
settings: support customizable tags separator
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
get rid of locale_to_utf where it's not needed anymore
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-08
comparators: generalize objects a bit
Andrzej Rybczak
2012-09-07
fix compilation --without-taglib
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-05
display: pass screen to functions by pointer
Andrzej Rybczak
2012-09-05
playlist editor: do not display "Playlist is empty" message
Andrzej Rybczak
2012-09-04
move a few small functions to actions
Andrzej Rybczak
2012-09-04
make use of override keyword if available
Andrzej Rybczak
2012-09-04
generalize UpdateSongsList (-> markSongsInPlaylist)
Andrzej Rybczak
2012-09-04
make playlist and playlist editor share code responsible for moving items
Andrzej Rybczak
2012-09-04
check if song is in playlist in O(nlogn) instead of O(n^2)
Andrzej Rybczak
2012-09-03
add allowsFiltering / allowsSearching checks
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
finally kill NC::List
Andrzej Rybczak
2012-09-02
implement ProxySongList for handling general operations on lists
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-09-01
implement Searchable interface / make use of unnamed namespaces
Andrzej Rybczak
2012-08-31
menu: generalize filtering, introduce interfaces
Andrzej Rybczak
2012-08-31
menu: simplify ItemDisplayer further
Andrzej Rybczak
2012-08-31
menu: a few semantic changes
Andrzej Rybczak
[next]