Commit Graph

111 Commits

Author SHA1 Message Date
Andrzej Rybczak
a98df99ba6 playist: do not duplicate now playing information 2012-09-11 20:22:22 +02:00
Andrzej Rybczak
fe0d088faa mutable song: rename a few functions 2012-09-10 23:44:35 +02:00
Andrzej Rybczak
84326efc46 move wstring related functions to wide_char file 2012-09-08 18:42:59 +02:00
Andrzej Rybczak
d5e2d315fd use wstrings uncoditionally where needed 2012-09-08 17:50:01 +02:00
Andrzej Rybczak
8f693cd822 string: fix lowercase function 2012-09-08 15:58:35 +02:00
Andrzej Rybczak
8fb88b7181 comparators: generalize objects a bit 2012-09-08 14:34:46 +02:00
Andrzej Rybczak
a26b1f62f9 actions: implement filtering playlist on priorities 2012-09-08 00:29:18 +02:00
Andrzej Rybczak
45a097a45b reduce number of calls to gettimeofday 2012-09-07 23:11:40 +02:00
Andrzej Rybczak
fb4fdd129a actions: fix screen resize after unlocking 2012-09-07 22:40:17 +02:00
Andrzej Rybczak
a834a8b3af fix compilation --without-taglib 2012-09-07 22:39:38 +02:00
Andrzej Rybczak
c935dcf11a global: remove RedrawHeader 2012-09-06 16:49:47 +02:00
Andrzej Rybczak
ca76cf73b4 actions: fix failed assertion in AddRandomItems 2012-09-06 02:18:20 +02:00
Andrzej Rybczak
dc62bd5c29 actions: adjust names of a few actions to be more descriptive 2012-09-06 00:38:00 +02:00
Andrzej Rybczak
c34bcee12b actions: rename DeselectItems to RemoveSelection 2012-09-05 23:43:11 +02:00
Andrzej Rybczak
1be7676187 rename keys.{cpp,h} to bindings.{cpp,h} 2012-09-05 23:19:34 +02:00
Andrzej Rybczak
8ef252ec6e actions: consider jumping to parent dir runnable even on root level 2012-09-05 23:03:45 +02:00
Andrzej Rybczak
21947d3655 status: optimize filtering when chars are being taken from input queue 2012-09-05 22:45:13 +02:00
Andrzej Rybczak
39c5087d18 actions: guarantee that action will not be executed without checks 2012-09-05 21:45:19 +02:00
Andrzej Rybczak
837a7c14cf actions: make checks more strict 2012-09-05 21:35:52 +02:00
Andrzej Rybczak
ad297ba059 actions: make separators toggle work in all screens 2012-09-05 20:55:15 +02:00
Andrzej Rybczak
10e88ec6b4 display: pass screen to functions by pointer 2012-09-05 20:52:33 +02:00
Andrzej Rybczak
7c6467a9e7 keys: implement parsing key configuration file 2012-09-05 18:02:37 +02:00
Andrzej Rybczak
95e2cfe6e1 move keys related functions/classes to separate file 2012-09-05 13:11:43 +02:00
Andrzej Rybczak
69bd1bac97 tag editor: remove albums view 2012-09-05 00:51:23 +02:00
Andrzej Rybczak
bf3a7a7715 do not clear playlists content, make idle notifications take care of it 2012-09-04 22:57:58 +02:00
Andrzej Rybczak
a351d07eff actions: get deleting/cropping/clearing playlists right 2012-09-04 22:56:24 +02:00
Andrzej Rybczak
ef55093586 move a few small functions to actions 2012-09-04 20:47:29 +02:00
Andrzej Rybczak
bb121fbe01 make playlist and playlist editor share code responsible for moving items 2012-09-04 18:14:37 +02:00
Andrzej Rybczak
8ab8da2a30 actions: fix filter clearing 2012-09-03 19:54:23 +02:00
Andrzej Rybczak
506e79b4b1 add allowsFiltering / allowsSearching checks 2012-09-03 16:50:01 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
Andrzej Rybczak
5e8d1673e0 implement ProxySongList for handling general operations on lists 2012-09-02 20:51:20 +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
0811e30319 implement Searchable interface / make use of unnamed namespaces 2012-09-01 16:10:52 +02:00
Andrzej Rybczak
4c944085d6 menu: generalize filtering, introduce interfaces 2012-08-31 23:09:56 +02:00
Andrzej Rybczak
f1625c920a menu: get rid of a few List functions 2012-08-31 13:05:48 +02:00
Andrzej Rybczak
1596c8ed40 menu: simplify ItemDisplayer further 2012-08-31 12:20:41 +02:00
Andrzej Rybczak
e4f4cd68c0 menu: add value iterator 2012-08-31 09:19:45 +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
7297b8a9ad use std::bind instead of passing void pointers around 2012-08-30 12:24:19 +02:00
Andrzej Rybczak
798c9b3121 menu: some member name changing 2012-08-30 07:07:19 +02:00
Andrzej Rybczak
b77466cc38 browser: read tags from local songs 2012-08-29 18:45:58 +02:00
Andrzej Rybczak
b06e620913 more cleanup and grouping functions logically together 2012-08-29 14:35:11 +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
4cb0e2232a fix compilation --without-taglib 2012-08-29 09:07:55 +02:00
Andrzej Rybczak
eaabbee189 strbuffer: get rid of ostringstream 2012-08-28 08:10:16 +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