Andrzej Rybczak
|
072f611896
|
fix reloading lyrics after song's change
|
17 years ago |
Andrzej Rybczak
|
f16fb6f93d
|
if playlist is filtered, clear function should delete only visible items
|
17 years ago |
Andrzej Rybczak
|
ee809e7580
|
fix compilation --without-taglib
|
17 years ago |
Andrzej Rybczak
|
c827c88993
|
use ncurses pad instead of ncurses window by default
|
17 years ago |
Andrzej Rybczak
|
b210d3f270
|
change var = time(NULL) to time(&var)
|
17 years ago |
Andrzej Rybczak
|
f162a7b880
|
new feature: playlist sorting (Ctrl-V by default)
|
17 years ago |
Andrzej Rybczak
|
70f48dd454
|
support for opening lyrics in external editor
|
17 years ago |
Andrzej Rybczak
|
330fdb4759
|
TinyTagEditor shouldn't return ptr to its List
this is for searching, searching in tiny tag editor is useless.
|
17 years ago |
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.
|
17 years ago |
Andrzej Rybczak
|
2cb9b46135
|
use vector of pointers to options rather than vector of options
this way I can implement options filtering with much less effort.
|
17 years ago |
Andrzej Rybczak
|
32bac776e7
|
cleaning
|
17 years ago |
Andrzej Rybczak
|
7c936d8eaf
|
another ugly cast removal
|
17 years ago |
Andrzej Rybczak
|
2c66178663
|
get rid of this awful casting to List *
|
17 years ago |
Andrzej Rybczak
|
ab2c925654
|
Revert "cast properly", that wasn't proper casting, lol.
This reverts commit 0415fa37fe.
|
17 years ago |
Andrzej Rybczak
|
173b012d00
|
use vector<string_pair> instead of map<string, string>
|
17 years ago |
Andrzej Rybczak
|
2a6e0fd7e8
|
fix searching in browser
it was taking whole path, take only top dir.
|
17 years ago |
Andrzej Rybczak
|
0415fa37fe
|
cast properly
|
17 years ago |
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
17 years ago |
Andrzej Rybczak
|
43a8e2284e
|
provide generic interface for dealing with selected items
|
17 years ago |
Andrzej Rybczak
|
2ec7748acd
|
improve 'Crop' function
deleting by songid seems to be very slow
in current mpd-git so use positions instead.
|
17 years ago |
Andrzej Rybczak
|
34feba8d67
|
fix refreshing dialog window
|
17 years ago |
Andrzej Rybczak
|
af6467d8c1
|
fix colors in song info screen --without-taglib
|
17 years ago |
Andrzej Rybczak
|
ef9948cbe2
|
fix refreshing in clock screen while resizing / remove some unneded code
|
17 years ago |
Andrzej Rybczak
|
ba6c2db0b1
|
improve resizing
|
17 years ago |
Andrzej Rybczak
|
f9cdfa5d2b
|
another externs removed
|
17 years ago |
Andrzej Rybczak
|
26365d9832
|
rename status_checker -> status / + some cleaning
|
17 years ago |
Andrzej Rybczak
|
b43d4dddeb
|
throw away unneeded code
|
17 years ago |
Andrzej Rybczak
|
9dd21b7653
|
get rid of some externs
|
17 years ago |
Andrzej Rybczak
|
c547fbe03b
|
use generic Scroll method
|
17 years ago |
Andrzej Rybczak
|
e6bd98e0a7
|
general code cleaning
|
17 years ago |
Andrzej Rybczak
|
4cdafc5639
|
change wCurrent and wPrev to myScreen
|
17 years ago |
Andrzej Rybczak
|
d762bd9b55
|
add screen.h
|
17 years ago |
Andrzej Rybczak
|
81d685eff8
|
change namespace Clock into class
|
17 years ago |
Andrzej Rybczak
|
49abc4d42c
|
change namespace Info into class
|
17 years ago |
Andrzej Rybczak
|
17352e821c
|
change namespace Lyrics into class
|
17 years ago |
Andrzej Rybczak
|
6f09d3b592
|
change namespace Help into class
|
17 years ago |
Andrzej Rybczak
|
d6a6bca3e6
|
change namespace TagEditor into class
|
17 years ago |
Andrzej Rybczak
|
7b1d07722b
|
change namespace TinyTagEditor into class
|
17 years ago |
Andrzej Rybczak
|
7148762b0c
|
change namespace PlaylistEditor into class
|
17 years ago |
Andrzej Rybczak
|
5a06f2a4fc
|
change namespace MediaLibrary into class
|
17 years ago |
Andrzej Rybczak
|
111652e2d6
|
change namespace SearchEngine into class
|
17 years ago |
Andrzej Rybczak
|
11622b7ba5
|
remove extern int now_playing
|
17 years ago |
Andrzej Rybczak
|
8653232a2a
|
change namespace Browser into class
|
17 years ago |
Andrzej Rybczak
|
6e167d67e2
|
change namespace Playlist into class
|
17 years ago |
Andrzej Rybczak
|
08e162f6ac
|
fix compilation --without-curl
|
17 years ago |
Andrzej Rybczak
|
8ba72bc78a
|
separate some code from ncmpcpp.cpp
|
17 years ago |
Andrzej Rybczak
|
29301aefd5
|
move all externs to global.h
|
17 years ago |
Andrzej Rybczak
|
cecb11c3d8
|
move WindowTitle() to local unnamed namespace
|
17 years ago |
Andrzej Rybczak
|
d82577e357
|
group various functions more logically
|
17 years ago |
Andrzej Rybczak
|
256bb429b5
|
change std::stringstream to std::ostringstream
|
17 years ago |