| actions: get deleting/cropping/clearing playlists right |
|
More...
|
over 13 years ago
|
| move a few small functions to actions |
|
More...
|
over 13 years ago
|
| status: fix copypaste bug |
|
More...
|
over 13 years ago
|
| make use of override keyword if available |
|
More...
|
over 13 years ago
|
| generalize UpdateSongsList (-> markSongsInPlaylist) |
|
More...
|
over 13 years ago
|
| make playlist and playlist editor share code responsible for moving items |
|
More...
|
over 13 years ago
|
| check if song is in playlist in O(nlogn) instead of O(n^2) |
|
More...
|
over 13 years ago
|
| actions: fix filter clearing |
|
More...
|
over 13 years ago
|
| add allowsFiltering / allowsSearching checks |
|
More...
|
over 13 years ago
|
| status: restore commented out piece of code |
|
More...
|
over 13 years ago
|
| helpers: fix UpdateSongList |
|
More...
|
over 13 years ago
|
| fix shadowing warnings |
|
More...
|
over 13 years ago
|
| change naming conventions in NC namespace |
|
More...
|
over 13 years ago
|
| scrollpad: adjust indentation in header file |
|
More...
|
over 13 years ago
|
| remove warnings clang generates |
|
More...
|
over 13 years ago
|
| add forgotten file (global.cpp) |
|
More...
|
over 13 years ago
|
| menu: duplicate temporarily function to restore functionality |
|
More...
|
over 13 years ago
|
| configure: add checks for used c++11 features |
|
More...
|
over 13 years ago
|
| proxy song list: add class description |
|
More...
|
over 13 years ago
|
| finally kill NC::List |
|
More...
|
over 13 years ago
|
| implement ProxySongList for handling general operations on lists |
|
More...
|
over 13 years ago
|
| strbuffer: reorder headers |
|
More...
|
over 13 years ago
|
| get rid of HAVE_CONFIG_H directives |
|
More...
|
over 13 years ago
|
| strbuffer: adjust indentation |
|
More...
|
over 13 years ago
|
| window: adjust indentation |
|
More...
|
over 13 years ago
|
| get rid of 'using namespace NCurses' directive |
|
More...
|
over 13 years ago
|
| implement HasSongs interface |
|
More...
|
over 13 years ago
|
| menu: fix non-const to const iterator conversion |
|
More...
|
over 13 years ago
|
| implement Searchable interface / make use of unnamed namespaces |
|
More...
|
over 13 years ago
|
| strbuffer: remove if, it's not needed |
|
More...
|
over 13 years ago
|