Commit Graph

152 Commits

Author SHA1 Message Date
Andrzej Rybczak
2a6e0fd7e8 fix searching in browser
it was taking whole path, take only top dir.
2009-02-16 19:52:11 +01:00
Andrzej Rybczak
32f959d1ec use streams instead of Window::WriteXY() 2009-02-16 19:32:43 +01:00
Andrzej Rybczak
26365d9832 rename status_checker -> status / + some cleaning 2009-02-15 22:56:41 +01:00
Andrzej Rybczak
c547fbe03b use generic Scroll method 2009-02-15 20:05:28 +01:00
Andrzej Rybczak
8653232a2a change namespace Browser into class 2009-02-14 00:43:58 +01:00
Andrzej Rybczak
6e167d67e2 change namespace Playlist into class 2009-02-13 22:27:26 +01:00
Andrzej Rybczak
8ba72bc78a separate some code from ncmpcpp.cpp 2009-02-13 17:24:06 +01:00
Andrzej Rybczak
29301aefd5 move all externs to global.h 2009-02-11 09:45:23 +01:00
Andrzej Rybczak
cecb11c3d8 move WindowTitle() to local unnamed namespace 2009-02-11 09:12:49 +01:00
Andrzej Rybczak
d82577e357 group various functions more logically 2009-02-10 15:51:55 +01:00
Andrzej Rybczak
f9f5149b76 includes cleaning 2009-02-10 12:19:59 +01:00
Andrzej Rybczak
d68824f0f2 replace all string::find_last_of() with string::rfind()
find_last_of was working properly only because it was searching
only for one character, string::rfind() is appropriate function
for this job.
2009-02-05 21:52:31 +01:00
Andrzej Rybczak
e637d8f627 add optional 'ignore leading "The" word' function while sorting 2009-02-05 21:45:34 +01:00
Andrzej Rybczak
ec38d57c9b make ncmpcpp toggle start playing if mpd is stopped 2009-01-30 00:05:47 +01:00
Andrzej Rybczak
0a6272c6db check if current iterator position is smaller than end, not equal
there's possibility that position at start will be greater
than ending iterator, so the iteration must not be started
2009-01-19 00:45:00 +01:00
Andrzej Rybczak
fd5a3e142c do not exclude iconv support if unicode is enabled 2009-01-17 14:10:44 +01:00
Andrzej Rybczak
0c9e10091f update fsf address and copyright info 2009-01-17 00:52:08 +01:00
Andrzej Rybczak
14befc5b56 fix scrolling if unicode is disabled 2009-01-15 20:44:03 +01:00
Andrzej Rybczak
24c308dac8 convert filenames to current locale if needed / some implementation improvements 2009-01-15 20:34:35 +01:00
Andrzej Rybczak
73c166a029 always save and read id3 tags in unicode 2009-01-11 15:43:12 +01:00
Andrzej Rybczak
0d9aea79c2 convert id3 tags, directories and playlist names to current locale if needed
notice: this feature needs unicode disabled.
2009-01-11 15:36:14 +01:00
Andrzej Rybczak
5b3357c54c improve parsing argv 2009-01-01 20:24:07 +01:00
Andrzej Rybczak
d92dde1fb1 move some functions from helpers to status_checker 2008-12-28 19:11:05 +01:00
Andrzej Rybczak
a84067d1ab put scrolling code into function and use it also in lyrics screen 2008-12-19 23:23:50 +01:00
Andrzej Rybczak
77e8cd0145 variables cleaning 2008-12-13 12:23:20 +01:00
Andrzej Rybczak
c71f07df6d eliminate remained compiler warnings 2008-12-12 22:50:22 +01:00
Andrzej Rybczak
6f296e2419 update displaying playlist in column view 2008-12-12 21:14:22 +01:00
Andrzej Rybczak
d139320ac9 add missing 'else' action in DisplaySong() 2008-12-12 19:08:58 +01:00
Andrzej Rybczak
6596d25c26 update settings 2008-12-11 19:18:21 +01:00
Andrzej Rybczak
da8feb885f handle colored empty tag marker 2008-12-11 18:29:56 +01:00
Andrzej Rybczak
cfa8268f2d improve handling playlist stats (btw several other improvements) 2008-12-11 16:12:39 +01:00
Andrzej Rybczak
563c4530aa update Window::WriteXY() and related stuff 2008-12-11 15:08:56 +01:00
Andrzej Rybczak
c61ddd3383 improve handling statusbar messages (+ some minor various fixes) 2008-12-11 14:04:14 +01:00
Andrzej Rybczak
284dd6a5be update Menu class and related stuff 2008-12-10 17:34:55 +01:00
Andrzej Rybczak
c03bcbe44b remove color parser / update Window, Scrollpad class and related stuff 2008-12-09 16:40:04 +01:00
Andrzej Rybczak
51e59b04b9 remove several redunant externs and use static variables 2008-12-09 11:31:01 +01:00
Andrzej Rybczak
5c0af01cca put mpd connection related things into namespace 2008-12-09 10:16:38 +01:00
Andrzej Rybczak
1d27b8629d improve ShowMessage() 2008-12-09 10:05:26 +01:00
Andrzej Rybczak
c64e3a9b3b use size_t instead of int where it's appropriate 2008-11-06 20:07:42 +01:00
Andrzej Rybczak
d9c1cd4bd3 make check if file is from music db while getting song info 2008-11-04 16:17:58 +01:00
Andrzej Rybczak
5b1dbf2aed improve parsing argv a bit 2008-11-04 16:10:02 +01:00
Andrzej Rybczak
11982bc1e4 consider disc number while sorting tracks in media library 2008-10-31 20:25:17 +01:00
unK
beee0bc9d3 add support for browsing local filesystem 2008-10-27 20:35:02 +01:00
unK
ae0a665504 add 'stop' to list of supported mpc commands 2008-10-18 22:44:04 +02:00
unK
a980e77e0a check whether getenv returns NULL or not 2008-10-18 16:07:56 +02:00
unK
d732c85537 fix typo, update NEWS & version bump 2008-10-12 18:16:03 +02:00
unK
fc00baa300 include and ifdef clean-up 2008-10-07 16:03:09 +02:00
unK
a85cfcd8eb several code clean-ups and corrections 2008-10-07 10:14:21 +02:00
unK
5b724f2a83 fix compilation issue without taglib support and replace printf by std::cout 2008-10-06 12:08:34 +02:00
unK
4ab4e72c97 implement argv handler and basic mpc commands 2008-10-05 22:41:29 +02:00