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
|
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 |
|
Andrzej Rybczak
|
485e6ee4a3
|
mpd: add SongIterator
|
2014-11-01 16:43:03 +01:00 |
|
Andrzej Rybczak
|
fb9c0ffdf5
|
menu: add std::move in a few places
|
2014-11-01 15:41:46 +01:00 |
|
Andrzej Rybczak
|
9cbcf61fac
|
proxy song list: remove highlight
|
2014-11-01 15:38:41 +01:00 |
|
Andrzej Rybczak
|
42dce36625
|
strbuffer: use static initializer instead of variadic constructor
|
2014-11-01 01:49:18 +01:00 |
|
Andrzej Rybczak
|
e9a539f8ee
|
pass by value instead of rvalue reference for RVO to take place
|
2014-11-01 01:39:28 +01:00 |
|
Andrzej Rybczak
|
7e2900511c
|
window: initScreen: initialize readline
this fixes segmentation fault in rl_resize_terminal on SIGWINCH.
|
2014-11-01 01:05:20 +01:00 |
|
Andrzej Rybczak
|
a71f3787d1
|
actions: replace bare readKey with prompt everywhere
|
2014-10-31 22:23:02 +01:00 |
|
Andrzej Rybczak
|
e6859c097b
|
actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'
|
2014-10-31 21:52:26 +01:00 |
|
Andrzej Rybczak
|
a8b46a8e47
|
actions: make askYesNoQuestion use NC::Window::prompt
|
2014-10-31 20:04:20 +01:00 |
|
Andrzej Rybczak
|
cb578125cc
|
window: display_string: properly handle invalid multibyte characters
|
2014-10-31 18:04:14 +01:00 |
|
Andrzej Rybczak
|
8cf05f2645
|
statusbar: rename getString to mainHook
|
2014-10-31 16:35:42 +01:00 |
|
Andrzej Rybczak
|
9a8ce0f176
|
window: display_string: add comments
|
2014-10-31 16:20:57 +01:00 |
|
Andrzej Rybczak
|
f1aba45a99
|
window: rename getString to prompt
|
2014-10-31 16:07:56 +01:00 |
|
Andrzej Rybczak
|
b265d56cdf
|
window: add ScopedStringHelper and use it where appropriate
|
2014-10-31 15:30:54 +01:00 |
|
Andrzej Rybczak
|
fa1cd965fa
|
statusbar: use scoped locks instead of lock/unlock functions
|
2014-10-31 15:05:57 +01:00 |
|
Andrzej Rybczak
|
9e6b8533f1
|
ncmpcpp: ignore SIGPIPE
|
2014-10-31 12:11:27 +01:00 |
|
Andrzej Rybczak
|
43bb55292a
|
ncmpcpp: do not ignore SIGINT
|
2014-10-31 12:05:32 +01:00 |
|
Andrzej Rybczak
|
c181e9d1a9
|
news: update
|
2014-10-31 12:04:52 +01:00 |
|
Andrzej Rybczak
|
6dd7c742c6
|
window: support early exit from the readline prompt with Ctrl-{C,G}
|
2014-10-31 12:03:48 +01:00 |
|
Andrzej Rybczak
|
1d0cfce646
|
Merge branch '0.6.x'
Conflicts:
AUTHORS
NEWS
configure.ac
|
2014-10-28 20:21:02 +01:00 |
|
Andrzej Rybczak
|
bfe92480eb
|
news: mention the fix from the previous commit
|
2014-10-28 20:14:46 +01:00 |
|
Andrzej Rybczak
|
6402b6f9c9
|
tags: writeID3v2Tags: write comment tag properly
|
2014-10-28 20:09:28 +01:00 |
|
Andrzej Rybczak
|
70d6b44984
|
change version to 0.6.1_pre
|
2014-10-28 20:09:13 +01:00 |
|
Andrzej Rybczak
|
211165a1c7
|
authors: add Darby Payne
|
2014-10-27 00:10:20 +01:00 |
|
Andrzej Rybczak
|
6da5c2a1d0
|
settings: list of visualizer colors cannot be empty
|
2014-10-26 23:54:51 +01:00 |
|
Andrzej Rybczak
|
e970a9d4ae
|
doc: update possible values for visualizer_type
|
2014-10-26 23:52:09 +01:00 |
|
Andrzej Rybczak
|
33c8eea7c0
|
visualizer: properly skip frequency spectrum mode without fftw
|
2014-10-26 23:43:25 +01:00 |
|
Andrzej Rybczak
|
c45bd4b43e
|
visualizer: slightly modify DrawSoundEllipseStereo
|
2014-10-26 23:32:59 +01:00 |
|
Andrzej Rybczak
|
f420843cdf
|
visualizer: implement mono ellipse visualizer
|
2014-10-26 22:54:12 +01:00 |
|
Andrzej Rybczak
|
d893798f65
|
visualizer: reorganize functions
|
2014-10-26 20:57:35 +01:00 |
|
Andrzej Rybczak
|
35fdddff87
|
enums: implement operator{<<,>>} for VisualizerType and use it
|
2014-10-26 20:43:24 +01:00 |
|
Andrzej Rybczak
|
459aa706c0
|
visualizer: simplify DrawSoundWaveFill
|
2014-10-26 20:21:29 +01:00 |
|