Commit Graph

630 Commits

Author SHA1 Message Date
Andrzej Rybczak
d8b8d4aeda allow for empty tag marker customization 2009-07-10 13:51:24 +02:00
Andrzej Rybczak
113e54c85c Revert "cosider different size of size_t type on 32bits and 64bits arches"
This reverts commit 9faf3acf2f
and applies correct patch (thx for Damien Leone for pointing this)

Conflicts:

	src/ncmpcpp.cpp
2009-07-06 07:43:04 +02:00
Andrzej Rybczak
1c3cd3b90b fix compilation --without-taglib 2009-07-06 07:32:02 +02:00
Andrzej Rybczak
1510773176 more fixes for 450bf1b6 2009-07-05 14:27:43 +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
63169f7570 remove unused operators from MPD::Song class 2009-07-05 14:14:16 +02:00
Andrzej Rybczak
f60cc71b91 some MPD::Song improvements and syntax simplifications 2009-07-05 14:13:18 +02:00
Andrzej Rybczak
df051bf674 remove using declarations 2009-07-05 12:19:22 +02:00
Andrzej Rybczak
4e77530f31 if playlist is filtered, add to playlist only filtered items 2009-07-04 08:28:32 +02:00
Andrzej Rybczak
5838d02077 add shortcut keybinding for saving in tiny tag editor 2009-07-04 07:24:57 +02:00
Andrzej Rybczak
9dab25e02c use prefix ++ instead of postfix where available 2009-07-04 06:41:35 +02:00
Andrzej Rybczak
2eb913fe22 define MPD::Connection handler as an object, not pointer 2009-07-04 06:07:00 +02:00
Andrzej Rybczak
979a9e7670 fix displaying '\' character in man page 2009-07-04 05:55:25 +02:00
Andrzej Rybczak
9faf3acf2f cosider different size of size_t type on 32bits and 64bits arches 2009-07-03 04:34:25 +02:00
Andrzej Rybczak
966510249b initialize 'color' value to red rid of the warning 2009-07-03 04:15:23 +02:00
Andrzej Rybczak
ff3e90d91d fix database update 2009-06-29 02:19:40 +02:00
Andrzej Rybczak
c4d88133bd do not attempt to change volume if requested value is <0 or >100 2009-06-28 05:25:50 +02:00
Andrzej Rybczak
72cddfe77d another fix for 450bf1b6 2009-06-28 05:23:23 +02:00
Andrzej Rybczak
7116c11a8a add missing 'for' word 2009-06-26 19:34:45 +02:00
Andrzej Rybczak
d5fb17aefb fix Browser::LocateSong() function 2009-06-26 19:24:26 +02:00
Andrzej Rybczak
450bf1b636 initialize screens only if necessary 2009-06-26 18:48:00 +02:00
Andrzej Rybczak
1147795fc6 return value instead of const reference to long long 2009-06-24 16:33:08 +02:00
Andrzej Rybczak
14576bb1fb update NEWS / version bump 2009-06-24 14:24:02 +02:00
Andrzej Rybczak
c6926be931 do not capitalize letter right after the apostrophe 2009-06-24 14:11:00 +02:00
Andrzej Rybczak
774dbaf859 clear statusbar immediately after unlock if player is stopped 2009-06-17 14:51:27 +02:00
Andrzej Rybczak
8ab805abd5 ask before clearing playlist in playlist editor 2009-06-10 18:43:26 +02:00
Andrzej Rybczak
a2a5398239 always unlock item list update after clearing the playlist 2009-06-10 18:32:55 +02:00
Andrzej Rybczak
1d37102947 fetch status from mpd immediately after clearing playlist 2009-06-10 18:12:49 +02:00
Andrzej Rybczak
f6d9be350c new feature: add local directories recursively 2009-06-10 18:09:58 +02:00
Andrzej Rybczak
c497641908 do not load playlist with LMB 2009-06-06 08:38:22 +02:00
Andrzej Rybczak
25554ed100 be more verbose while deleting items in browser 2009-06-06 08:24:05 +02:00
Andrzej Rybczak
12a7d847c1 attempt to remove items physically only if mpd_music_dir is set 2009-06-06 08:04:28 +02:00
Andrzej Rybczak
a6e4f9cdd7 add keybinding to toggle mouse support on the fly 2009-06-05 11:52:17 +02:00
Andrzej Rybczak
cd3180d265 return values instead of playing around with static variables and references 2009-06-04 12:19:37 +02:00
Andrzej Rybczak
1e340211be add config option to disable text scrolling in header window 2009-06-04 12:13:49 +02:00
Andrzej Rybczak
5cbc6dfb5b use "str" as parameter, not "string"
I wonder why compiler accepted that.
2009-06-04 11:56:47 +02:00
Andrzej Rybczak
0a275f31d1 remove the code that is not supposed to be here
lulz, I forgot to remove it after I was done with testing adding random songs.
2009-05-27 22:50:36 +02:00
Andrzej Rybczak
389c5b03a7 switch output state only if enable/disable output command succeeded 2009-05-26 22:47:10 +02:00
Andrzej Rybczak
10a9427270 throw away Menu::GetPosition() as Menu::Choice() does the same
oh cool, I forgot that such function already exists under different name ~~
2009-05-26 22:11:49 +02:00
Andrzej Rybczak
5519e5c9bc if volume < 0, display 'n/a' instead of '-1%' 2009-05-26 22:09:13 +02:00
Andrzej Rybczak
5a2853b36a new feature: outputs screen 2009-05-26 22:07:08 +02:00
Andrzej Rybczak
049d0d9b35 play song in playlist by clicking on it with RMB, not LMB 2009-05-25 22:03:45 +02:00
Andrzej Rybczak
d965f4e517 new feature: mouse support 2009-05-25 21:46:36 +02:00
Andrzej Rybczak
dd266b0103 new feature: add random songs to playlist 2009-05-24 22:30:02 +02:00
Andrzej Rybczak
5f5d6bf03f do not display message about disabled function if current item is parent dir 2009-05-24 03:35:13 +02:00
Andrzej Rybczak
658d213905 fix compilation --without-taglib 2009-05-24 03:25:27 +02:00
Andrzej Rybczak
e08fdcf4cb update browser.delete keybinding description in help screen 2009-05-23 17:16:00 +02:00
Andrzej Rybczak
b16e3d0817 put playlist/file/directory in quotation marks while asking for deleting it 2009-05-23 17:14:17 +02:00
Andrzej Rybczak
8f5df28e62 new feature: allow for files and directories deletion in browser 2009-05-23 17:09:41 +02:00
Andrzej Rybczak
ecd4c8cc17 get rid of C style casts 2009-05-21 23:51:56 +02:00