Commit Graph

1761 Commits

Author SHA1 Message Date
Andrzej Rybczak
a7f3992c97 bindings: allow for binding multiple chains to one key 2014-08-27 01:15:28 +02:00
Andrzej Rybczak
afd5c22acf mpd: fix memory leak added by 67550d460 2014-08-26 23:09:03 +02:00
Andrzej Rybczak
8db4b668ef reinstall signal handler each time it's executed on Solaris (#3976) 2014-08-26 22:46:05 +02:00
Andrzej Rybczak
8e55acd3d0 doc: get rid of removed options
submitted by Marc Jessome some time ago.
2014-08-25 05:16:24 +02:00
Andrzej Rybczak
37ac53a27f actions: fix assertion fail at double clear (#4038) 2014-08-25 05:07:34 +02:00
Matthew Hague
67550d4607 mpd: fix fetching mtime in getDirectoryRecursive
getdirectoryrecursive was using mpd_recv_song after a listall
including directories, changed to use mpd_recv_entity instead
(else incorrect mtime reported)
2014-08-25 04:53:54 +02:00
Andrzej Rybczak
8913c77786 browser: properly report errors when deleting items fails 2014-04-26 17:53:59 +02:00
Andrzej Rybczak
d28dcf6781 lyrics fetcher: fix a typo 2014-04-26 17:24:39 +02:00
Andrzej Rybczak
34923a035c notify user if some files failed to be added 2014-01-18 17:01:16 +01:00
James Pike
7094852c20 addSongsToPlaylist: add all valid entries instead of stopping at first failure 2014-01-18 16:52:13 +01:00
Andrzej Rybczak
4415fe8684 window: read_key: move cursor back to position it was at before callbacks were called 2014-01-04 23:12:36 +01:00
Marc Jessome
e339e72ec3 actions: reset highlight position of main playlist when cleared 2014-01-04 21:53:47 +01:00
Andrzej Rybczak
554d684396 window: read_key: move cursor back to position it was at before helper function call 2014-01-04 21:47:07 +01:00
Andrzej Rybczak
c8c182b409 window: disable readline default autocompletion 2013-12-26 00:28:38 +01:00
Andrzej Rybczak
5ae6dce252 help: add description of 'set volume' action 2013-12-25 23:41:47 +01:00
Andrzej Rybczak
70945596ef window: use readline for handling line input 2013-12-25 23:31:27 +01:00
Andrzej Rybczak
819d8baebd tag editor: fix middle column binds if titles_visibility is disabled 2013-11-16 16:03:16 +01:00
Marc Jessome
955d308bca Rename configure.in -> configure.ac 2013-09-25 14:27:03 +02:00
Andrzej Rybczak
c6a710b612 actions: resizeScreen: remove hack, apprently not needed anymore 2013-09-23 20:36:01 +02:00
Andrzej Rybczak
5625e247a4 actions: keep actions in array instead of map 2013-09-23 14:03:13 +02:00
Andrzej Rybczak
becb32840a lastfm: queueJob: fix forwarding 2013-09-23 00:34:39 +02:00
Andrzej Rybczak
bea19bd0d7 lastfm: queueJob: if old job is not finished, discard it and start new one 2013-09-22 23:55:28 +02:00
Andrzej Rybczak
a494bb72d4 search engine: fix regex searching 2013-09-14 18:06:54 +02:00
Andrzej Rybczak
88790185ee search engine: fix regex searching 2013-09-14 18:05:54 +02:00
Alexander Lopatin
ed883e2059 song info: fix #3786 (crash when pressing 'i' to get info of the stream) 2013-09-14 17:52:17 +02:00
Andrzej Rybczak
68ff3fae47 ncmpcpp: remove custom boost::throw_exception 2013-09-14 17:32:54 +02:00
Andrzej Rybczak
88a3bdb507 properly handle boost::bad_lexical_cast exceptions 2013-09-14 17:26:45 +02:00
Andrzej Rybczak
7167d036d0 actions: require action to be non-null if we query by action type 2013-07-13 19:04:22 +02:00
Andrzej Rybczak
fb9df0caee configure: require boost.thread v3 2013-07-11 03:20:01 +02:00
Andrzej Rybczak
1731ee2d38 configure: require boost.thread v2 2013-07-11 03:06:40 +02:00
Andrzej Rybczak
1710f892c5 lastfm: rework service architecture a bit and implement getting full artist info 2013-07-10 19:25:32 +02:00
Andrzej Rybczak
0092dfe044 scrollpad: flush: load all remaining properties at the end 2013-07-10 17:18:20 +02:00
Andrzej Rybczak
0dcec65edf use boost::bind instead of std::bind until boost placeholders are in separate namespace 2013-07-09 23:14:14 +02:00
Andrzej Rybczak
12c7dc2f5b scrollpad: pass boost::regex flags explicitly 2013-07-09 21:03:18 +02:00
Andrzej Rybczak
54d11a464c lyrics fetcher: fix shadow warnings 2013-07-09 00:51:26 +02:00
Andrzej Rybczak
d8a838a3f7 lyrics fetcher: add fetcher for azlyrics.com 2013-07-09 00:43:24 +02:00
Andrzej Rybczak
6d6110a52b lyrics fetcher: throw away broken fetchers and fix/improve existing ones 2013-07-09 00:42:23 +02:00
Andrzej Rybczak
af10ac883f actions: fix JumpToPositionInSong 2013-06-17 03:26:35 +02:00
Andrzej Rybczak
088eeddb69 configure: explicitly link with boost.system 2013-05-28 00:37:03 +02:00
Andrzej Rybczak
1feb244dce song info: show replay gain info if available (flac/ogg only) 2013-05-28 00:11:27 +02:00
Andrzej Rybczak
4db97e5502 mpd: make Status/Statistics accessors inlineable 2013-05-27 23:48:54 +02:00
Andrzej Rybczak
7deeecee20 get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library 2013-05-17 16:55:50 +02:00
Andrzej Rybczak
2f9ab8f267 mpdpp: make all consumers take values, not rvalue references 2013-05-17 15:18:17 +02:00
Andrzej Rybczak
e5e6de8d31 helpers: cleanup properly if action throws an exception 2013-05-17 13:44:25 +02:00
Andrzej Rybczak
0731c13026 browser: remove unused includes 2013-05-16 21:45:16 +02:00
Andrzej Rybczak
5dca3eb8b5 browser: use boost::filesystem for clearing directories 2013-05-16 21:32:47 +02:00
Andrzej Rybczak
56bf829b99 mutable song: use override keyword 2013-05-16 20:58:31 +02:00
Andrzej Rybczak
de9a999124 browser: add support for sorting by mtime in local browser 2013-05-16 20:57:03 +02:00
Andrzej Rybczak
1c6c9e9c5a browser: use boost::filesystem for local browsing 2013-05-16 20:56:37 +02:00
Andrzej Rybczak
a1b57a45af tiny tag editor: fix file edition in local browser 2013-05-16 18:14:44 +02:00