Andrzej Rybczak
|
9e9e521580
|
remove enterPressed from remaining screens
|
11 years ago |
Andrzej Rybczak
|
46960aaaea
|
selected items adder: implement Searchable instance
|
11 years ago |
Andrzej Rybczak
|
a8e2ec5ed0
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
Andrzej Rybczak
|
a7dab01eff
|
replace boost::bind with std::bind
|
11 years ago |
Andrzej Rybczak
|
30df221cb4
|
menu: split into two headers
|
11 years ago |
Andrzej Rybczak
|
b63d646e48
|
selected item adder: fix pop-up title when adding items to the current playlist
|
11 years ago |
Andrzej Rybczak
|
25ac152b0d
|
remove silly comment after namespaces
|
12 years ago |
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
12 years ago |
Andrzej Rybczak
|
efdac2058e
|
menu: make current() return an iterator
|
12 years ago |
Andrzej Rybczak
|
24de827f8b
|
fix shadow warnings
|
12 years ago |
Andrzej Rybczak
|
30d57afcac
|
playlist editor: hold MPD::PlaylistS instead of std::stringS
|
12 years ago |
Andrzej Rybczak
|
f1aba45a99
|
window: rename getString to prompt
|
12 years ago |
Andrzej Rybczak
|
fa1cd965fa
|
statusbar: use scoped locks instead of lock/unlock functions
|
12 years ago |
Andrzej Rybczak
|
68a316258c
|
status: store status fields seperately
|
12 years ago |
Andrzej Rybczak
|
06a07b0d33
|
status: fix toggling flags
|
12 years ago |
Andrzej Rybczak
|
648095eb82
|
selected items adder: always display "Current playlist"
|
12 years ago |
Andrzej Rybczak
|
563dac1a12
|
selected items adder: always show 'Current playlist'
|
12 years ago |
Andrzej Rybczak
|
b29ac3aabb
|
selected items adder: do not show playlists if local browser is active
|
12 years ago |
Andrzej Rybczak
|
966f3ef927
|
rename ExecItem to RunnableItem and make use of variadic templates
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
59430f640b
|
statusbar: use boost::format instead of c-style printf
|
12 years ago |
Andrzej Rybczak
|
34923a035c
|
notify user if some files failed to be added
|
12 years ago |
Andrzej Rybczak
|
0dcec65edf
|
use boost::bind instead of std::bind until boost placeholders are in separate namespace
|
13 years ago |
Andrzej Rybczak
|
7deeecee20
|
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
|
13 years ago |
Andrzej Rybczak
|
2f9ab8f267
|
mpdpp: make all consumers take values, not rvalue references
|
13 years ago |
Andrzej Rybczak
|
2184fb7c73
|
get rid of global mpd status object
|
13 years ago |
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
6a3eb73a49
|
rewrite communication system with mpd
|
13 years ago |
Andrzej Rybczak
|
5908250c18
|
add some typedefs
|
14 years ago |
Andrzej Rybczak
|
1eb0003714
|
window: rename Where to Scroll and make it enum class
|
14 years ago |
Andrzej Rybczak
|
044464962c
|
initial restoration of support for encodings different than utf-8
|
14 years ago |
Andrzej Rybczak
|
9a292ca20d
|
mpd: make functions take item consumer instead of returning vector of items
|
14 years ago |
Andrzej Rybczak
|
b57428db90
|
mdp: remove GetCurrentlyPlayingSongPos
|
14 years ago |
Andrzej Rybczak
|
f691ab265f
|
screen: rename BasicScreen to BaseScreen
|
14 years ago |
Andrzej Rybczak
|
e2c1c6f365
|
selected items added: fix position in adding after current song
|
14 years ago |
Andrzej Rybczak
|
14587cb4ec
|
abstract shared parts of switchTo methods away
|
14 years ago |
Andrzej Rybczak
|
66b799cd4c
|
fix compilation with gcc-4.5
|
14 years ago |
Andrzej Rybczak
|
c4190b6514
|
rewrite selected items added so it uses sane actions dispatch system
|
14 years ago |
Andrzej Rybczak
|
830a2832b5
|
screen: change ScreenType to WindowType and add WindowReference typedef
|
14 years ago |
Andrzej Rybczak
|
9c29082afe
|
playlist: define main screen as non-pointer
|
14 years ago |
Andrzej Rybczak
|
4d6ea660bc
|
make defining screens with main window type as non-pointer possible
|
14 years ago |
Andrzej Rybczak
|
1891c1c050
|
do not initialize screens lazily as it doesn't make much sense
|
14 years ago |
Andrzej Rybczak
|
9ddfca8f31
|
playlist: move sorting dialog related functions to separate file
|
14 years ago |
Andrzej Rybczak
|
fcc097fc76
|
require a bit bigger screen so all possible dialogs will fit
|
14 years ago |
Andrzej Rybczak
|
dd7665bb7d
|
more PascalCase to camelCase conversions
|
14 years ago |
Andrzej Rybczak
|
c8097a898e
|
get rid of locale_to_utf where it's not needed anymore
|
14 years ago |
Andrzej Rybczak
|
c90545b008
|
move statusbar/progressbar related code to separate file
|
14 years ago |
Andrzej Rybczak
|
a98df99ba6
|
playist: do not duplicate now playing information
|
14 years ago |
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
14 years ago |
Andrzej Rybczak
|
8fb88b7181
|
comparators: generalize objects a bit
|
14 years ago |