Andrzej Rybczak
|
4b933b29e1
|
settings: configuration file processing rewrite
|
12 years ago |
Andrzej Rybczak
|
b7ceae7273
|
replace timeval and time_t with boost::posix_time::ptime
|
12 years ago |
Andrzej Rybczak
|
7fdace835b
|
uniformize ways to convert strings into screen type
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
962c351a27
|
actions: make askYesNoQuestion use boost::format
|
12 years ago |
Andrzej Rybczak
|
59430f640b
|
statusbar: use boost::format instead of c-style printf
|
12 years ago |
Andrzej Rybczak
|
8d1b10fb3e
|
actions: add missing flag restriction for physical deletion
|
12 years ago |
Andrzej Rybczak
|
1fc2ce2d3c
|
window: fix exiting from getString if helper indicates so
|
12 years ago |
Andrzej Rybczak
|
a7f3992c97
|
bindings: allow for binding multiple chains to one key
|
12 years ago |
Andrzej Rybczak
|
37ac53a27f
|
actions: fix assertion fail at double clear (#4038)
|
12 years ago |
Andrzej Rybczak
|
8913c77786
|
browser: properly report errors when deleting items fails
|
12 years ago |
Marc Jessome
|
e339e72ec3
|
actions: reset highlight position of main playlist when cleared
|
12 years ago |
Andrzej Rybczak
|
70945596ef
|
window: use readline for handling line input
|
12 years ago |
Andrzej Rybczak
|
c6a710b612
|
actions: resizeScreen: remove hack, apprently not needed anymore
|
13 years ago |
Andrzej Rybczak
|
5625e247a4
|
actions: keep actions in array instead of map
|
13 years ago |
Andrzej Rybczak
|
88a3bdb507
|
properly handle boost::bad_lexical_cast exceptions
|
13 years ago |
Andrzej Rybczak
|
7167d036d0
|
actions: require action to be non-null if we query by action type
|
13 years ago |
Andrzej Rybczak
|
1710f892c5
|
lastfm: rework service architecture a bit and implement getting full artist info
|
13 years ago |
Andrzej Rybczak
|
0dcec65edf
|
use boost::bind instead of std::bind until boost placeholders are in separate namespace
|
13 years ago |
Andrzej Rybczak
|
af10ac883f
|
actions: fix JumpToPositionInSong
|
13 years ago |
Andrzej Rybczak
|
2f9ab8f267
|
mpdpp: make all consumers take values, not rvalue references
|
13 years ago |
Andrzej Rybczak
|
1c6c9e9c5a
|
browser: use boost::filesystem for local browsing
|
13 years ago |
Andrzej Rybczak
|
425836630e
|
ncmpcpp: fix custom startup screen
|
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
|
ead12406e3
|
actions: new action: set_volume
|
13 years ago |
Andrzej Rybczak
|
a4160790cf
|
settings: add volume_change_step configuration option
|
13 years ago |
Andrzej Rybczak
|
c79997c08b
|
actions: ApplyFilter: apply filter at the end (fix for #3624)
|
13 years ago |
Andrzej Rybczak
|
419263b1b5
|
actions: MouseEvent: allow for changing volume in new design even if header is disabled
|
13 years ago |
Andrzej Rybczak
|
8db773cfec
|
replace a few string algorithms with boost utilities
|
14 years ago |
Andrzej Rybczak
|
ab1476caa8
|
fix shadow warnings
|
14 years ago |
Andrzej Rybczak
|
df9ecabb55
|
window: make color/format/border class enums
|
14 years ago |
Andrzej Rybczak
|
97555c4c3d
|
actions: make ActionType enum class
|
14 years ago |
Andrzej Rybczak
|
3bd02f6abf
|
actions: use namespace
|
14 years ago |
Andrzej Rybczak
|
6709219aac
|
actions: change naming convention to camelCase
|
14 years ago |
Andrzej Rybczak
|
ca24c5be5b
|
actions: fix modifying player state string after interface toggle
|
14 years ago |
Andrzej Rybczak
|
43924f88e1
|
scrollpad: use std::string as container
|
14 years ago |
Andrzej Rybczak
|
eda2ea37a9
|
rewrite major part of strbuffer and Scrollpad::flush
|
14 years ago |
Andrzej Rybczak
|
1eb0003714
|
window: rename Where to Scroll and make it enum class
|
14 years ago |
Andrzej Rybczak
|
1e335fae02
|
media library: optimize update
|
14 years ago |
Andrzej Rybczak
|
9a292ca20d
|
mpd: make functions take item consumer instead of returning vector of items
|
14 years ago |
Matthew Hague
|
b487f10f10
|
media library: add support for sorting by mtime
|
14 years ago |
Andrzej Rybczak
|
add40d542d
|
bindings: guarantee ordering of bindings of the same key
|
14 years ago |
Andrzej Rybczak
|
07fc58015e
|
bindings: add support for defining and executing commands
|
14 years ago |
Andrzej Rybczak
|
de1ad6cff3
|
actions: move isMPDMusicSet checks at the end of conditionals
|
14 years ago |
Andrzej Rybczak
|
ae5bbbe63b
|
settings: remove allow_physical_*_deletion (replaced by custom binding)
|
14 years ago |
Andrzej Rybczak
|
552bc77318
|
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
|
14 years ago |
Andrzej Rybczak
|
b57428db90
|
mdp: remove GetCurrentlyPlayingSongPos
|
14 years ago |
Andrzej Rybczak
|
419965924f
|
menu: remove Menu::hasSelected
|
14 years ago |