Andrzej Rybczak
|
29b1813c6d
|
Resurrect filtering of lists (playlist only for now)
|
2016-11-13 01:15:07 +01:00 |
|
Andrzej Rybczak
|
60e66b47b6
|
searchable: retrieve currently applied search constraint
|
2016-11-11 20:26:42 +01:00 |
|
Andrzej Rybczak
|
9e9e521580
|
remove enterPressed from remaining screens
|
2015-11-04 19:21:31 +01:00 |
|
Andrzej Rybczak
|
3c1a888378
|
playlist: remove enterPressed
|
2015-09-27 15:25:24 +02:00 |
|
Andrzej Rybczak
|
3de7558483
|
playlist: convert several function names to camelCase
|
2015-09-27 15:15:11 +02:00 |
|
Andrzej Rybczak
|
1b6cb65f3a
|
actions: add support for range selection and make a few actions work on ranges
|
2015-05-23 22:57:40 +02:00 |
|
Andrzej Rybczak
|
a8e2ec5ed0
|
replace ProxySongList with NC::List and SongList
|
2015-05-11 22:35:06 +02:00 |
|
Andrzej Rybczak
|
a7dab01eff
|
replace boost::bind with std::bind
|
2015-05-11 22:24:55 +02:00 |
|
Andrzej Rybczak
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
2015-05-09 21:40:09 +02:00 |
|
Andrzej Rybczak
|
dafcadefaf
|
add support for unicode aware regular expressions if available
|
2015-05-02 15:01:01 +02:00 |
|
Andrzej Rybczak
|
9e47a8ad61
|
settings: add support for displaying current mpd host in playlist
|
2015-04-18 19:16:38 +02:00 |
|
Andrzej Rybczak
|
30df221cb4
|
menu: split into two headers
|
2015-04-18 17:41:13 +02:00 |
|
Andrzej Rybczak
|
0c58af8c53
|
window: support new colors also as borders
|
2014-11-15 17:51:46 +01:00 |
|
Andrzej Rybczak
|
25ac152b0d
|
remove silly comment after namespaces
|
2014-11-11 00:18:51 +01:00 |
|
Andrzej Rybczak
|
8d24c42261
|
format: implement generic format parser and printer
|
2014-11-11 00:08:23 +01:00 |
|
Andrzej Rybczak
|
6a5f46a458
|
actions: make find forward/backward incremental
|
2014-11-07 12:59:00 +01:00 |
|
Andrzej Rybczak
|
bf33a45935
|
playlist: initialize timer
|
2014-11-06 20:33:19 +01:00 |
|
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
2014-11-05 21:37:27 +01:00 |
|
Andrzej Rybczak
|
efdac2058e
|
menu: make current() return an iterator
|
2014-11-04 22:33:16 +01:00 |
|
Andrzej Rybczak
|
12772c47f9
|
menu: remove search related methods
|
2014-11-04 21:31:07 +01:00 |
|
Andrzej Rybczak
|
7bfa120f37
|
mpd: get rid of *List typedefs
|
2014-11-03 01:08:20 +01:00 |
|
Andrzej Rybczak
|
e6859c097b
|
actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'
|
2014-10-31 21:52:26 +01:00 |
|
Andrzej Rybczak
|
030d8ccd26
|
actions: locate song: fix crash (hopefully for the last time)
|
2014-10-18 13:09:23 +02:00 |
|
Andrzej Rybczak
|
68a316258c
|
status: store status fields seperately
|
2014-09-12 13:10:47 +02:00 |
|
Andrzej Rybczak
|
06a07b0d33
|
status: fix toggling flags
|
2014-09-03 20:08:00 +02:00 |
|
Andrzej Rybczak
|
dcaa1cafa4
|
playlist: make kept song count collision resistant
|
2014-08-30 14:11:44 +02:00 |
|
Andrzej Rybczak
|
98fc9324e2
|
playlist: rename remaining old private members
|
2014-08-29 15:20:07 +02:00 |
|
Andrzej Rybczak
|
4b933b29e1
|
settings: configuration file processing rewrite
|
2014-08-29 14:54:09 +02:00 |
|
Andrzej Rybczak
|
a3ee8736ce
|
playlist: update: reorder conditions
|
2014-08-28 02:02:05 +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
|
85a2802361
|
update copyright message
|
2014-08-27 05:43:51 +02:00 |
|
Andrzej Rybczak
|
59430f640b
|
statusbar: use boost::format instead of c-style printf
|
2014-08-27 05:25:53 +02:00 |
|
Andrzej Rybczak
|
0dcec65edf
|
use boost::bind instead of std::bind until boost placeholders are in separate namespace
|
2013-07-09 23:14:14 +02:00 |
|
Andrzej Rybczak
|
7deeecee20
|
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
|
2013-05-17 16:55:50 +02:00 |
|
Andrzej Rybczak
|
786ffe9182
|
clear filters when empty string is passed to applyFilter
boost::regex doesn't like empty strings in literal mode and throws exceptions.
|
2013-04-28 23:25:08 +02:00 |
|
Andrzej Rybczak
|
54a1822db2
|
fix problem with status update (#3740)
|
2013-04-10 16:17:10 +02:00 |
|
Andrzej Rybczak
|
2184fb7c73
|
get rid of global mpd status object
|
2013-04-07 17:29:32 +02:00 |
|
Andrzej Rybczak
|
d451731562
|
clear search results if empty string is passed to FindForward/Backward
|
2013-04-07 14:10:41 +02:00 |
|
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
2013-04-07 13:31:58 +02:00 |
|
Andrzej Rybczak
|
6a3eb73a49
|
rewrite communication system with mpd
|
2013-04-07 13:22:50 +02:00 |
|
Andrzej Rybczak
|
2b5f1b9fd4
|
replace gnu regex wrapper with boost::regex
|
2013-04-06 16:47:03 +02:00 |
|
Andrzej Rybczak
|
df9ecabb55
|
window: make color/format/border class enums
|
2012-10-06 19:05:12 +02:00 |
|
Andrzej Rybczak
|
1eb0003714
|
window: rename Where to Scroll and make it enum class
|
2012-10-05 21:25:22 +02:00 |
|
Andrzej Rybczak
|
b57428db90
|
mdp: remove GetCurrentlyPlayingSongPos
|
2012-09-18 21:34:14 +02:00 |
|
Andrzej Rybczak
|
e108604641
|
playlist: make reverse operate on iterator range
|
2012-09-18 21:17:04 +02:00 |
|
Andrzej Rybczak
|
4ff78d6304
|
fix handling playlist highlight
|
2012-09-18 18:27:17 +02:00 |
|
Andrzej Rybczak
|
43ccedd6d8
|
fix assertion failures in media library / playlist editor with separators enabled
|
2012-09-16 08:13:10 +02:00 |
|
Andrzej Rybczak
|
48cf01f084
|
pass ProxySongList around since it already has shared_ptr inside
|
2012-09-16 07:14:33 +02:00 |
|
Andrzej Rybczak
|
14587cb4ec
|
abstract shared parts of switchTo methods away
|
2012-09-15 22:58:32 +02:00 |
|
Andrzej Rybczak
|
c4190b6514
|
rewrite selected items added so it uses sane actions dispatch system
|
2012-09-15 00:18:22 +02:00 |
|