Commit Graph

340 Commits

Author SHA1 Message Date
Andrzej Rybczak
3e713d06f6 settings: make defaults more pretty 2014-08-31 16:33:38 +02:00
Andrzej Rybczak
fe34852c31 help: make volume_change_step affect description of appropriate actions 2014-08-30 16:48:56 +02:00
Andrzej Rybczak
749821ecc5 settings: restore possibility to set album artist as library tag 2014-08-29 16:24:04 +02:00
Andrzej Rybczak
4b933b29e1 settings: configuration file processing rewrite 2014-08-29 14:54:09 +02:00
Andrzej Rybczak
8a1e4a48dd cmdargs: use boost::program_options 2014-08-28 05:46:49 +02:00
Andrzej Rybczak
b7ceae7273 replace timeval and time_t with boost::posix_time::ptime 2014-08-27 11:19:05 +02:00
Andrzej Rybczak
7fdace835b uniformize ways to convert strings into screen type 2014-08-27 08:54:02 +02:00
Andrzej Rybczak
85a2802361 update copyright message 2014-08-27 05:43:51 +02:00
Andrzej Rybczak
8d1b10fb3e actions: add missing flag restriction for physical deletion 2014-08-27 02:01:44 +02:00
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