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.h
Age
Commit message (
Expand
)
Author
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-09-27
playlist: remove enterPressed
Andrzej Rybczak
2015-09-27
playlist: convert several function names to camelCase
Andrzej Rybczak
2015-05-23
actions: add support for range selection and make a few actions work on ranges
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2015-05-09
actions: move item selection to its own action and bind it to insert
Andrzej Rybczak
2015-05-02
add support for unicode aware regular expressions if available
Andrzej Rybczak
2015-04-18
actions: toggle screen lock: check if screen is lockable before asking for width
Andrzej Rybczak
2015-04-12
playlist: add OVERRIDE to allowsSearching
Andrzej Rybczak
2014-11-07
actions: make find forward/backward incremental
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-04
menu: remove search related methods
Andrzej Rybczak
2014-11-03
mpd: get rid of *List typedefs
Andrzej Rybczak
2014-09-03
status: fix toggling flags
Andrzej Rybczak
2014-08-30
playlist: make kept song count collision resistant
Andrzej Rybczak
2014-08-29
playlist: rename remaining old private members
Andrzej Rybczak
2014-08-29
fix compilation --without-curl
Andrzej Rybczak
2014-08-27
replace timeval and time_t with boost::posix_time::ptime
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-05-17
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
Andrzej Rybczak
2013-04-10
fix problem with status update (#3740)
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-24
playlist: store song hashes in hash map, not a tree
Andrzej Rybczak
2012-09-18
fix handling playlist highlight
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
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: define main screen as non-pointer
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
adjust indentation of remaining classes in headers
Andrzej Rybczak
2012-09-13
playlist: move sorting dialog related functions to separate file
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-11
playist: do not duplicate now playing information
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-07
reduce number of calls to gettimeofday
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
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
[next]