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
/
sel_items_adder.cpp
Age
Commit message (
Expand
)
Author
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-08-13
selected items adder: implement Searchable instance
Andrzej Rybczak
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2015-05-11
replace boost::bind with std::bind
Andrzej Rybczak
2015-05-02
Merge branch '0.6.x'
Andrzej Rybczak
2015-04-18
menu: split into two headers
Andrzej Rybczak
2015-04-12
selected item adder: fix pop-up title when adding items to the current playlist
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-04
menu: make current() return an iterator
Andrzej Rybczak
2014-11-03
fix shadow warnings
Andrzej Rybczak
2014-11-01
playlist editor: hold MPD::PlaylistS instead of std::stringS
Andrzej Rybczak
2014-10-31
window: rename getString to prompt
Andrzej Rybczak
2014-10-31
statusbar: use scoped locks instead of lock/unlock functions
Andrzej Rybczak
2014-09-12
status: store status fields seperately
Andrzej Rybczak
2014-09-03
status: fix toggling flags
Andrzej Rybczak
2014-09-03
selected items adder: always display "Current playlist"
Andrzej Rybczak
2014-09-03
selected items adder: always show 'Current playlist'
Andrzej Rybczak
2014-09-03
selected items adder: do not show playlists if local browser is active
Andrzej Rybczak
2014-08-31
rename ExecItem to RunnableItem and make use of variadic templates
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-27
statusbar: use boost::format instead of c-style printf
Andrzej Rybczak
2014-01-18
notify user if some files failed to be added
Andrzej Rybczak
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-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-18
add some typedefs
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
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-18
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-16
screen: rename BasicScreen to BaseScreen
Andrzej Rybczak
2012-09-16
selected items added: fix position in adding after current song
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
fix compilation with gcc-4.5
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-14
screen: change ScreenType to WindowType and add WindowReference typedef
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
playlist: move sorting dialog related functions to separate file
Andrzej Rybczak
2012-09-13
require a bit bigger screen so all possible dialogs will fit
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
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-11
playist: do not duplicate now playing information
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
[next]