Andrzej Rybczak
|
c827c88993
|
use ncurses pad instead of ncurses window by default
|
2009-02-18 21:45:54 +01:00 |
|
Andrzej Rybczak
|
f162a7b880
|
new feature: playlist sorting (Ctrl-V by default)
|
2009-02-18 20:08:50 +01:00 |
|
Andrzej Rybczak
|
5d2daab416
|
new feature: apply filter to screen (Ctrl-F)
if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
|
2009-02-17 17:57:55 +01:00 |
|
Andrzej Rybczak
|
32bac776e7
|
cleaning
|
2009-02-17 08:29:40 +01:00 |
|
Andrzej Rybczak
|
2c66178663
|
get rid of this awful casting to List *
|
2009-02-17 07:30:26 +01:00 |
|
Andrzej Rybczak
|
173b012d00
|
use vector<string_pair> instead of map<string, string>
|
2009-02-16 20:08:14 +01:00 |
|
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
2009-02-16 19:32:43 +01:00 |
|
Andrzej Rybczak
|
43a8e2284e
|
provide generic interface for dealing with selected items
|
2009-02-16 18:20:45 +01:00 |
|
Andrzej Rybczak
|
ef9948cbe2
|
fix refreshing in clock screen while resizing / remove some unneded code
|
2009-02-16 01:01:54 +01:00 |
|
Andrzej Rybczak
|
ba6c2db0b1
|
improve resizing
|
2009-02-16 00:37:03 +01:00 |
|
Andrzej Rybczak
|
f9cdfa5d2b
|
another externs removed
|
2009-02-15 23:08:15 +01:00 |
|
Andrzej Rybczak
|
26365d9832
|
rename status_checker -> status / + some cleaning
|
2009-02-15 22:56:41 +01:00 |
|
Andrzej Rybczak
|
e6bd98e0a7
|
general code cleaning
|
2009-02-15 19:15:52 +01:00 |
|
Andrzej Rybczak
|
4cdafc5639
|
change wCurrent and wPrev to myScreen
|
2009-02-15 16:09:11 +01:00 |
|
Andrzej Rybczak
|
5a06f2a4fc
|
change namespace MediaLibrary into class
|
2009-02-14 17:38:39 +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 |
|