Andrzej Rybczak
|
830a2832b5
|
screen: change ScreenType to WindowType and add WindowReference typedef
|
2012-09-14 17:43:11 +02:00 |
|
Andrzej Rybczak
|
0d27d6ded3
|
media library: make screens non-pointer
|
2012-09-14 17:33:53 +02:00 |
|
Andrzej Rybczak
|
3a1175343f
|
fix nasty bug related to overlapping names
|
2012-09-14 17:11:32 +02:00 |
|
Andrzej Rybczak
|
4d6ea660bc
|
make defining screens with main window type as non-pointer possible
|
2012-09-14 16:16:22 +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
|
dd7665bb7d
|
more PascalCase to camelCase conversions
|
2012-09-13 19:23:33 +02:00 |
|
Andrzej Rybczak
|
cfe738b2f7
|
add interface HasColumns and its appropriate implementations
|
2012-09-13 18:24:57 +02:00 |
|
Andrzej Rybczak
|
31b06470d1
|
check properly in MouseButtonPressed if switching columns is allowed
|
2012-09-13 17:46:35 +02:00 |
|
Andrzej Rybczak
|
d55070754d
|
settings: support customizable tags separator
|
2012-09-12 21:44:27 +02:00 |
|
Andrzej Rybczak
|
8f065e2da3
|
status: split NcmpcppStatusChanged into smaller pieces
|
2012-09-12 02:41:21 +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
|
c90545b008
|
move statusbar/progressbar related code to separate file
|
2012-09-11 21:52:41 +02:00 |
|
Andrzej Rybczak
|
463b857f4e
|
media library: really fix sorting by disc
|
2012-09-09 19:57:11 +02:00 |
|
Andrzej Rybczak
|
96315cfdba
|
media library: fix sorting by disc
|
2012-09-09 14:42:35 +02:00 |
|
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
2012-09-08 17:50:01 +02:00 |
|
Andrzej Rybczak
|
8f693cd822
|
string: fix lowercase function
|
2012-09-08 15:58:35 +02:00 |
|
Andrzej Rybczak
|
8fb88b7181
|
comparators: generalize objects a bit
|
2012-09-08 14:34:46 +02:00 |
|
Andrzej Rybczak
|
057922d2a6
|
make use of std::locale based strings comparison
|
2012-09-08 03:35:52 +02:00 |
|
Andrzej Rybczak
|
c935dcf11a
|
global: remove RedrawHeader
|
2012-09-06 16:49:47 +02:00 |
|
Andrzej Rybczak
|
10e88ec6b4
|
display: pass screen to functions by pointer
|
2012-09-05 20:52:33 +02:00 |
|
Andrzej Rybczak
|
7c6467a9e7
|
keys: implement parsing key configuration file
|
2012-09-05 18:02:37 +02:00 |
|
Andrzej Rybczak
|
5f637103a6
|
menu: make Menu::drawn return ConstIterator
|
2012-09-04 23:05:58 +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
|
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
|
506e79b4b1
|
add allowsFiltering / allowsSearching checks
|
2012-09-03 16:50:01 +02:00 |
|
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
2012-09-03 15:34:07 +02:00 |
|
Andrzej Rybczak
|
684d871506
|
finally kill NC::List
|
2012-09-02 20:55:32 +02:00 |
|
Andrzej Rybczak
|
5e8d1673e0
|
implement ProxySongList for handling general operations on lists
|
2012-09-02 20:51:20 +02:00 |
|
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
2012-09-02 15:37:42 +02:00 |
|
Andrzej Rybczak
|
6f59a175ec
|
implement HasSongs interface
|
2012-09-02 13:52:26 +02:00 |
|
Andrzej Rybczak
|
0811e30319
|
implement Searchable interface / make use of unnamed namespaces
|
2012-09-01 16:10:52 +02:00 |
|
Andrzej Rybczak
|
4c944085d6
|
menu: generalize filtering, introduce interfaces
|
2012-08-31 23:09:56 +02:00 |
|
Andrzej Rybczak
|
1596c8ed40
|
menu: simplify ItemDisplayer further
|
2012-08-31 12:20:41 +02:00 |
|
Andrzej Rybczak
|
1c46dec39f
|
menu: a few semantic changes
|
2012-08-31 11:41:22 +02:00 |
|
Andrzej Rybczak
|
e4f4cd68c0
|
menu: add value iterator
|
2012-08-31 09:19:45 +02:00 |
|
Andrzej Rybczak
|
d8b2d20bdb
|
menu: move a few methods to Item class
|
2012-08-31 04:38:20 +02:00 |
|
Andrzej Rybczak
|
7e53654492
|
menu: implement custom iterator
|
2012-08-30 20:17:25 +02:00 |
|
Andrzej Rybczak
|
7297b8a9ad
|
use std::bind instead of passing void pointers around
|
2012-08-30 12:24:19 +02:00 |
|
Andrzej Rybczak
|
798c9b3121
|
menu: some member name changing
|
2012-08-30 07:07:19 +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
|
a20a195225
|
mpd: use lambda closures instead of passing vectors to functions
|
2012-08-28 06:01:56 +02:00 |
|
Andrzej Rybczak
|
397783d701
|
reduce usage of pointers / replace std::pair in SearchEngine
|
2012-08-28 02:44:08 +02:00 |
|
Andrzej Rybczak
|
a270fc8402
|
rewrite MPD::Song object
|
2012-08-28 00:09:39 +02:00 |
|
Andrzej Rybczak
|
e0e787716f
|
require MPD >= 0.14
|
2012-08-27 19:11:03 +02:00 |
|
Andrzej Rybczak
|
bac6df8c6c
|
some general source code tweaks
|
2012-08-27 19:06:19 +02:00 |
|
Andrzej Rybczak
|
77a3c73d9c
|
make displayed messages more consistent
|
2012-08-14 18:18:36 +02:00 |
|
Andrzej Rybczak
|
181224b837
|
keybinding system rewrite
|
2012-08-14 01:44:14 +02:00 |
|
Andrzej Rybczak
|
8b2fd356b7
|
rename YEAR tag to DATE tag (as it should've been from the beginning)
|
2012-07-16 00:42:40 +02:00 |
|