Commit Graph

2031 Commits

Author SHA1 Message Date
Andrzej Rybczak
9e47a8ad61 settings: add support for displaying current mpd host in playlist 2015-04-18 19:16:38 +02:00
Trygve Aaberge
bfbafc3312 media library: add support for locating unknown tags/albums 2015-04-18 18:42:45 +02:00
Andrzej Rybczak
2082a4a9a3 actions: add: be smarter about adding the item 2015-04-18 18:07:51 +02:00
Andrzej Rybczak
081ad033d4 actions: add: confirm when the whole database is about to be added 2015-04-18 17:58:47 +02:00
Andrzej Rybczak
30df221cb4 menu: split into two headers 2015-04-18 17:41:13 +02:00
Andrzej Rybczak
a21d9ca425 format: split into two headers 2015-04-18 17:41:10 +02:00
Andrzej Rybczak
4a372c0fbb search engine: stream songs from the database when using regexes 2015-04-12 20:33:41 +02:00
Michaël Cadilhac
6c307cceb0 search engine: keep the regex compilation out of the loop 2015-04-12 19:49:29 +02:00
Andrzej Rybczak
e30149d04c browser: refresh browser on database update properly 2015-04-12 19:17:54 +02:00
Andrzej Rybczak
d1528ffc71 get rid of WIN32 ifdefs 2015-04-12 17:06:45 +02:00
Andrzej Rybczak
4292af6c25 playlist: add OVERRIDE to allowsSearching 2015-04-12 16:28:56 +02:00
Andrzej Rybczak
b63d646e48 selected item adder: fix pop-up title when adding items to the current playlist 2015-04-12 16:20:57 +02:00
Andrzej Rybczak
bce268dea4 change version to 0.6.4_pre 2015-04-12 16:15:57 +02:00
Andrzej Rybczak
57788b738b Merge branch '0.6.x'
Conflicts:
	NEWS
	configure.ac
	doc/ncmpcpp.1
2015-03-02 19:24:31 +01:00
Andrzej Rybczak
2ea7db1d20 man: update the description of window_border_color 2015-03-02 19:02:17 +01:00
Andrzej Rybczak
070aef5863 release 0.6.3 2015-03-02 18:30:59 +01:00
Andrzej Rybczak
f84dabad75 man: update the descriptions of available config options 2015-03-02 18:25:12 +01:00
Andrzej Rybczak
baf53365d9 doc: remove bash completion as it doesn't work anymore 2015-03-02 18:06:36 +01:00
Andrzej Rybczak
fb52fe77a5 man: remove whitespaces at the end of line 2015-03-02 18:02:21 +01:00
Marc Jessome
4d99dfe940 actions: don't ask for confirmation to clear playlist if it's already empty 2015-02-12 18:38:58 +01:00
Andrzej Rybczak
809ffada40 format: redesign how grouping behaves so it's more sensible 2015-02-12 18:38:58 +01:00
Andrzej Rybczak
9d90e0f7fb strbuffer: allow for duplicate properties 2015-02-12 18:38:27 +01:00
Andrzej Rybczak
b874173c57 Merge branch '0.6.x' 2015-02-11 15:43:39 +01:00
Benoit Pierre
e5e61842c5 window: don't add encrypted prompts to input history 2015-02-11 15:38:44 +01:00
Benoit Pierre
b6c6cbb91f window: initialize readline before changing its defaults 2015-02-04 17:58:57 +01:00
Benoit Pierre
c507889d8c window: after we're done with readline, return EOF instead of 0 2015-02-04 17:46:44 +01:00
Andrzej Rybczak
d7998ef144 configuration: initialize undefined variables after all files were parsed 2015-01-27 20:17:50 +01:00
Benoit Pierre
27cd86e063 configuration: fix XDG_CONFIG_HOME handling 2015-01-27 19:59:01 +01:00
Andrzej Rybczak
51136701bb Revert "proxy song list: remove highlight"
Highlight is too good not to have.
This reverts commit 9cbcf61fac.
2015-01-17 11:57:21 +01:00
Andrzej Rybczak
f09d403e27 update NEWS 2015-01-17 10:17:49 +01:00
Andrzej Rybczak
28f576dc08 Merge branch '0.6.x'
Conflicts:
	NEWS
	src/mpdpp.cpp
2015-01-17 10:02:43 +01:00
Benoît Dardenne
af17e7eadf mpd: fix floating point exception when adding random tags/songs 2015-01-17 09:59:38 +01:00
Andrzej Rybczak
8e31f81ca9 visualizer: scale spectrum along with window's width 2015-01-17 09:43:09 +01:00
Andrzej Rybczak
9888c3106e change version to 0.6.2 2014-12-13 19:03:39 +01:00
Andrzej Rybczak
fcd670b657 actions: seek: fix incremental seeking so it doesn't reset aftet 30 seconds 2014-12-13 19:03:00 +01:00
Andrzej Rybczak
8657cdbf4d status: minor interface changes 2014-12-13 18:44:38 +01:00
Wojciech Siewierski
7e87650715 actions: support adding random album_artists 2014-12-13 16:26:18 +01:00
Andrzej Rybczak
1a1105793d remove support for PDCurses 2014-11-15 20:03:40 +01:00
Andrzej Rybczak
5d75becca9 remove error.{cpp,h} 2014-11-15 19:42:03 +01:00
Andrzej Rybczak
3cc76ff0c4 charset: pass const references 2014-11-15 19:29:31 +01:00
Andrzej Rybczak
5d436ddc76 settings: rearrange a few options 2014-11-15 18:52:48 +01:00
Andrzej Rybczak
51e3cfe92c window: fix display of multibyte characters 2014-11-15 18:27:36 +01:00
Andrzej Rybczak
3b46248a61 main: simplify conversion error message 2014-11-15 17:53:40 +01:00
Andrzej Rybczak
0c58af8c53 window: support new colors also as borders 2014-11-15 17:51:46 +01:00
Andrzej Rybczak
38d9f811de configuration: support multiple configuration files 2014-11-15 15:07:49 +01:00
Andrzej Rybczak
8745523170 settings: song_status_format: forbid alignment mark 2014-11-11 20:31:56 +01:00
Andrzej Rybczak
81b907a974 format: add flags to refine parsing and printing of the AST 2014-11-11 19:40:03 +01:00
Andrzej Rybczak
3aa1ba1b9d settings: buffer: apply helper function 2014-11-11 17:53:06 +01:00
Andrzej Rybczak
059db198be window: support 'previous' background value for better composability 2014-11-11 17:38:44 +01:00
Andrzej Rybczak
d26c3c8fc5 window: fill background color on clearing to EOL 2014-11-11 16:08:48 +01:00