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 |
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
|
f691ab265f
|
screen: rename BasicScreen to BaseScreen
|
14 years ago |
Andrzej Rybczak
|
077930df78
|
actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode
|
14 years ago |
Andrzej Rybczak
|
b4ab065b2d
|
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
|
14 years ago |
Andrzej Rybczak
|
3d2e5adae8
|
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
|
14 years ago |
Andrzej Rybczak
|
14587cb4ec
|
abstract shared parts of switchTo methods away
|
14 years ago |
Andrzej Rybczak
|
f7dba0a578
|
make remaining single-windowed screens' main windows non-pointer
|
14 years ago |
Andrzej Rybczak
|
c4190b6514
|
rewrite selected items added so it uses sane actions dispatch system
|
14 years ago |
Andrzej Rybczak
|
49a21370a6
|
playlist editor: change columns to be non-pointers
|
14 years ago |
Andrzej Rybczak
|
0d27d6ded3
|
media library: make screens non-pointer
|
14 years ago |
Andrzej Rybczak
|
b2b16be9ce
|
search engine: make main window non-pointer
|
14 years ago |
Andrzej Rybczak
|
d05707ad82
|
browser: make main type non-pointer
|
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
|
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
|
8e6d9a97e3
|
move tags related functions to separate file
|
14 years ago |
Andrzej Rybczak
|
cfe738b2f7
|
add interface HasColumns and its appropriate implementations
|
14 years ago |
Andrzej Rybczak
|
d55070754d
|
settings: support customizable tags separator
|
14 years ago |
Andrzej Rybczak
|
a8e3d0fd2d
|
require mpd >= 0.16.0
|
14 years ago |
Andrzej Rybczak
|
0179b5304c
|
actions: remove Actions::DesignChanged flag
|
14 years ago |
Andrzej Rybczak
|
983c79ff61
|
actions: remove Action::OrderResize, use ResizeScreen directly
|
14 years ago |
Andrzej Rybczak
|
8f065e2da3
|
status: split NcmpcppStatusChanged into smaller pieces
|
14 years ago |