Commit Graph

1778 Commits

Author SHA1 Message Date
Andrzej Rybczak
6c422da3c9 window: remove debug print 2014-11-11 02:03:28 +01:00
Andrzej Rybczak
4e4dca44eb window: use simpler functions than wprintw if possible 2014-11-11 01:56:26 +01:00
Andrzej Rybczak
50bfec9646 format: fix error reporting with wide strings 2014-11-11 00:59:24 +01:00
Andrzej Rybczak
25ac152b0d remove silly comment after namespaces 2014-11-11 00:18:51 +01:00
Andrzej Rybczak
61d841d29a wide string: a few adjustments 2014-11-11 00:16:58 +01:00
Andrzej Rybczak
8d24c42261 format: implement generic format parser and printer 2014-11-11 00:08:23 +01:00
Andrzej Rybczak
25708093e6 visualizer: stereo ellipse: scale the samples to fill the whole screen 2014-11-09 13:17:36 +01:00
Andrzej Rybczak
e54f2aa38a doc: mention support of 256 colors and describe setting background color 2014-11-09 01:40:44 +01:00
Andrzej Rybczak
fce3816b3c help: display available colors and numbers that identify them 2014-11-09 01:17:15 +01:00
Andrzej Rybczak
448c87f850 window: add support for textual representation of background color 2014-11-09 00:42:10 +01:00
Andrzej Rybczak
5ff553005d visualizer: stereo ellipse: make radius of each ring constant 2014-11-08 22:32:31 +01:00
Andrzej Rybczak
75bae9862e window: change internal color representation 2014-11-08 21:20:38 +01:00
Andrzej Rybczak
8d9ddd5ff8 playlist editor: fix shadow warning 2014-11-07 23:53:52 +01:00
Andrzej Rybczak
7acc64979e settings: make slave screen optional and unset by default 2014-11-07 23:46:20 +01:00
Andrzej Rybczak
543dadf3c6 Merge branch '0.6.x'
Conflicts:
	NEWS
	configure.ac
2014-11-07 23:13:13 +01:00
Andrzej Rybczak
2ef83ff15f bindings: additionally bind delete to DeleteBrowserItems by default 2014-11-07 23:08:13 +01:00
Andrzej Rybczak
6a5f46a458 actions: make find forward/backward incremental 2014-11-07 12:59:00 +01:00
Andrzej Rybczak
7c71df8dc7 browser: do not go to parent directory on MPD_SERVER_ERROR_NO_EXIST 2014-11-06 21:22:22 +01:00
Andrzej Rybczak
bf33a45935 playlist: initialize timer 2014-11-06 20:33:19 +01:00
brezerk
cc747c0f99 settings: add startup_slave_screen option 2014-11-06 20:33:12 +01:00
Andrzej Rybczak
a4e9523f63 settings: expand ~ to home directory in mpd_host 2014-11-06 19:48:59 +01:00
Andrzej Rybczak
9cb3b21d4a Merge branch '0.6.x'
Conflicts:
	NEWS
	configure.ac
	src/media_library.cpp
	src/playlist_editor.cpp
	src/tags.cpp
2014-11-06 19:23:54 +01:00
Andrzej Rybczak
a32a4262b8 change version to 0.6.1 2014-11-06 19:21:21 +01:00
Andrzej Rybczak
d958e94d75 lyrics: check if the song exists 2014-11-06 19:00:46 +01:00
Andrzej Rybczak
3e9d25ccea playlist editor: fix adding songs with fetch delay enabled 2014-11-06 18:54:45 +01:00
Andrzej Rybczak
08d17f9d0e media library: fix adding songs with fetch delay enabled 2014-11-06 18:53:31 +01:00
Andrzej Rybczak
60749ea4bd window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1 2014-11-06 16:57:08 +01:00
Andrzej Rybczak
309a4989c9 remove filtering 2014-11-05 21:37:27 +01:00
Andrzej Rybczak
413fe866de menu: remove unused methods 2014-11-04 22:40:59 +01:00
Andrzej Rybczak
efdac2058e menu: make current() return an iterator 2014-11-04 22:33:16 +01:00
Andrzej Rybczak
12772c47f9 menu: remove search related methods 2014-11-04 21:31:07 +01:00
Andrzej Rybczak
c01e734e6e news: add info about directories and playlists being sortable by mtime 2014-11-04 16:59:04 +01:00
Andrzej Rybczak
044bbc3777 tags: mp3: write IDv2.4 tags only 2014-11-04 11:07:19 +01:00
Andrzej Rybczak
0f254b164e tags: mp3: write IDv2.4 tags only 2014-11-04 11:06:05 +01:00
Andrzej Rybczak
d51f52633f menu: replace Iterator class with boost::indirect_iterator adaptor 2014-11-03 16:40:21 +01:00
Andrzej Rybczak
0d07af8a5e menu: change std::forward to std::move 2014-11-03 02:11:53 +01:00
Andrzej Rybczak
7bfa120f37 mpd: get rid of *List typedefs 2014-11-03 01:08:20 +01:00
Andrzej Rybczak
24de827f8b fix shadow warnings 2014-11-03 00:59:52 +01:00
Andrzej Rybczak
202a21c4b3 mpd: replace all consumers with iterators 2014-11-03 00:43:47 +01:00
Andrzej Rybczak
e5b0c7a357 mpd: make GetRecursiveDirectory return SongIterator 2014-11-02 23:08:21 +01:00
Andrzej Rybczak
afa8a34340 mpd: make Iterator more flexible 2014-11-02 22:52:13 +01:00
Andrzej Rybczak
0457af36fe mpd: redesign Item and adjust browser 2014-11-02 22:14:29 +01:00
Andrzej Rybczak
30d57afcac playlist editor: hold MPD::PlaylistS instead of std::stringS 2014-11-01 23:16:06 +01:00
Andrzej Rybczak
fabd24c6a5 mpd: make ItemType enum class 2014-11-01 22:47:59 +01:00
Andrzej Rybczak
9a1afece86 mpd: Item: do not wrap Song in shared_ptr 2014-11-01 22:37:21 +01:00
Andrzej Rybczak
42bba40baf mpd: add Playlist 2014-11-01 22:20:34 +01:00
Andrzej Rybczak
b98d830a33 mpd: output: replace exception with assert 2014-11-01 22:10:53 +01:00
Andrzej Rybczak
cb6d8c69cd mpd: use unique_ptr for storage of mpd_connection 2014-11-01 22:09:31 +01:00
Andrzej Rybczak
72726831ca mpd: add OutputIterator 2014-11-01 22:03:30 +01:00
Andrzej Rybczak
4ad5c33f32 use SongIterator 2014-11-01 19:45:19 +01:00