163 Commits (6a5f46a4589ddbe43ba00feeb95f10f8b467dbe2)

Author SHA1 Message Date
Andrzej Rybczak 6a5f46a458 actions: make find forward/backward incremental 12 years ago
Andrzej Rybczak bf33a45935 playlist: initialize timer 12 years ago
Andrzej Rybczak 309a4989c9 remove filtering 12 years ago
Andrzej Rybczak efdac2058e menu: make current() return an iterator 12 years ago
Andrzej Rybczak 12772c47f9 menu: remove search related methods 12 years ago
Andrzej Rybczak 7bfa120f37 mpd: get rid of *List typedefs 12 years ago
Andrzej Rybczak e6859c097b actions: rename askYesNoQuestion to confirmAction and make it throw on 'n' 12 years ago
Andrzej Rybczak 030d8ccd26 actions: locate song: fix crash (hopefully for the last time) 12 years ago
Andrzej Rybczak 68a316258c status: store status fields seperately 12 years ago
Andrzej Rybczak 06a07b0d33 status: fix toggling flags 12 years ago
Andrzej Rybczak dcaa1cafa4 playlist: make kept song count collision resistant 12 years ago
Andrzej Rybczak 98fc9324e2 playlist: rename remaining old private members 12 years ago
Andrzej Rybczak 4b933b29e1 settings: configuration file processing rewrite 12 years ago
Andrzej Rybczak a3ee8736ce playlist: update: reorder conditions 12 years ago
Andrzej Rybczak b7ceae7273 replace timeval and time_t with boost::posix_time::ptime 12 years ago
Andrzej Rybczak 85a2802361 update copyright message 12 years ago
Andrzej Rybczak 59430f640b statusbar: use boost::format instead of c-style printf 12 years ago
Andrzej Rybczak 0dcec65edf use boost::bind instead of std::bind until boost placeholders are in separate namespace 13 years ago
Andrzej Rybczak 7deeecee20 get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library 13 years ago
Andrzej Rybczak 786ffe9182 clear filters when empty string is passed to applyFilter 13 years ago
Andrzej Rybczak 54a1822db2 fix problem with status update (#3740) 13 years ago
Andrzej Rybczak 2184fb7c73 get rid of global mpd status object 13 years ago
Andrzej Rybczak d451731562 clear search results if empty string is passed to FindForward/Backward 13 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak 6a3eb73a49 rewrite communication system with mpd 13 years ago
Andrzej Rybczak 2b5f1b9fd4 replace gnu regex wrapper with boost::regex 13 years ago
Andrzej Rybczak df9ecabb55 window: make color/format/border class enums 14 years ago
Andrzej Rybczak 1eb0003714 window: rename Where to Scroll and make it enum class 14 years ago
Andrzej Rybczak b57428db90 mdp: remove GetCurrentlyPlayingSongPos 14 years ago
Andrzej Rybczak e108604641 playlist: make reverse operate on iterator range 14 years ago
Andrzej Rybczak 4ff78d6304 fix handling playlist highlight 14 years ago
Andrzej Rybczak 43ccedd6d8 fix assertion failures in media library / playlist editor with separators enabled 14 years ago
Andrzej Rybczak 48cf01f084 pass ProxySongList around since it already has shared_ptr inside 14 years ago
Andrzej Rybczak 14587cb4ec abstract shared parts of switchTo methods away 14 years ago
Andrzej Rybczak c4190b6514 rewrite selected items added so it uses sane actions dispatch system 14 years ago
Andrzej Rybczak 830a2832b5 screen: change ScreenType to WindowType and add WindowReference typedef 14 years ago
Andrzej Rybczak 9c29082afe playlist: define main screen as non-pointer 14 years ago
Andrzej Rybczak 1891c1c050 do not initialize screens lazily as it doesn't make much sense 14 years ago
Andrzej Rybczak 9ddfca8f31 playlist: move sorting dialog related functions to separate file 14 years ago
Andrzej Rybczak fcc097fc76 require a bit bigger screen so all possible dialogs will fit 14 years ago
Andrzej Rybczak dd7665bb7d more PascalCase to camelCase conversions 14 years ago
Andrzej Rybczak d55070754d settings: support customizable tags separator 14 years ago
Andrzej Rybczak 8f065e2da3 status: split NcmpcppStatusChanged into smaller pieces 14 years ago
Andrzej Rybczak c90545b008 move statusbar/progressbar related code to separate file 14 years ago
Andrzej Rybczak a98df99ba6 playist: do not duplicate now playing information 14 years ago
Andrzej Rybczak d5e2d315fd use wstrings uncoditionally where needed 14 years ago
Andrzej Rybczak 8fb88b7181 comparators: generalize objects a bit 14 years ago
Andrzej Rybczak 057922d2a6 make use of std::locale based strings comparison 14 years ago
Andrzej Rybczak 45a097a45b reduce number of calls to gettimeofday 14 years ago
Andrzej Rybczak c935dcf11a global: remove RedrawHeader 14 years ago