Commit Graph

1291 Commits

Author SHA1 Message Date
Andrzej Rybczak
6f918091d9 remove warnings clang generates 2012-09-02 23:24:46 +02:00
Andrzej Rybczak
c873a4eca3 add forgotten file (global.cpp) 2012-09-02 22:08:51 +02:00
Andrzej Rybczak
8d6bf6aa05 menu: duplicate temporarily function to restore functionality 2012-09-02 22:04:17 +02:00
Andrzej Rybczak
3b0756eb2f configure: add checks for used c++11 features 2012-09-02 21:56:44 +02:00
Andrzej Rybczak
594f73c626 proxy song list: add class description 2012-09-02 21:15:40 +02:00
Andrzej Rybczak
684d871506 finally kill NC::List 2012-09-02 20:55:32 +02:00
Andrzej Rybczak
5e8d1673e0 implement ProxySongList for handling general operations on lists 2012-09-02 20:51:20 +02:00
Andrzej Rybczak
0cfe5d8f01 strbuffer: reorder headers 2012-09-02 15:53:07 +02:00
Andrzej Rybczak
b1ff896cb6 get rid of HAVE_CONFIG_H directives 2012-09-02 15:50:02 +02:00
Andrzej Rybczak
3ce98628e9 strbuffer: adjust indentation 2012-09-02 15:48:44 +02:00
Andrzej Rybczak
337a27c366 window: adjust indentation 2012-09-02 15:48:11 +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
ad8fef343f menu: fix non-const to const iterator conversion 2012-09-01 18:06:47 +02:00
Andrzej Rybczak
0811e30319 implement Searchable interface / make use of unnamed namespaces 2012-09-01 16:10:52 +02:00
Andrzej Rybczak
12ca003350 strbuffer: remove if, it's not needed 2012-09-01 08:57:07 +02:00
Andrzej Rybczak
1bb3907b50 fix a few typos 2012-09-01 08:56:56 +02:00
Andrzej Rybczak
7d47f16316 menu: fix iterator's operator[] and definitions of reverse value interators 2012-09-01 00:20:44 +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
1c46dec39f menu: a few semantic changes 2012-08-31 11:41:22 +02:00
Andrzej Rybczak
e4f4cd68c0 menu: add value iterator 2012-08-31 09:19:45 +02:00
Andrzej Rybczak
04bbdc53fc menu: get rid of RealChoice 2012-08-31 06:05:29 +02:00
Andrzej Rybczak
970727fab2 menu: make m_highlight/m_beginning unsigned 2012-08-31 05:55:49 +02:00
Andrzej Rybczak
c3d04b866f display: get rid of reinterpret_casts 2012-08-31 04:57:49 +02:00
Andrzej Rybczak
d8b2d20bdb menu: move a few methods to Item class 2012-08-31 04:38:20 +02:00
Andrzej Rybczak
0ba847dc3c menu: make Item more operational 2012-08-30 20:36:15 +02:00
Andrzej Rybczak
74f0864824 menu: normalize indentation 2012-08-30 20:23:58 +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
0447b4e881 window: remove GetXY 2012-08-30 06:21:21 +02:00
Andrzej Rybczak
5989cc6317 status: fix current song update 2012-08-29 19:36:59 +02:00
Andrzej Rybczak
b77466cc38 browser: read tags from local songs 2012-08-29 18:45:58 +02:00
Andrzej Rybczak
c14b0d3b3b error: fix Timestamp 2012-08-29 15:52:10 +02:00
Andrzej Rybczak
09e2c9a714 song: scrap pimpl 2012-08-29 15:51: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
ddeec3aea0 song: a few tweaks 2012-08-29 01:25:36 +02:00
Andrzej Rybczak
8abae236bb strbuffer: be friend with Scrollpad instead of using shitty hacks 2012-08-28 08:23:53 +02:00
Andrzej Rybczak
e61d0a4958 strbuffer: fix indentation 2012-08-28 08:17:20 +02:00
Andrzej Rybczak
6449cc5f2c status: uncomment forgotten line 2012-08-28 08:12:26 +02:00
Andrzej Rybczak
eaabbee189 strbuffer: get rid of ostringstream 2012-08-28 08:10:16 +02:00
Andrzej Rybczak
b910ce38be restrict conversions being done in strbuffer 2012-08-28 07:12:31 +02:00
Andrzej Rybczak
a20a195225 mpd: use lambda closures instead of passing vectors to functions 2012-08-28 06:01:56 +02:00
Andrzej Rybczak
4a0026052f conv: use snprintf instead of ostringstream 2012-08-28 03:54:40 +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