Commit Graph

29 Commits

Author SHA1 Message Date
Frank Blendinger
64f64895ac hide inact. "cur playlist" entry in selection menu 2009-12-09 00:24:15 +01:00
Frank Blendinger
e9df8062e7 sort playlists in SelectedItemsAdder menu 2009-12-02 01:50:13 +01:00
Andrzej Rybczak
5aaafba545 if there is no selected items, treat the current one as selected 2009-11-26 22:01:27 +01:00
Andrzej Rybczak
03129784d4 new feature: add selected items to playlist at given position 2009-11-26 21:41:30 +01:00
Andrzej Rybczak
495ec25a0a simplify Clear() in Window and its derivatives
it removes argument responsible for immediate refreshing.
since after all calls that were refreshing screen there was
call to Refresh() anyway, this switch doesn't make much sense.
2009-11-13 15:59:18 +01:00
Andrzej Rybczak
dd04406ee5 poll both stdin and mpd using one select()
this allows for immediate reading mpd events
2009-10-25 20:44:07 +01:00
Andrzej Rybczak
55173cb419 move local_browser variable from settings to Browser class 2009-10-01 00:30:18 +02:00
Andrzej Rybczak
e5fe4addca rename option to make it fit to window's title 2009-09-04 14:31:58 +02:00
Andrzej Rybczak
330f19acbb make adding to main playlist inactive if selected items are from there 2009-09-04 14:08:23 +02:00
Andrzej Rybczak
62ba4ce343 make SelectedItemsAdder::{Width,Height} vars follow the rest of private members 2009-08-30 00:13:45 +02:00
Andrzej Rybczak
4f3040e0ec move code responsible for adding selected items to playlists to misc.cpp 2009-08-29 23:53:36 +02:00
Andrzej Rybczak
7729fde54d rename misc.{cpp,h} to conv.{cpp,h} 2009-08-29 21:56:14 +02:00
Andrzej Rybczak
ddaf141f2e rename MPD::Song::{Get,Set}Year to {Get,Set}Date 2009-07-05 14:16:15 +02:00
Andrzej Rybczak
9dab25e02c use prefix ++ instead of postfix where available 2009-07-04 06:41:35 +02:00
Andrzej Rybczak
dd266b0103 new feature: add random songs to playlist 2009-05-24 22:30:02 +02:00
Andrzej Rybczak
2c30387a91 limit scope of unallowed_chars and make it static 2009-03-08 16:43:40 +01:00
Andrzej Rybczak
ea973b6b4a put classes related to ncurses into NCurses namespace 2009-03-05 17:43:13 +01:00
Andrzej Rybczak
8f092d5490 move some functions to TagEditor class / outside 2009-03-04 22:47:48 +01:00
Andrzej Rybczak
8ba72bc78a separate some code from ncmpcpp.cpp 2009-02-13 17:24:06 +01:00
Andrzej Rybczak
d82577e357 group various functions more logically 2009-02-10 15:51:55 +01:00
Andrzej Rybczak
256bb429b5 change std::stringstream to std::ostringstream 2009-02-10 12:23:02 +01:00
Andrzej Rybczak
f9f5149b76 includes cleaning 2009-02-10 12:19:59 +01:00
Andrzej Rybczak
0c9e10091f update fsf address and copyright info 2009-01-17 00:52:08 +01:00
Andrzej Rybczak
c61ddd3383 improve handling statusbar messages (+ some minor various fixes) 2008-12-11 14:04:14 +01:00
unK
48ba7cbcf2 another code clean-ups 2008-10-07 23:04:26 +02:00
unK
0a210a8896 use ToLower() instead of calling std::transform explicitly all the time 2008-09-29 00:11:00 +02:00
unK
3419ff13a8 improve time displaying / allow markers for empty tags without color 2008-09-13 17:09:20 +02:00
unknown
b6a912e507 lighter deletion + playlist status added 2008-08-14 17:43:46 +02:00
unknown
6315a6c7ec repo starts 2008-08-04 22:20:45 +02:00