Commit Graph

56 Commits

Author SHA1 Message Date
Andrzej Rybczak
b63d646e48 selected item adder: fix pop-up title when adding items to the current playlist 2015-04-12 16:20:57 +02:00
Andrzej Rybczak
68a316258c status: store status fields seperately 2014-09-12 13:10:47 +02:00
Andrzej Rybczak
06a07b0d33 status: fix toggling flags 2014-09-03 20:08:00 +02:00
Andrzej Rybczak
648095eb82 selected items adder: always display "Current playlist" 2014-09-03 14:00:48 +02:00
Andrzej Rybczak
563dac1a12 selected items adder: always show 'Current playlist' 2014-09-03 12:27:27 +02:00
Andrzej Rybczak
b29ac3aabb selected items adder: do not show playlists if local browser is active 2014-09-03 12:27:01 +02:00
Andrzej Rybczak
966f3ef927 rename ExecItem to RunnableItem and make use of variadic templates 2014-08-31 09:16:37 +02:00
Andrzej Rybczak
85a2802361 update copyright message 2014-08-27 05:43:51 +02:00
Andrzej Rybczak
59430f640b statusbar: use boost::format instead of c-style printf 2014-08-27 05:25:53 +02:00
Andrzej Rybczak
34923a035c notify user if some files failed to be added 2014-01-18 17:01:16 +01:00
Andrzej Rybczak
0dcec65edf use boost::bind instead of std::bind until boost placeholders are in separate namespace 2013-07-09 23:14:14 +02:00
Andrzej Rybczak
7deeecee20 get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library 2013-05-17 16:55:50 +02:00
Andrzej Rybczak
2f9ab8f267 mpdpp: make all consumers take values, not rvalue references 2013-05-17 15:18:17 +02:00
Andrzej Rybczak
2184fb7c73 get rid of global mpd status object 2013-04-07 17:29:32 +02:00
Andrzej Rybczak
1d4e006986 update copyright info 2013-04-07 13:31:58 +02:00
Andrzej Rybczak
6a3eb73a49 rewrite communication system with mpd 2013-04-07 13:22:50 +02:00
Andrzej Rybczak
5908250c18 add some typedefs 2012-10-18 16:25:51 +02:00
Andrzej Rybczak
1eb0003714 window: rename Where to Scroll and make it enum class 2012-10-05 21:25:22 +02:00
Andrzej Rybczak
044464962c initial restoration of support for encodings different than utf-8 2012-10-05 20:58:07 +02:00
Andrzej Rybczak
9a292ca20d mpd: make functions take item consumer instead of returning vector of items 2012-10-01 20:44:22 +02:00
Andrzej Rybczak
b57428db90 mdp: remove GetCurrentlyPlayingSongPos 2012-09-18 21:34:14 +02:00
Andrzej Rybczak
f691ab265f screen: rename BasicScreen to BaseScreen 2012-09-16 03:08:02 +02:00
Andrzej Rybczak
e2c1c6f365 selected items added: fix position in adding after current song 2012-09-16 03:04:37 +02:00
Andrzej Rybczak
14587cb4ec abstract shared parts of switchTo methods away 2012-09-15 22:58:32 +02:00
Andrzej Rybczak
66b799cd4c fix compilation with gcc-4.5 2012-09-15 00:23:40 +02:00
Andrzej Rybczak
c4190b6514 rewrite selected items added so it uses sane actions dispatch system 2012-09-15 00:18:22 +02:00
Andrzej Rybczak
830a2832b5 screen: change ScreenType to WindowType and add WindowReference typedef 2012-09-14 17:43:11 +02:00
Andrzej Rybczak
9c29082afe playlist: define main screen as non-pointer 2012-09-14 16:16:35 +02:00
Andrzej Rybczak
4d6ea660bc make defining screens with main window type as non-pointer possible 2012-09-14 16:16:22 +02:00
Andrzej Rybczak
1891c1c050 do not initialize screens lazily as it doesn't make much sense 2012-09-14 00:54:48 +02:00
Andrzej Rybczak
9ddfca8f31 playlist: move sorting dialog related functions to separate file 2012-09-13 21:57:17 +02:00
Andrzej Rybczak
fcc097fc76 require a bit bigger screen so all possible dialogs will fit 2012-09-13 20:21:02 +02:00
Andrzej Rybczak
dd7665bb7d more PascalCase to camelCase conversions 2012-09-13 19:23:33 +02:00
Andrzej Rybczak
c8097a898e get rid of locale_to_utf where it's not needed anymore 2012-09-11 22:41:42 +02:00
Andrzej Rybczak
c90545b008 move statusbar/progressbar related code to separate file 2012-09-11 21:52:41 +02:00
Andrzej Rybczak
a98df99ba6 playist: do not duplicate now playing information 2012-09-11 20:22:22 +02:00
Andrzej Rybczak
d5e2d315fd use wstrings uncoditionally where needed 2012-09-08 17:50:01 +02:00
Andrzej Rybczak
8fb88b7181 comparators: generalize objects a bit 2012-09-08 14:34:46 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
Andrzej Rybczak
d47cad1d50 get rid of 'using namespace NCurses' directive 2012-09-02 15:37:42 +02:00
Andrzej Rybczak
6f59a175ec implement HasSongs interface 2012-09-02 13:52:26 +02:00
Andrzej Rybczak
d8b2d20bdb menu: move a few methods to Item class 2012-08-31 04:38:20 +02:00
Andrzej Rybczak
7e53654492 menu: implement custom iterator 2012-08-30 20:17:25 +02:00
Andrzej Rybczak
798c9b3121 menu: some member name changing 2012-08-30 07:07:19 +02:00
Andrzej Rybczak
b1c301dc1c split majority of helpers and rewrite a few heinous functions 2012-08-29 11:46:17 +02:00
Andrzej Rybczak
397783d701 reduce usage of pointers / replace std::pair in SearchEngine 2012-08-28 02:44:08 +02:00
Andrzej Rybczak
a270fc8402 rewrite MPD::Song object 2012-08-28 00:09:39 +02:00
Andrzej Rybczak
77a3c73d9c make displayed messages more consistent 2012-08-14 18:18:36 +02:00
Andrzej Rybczak
a14b77338d jump to current song at startup even if it's not currently played 2012-07-13 23:25:25 +02:00
Andrzej Rybczak
f8151904f5 update copyright dates 2012-03-17 16:46:55 +01:00