Andrzej Rybczak
|
fe79d1ae94
|
keep proper songs' positions when playlist is modified
|
2009-02-22 13:53:41 +01:00 |
|
Andrzej Rybczak
|
12e437c5af
|
really fix compilation --without-curl
|
2009-02-21 16:48:38 +01:00 |
|
Andrzej Rybczak
|
b056fb0968
|
fix compilation --without-curl
|
2009-02-20 20:12:35 +01:00 |
|
Andrzej Rybczak
|
2856d5cd78
|
make playlist's stats scrollable, also display remaining time on demand
|
2009-02-20 15:30:30 +01:00 |
|
Andrzej Rybczak
|
51d4f34cf3
|
move FormatPos struct to basic_buffer class, it should be private
|
2009-02-19 23:51:27 +01:00 |
|
Andrzej Rybczak
|
1d55d4c4a1
|
make sorting playlist case insensitive
|
2009-02-19 18:20:43 +01:00 |
|
Andrzej Rybczak
|
9eec588be5
|
refresh pad in Window::GetString() after wmove() to update cursor position
|
2009-02-19 17:12:59 +01:00 |
|
Andrzej Rybczak
|
c1ba3bc4ba
|
apply filter only if the previously applied one was different
|
2009-02-19 17:01:26 +01:00 |
|
Andrzej Rybczak
|
164dec3eed
|
unused defines cleaning / a few fixes for clock
|
2009-02-19 00:59:02 +01:00 |
|
Andrzej Rybczak
|
7246b57d48
|
simplify syntax a bit
|
2009-02-19 00:29:27 +01:00 |
|
Andrzej Rybczak
|
735cae628a
|
call Window::Refresh() in Window::Clear() explicitly
call to Window::Clear() from Menu object was calling Menu::Refresh()
instead of Window::Refresh(), so make an explicit call to this method.
|
2009-02-19 00:20:48 +01:00 |
|
Andrzej Rybczak
|
3b32d84a76
|
make Playlist::NowPlayingSong() return pointer, not reference
|
2009-02-19 00:00:31 +01:00 |
|
Andrzej Rybczak
|
072f611896
|
fix reloading lyrics after song's change
|
2009-02-18 22:38:57 +01:00 |
|
Andrzej Rybczak
|
f16fb6f93d
|
if playlist is filtered, clear function should delete only visible items
|
2009-02-18 22:13:29 +01:00 |
|
Andrzej Rybczak
|
ee809e7580
|
fix compilation --without-taglib
|
2009-02-18 21:54:25 +01:00 |
|
Andrzej Rybczak
|
c827c88993
|
use ncurses pad instead of ncurses window by default
|
2009-02-18 21:45:54 +01:00 |
|
Andrzej Rybczak
|
b210d3f270
|
change var = time(NULL) to time(&var)
|
2009-02-18 20:12:40 +01:00 |
|
Andrzej Rybczak
|
f162a7b880
|
new feature: playlist sorting (Ctrl-V by default)
|
2009-02-18 20:08:50 +01:00 |
|
Andrzej Rybczak
|
70f48dd454
|
support for opening lyrics in external editor
|
2009-02-17 20:17:37 +01:00 |
|
Andrzej Rybczak
|
330fdb4759
|
TinyTagEditor shouldn't return ptr to its List
this is for searching, searching in tiny tag editor is useless.
|
2009-02-17 19:23:58 +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
|
2cb9b46135
|
use vector of pointers to options rather than vector of options
this way I can implement options filtering with much less effort.
|
2009-02-17 10:03:21 +01:00 |
|
Andrzej Rybczak
|
32bac776e7
|
cleaning
|
2009-02-17 08:29:40 +01:00 |
|
Andrzej Rybczak
|
7c936d8eaf
|
another ugly cast removal
|
2009-02-17 07:41:09 +01:00 |
|
Andrzej Rybczak
|
2c66178663
|
get rid of this awful casting to List *
|
2009-02-17 07:30:26 +01:00 |
|
Andrzej Rybczak
|
ab2c925654
|
Revert "cast properly", that wasn't proper casting, lol.
This reverts commit 0415fa37fe.
|
2009-02-16 20:13:34 +01:00 |
|
Andrzej Rybczak
|
173b012d00
|
use vector<string_pair> instead of map<string, string>
|
2009-02-16 20:08:14 +01:00 |
|
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
|
0415fa37fe
|
cast properly
|
2009-02-16 19:35:12 +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
|
2ec7748acd
|
improve 'Crop' function
deleting by songid seems to be very slow
in current mpd-git so use positions instead.
|
2009-02-16 15:25:23 +01:00 |
|
Andrzej Rybczak
|
34feba8d67
|
fix refreshing dialog window
|
2009-02-16 14:50:07 +01:00 |
|
Andrzej Rybczak
|
af6467d8c1
|
fix colors in song info screen --without-taglib
|
2009-02-16 01:08:46 +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
|
b43d4dddeb
|
throw away unneeded code
|
2009-02-15 22:28:04 +01:00 |
|
Andrzej Rybczak
|
9dd21b7653
|
get rid of some externs
|
2009-02-15 20:44:42 +01:00 |
|
Andrzej Rybczak
|
c547fbe03b
|
use generic Scroll method
|
2009-02-15 20:05:28 +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
|
d762bd9b55
|
add screen.h
|
2009-02-14 23:23:27 +01:00 |
|
Andrzej Rybczak
|
81d685eff8
|
change namespace Clock into class
|
2009-02-14 22:54:12 +01:00 |
|
Andrzej Rybczak
|
49abc4d42c
|
change namespace Info into class
|
2009-02-14 22:25:44 +01:00 |
|
Andrzej Rybczak
|
17352e821c
|
change namespace Lyrics into class
|
2009-02-14 21:30:14 +01:00 |
|
Andrzej Rybczak
|
6f09d3b592
|
change namespace Help into class
|
2009-02-14 20:01:19 +01:00 |
|
Andrzej Rybczak
|
d6a6bca3e6
|
change namespace TagEditor into class
|
2009-02-14 19:44:55 +01:00 |
|
Andrzej Rybczak
|
7b1d07722b
|
change namespace TinyTagEditor into class
|
2009-02-14 18:36:42 +01:00 |
|