Andrzej Rybczak
|
0477e2e750
|
Implement filtering in playlist editor
|
9 years ago |
Andrzej Rybczak
|
17effe0115
|
Implement filtering in browser and search engine
|
9 years ago |
Andreas Rammhold
|
7bb6a8365e
|
Fixed typo in "max_output_buffer_size'
The reported error message now points to the right tuneable in mpd.conf
|
10 years ago |
Andrzej Rybczak
|
7644c9e8bd
|
helpers: getDatabaseIterator: rethrow exception if connection wasn't closed
|
11 years ago |
Andrzej Rybczak
|
c6506d77fd
|
media library: fix infinite loop if listallinfo fails
|
11 years ago |
Andrzej Rybczak
|
71fa345280
|
strbuffer: fix issue with order of properties with the same position
|
11 years ago |
Andrzej Rybczak
|
b3c0c0798e
|
helpers: restore old behavior when playing a song already in playlist
|
11 years ago |
Andrzej Rybczak
|
c7fe74dd66
|
screen: provide const main() overload
|
11 years ago |
Andrzej Rybczak
|
2caf08aaa7
|
split PressSpace action into modular pieces
|
11 years ago |
Andrzej Rybczak
|
a8e2ec5ed0
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
Andrzej Rybczak
|
d1528ffc71
|
get rid of WIN32 ifdefs
|
11 years ago |
Andrzej Rybczak
|
8d24c42261
|
format: implement generic format parser and printer
|
12 years ago |
Andrzej Rybczak
|
0457af36fe
|
mpd: redesign Item and adjust browser
|
12 years ago |
Andrzej Rybczak
|
4b933b29e1
|
settings: configuration file processing rewrite
|
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
|
7deeecee20
|
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
|
13 years ago |
Andrzej Rybczak
|
7a470cdfbf
|
fix assertion failure while trying to send play command in commands list
this fixes #3746
|
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
|
33fb33dc8d
|
helpers: writeCyclicBuffer: fix drawing part of separator
|
14 years ago |
Andrzej Rybczak
|
439e004cfa
|
restore BasicBuffer::write function
|
14 years ago |
Andrzej Rybczak
|
48cf01f084
|
pass ProxySongList around since it already has shared_ptr inside
|
14 years ago |
Andrzej Rybczak
|
c4190b6514
|
rewrite selected items added so it uses sane actions dispatch system
|
14 years ago |
Andrzej Rybczak
|
189010fecc
|
move ParseArgv to separate file
|
14 years ago |
Andrzej Rybczak
|
84326efc46
|
move wstring related functions to wide_char file
|
14 years ago |
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
14 years ago |
Andrzej Rybczak
|
6d87ebbc43
|
generalize UpdateSongsList (-> markSongsInPlaylist)
|
14 years ago |
Andrzej Rybczak
|
eb40b7ef91
|
helpers: fix UpdateSongList
|
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
|
7297b8a9ad
|
use std::bind instead of passing void pointers around
|
14 years ago |
Andrzej Rybczak
|
798c9b3121
|
menu: some member name changing
|
14 years ago |
Andrzej Rybczak
|
b06e620913
|
more cleanup and grouping functions logically together
|
14 years ago |
Andrzej Rybczak
|
b1c301dc1c
|
split majority of helpers and rewrite a few heinous functions
|
14 years ago |
Andrzej Rybczak
|
4cb0e2232a
|
fix compilation --without-taglib
|
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
|
6829a8e05c
|
add support for binding actions to multibyte characters
|
14 years ago |
Andrzej Rybczak
|
bab756c579
|
add support for priorities (queueing)
|
14 years ago |
Andrzej Rybczak
|
456c855adb
|
make it compile with -O2 -Werror
|
14 years ago |
Andrzej Rybczak
|
181224b837
|
keybinding system rewrite
|
14 years ago |
Andrzej Rybczak
|
27a0dc958f
|
corrections for previous commit
|
14 years ago |
Maarten de Vries
|
6c73c3cecf
|
add custom sort format
|
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
|
a98a1800a7
|
settings: provide a way to use alternative location for configuration file
..and whole data folder.
|
15 years ago |
Andrzej Rybczak
|
62157909d5
|
display more detailed info if connection to MPD couldn't be estabilished
|
15 years ago |