Andrzej Rybczak
d3b4be9c56
oops. fix for previous commit.
2009-02-05 20:23:12 +01:00
Andrzej Rybczak
4943dea1d3
do not display mpd password in clear text
2009-02-05 20:22:03 +01:00
Andrzej Rybczak
94edefae44
fix Scrollpad::MoveTo()
2009-02-05 19:48:23 +01:00
Andrzej Rybczak
32cc754077
use Scrollpad for clock window
2009-02-05 19:47:46 +01:00
Andrzej Rybczak
01f429cca0
fix adding results from searching in current playlist
...
previously, pointers to items in playlist were added to list.
this is utterly wrong as playlist can change at any time, so
if song is from playlist, duplicate it.
2009-02-05 18:44:05 +01:00
Andrzej Rybczak
2df9b1ab3f
Search() should take value, not reference
2009-02-05 18:37:19 +01:00
Andrzej Rybczak
edeb2fa37d
add field 'Any' to search engine
2009-02-05 18:33:56 +01:00
Andrzej Rybczak
7be920b6ad
fix typo
2009-02-05 16:07:39 +01:00
Andrzej Rybczak
5e757ff999
fix/improve detecting playlist's changes
2009-02-04 18:50:22 +01:00
Andrzej Rybczak
34ba81be9e
sort playlists in playlist editor
2009-02-03 15:55:22 +01:00
Andrzej Rybczak
b1817a0bc9
support for switching between supported lyrics databases at runtime
2009-02-02 23:43:12 +01:00
Andrzej Rybczak
baa1c9bf4f
escape unallowed chars before opening/saving file with lyrics
2009-02-02 12:02:09 +01:00
Andrzej Rybczak
6217bf04c2
add support for lyricsplugin database
2009-02-02 12:00:19 +01:00
Andrzej Rybczak
e59b14c56d
clean-up lyrics code a little
2009-02-02 09:55:06 +01:00
Andrzej Rybczak
1a6e0be0c1
fix searching
2009-02-01 22:23:04 +01:00
Andrzej Rybczak
6e2a6dfd27
replace ~ in mpd_music_dir with user's home directory
2009-02-01 20:49:07 +01:00
Andrzej Rybczak
966fd634a4
add support for columns view in browser and search engine
2009-02-01 17:55:28 +01:00
Andrzej Rybczak
4442f2bb7b
fix 'crop' function when mpd was stopped
2009-02-01 16:41:32 +01:00
Andrzej Rybczak
e3ffbc7027
align search fields in media library
2009-02-01 16:35:55 +01:00
Andrzej Rybczak
7d60ab6e9c
check if playlist/playlist editor is empty before an attempt to move a song
2009-01-30 21:52:08 +01:00
Andrzej Rybczak
9cc1689a71
make changes from 7b6521a3 compatible with <mpd-0.14
2009-01-30 19:47:14 +01:00
Andrzej Rybczak
791daa1f7e
clear window only if last element is deleted
2009-01-30 19:01:22 +01:00
Andrzej Rybczak
4ce83854a2
rearrange fields in search engine / +composer +performer -track
2009-01-30 18:41:40 +01:00
Andrzej Rybczak
7b6521a370
show songs without album tag in media library
2009-01-30 16:33:26 +01:00
Andrzej Rybczak
865385e309
if locale are set to C, do not do encoding convertion
2009-01-30 15:27:35 +01:00
Andrzej Rybczak
ec38d57c9b
make ncmpcpp toggle start playing if mpd is stopped
2009-01-30 00:05:47 +01:00
Andrzej Rybczak
b8f73ae6a6
use curl_escape on artist and title tags
2009-01-28 22:37:46 +01:00
Andrzej Rybczak
b2d3fef275
set CURLOPT_NOSIGNAL to 1
...
prevent segfaults if timeout was reached in curl connection
2009-01-28 18:52:10 +01:00
Andrzej Rybczak
5b5d33c642
check if s and locale_charset ptrs are NULL before conversion
2009-01-27 00:07:50 +01:00
Andrzej Rybczak
22c48d0314
bump to 0.3.1_pre
2009-01-27 00:05:46 +01:00
Andrzej Rybczak
b3824b2f56
update NEWS / version bump
2009-01-22 17:26:16 +01:00
Andrzej Rybczak
a0c00d4bba
do not clear found positions list if next input was empty
2009-01-22 16:30:58 +01:00
Andrzej Rybczak
33e173f943
remove redunant includes from clock.cpp
2009-01-22 16:10:10 +01:00
Andrzej Rybczak
237e494b08
color artist's info loaded from a file
2009-01-22 16:08:09 +01:00
Andrzej Rybczak
1244223919
if menu is empty, clear it
...
before this if the only element was removed from menu, it was still displayed.
2009-01-22 14:32:42 +01:00
Andrzej Rybczak
c696d68d92
check if tags are properly saved (part 2)
2009-01-22 13:29:59 +01:00
Andrzej Rybczak
962f80ea83
check if tags are properly saved
2009-01-22 12:41:45 +01:00
Andrzej Rybczak
49724329f1
get rid of Scrollpad::itsXPos as it's redunant
2009-01-20 14:40:40 +01:00
Andrzej Rybczak
f080b3e1f1
improvements for pthread related stuff
2009-01-20 14:35:49 +01:00
Andrzej Rybczak
34e3aaa782
show warning that adding whole dirs from local browser is not supported
2009-01-19 20:30:51 +01:00
Andrzej Rybczak
bf52375fb5
fix adding selected items to playlist
2009-01-19 15:50:04 +01:00
Andrzej Rybczak
3adf0a396b
fix adding selected directory to playlist
2009-01-19 14:25:45 +01:00
Andrzej Rybczak
582725f2f9
init clock before displaying it, not after
2009-01-19 14:22:05 +01:00
Andrzej Rybczak
0a6272c6db
check if current iterator position is smaller than end, not equal
...
there's possibility that position at start will be greater
than ending iterator, so the iteration must not be started
2009-01-19 00:45:00 +01:00
Andrzej Rybczak
b93c04189e
improve "Capitalize First Letters" algorithm
2009-01-19 00:17:33 +01:00
Andrzej Rybczak
f111b933a4
center immediately after autocenter mode is on
2009-01-18 19:24:18 +01:00
Andrzej Rybczak
542c121e0a
add clock screen (ported from ncmpc)
2009-01-17 20:40:28 +01:00
Andrzej Rybczak
351ddc8584
eliminate compiler warnings
2009-01-17 14:17:24 +01:00
Andrzej Rybczak
fd5a3e142c
do not exclude iconv support if unicode is enabled
2009-01-17 14:10:44 +01:00
Andrzej Rybczak
7d82da3fed
remove static keyword from char_non_ascii() declaration
2009-01-17 12:04:36 +01:00