1859 Commits (308c2be2f6401bc12e976ead6a1e21871abf7d6a)

Author SHA1 Message Date
Andrzej Rybczak 2832c6c540 actions: require confirmation before shuffling range 11 years ago
Andrzej Rybczak 0e32959721 helpers: treat no selection as a full range 11 years ago
Andrzej Rybczak 85df953be8 screen type: silence gcc warning 11 years ago
Andrzej Rybczak 9e9e521580 remove enterPressed from remaining screens 11 years ago
Andrzej Rybczak 3c1a888378 playlist: remove enterPressed 11 years ago
Andrzej Rybczak 3de7558483 playlist: convert several function names to camelCase 11 years ago
Andrzej Rybczak 7644c9e8bd helpers: getDatabaseIterator: rethrow exception if connection wasn't closed 11 years ago
Andrzej Rybczak 0ee09fb109 outputs: replace enterPressed with toggleOutput 11 years ago
Andrzej Rybczak c6506d77fd media library: fix infinite loop if listallinfo fails 11 years ago
Andrzej Rybczak d96a6f0b65 bindings: add bindings for shift-up/down (select and scroll) 11 years ago
Andrzej Rybczak 6ad3de7366 help: show defined action chains 11 years ago
Andrzej Rybczak 43a6b81820 format: shorten date by simple truncation 11 years ago
Andrzej Rybczak 95c6366596 lastfm service: fix artist info fetching 11 years ago
Andrzej Rybczak 61ba262a0f window: revert to the old operator<<(char) as new causes problems 11 years ago
Andrzej Rybczak 7e8156566a window: add support for emacs terminal 11 years ago
Andrzej Rybczak f28d60e0c7 settings: check if terminal supports window title once 11 years ago
Andrzej Rybczak 9f9fcecd61 configuration: synchronize with man page 11 years ago
Andrzej Rybczak 72cfd27c30 configuration: bring back --now-playing (under a different name) 11 years ago
Andrzej Rybczak a94e620f29 configuration: make ignore-config-errors take no arguments 11 years ago
Andrzej Rybczak 71fa345280 strbuffer: fix issue with order of properties with the same position 11 years ago
Eric Izoita 4ac2990baf lyrics fetcher: fix lyricwiki.com redirect issue 11 years ago
Andrzej Rybczak d2189aa0f4 visualizer: scale automatically if multiplier is 1 11 years ago
Andrzej Rybczak dbe655d159 regex filter: log the problematic strings so they can be identified 11 years ago
Andrzej Rybczak 51768b9f7a regex filter: if string is invalid utf-8, ignore it 11 years ago
Andrzej Rybczak b91bcc291f settings: restrict value of visualizer_sync_interval to be >= 10 11 years ago
Andrzej Rybczak 46960aaaea selected items adder: implement Searchable instance 11 years ago
Andrzej Rybczak 8f9a1a8fc0 media library: sort track numbers as integers, not strings 11 years ago
Andrzej Rybczak 439cfac93c lyrics fetcher: use override keyword where appropriate 11 years ago
Andrzej Rybczak 756327492d lyrics fetcher: update regexes for a few sites 11 years ago
Andrzej Rybczak 4546d54777 actions: explicitly include boost posix_time.hpp 11 years ago
Andrzej Rybczak 6da51b00b3 browser: scroll down after directory was added successfully 11 years ago
Andrzej Rybczak 3dd623bd99 playlist: get rid of override warning when compiling with clang 11 years ago
Andrzej Rybczak 09c66e19bf lyrics fetcher: use override keyword where appropriate 11 years ago
Andrzej Rybczak f66f7fa129 lyrics fetcher: update regexes for a few sites 11 years ago
Andrzej Rybczak d5b4f1f8af status: always check if current song is not empty 11 years ago
Andrzej Rybczak 310d280cef status: fix assertion failure on window resize without active mpd connection 11 years ago
Andrzej Rybczak a3d536b422 song: show name if it's available 11 years ago
Andrzej Rybczak 20a4e486cc lastfm: use sink argument and fix possible usage of m_service after delete 11 years ago
Andrzej Rybczak d54de65990 tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD 11 years ago
Andrzej Rybczak 4d4b7c542f tag editor: when numbering tracks, discard other track tags if present 11 years ago
Andrzej Rybczak aa8c47d578 actions: respect regular expression config when searching in text fields 11 years ago
Andrzej Rybczak 8a5a0078e9 help: correct a typo 11 years ago
Andrzej Rybczak fac92e17aa charset: provide overloads for rvalue references 11 years ago
Andrzej Rybczak 2ea3679220 wide string: To{W,}String: provide overload for rvalue references 11 years ago
Andrzej Rybczak b3c0c0798e helpers: restore old behavior when playing a song already in playlist 11 years ago
Andrzej Rybczak bca788153d bindings: deprecate alt_/ctrl_/shift_ prefixes 11 years ago
Andrzej Rybczak a5867405d2 actions: add support for selecting found items 11 years ago
Andrzej Rybczak 1b6cb65f3a actions: add support for range selection and make a few actions work on ranges 11 years ago
Andrzej Rybczak 274c075ffd bindings: bind sorting actions to ctrl-s 11 years ago
Andrzej Rybczak 583e79dc54 action: select item: don't go down after selection 11 years ago