summaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Expand)Author
2013-04-07settings: remove mpd_communication_mode as poling is no longer supportedAndrzej Rybczak
2013-04-06settings: disable regexes by defaultAndrzej Rybczak
2013-04-06replace gnu regex wrapper with boost::regexAndrzej Rybczak
2013-04-06settings: add volume_change_step configuration optionAndrzej Rybczak
2013-04-02settings: MakeProperPath: do not leave double '/' in directoryAndrzej Rybczak
2012-12-14fix compilation with gcc-4.7Andrzej Rybczak
2012-12-08settings: new configuration variable: generate_win32_compatible_filenamesAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06settings: modify default browser_playlist_prefix so it matches example config...Andrzej Rybczak
2012-10-02settings: remove media_library_display_{date,empty_tag} optionsAndrzej Rybczak
2012-10-01settings: recognize browser_sort_mode config optionAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-19settings: remove allow_physical_*_deletion (replaced by custom binding)Andrzej Rybczak
2012-09-15actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsModeAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13settings: change default modified_item_prefix a bitAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12display: improve showSongs a bitAndrzej Rybczak
2012-09-12tag editor: add modified_item_prefix to see modified itemsAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-05move keys related functions/classes to separate fileAndrzej Rybczak
2012-09-05tag editor: remove albums viewAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-31menu: generalize filtering, introduce interfacesAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-26display: rewrite Display::Columns and Display::SongsInColumnsAndrzej Rybczak
2012-08-25remove tab-width dependent indentationAndrzej Rybczak
2012-08-25initial support for binding keys to action chainsAndrzej Rybczak
2012-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-16settings: bind backspace actions also to Ctrl-HAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14settings: remove unused functionAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-16settings: notify about unknown options in configuration fileAndrzej Rybczak
2012-07-16settings: fix columns generation without configuration file (ticket #3490)Andrzej Rybczak
2012-07-16settings: make progressbar more customizable (elapsed time part color, boldness)Andrzej Rybczak
2012-07-15corrections for previous commitAndrzej Rybczak
2012-07-15add custom sort formatMaarten de Vries
2012-07-13Add command to clear filter.Marc Jessome
2012-03-17update copyright datesAndrzej Rybczak
2011-12-26settings: make characters used in visualizer customizableAndrzej Rybczak
2011-11-13settings: provide a way to use alternative location for configuration fileAndrzej Rybczak
2011-11-13playlist editor: add support for columns display modeAndrzej Rybczak
2011-11-12settings: provide a way to disable asking for locked screen's widthAndrzej Rybczak
2011-11-12settings: compare config option/key names properlyAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak