58 Commits (03f6fd904f639fb7210d995759caadf6a83a3859)

Author SHA1 Message Date
Andrzej Rybczak 03f6fd904f new screen: mpd server info 17 years ago
Andrzej Rybczak f61b4716a2 add support for multiple tags 17 years ago
Andrzej Rybczak 66d4883728 fix compilation --with-iconv 17 years ago
Andrzej Rybczak 3bdb798852 clean NCurse::List class a bit and remove a few redundant functions 17 years ago
Andrzej Rybczak 8109d26daf refresh main screen only if necessary 17 years ago
Andrzej Rybczak 2cdbee4124 display message about sorting playlist a bit earlier 17 years ago
Andrzej Rybczak d6fbb2f657 remove wrapper for Scroller() needed with --enable-unicode 17 years ago
Andrzej Rybczak 8cf7a7cab6 do not copy strings while doing case insensitive comparison 17 years ago
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 17 years ago
Andrzej Rybczak 89e18096d9 rearrange sequence of arguments to Scroller() 17 years ago
Andrzej Rybczak 8787c19666 fix Playlist::SongInColumnsToString() which was broken since cbbabee0 17 years ago
Andrzej Rybczak c961ab411c add song_status_format_no_colors to display it in a message 17 years ago
Andrzej Rybczak ecf3d20995 enclose song format in braces in Playlist::SongInColumnsToString 17 years ago
Andrzej Rybczak abdc042b04 fix possible issues with additinal windows due to too small screen size 17 years ago
Andrzej Rybczak 101f01941d new feature: alternative user interface 17 years ago
Andrzej Rybczak ea1edd4d4a use common interface for adding item(s) to playlist 17 years ago
Andrzej Rybczak 853164575f adjust mouse bindings a bit and document them in help screen 17 years ago
Andrzej Rybczak c20d8694ae new feature: allow for fixed size columns 17 years ago
Andrzej Rybczak ddaf141f2e rename MPD::Song::{Get,Set}Year to {Get,Set}Date 17 years ago
Andrzej Rybczak df051bf674 remove using declarations 17 years ago
Andrzej Rybczak 9dab25e02c use prefix ++ instead of postfix where available 17 years ago
Andrzej Rybczak 2eb913fe22 define MPD::Connection handler as an object, not pointer 17 years ago
Andrzej Rybczak 450bf1b636 initialize screens only if necessary 17 years ago
Andrzej Rybczak 049d0d9b35 play song in playlist by clicking on it with RMB, not LMB 17 years ago
Andrzej Rybczak d965f4e517 new feature: mouse support 17 years ago
Andrzej Rybczak 7e479de3e0 use C++ style casts in Playlist::Init() 17 years ago
Andrzej Rybczak e3d731d269 handle height of sorting window properly 17 years ago
Andrzej Rybczak 7f85a0dcd1 use flag to force status update rather than doing additional update 17 years ago
Andrzej Rybczak 89c06db1f4 refresh playlist immediately after highlighting was enabled 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 17 years ago
Andrzej Rybczak cf3746f301 always poll mpd twice per second 17 years ago
Andrzej Rybczak 2c1647d57a new feature: reverse playlist 17 years ago
Andrzej Rybczak 0aa36f3fb2 move Global::Timer to Playlist class 17 years ago
Andrzej Rybczak 24c37eb592 do not store commands list in MPD::Connection 17 years ago
Andrzej Rybczak 8a4ee22b61 swap songs internally while sorting to keep their properties 17 years ago
Andrzej Rybczak 29f49415dd add support for regular expressions (basic and extended) 17 years ago
Andrzej Rybczak eed4fb03ff use CamelCase for variables in Global namespace / some cleaning 17 years ago
Andrzej Rybczak b21ede24f4 move searching to Menu class, also remember last constraint 17 years ago
Andrzej Rybczak 93fd687ec1 consider "ignore leading 'the' word" function while sorting playlist 17 years ago
Andrzej Rybczak 339bbb4925 while converting item in columns to string, if title is empty, use filename 17 years ago
Andrzej Rybczak fe79d1ae94 keep proper songs' positions when playlist is modified 17 years ago
Andrzej Rybczak 2856d5cd78 make playlist's stats scrollable, also display remaining time on demand 17 years ago
Andrzej Rybczak 1d55d4c4a1 make sorting playlist case insensitive 17 years ago
Andrzej Rybczak 3b32d84a76 make Playlist::NowPlayingSong() return pointer, not reference 17 years ago
Andrzej Rybczak ee809e7580 fix compilation --without-taglib 17 years ago
Andrzej Rybczak f162a7b880 new feature: playlist sorting (Ctrl-V by default) 17 years ago
Andrzej Rybczak 5d2daab416 new feature: apply filter to screen (Ctrl-F) 17 years ago
Andrzej Rybczak 43a8e2284e provide generic interface for dealing with selected items 17 years ago
Andrzej Rybczak ef9948cbe2 fix refreshing in clock screen while resizing / remove some unneded code 17 years ago
Andrzej Rybczak ba6c2db0b1 improve resizing 17 years ago