146 Commits (0dcec65edf49674da2a7174f6ad1765ce2ad57c0)

Author SHA1 Message Date
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
Andrzej Rybczak f9cdfa5d2b another externs removed 17 years ago
Andrzej Rybczak 26365d9832 rename status_checker -> status / + some cleaning 17 years ago
Andrzej Rybczak e6bd98e0a7 general code cleaning 17 years ago
Andrzej Rybczak 4cdafc5639 change wCurrent and wPrev to myScreen 17 years ago
Andrzej Rybczak 11622b7ba5 remove extern int now_playing 17 years ago
Andrzej Rybczak 8653232a2a change namespace Browser into class 17 years ago
Andrzej Rybczak 6e167d67e2 change namespace Playlist into class 17 years ago
Andrzej Rybczak 8ba72bc78a separate some code from ncmpcpp.cpp 17 years ago
Andrzej Rybczak d82577e357 group various functions more logically 17 years ago
Andrzej Rybczak f9f5149b76 includes cleaning 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak 0d7df1e5c6 tag editor: add options "Capitalize First Letters" and "lower all letters" 17 years ago