Commit Graph

78 Commits

Author SHA1 Message Date
Andrzej Rybczak
24c308dac8 convert filenames to current locale if needed / some implementation improvements 2009-01-15 20:34:35 +01:00
Andrzej Rybczak
42172bff2d set lock_statusbar_delay to -1 to prevent entering this section all the time 2009-01-15 11:32:51 +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
3b91f57ef7 refresh header window only if it really exists 2008-12-31 06:21:03 +01:00
Andrzej Rybczak
d92dde1fb1 move some functions from helpers to status_checker 2008-12-28 19:11:05 +01:00
Andrzej Rybczak
b4d8c273bb remove unnecessary, commented out code 2008-12-28 18:54:47 +01:00
Andrzej Rybczak
8785f77b18 update window title if elapsed time changes 2008-12-19 23:35:33 +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
e4ce0d9c95 fix deleting last item from playlist if playing 2008-12-15 22:32:44 +01:00
Andrzej Rybczak
f787895054 comment out usage of redraw_screen variable (it's not needed for now) 2008-12-15 22:13:06 +01:00
Andrzej Rybczak
8c40f046b9 render state line on stdscr instead of header window 2008-12-15 20:57:30 +01:00
Andrzej Rybczak
65e5006a6e do not pass null pointer to Window::WriteXY() 2008-12-12 22:32:17 +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
unK
beee0bc9d3 add support for browsing local filesystem 2008-10-27 20:35:02 +01:00
unK
884a88effa fix window title update 2008-10-18 16:26:20 +02:00
unK
48ba7cbcf2 another code clean-ups 2008-10-07 23:04:26 +02:00
unK
a85cfcd8eb several code clean-ups and corrections 2008-10-07 10:14:21 +02:00
unK
f8727b0a10 fix various compiler warnings and a few minor bugs 2008-10-05 00:26:02 +02:00
unK
7831d5fc52 don't reload lyrics if 'repeat one' mode is enabled 2008-10-02 20:34:42 +02:00
unK
aa80c13c2e support for following lyrics of now playing song 2008-09-20 20:06:14 +02:00
unK
0ced9f5fc1 if playlist changed redraw header only if we are on playlist screen 2008-09-17 15:12:14 +02:00
unK
fac14dface change internal storing of Song info (much less memory consumption) 2008-09-17 00:07:56 +02:00
unK
e029c2cd09 minor fixes for moving and deleting items 2008-09-15 20:52:25 +02:00
unK
90b975f04d improve bolding songs added to playlist 2008-09-15 15:11:13 +02:00
unK
80c067924e make 'repeat one' mode work with random mode 2008-09-14 17:08:27 +02:00
unK
3419ff13a8 improve time displaying / allow markers for empty tags without color 2008-09-13 17:09:20 +02:00
unK
0060450b10 fixes 2008-09-13 15:46:33 +02:00
unK
fd7819a6b0 refresh header window and right column in tag editor only if necessary 2008-09-13 00:17:08 +02:00
unK
51b913d611 directories view for tag editor 2008-09-11 10:31:04 +02:00
unK
226702f23a simplify adding options in Menu class 2008-09-10 11:06:01 +02:00
unK
e36bf0a3cc use std::pair instead of two different containters 2008-09-10 10:50:59 +02:00
unK
0e1e3c6342 a lot of code clean-ups, remove song info screen 2008-09-09 16:49:22 +02:00
unK
cad4d36807 improve checking if song is in playlist in search engine 2008-09-09 10:01:56 +02:00
unK
ecdf23f06a add albums' editor screen (quite experimental for now) 2008-09-06 22:33:35 +02:00
unK
c997e13091 classes cleaning 2008-09-05 10:17:47 +02:00
unK
5e7e0931a6 start option numeration from 0 instead of 1 (1 was really stupid idea) 2008-09-05 08:33:18 +02:00
unK
b896f31c50 improve moving items and fix password handling (again) + fixes 2008-09-04 14:27:59 +02:00
unK
c2225172fb use mkdir() instead of system() + a few clean-ups 2008-09-04 01:03:29 +02:00
unK
d7b635e276 support for columns view in playlist 2008-09-03 11:04:21 +02:00
unK
723de0687e class Menu is template now / bunch of code clean-ups. 2008-09-03 01:16:26 +02:00
unK
184df520b9 corrections for playlist editor screen 2008-09-02 03:00:18 +02:00