Commit Graph

630 Commits

Author SHA1 Message Date
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
Andrzej Rybczak
b5b5d64c80 try polling mpd once per second once again
I reverted this becaause elapsed time counter was not
synchronized with mpd and it sometimes stalled and then
increased by 2 seconds. for now I count elapsed time locally,
so I can apply it again (until something else pops out, lol)
2009-04-26 12:58:04 +02:00
Andrzej Rybczak
c78d2f296c fix drawing statusbar if player was stopped at start
this also adds "by accident" scrolling of currently
playing song in statusbar if player is paused.
2009-04-26 12:55:15 +02:00
Andrzej Rybczak
12fa8a9bf6 count number of applied formatting flags 2009-04-26 12:33:24 +02:00
Andrzej Rybczak
c7251ebb98 improve formatting removal 2009-04-19 22:19:52 +02:00
Andrzej Rybczak
88fa887776 new feature: allow searching in help, lyrics and info screens 2009-04-18 04:34:23 +02:00
Andrzej Rybczak
0978f2c228 prepare for physical song/dir deletion implementation 2009-04-17 13:25:28 +02:00
Andrzej Rybczak
cc78632c03 align functions descriptions in source code to improve readability 2009-04-17 12:35:37 +02:00
Andrzej Rybczak
7a59593814 add info about all 'e' key functions to help screen 2009-04-17 12:33:55 +02:00
Andrzej Rybczak
5455977914 fix compilation with -std=c++0x 2009-04-17 04:26:54 +02:00
Andrzej Rybczak
33b2b829ab fix moving single file within playlist 2009-04-17 03:15:07 +02:00
Andrzej Rybczak
ce73ecae2e real fix for bug 2252 2009-04-14 07:50:21 +02:00
Andrzej Rybczak
97b9f15898 Revert "fix bug 2252"
This reverts commit 206c2570d0.
2009-04-14 07:16:21 +02:00
Andrzej Rybczak
bf3e2546d8 fix displaying window title is mpd is not playing 2009-04-14 07:13:08 +02:00
Andrzej Rybczak
206c2570d0 fix bug 2252 2009-04-14 07:01:22 +02:00
Andrzej Rybczak
104cd0a6e8 count elapsed time locally (experimental)
this eliminates really annoying stalling of counter
but let's see if there are some side effects of it.
2009-04-12 18:22:41 +02:00
Andrzej Rybczak
c8f99be7d0 do not limit year tag to 4 digits 2009-04-09 08:35:05 +02:00
Andrzej Rybczak
57cab87a36 fetch now playing song and set window title if it's empty 2009-04-04 16:53:49 +02:00
Andrzej Rybczak
a1376e8a4e pass small structs and POD types to Window::operator<<() by value 2009-04-03 22:33:00 +02:00
Andrzej Rybczak
2d8b5f7abc rename Screen::Cmp() to Screen::ActiveWindow() as it's more logical 2009-04-03 22:29:03 +02:00
Andrzej Rybczak
1a9c035f0a align \s in macro definitions 2009-04-03 22:22:13 +02:00
Andrzej Rybczak
2eb573bad2 use "" instead of '' in messages 2009-04-03 22:08:44 +02:00
Andrzej Rybczak
6b3b0413ad update NEWS / version bump 2009-04-02 22:57:15 +02:00
Andrzej Rybczak
519a36872a get proper path to "My Documents" folder in WIN32 2009-04-02 21:29:00 +02:00
Andrzej Rybczak
7f85a0dcd1 use flag to force status update rather than doing additional update 2009-04-01 16:15:19 +02:00
Andrzej Rybczak
89c06db1f4 refresh playlist immediately after highlighting was enabled 2009-04-01 15:50:44 +02:00
Andrzej Rybczak
c64af1fa58 rename --with-pthreads to --with-threads 2009-04-01 15:36:44 +02:00
Andrzej Rybczak
38a00788b4 reorganize configure.in and add default values for all switches 2009-04-01 15:26:13 +02:00
Andrzej Rybczak
61a4768d76 make support for pthreads and iconv optional 2009-04-01 15:22:46 +02:00