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 |
Andrzej Rybczak
|
56467eaac6
|
new feature: support for merging screens together
|
15 years ago |
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
15 years ago |
Andrzej Rybczak
|
28a7e09234
|
fixes for previous patch (indentation/compilation)
|
15 years ago |
Marc Jessome
|
438b866993
|
Add -s/--screen option to launch to a specific screen.
|
15 years ago |
Andrzej Rybczak
|
7d3a817de0
|
helpers: fix default now playing song format and validation of user-specified one
|
16 years ago |
Andrzej Rybczak
|
638fab8535
|
perform one more check on song formats
it detects something like this: %. (where . doesn't stand for a valid tag type).
|
16 years ago |
Andrzej Rybczak
|
7c75be82bd
|
browser: if current dir doesn't exists, go down one level automatically
|
16 years ago |
Andrzej Rybczak
|
7f2ea9dc8f
|
remove optional pthread support - it's mandatory now
|
16 years ago |
Andrzej Rybczak
|
d3cb0ea6f6
|
put CURL related functions into a separate file
|
16 years ago |
Andrzej Rybczak
|
4d406c85f2
|
browser: support operations on m3u playlists not created by mpd
|
16 years ago |
Andrzej Rybczak
|
3d41a1585c
|
new feature: support for multiple tag types in one column
|
16 years ago |
Andrzej Rybczak
|
53dfda0f98
|
new feature: customizable columns' names
|
16 years ago |
Andrzej Rybczak
|
9adb762036
|
fix compilation with mingw32
|
16 years ago |
Andrzej Rybczak
|
d45e3b382f
|
uninline CaseInsensitiveStringComparison::operator()
|
16 years ago |
Andrzej Rybczak
|
08daa61907
|
update copyright notices
|
16 years ago |
Andrzej Rybczak
|
a27332a825
|
get rid of using directives
these in ncmpcpp.cpp stay since a lot of memebers are used.
|
16 years ago |
Andrzej Rybczak
|
895c9177d5
|
fix toggle command
|
16 years ago |
Andrzej Rybczak
|
03f6fd904f
|
new screen: mpd server info
|
17 years ago |
Andrzej Rybczak
|
3551057dbb
|
new feature: sort songs in browser by mtime (optional)
|
17 years ago |
Andrzej Rybczak
|
2cbd015ce4
|
make --now-playing support tabulations and line breakers
|
17 years ago |
Andrzej Rybczak
|
f6f7a8a27e
|
move code responsible for replacing content in strings to Replace()
|
17 years ago |
Andrzej Rybczak
|
b2aeb9f609
|
make --version|-v display info about encoding detection
|
17 years ago |
Andrzej Rybczak
|
0d9f6fab7d
|
add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()
|
17 years ago |