114 Commits (ead12406e34c74caa23588ac9e97bab35dab2447)

Author SHA1 Message Date
Andrzej Rybczak c8097a898e get rid of locale_to_utf where it's not needed anymore 14 years ago
Andrzej Rybczak 63413368c8 remove remaining exclamation marks from messages 14 years ago
Andrzej Rybczak c90545b008 move statusbar/progressbar related code to separate file 14 years ago
Andrzej Rybczak a98df99ba6 playist: do not duplicate now playing information 14 years ago
Andrzej Rybczak fe0d088faa mutable song: rename a few functions 14 years ago
Andrzej Rybczak 84326efc46 move wstring related functions to wide_char file 14 years ago
Andrzej Rybczak d5e2d315fd use wstrings uncoditionally where needed 14 years ago
Andrzej Rybczak 8f693cd822 string: fix lowercase function 14 years ago
Andrzej Rybczak 8fb88b7181 comparators: generalize objects a bit 14 years ago
Andrzej Rybczak a26b1f62f9 actions: implement filtering playlist on priorities 14 years ago
Andrzej Rybczak 45a097a45b reduce number of calls to gettimeofday 14 years ago
Andrzej Rybczak fb4fdd129a actions: fix screen resize after unlocking 14 years ago
Andrzej Rybczak a834a8b3af fix compilation --without-taglib 14 years ago
Andrzej Rybczak c935dcf11a global: remove RedrawHeader 14 years ago
Andrzej Rybczak ca76cf73b4 actions: fix failed assertion in AddRandomItems 14 years ago
Andrzej Rybczak dc62bd5c29 actions: adjust names of a few actions to be more descriptive 14 years ago
Andrzej Rybczak c34bcee12b actions: rename DeselectItems to RemoveSelection 14 years ago
Andrzej Rybczak 1be7676187 rename keys.{cpp,h} to bindings.{cpp,h} 14 years ago
Andrzej Rybczak 8ef252ec6e actions: consider jumping to parent dir runnable even on root level 14 years ago
Andrzej Rybczak 21947d3655 status: optimize filtering when chars are being taken from input queue 14 years ago
Andrzej Rybczak 39c5087d18 actions: guarantee that action will not be executed without checks 14 years ago
Andrzej Rybczak 837a7c14cf actions: make checks more strict 14 years ago
Andrzej Rybczak ad297ba059 actions: make separators toggle work in all screens 14 years ago
Andrzej Rybczak 10e88ec6b4 display: pass screen to functions by pointer 14 years ago
Andrzej Rybczak 7c6467a9e7 keys: implement parsing key configuration file 14 years ago
Andrzej Rybczak 95e2cfe6e1 move keys related functions/classes to separate file 14 years ago
Andrzej Rybczak 69bd1bac97 tag editor: remove albums view 14 years ago
Andrzej Rybczak bf3a7a7715 do not clear playlists content, make idle notifications take care of it 14 years ago
Andrzej Rybczak a351d07eff actions: get deleting/cropping/clearing playlists right 14 years ago
Andrzej Rybczak ef55093586 move a few small functions to actions 14 years ago
Andrzej Rybczak bb121fbe01 make playlist and playlist editor share code responsible for moving items 14 years ago
Andrzej Rybczak 8ab8da2a30 actions: fix filter clearing 14 years ago
Andrzej Rybczak 506e79b4b1 add allowsFiltering / allowsSearching checks 14 years ago
Andrzej Rybczak af2cdca3d0 change naming conventions in NC namespace 14 years ago
Andrzej Rybczak 5e8d1673e0 implement ProxySongList for handling general operations on lists 14 years ago
Andrzej Rybczak d47cad1d50 get rid of 'using namespace NCurses' directive 14 years ago
Andrzej Rybczak 6f59a175ec implement HasSongs interface 14 years ago
Andrzej Rybczak 0811e30319 implement Searchable interface / make use of unnamed namespaces 14 years ago
Andrzej Rybczak 4c944085d6 menu: generalize filtering, introduce interfaces 14 years ago
Andrzej Rybczak f1625c920a menu: get rid of a few List functions 14 years ago
Andrzej Rybczak 1596c8ed40 menu: simplify ItemDisplayer further 14 years ago
Andrzej Rybczak e4f4cd68c0 menu: add value iterator 14 years ago
Andrzej Rybczak d8b2d20bdb menu: move a few methods to Item class 14 years ago
Andrzej Rybczak 7e53654492 menu: implement custom iterator 14 years ago
Andrzej Rybczak 7297b8a9ad use std::bind instead of passing void pointers around 14 years ago
Andrzej Rybczak 798c9b3121 menu: some member name changing 14 years ago
Andrzej Rybczak b77466cc38 browser: read tags from local songs 14 years ago
Andrzej Rybczak b06e620913 more cleanup and grouping functions logically together 14 years ago
Andrzej Rybczak b1c301dc1c split majority of helpers and rewrite a few heinous functions 14 years ago
Andrzej Rybczak 4cb0e2232a fix compilation --without-taglib 14 years ago