Commit Graph

231 Commits

Author SHA1 Message Date
Andrzej Rybczak
1d4e006986 update copyright info 2013-04-07 13:31:58 +02:00
Andrzej Rybczak
5c610b9a41 settings: remove mpd_communication_mode as poling is no longer supported 2013-04-07 13:25:15 +02:00
Andrzej Rybczak
153e843774 settings: disable regexes by default 2013-04-06 17:27:29 +02:00
Andrzej Rybczak
2b5f1b9fd4 replace gnu regex wrapper with boost::regex 2013-04-06 16:47:03 +02:00
Andrzej Rybczak
a4160790cf settings: add volume_change_step configuration option 2013-04-06 13:42:43 +02:00
Andrzej Rybczak
9b7c0a74c7 settings: MakeProperPath: do not leave double '/' in directory 2013-04-02 02:02:48 +02:00
Andrzej Rybczak
4a57a5c416 fix compilation with gcc-4.7 2012-12-14 19:30:04 +01:00
Andrzej Rybczak
133554bfea settings: new configuration variable: generate_win32_compatible_filenames 2012-12-08 16:34:46 +01:00
Andrzej Rybczak
8db773cfec replace a few string algorithms with boost utilities 2012-10-18 16:59:57 +02:00
Andrzej Rybczak
df9ecabb55 window: make color/format/border class enums 2012-10-06 19:05:12 +02:00
Andrzej Rybczak
1f61a083cf settings: modify default browser_playlist_prefix so it matches example config file 2012-10-06 18:45:47 +02:00
Andrzej Rybczak
6002fd8db4 settings: remove media_library_display_{date,empty_tag} options 2012-10-02 21:51:19 +02:00
Andrzej Rybczak
60faa15462 settings: recognize browser_sort_mode config option 2012-10-01 18:34:58 +02:00
Matthew Hague
b487f10f10 media library: add support for sorting by mtime 2012-09-20 20:31:18 +02:00
Andrzej Rybczak
ae5bbbe63b settings: remove allow_physical_*_deletion (replaced by custom binding) 2012-09-19 02:04:41 +02:00
Andrzej Rybczak
077930df78 actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode 2012-09-15 23:31:23 +02:00
Andrzej Rybczak
1891c1c050 do not initialize screens lazily as it doesn't make much sense 2012-09-14 00:54:48 +02:00
Andrzej Rybczak
491f28377f settings: change default modified_item_prefix a bit 2012-09-13 01:40:31 +02:00
Andrzej Rybczak
d55070754d settings: support customizable tags separator 2012-09-12 21:44:27 +02:00
Andrzej Rybczak
8e7bcd219b display: improve showSongs a bit 2012-09-12 19:36:16 +02:00
Andrzej Rybczak
fd6a5889d0 tag editor: add modified_item_prefix to see modified items 2012-09-12 18:53:22 +02:00
Andrzej Rybczak
84326efc46 move wstring related functions to wide_char file 2012-09-08 18:42:59 +02:00
Andrzej Rybczak
d5e2d315fd use wstrings uncoditionally where needed 2012-09-08 17:50:01 +02:00
Andrzej Rybczak
95e2cfe6e1 move keys related functions/classes to separate file 2012-09-05 13:11:43 +02:00
Andrzej Rybczak
69bd1bac97 tag editor: remove albums view 2012-09-05 00:51:23 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
Andrzej Rybczak
d47cad1d50 get rid of 'using namespace NCurses' directive 2012-09-02 15:37:42 +02:00
Andrzej Rybczak
4c944085d6 menu: generalize filtering, introduce interfaces 2012-08-31 23:09:56 +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
9e071b074c display: rewrite Display::Columns and Display::SongsInColumns 2012-08-26 21:35:48 +02:00
Andrzej Rybczak
ecf3b0d30a remove tab-width dependent indentation 2012-08-25 17:53:15 +02:00
Andrzej Rybczak
55ae5b1816 initial support for binding keys to action chains 2012-08-25 05:00:04 +02:00
Andrzej Rybczak
6829a8e05c add support for binding actions to multibyte characters 2012-08-25 01:32:12 +02:00
Andrzej Rybczak
3750533026 settings: bind backspace actions also to Ctrl-H 2012-08-16 17:07:49 +02:00
Andrzej Rybczak
bab756c579 add support for priorities (queueing) 2012-08-14 16:09:45 +02:00
Andrzej Rybczak
23a612e184 settings: remove unused function 2012-08-14 02:01:28 +02:00
Andrzej Rybczak
181224b837 keybinding system rewrite 2012-08-14 01:44:14 +02:00
Andrzej Rybczak
4cf9fe33db settings: notify about unknown options in configuration file 2012-07-16 18:24:38 +02:00
Andrzej Rybczak
6126def6c5 settings: fix columns generation without configuration file (ticket #3490) 2012-07-16 00:20:25 +02:00
Andrzej Rybczak
4475902eb9 settings: make progressbar more customizable (elapsed time part color, boldness) 2012-07-16 00:01:38 +02:00
Andrzej Rybczak
27a0dc958f corrections for previous commit 2012-07-15 22:58:46 +02:00
Maarten de Vries
6c73c3cecf add custom sort format 2012-07-15 18:38:32 +02:00
Marc Jessome
10f5ec1e78 Add command to clear filter. 2012-07-13 23:54:46 +02:00
Andrzej Rybczak
f8151904f5 update copyright dates 2012-03-17 16:46:55 +01:00
Andrzej Rybczak
12cdede049 settings: make characters used in visualizer customizable 2011-12-26 20:13:01 +01:00
Andrzej Rybczak
a98a1800a7 settings: provide a way to use alternative location for configuration file
..and whole data folder.
2011-11-13 21:01:49 +01:00
Andrzej Rybczak
00a7743a34 playlist editor: add support for columns display mode 2011-11-13 16:43:53 +01:00
Andrzej Rybczak
1415964f95 settings: provide a way to disable asking for locked screen's width 2011-11-12 20:40:55 +01:00
Andrzej Rybczak
0e883db375 settings: compare config option/key names properly 2011-11-12 20:28:00 +01:00