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 |
Andrzej Rybczak
|
70910b77ed
|
make ncmpcpp compile with -fno-exceptions
|
17 years ago |
Andrzej Rybczak
|
4d99d11cfe
|
--now-playing should return string converted to current locale
|
17 years ago |
Andrzej Rybczak
|
ad685091bc
|
rename Menu::BoldOption() to Menu::Bold()
|
17 years ago |
Andrzej Rybczak
|
2f971147b1
|
change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()
|
17 years ago |
Andrzej Rybczak
|
d6fbb2f657
|
remove wrapper for Scroller() needed with --enable-unicode
|
17 years ago |
Andrzej Rybczak
|
b5a49b3fee
|
do not create a bunch of temporary strings in FindSharedDir functions
|
17 years ago |
Andrzej Rybczak
|
8cf7a7cab6
|
do not copy strings while doing case insensitive comparison
|
17 years ago |
Andrzej Rybczak
|
27687fd2b1
|
pass Buffer/Window to ShowTag() by reference
returning new Buffer and passing it to Window by operator<<()
was rather bad idea since it required unnecessary copying.
|
17 years ago |
Andrzej Rybczak
|
d7108caf45
|
make -v|--version display info about optional screens compiled-in
|
17 years ago |
Andrzej Rybczak
|
0d2c769faa
|
update list of supported libraries that is displayed with -v|--version
|
17 years ago |
Andrzej Rybczak
|
18e611bee2
|
make sorting window use main ncmpcpp loop
|
17 years ago |
Andrzej Rybczak
|
56a1d7456c
|
fix scrolling text which contains both normal and wide characters
|
17 years ago |
Andrzej Rybczak
|
89e18096d9
|
rearrange sequence of arguments to Scroller()
|
17 years ago |
Andrzej Rybczak
|
8c60ff1493
|
fix a few glitches in ParseArgv()
|
17 years ago |
Andrzej Rybczak
|
b885c4f3a2
|
new feature: command line switch for displaying now playing song
|
17 years ago |
Andrzej Rybczak
|
f5ea4634b1
|
support full command line switches for custom --host and --port
|
17 years ago |
Andrzej Rybczak
|
101f01941d
|
new feature: alternative user interface
|
17 years ago |
Andrzej Rybczak
|
df051bf674
|
remove using declarations
|
17 years ago |
Andrzej Rybczak
|
9dab25e02c
|
use prefix ++ instead of postfix where available
|
17 years ago |
Andrzej Rybczak
|
2eb913fe22
|
define MPD::Connection handler as an object, not pointer
|
17 years ago |
Andrzej Rybczak
|
cd3180d265
|
return values instead of playing around with static variables and references
|
17 years ago |