Commit Graph

1493 Commits

Author SHA1 Message Date
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
Andrzej Rybczak
ca76cf73b4 actions: fix failed assertion in AddRandomItems 2012-09-06 02:18:20 +02:00
Andrzej Rybczak
72cbae8d14 add example bindings configuration file with comprehensive description 2012-09-06 02:12:27 +02:00
Andrzej Rybczak
dc62bd5c29 actions: adjust names of a few actions to be more descriptive 2012-09-06 00:38:00 +02:00
Andrzej Rybczak
061fb9e60d bindings: bind pause to 'p' and 'P' to display mode toggle 2012-09-05 23:48:56 +02:00
Andrzej Rybczak
c34bcee12b actions: rename DeselectItems to RemoveSelection 2012-09-05 23:43:11 +02:00
Andrzej Rybczak
fe9bcfbeab bindings: add support for parsing/displaying insert key 2012-09-05 23:36:11 +02:00
Andrzej Rybczak
299e1f2e9c bindings: remove F* binds, bind Help to F1 only, start other screens with 1 2012-09-05 23:27:19 +02:00
Andrzej Rybczak
1be7676187 rename keys.{cpp,h} to bindings.{cpp,h} 2012-09-05 23:19:34 +02:00
Andrzej Rybczak
8ef252ec6e actions: consider jumping to parent dir runnable even on root level 2012-09-05 23:03:45 +02:00
Andrzej Rybczak
3d2e61f188 keys: improve error messages a bit 2012-09-05 23:02:32 +02:00
Andrzej Rybczak
21947d3655 status: optimize filtering when chars are being taken from input queue 2012-09-05 22:45:13 +02:00
Andrzej Rybczak
39c5087d18 actions: guarantee that action will not be executed without checks 2012-09-05 21:45:19 +02:00
Andrzej Rybczak
837a7c14cf actions: make checks more strict 2012-09-05 21:35:52 +02:00
Andrzej Rybczak
ad297ba059 actions: make separators toggle work in all screens 2012-09-05 20:55:15 +02:00
Andrzej Rybczak
10e88ec6b4 display: pass screen to functions by pointer 2012-09-05 20:52:33 +02:00
Andrzej Rybczak
eff1d672b9 keys: implement support for a few macro utilities 2012-09-05 20:21:02 +02:00
Andrzej Rybczak
7c6467a9e7 keys: implement parsing key configuration file 2012-09-05 18:02:37 +02:00
Andrzej Rybczak
95e2cfe6e1 move keys related functions/classes to separate file 2012-09-05 13:11:43 +02:00
Andrzej Rybczak
ec5f271f17 playlist editor: do not display "Playlist is empty" message 2012-09-05 01:08:18 +02:00
Andrzej Rybczak
69bd1bac97 tag editor: remove albums view 2012-09-05 00:51:23 +02:00
Andrzej Rybczak
5f637103a6 menu: make Menu::drawn return ConstIterator 2012-09-04 23:05:58 +02:00
Andrzej Rybczak
bf3a7a7715 do not clear playlists content, make idle notifications take care of it 2012-09-04 22:57:58 +02:00
Andrzej Rybczak
a351d07eff actions: get deleting/cropping/clearing playlists right 2012-09-04 22:56:24 +02:00
Andrzej Rybczak
ef55093586 move a few small functions to actions 2012-09-04 20:47:29 +02:00
Andrzej Rybczak
09e746aa05 status: fix copypaste bug 2012-09-04 20:13:33 +02:00
Andrzej Rybczak
f6fb2ed54c make use of override keyword if available 2012-09-04 20:08:43 +02:00
Andrzej Rybczak
6d87ebbc43 generalize UpdateSongsList (-> markSongsInPlaylist) 2012-09-04 18:50:33 +02:00
Andrzej Rybczak
bb121fbe01 make playlist and playlist editor share code responsible for moving items 2012-09-04 18:14:37 +02:00
Andrzej Rybczak
60ca9de919 check if song is in playlist in O(nlogn) instead of O(n^2) 2012-09-04 03:17:12 +02:00
Andrzej Rybczak
8ab8da2a30 actions: fix filter clearing 2012-09-03 19:54:23 +02:00
Andrzej Rybczak
506e79b4b1 add allowsFiltering / allowsSearching checks 2012-09-03 16:50:01 +02:00
Andrzej Rybczak
ce80c21ea5 status: restore commented out piece of code 2012-09-03 16:17:03 +02:00
Andrzej Rybczak
eb40b7ef91 helpers: fix UpdateSongList 2012-09-03 15:48:13 +02:00
Andrzej Rybczak
226fbdd2c9 fix shadowing warnings 2012-09-03 15:43:59 +02:00