Commit Graph

1527 Commits

Author SHA1 Message Date
Andrzej Rybczak
4c33af47da tag editor: improve tag writing abilities 2012-09-12 23:31:53 +02:00
Andrzej Rybczak
d55070754d settings: support customizable tags separator 2012-09-12 21:44:27 +02:00
Andrzej Rybczak
6da434b5b2 strbuffer: change basic_buffer to BasicBuffer 2012-09-12 20:22:11 +02:00
Andrzej Rybczak
a8e3d0fd2d require mpd >= 0.16.0 2012-09-12 20:06:26 +02:00
Andrzej Rybczak
4b60214ed1 window: fix operators for const char/wchar_t * 2012-09-12 19:47:30 +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
0d81f9d65f tag editor: guard before discarding pending changes accidentally 2012-09-12 16:36:58 +02:00
Andrzej Rybczak
0179b5304c actions: remove Actions::DesignChanged flag 2012-09-12 02:56:36 +02:00
Andrzej Rybczak
983c79ff61 actions: remove Action::OrderResize, use ResizeScreen directly 2012-09-12 02:46:30 +02:00
Andrzej Rybczak
8f065e2da3 status: split NcmpcppStatusChanged into smaller pieces 2012-09-12 02:41:21 +02:00
Andrzej Rybczak
8973aac7a1 playlist: fix highlight disabling 2012-09-11 23:33:34 +02:00
Andrzej Rybczak
fb5b95cdce browser: simplify function call 2012-09-11 23:09:20 +02:00
Andrzej Rybczak
a9bee35cca charset: put functions into namespace and change naming convention 2012-09-11 22:57:56 +02:00
Andrzej Rybczak
c8097a898e get rid of locale_to_utf where it's not needed anymore 2012-09-11 22:41:42 +02:00
Andrzej Rybczak
63413368c8 remove remaining exclamation marks from messages 2012-09-11 21:53:35 +02:00
Andrzej Rybczak
c90545b008 move statusbar/progressbar related code to separate file 2012-09-11 21:52:41 +02:00
Andrzej Rybczak
6ab2714e2f status: improve dealing with now playing song 2012-09-11 20:41:57 +02:00
Andrzej Rybczak
a98df99ba6 playist: do not duplicate now playing information 2012-09-11 20:22:22 +02:00
Andrzej Rybczak
c8d83b9223 browser: redraw header after locating song immediately 2012-09-10 23:53:01 +02:00
Andrzej Rybczak
fe0d088faa mutable song: rename a few functions 2012-09-10 23:44:35 +02:00
Andrzej Rybczak
43778b3718 tag editor: fix a few glitches in LocateSong 2012-09-10 23:14:09 +02:00
Andrzej Rybczak
463b857f4e media library: really fix sorting by disc 2012-09-09 19:57:11 +02:00
Andrzej Rybczak
37b7650d71 status: change window title from "ncmpcpp ver. X" to "ncmpcpp X" 2012-09-09 19:52:20 +02:00
Andrzej Rybczak
3ba94edca7 menu: use shared pointers internally 2012-09-09 16:25:20 +02:00
Andrzej Rybczak
96315cfdba media library: fix sorting by disc 2012-09-09 14:42:35 +02:00
Andrzej Rybczak
4961e6d6ee comparators: fix LocaleBasedItemSorting 2012-09-09 14:42:13 +02:00
Andrzej Rybczak
6f81748602 display: fix possible crash if song_columns_list_format was invalid 2012-09-09 14:23:20 +02:00
Andrzej Rybczak
869d772b85 cmdargs: remove command line functionality available in mpc 2012-09-08 19:23:14 +02:00
Andrzej Rybczak
189010fecc move ParseArgv to separate file 2012-09-08 19:21:38 +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
cf06d9fa8d strbuffer: change typename C to CharT 2012-09-08 16:57:37 +02:00
Andrzej Rybczak
8f693cd822 string: fix lowercase function 2012-09-08 15:58:35 +02:00
Andrzej Rybczak
1eecc0aa0b tag editor: fix CapitalizeFirstLetters 2012-09-08 15:05:36 +02:00
Andrzej Rybczak
8fb88b7181 comparators: generalize objects a bit 2012-09-08 14:34:46 +02:00
Andrzej Rybczak
691e0322e7 song info: redraw header after processing file 2012-09-08 04:05:47 +02:00
Andrzej Rybczak
057922d2a6 make use of std::locale based strings comparison 2012-09-08 03:35:52 +02:00
Andrzej Rybczak
a26b1f62f9 actions: implement filtering playlist on priorities 2012-09-08 00:29:18 +02:00
Andrzej Rybczak
45a097a45b reduce number of calls to gettimeofday 2012-09-07 23:11:40 +02:00
Andrzej Rybczak
89d3bd884f add missing binding to doc/bindings 2012-09-07 23:11:24 +02:00
Andrzej Rybczak
fb4fdd129a actions: fix screen resize after unlocking 2012-09-07 22:40:17 +02:00
Andrzej Rybczak
a834a8b3af fix compilation --without-taglib 2012-09-07 22:39:38 +02:00
Andrzej Rybczak
c935dcf11a global: remove RedrawHeader 2012-09-06 16:49:47 +02:00
Andrzej Rybczak
f0cac617fa scrollpad: make m_beginning unsigned 2012-09-06 15:09:07 +02:00
Andrzej Rybczak
fcf9ffe668 mpd: separate statistics 2012-09-06 14:46:51 +02:00
Andrzej Rybczak
0147a24add mpd: adjust indentation 2012-09-06 13:31:07 +02:00
Andrzej Rybczak
472c69e8cd tag editor: fix refresh and reset/save options 2012-09-06 12:28:40 +02:00
Andrzej Rybczak
12c52e718d display: really fix now playing prefix 2012-09-06 02:56:45 +02:00
Andrzej Rybczak
fc2d31eca2 display: fix album separators / now playing prefix in classic mode 2012-09-06 02:53:36 +02:00