Commit Graph

1300 Commits

Author SHA1 Message Date
Andrzej Rybczak
bb121fbe01 make playlist and playlist editor share code responsible for moving items 2012-09-04 18:14:37 +02:00
Andrzej Rybczak
60ca9de919 check if song is in playlist in O(nlogn) instead of O(n^2) 2012-09-04 03:17:12 +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
ce80c21ea5 status: restore commented out piece of code 2012-09-03 16:17:03 +02:00
Andrzej Rybczak
eb40b7ef91 helpers: fix UpdateSongList 2012-09-03 15:48:13 +02:00
Andrzej Rybczak
226fbdd2c9 fix shadowing warnings 2012-09-03 15:43:59 +02:00
Andrzej Rybczak
1a4151b189 scrollpad: adjust indentation in header file 2012-09-03 15:34:21 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
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