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
|
d318484b4b
|
fix compilation --without-curl
|
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
|
7deeecee20
|
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
|
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
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
6a3eb73a49
|
rewrite communication system with mpd
|
13 years ago |
Andrzej Rybczak
|
efe2a52382
|
fix header guards
|
14 years ago |
Andrzej Rybczak
|
9d8e6a2687
|
playlist: store song hashes in hash map, not a tree
|
14 years ago |
Andrzej Rybczak
|
4ff78d6304
|
fix handling playlist highlight
|
14 years ago |
Andrzej Rybczak
|
48cf01f084
|
pass ProxySongList around since it already has shared_ptr inside
|
14 years ago |
Andrzej Rybczak
|
f0a0734728
|
add ScreenType for screen's type identification
|
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
|
9c29082afe
|
playlist: define main screen as non-pointer
|
14 years ago |
Andrzej Rybczak
|
4d6ea660bc
|
make defining screens with main window type as non-pointer possible
|
14 years ago |
Andrzej Rybczak
|
1891c1c050
|
do not initialize screens lazily as it doesn't make much sense
|
14 years ago |
Andrzej Rybczak
|
58a26b1e18
|
adjust indentation of remaining classes in headers
|
14 years ago |
Andrzej Rybczak
|
9ddfca8f31
|
playlist: move sorting dialog related functions to separate file
|
14 years ago |
Andrzej Rybczak
|
dd7665bb7d
|
more PascalCase to camelCase conversions
|
14 years ago |
Andrzej Rybczak
|
cfe738b2f7
|
add interface HasColumns and its appropriate implementations
|
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
|
45a097a45b
|
reduce number of calls to gettimeofday
|
14 years ago |
Andrzej Rybczak
|
ef55093586
|
move a few small functions to actions
|
14 years ago |
Andrzej Rybczak
|
f6fb2ed54c
|
make use of override keyword if available
|
14 years ago |
Andrzej Rybczak
|
60ca9de919
|
check if song is in playlist in O(nlogn) instead of O(n^2)
|
14 years ago |
Andrzej Rybczak
|
506e79b4b1
|
add allowsFiltering / allowsSearching checks
|
14 years ago |
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
14 years ago |
Andrzej Rybczak
|
684d871506
|
finally kill NC::List
|
14 years ago |
Andrzej Rybczak
|
5e8d1673e0
|
implement ProxySongList for handling general operations on lists
|
14 years ago |
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
14 years ago |
Andrzej Rybczak
|
6f59a175ec
|
implement HasSongs interface
|
14 years ago |
Andrzej Rybczak
|
0811e30319
|
implement Searchable interface / make use of unnamed namespaces
|
14 years ago |
Andrzej Rybczak
|
4c944085d6
|
menu: generalize filtering, introduce interfaces
|
14 years ago |
Andrzej Rybczak
|
d8b2d20bdb
|
menu: move a few methods to Item class
|
14 years ago |
Andrzej Rybczak
|
7297b8a9ad
|
use std::bind instead of passing void pointers around
|
14 years ago |
Andrzej Rybczak
|
a20a195225
|
mpd: use lambda closures instead of passing vectors to functions
|
14 years ago |
Andrzej Rybczak
|
2c50064ba5
|
playlist: move sorting functions to Playlist::EnterPressed
|
14 years ago |
Andrzej Rybczak
|
f6cae753e2
|
implement input character queue and add PushCharacters macro utility
|
14 years ago |
Andrzej Rybczak
|
e729ab0a38
|
playlist: rewrite sorting so it's much less cryptic
|
14 years ago |
Andrzej Rybczak
|
77a3c73d9c
|
make displayed messages more consistent
|
14 years ago |
Andrzej Rybczak
|
dad2bba13e
|
optimize a bit adding playlists/directories to playlist
|
14 years ago |
Andrzej Rybczak
|
bab756c579
|
add support for priorities (queueing)
|
14 years ago |
Andrzej Rybczak
|
181224b837
|
keybinding system rewrite
|
14 years ago |
Andrzej Rybczak
|
f8151904f5
|
update copyright dates
|
14 years ago |
Andrzej Rybczak
|
56467eaac6
|
new feature: support for merging screens together
|
15 years ago |