Commit Graph

658 Commits

Author SHA1 Message Date
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
Andrzej Rybczak
7eb74a6da2 new feature: custom command execution on song change 2009-05-21 23:05:53 +02:00
Andrzej Rybczak
3d9c242f4d allow quotation marks inside config options 2009-05-21 22:42:36 +02:00
Andrzej Rybczak
eb3b08b45e clear window title at exit 2009-05-21 11:59:21 +02:00
Andrzej Rybczak
2701eed2ca update NEWS / version bump 2009-05-19 16:17:00 +02:00
Andrzej Rybczak
2c3c44994e redraw statusbar after resize if player is stopped 2009-05-19 16:12:33 +02:00
Andrzej Rybczak
c22653fc38 pretend there is no history if input string is encrypted 2009-05-13 00:29:54 +02:00
Andrzej Rybczak
0c34b37328 do not clear statusbar if it's locked 2009-05-11 02:15:47 +02:00
Andrzej Rybczak
da13e93df0 fix bug with removing format from artist's info screen 2009-05-10 02:09:21 +02:00
Andrzej Rybczak
ec5a4bb3c2 do not clear last used filter in Menu::Clear() 2009-05-09 22:12:03 +02:00
Andrzej Rybczak
53cd4114e8 start with empty input box while searching 2009-05-09 22:11:23 +02:00
Andrzej Rybczak
a0cbd8fc32 new feature: input text history 2009-05-09 21:57:55 +02:00
Andrzej Rybczak
5682734840 make displaying hidden files in local browser optional 2009-05-07 15:17:59 +02:00
Andrzej Rybczak
f92b0101aa use ctrl+u to clear text from input 2009-05-07 00:41:48 +02:00
Andrzej Rybczak
4429d50401 correct notifications about fetching albums 2009-05-03 22:49:55 +02:00
Andrzej Rybczak
6177d49f9f new feature: two columns view in media library (albums and songs) 2009-05-03 19:02:31 +02:00
Andrzej Rybczak
84a9af2ee9 make use of gcc's __attribute__ extension 2009-05-03 15:14:31 +02:00
Andrzej Rybczak
72acc09b26 fix compilation if there were no curl dev files installed 2009-05-03 13:53:15 +02:00
Andrzej Rybczak
b0317b695a rewrite GetLineValue() function 2009-04-29 16:01:09 +02:00
Andrzej Rybczak
4c8a70aef5 do not allow empty search constraints with mpd < 0.14* 2009-04-28 16:33:20 +02:00
Andrzej Rybczak
ab7dbe9cbe redraw statusbar after terminal resize
previous changes broke this, so here is the fix.
2009-04-28 16:22:06 +02:00
Andrzej Rybczak
7e479de3e0 use C++ style casts in Playlist::Init() 2009-04-26 17:45:22 +02:00
Andrzej Rybczak
e3d731d269 handle height of sorting window properly
before, if terminal was less than 18 lines high, ncmpcpp
would exit at start throwing NCurses::Window::BadSize,
because sort dialog's height was hardcoded. now its size
changes dynamically, depending on actual screen size.
2009-04-26 13:20:01 +02:00