60 Commits (1b6cb65f3a371e40794e92176f013b1a720432e1)

Author SHA1 Message Date
Andrzej Rybczak 1b6cb65f3a actions: add support for range selection and make a few actions work on ranges 11 years ago
Andrzej Rybczak 2caf08aaa7 split PressSpace action into modular pieces 11 years ago
Andrzej Rybczak 4446242bbc actions: add action for environment update 11 years ago
Andrzej Rybczak a76cfeef8d actions: rework syntax and method visibility 11 years ago
Andrzej Rybczak a8e2ec5ed0 replace ProxySongList with NC::List and SongList 11 years ago
Andrzej Rybczak 38b1064f1f actions: move item selection to its own action and bind it to insert 11 years ago
Andrzej Rybczak 6a5f46a458 actions: make find forward/backward incremental 12 years ago
Andrzej Rybczak 60749ea4bd window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1 12 years ago
Andrzej Rybczak 309a4989c9 remove filtering 12 years ago
Andrzej Rybczak e6859c097b actions: rename askYesNoQuestion to confirmAction and make it throw on 'n' 12 years ago
Andrzej Rybczak a8b46a8e47 actions: make askYesNoQuestion use NC::Window::prompt 12 years ago
Andrzej Rybczak 84c90868a1 add visualizer_sample_multiplier config option 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 5625e247a4 actions: keep actions in array instead of map 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 425836630e ncmpcpp: fix custom startup screen 13 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak ead12406e3 actions: new action: set_volume 13 years ago
Andrzej Rybczak ab1476caa8 fix shadow warnings 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 efe2a52382 fix header guards 14 years ago
Matthew Hague b487f10f10 media library: add support for sorting by mtime 14 years ago
Andrzej Rybczak 07fc58015e bindings: add support for defining and executing commands 14 years ago
Andrzej Rybczak 552bc77318 actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists} 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 c4190b6514 rewrite selected items added so it uses sane actions dispatch system 14 years ago
Andrzej Rybczak 1891c1c050 do not initialize screens lazily as it doesn't make much sense 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 a26b1f62f9 actions: implement filtering playlist on priorities 14 years ago
Andrzej Rybczak dc62bd5c29 actions: adjust names of a few actions to be more descriptive 14 years ago
Andrzej Rybczak c34bcee12b actions: rename DeselectItems to RemoveSelection 14 years ago
Andrzej Rybczak 39c5087d18 actions: guarantee that action will not be executed without checks 14 years ago
Andrzej Rybczak 837a7c14cf actions: make checks more strict 14 years ago
Andrzej Rybczak ad297ba059 actions: make separators toggle work in all screens 14 years ago
Andrzej Rybczak eff1d672b9 keys: implement support for a few macro utilities 14 years ago
Andrzej Rybczak 7c6467a9e7 keys: implement parsing key configuration file 14 years ago
Andrzej Rybczak 95e2cfe6e1 move keys related functions/classes to separate file 14 years ago
Andrzej Rybczak bb121fbe01 make playlist and playlist editor share code responsible for moving items 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