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 |
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
14 years ago |
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
14 years ago |
Andrzej Rybczak
|
6f59a175ec
|
implement HasSongs interface
|
14 years ago |
Andrzej Rybczak
|
d8b2d20bdb
|
menu: move a few methods to Item class
|
14 years ago |
Andrzej Rybczak
|
7e53654492
|
menu: implement custom iterator
|
14 years ago |
Andrzej Rybczak
|
798c9b3121
|
menu: some member name changing
|
14 years ago |
Andrzej Rybczak
|
b1c301dc1c
|
split majority of helpers and rewrite a few heinous functions
|
14 years ago |
Andrzej Rybczak
|
397783d701
|
reduce usage of pointers / replace std::pair in SearchEngine
|
14 years ago |
Andrzej Rybczak
|
a270fc8402
|
rewrite MPD::Song object
|
14 years ago |
Andrzej Rybczak
|
77a3c73d9c
|
make displayed messages more consistent
|
14 years ago |
Andrzej Rybczak
|
a14b77338d
|
jump to current song at startup even if it's not currently played
|
14 years ago |
Andrzej Rybczak
|
f8151904f5
|
update copyright dates
|
14 years ago |
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
15 years ago |