Commit Graph

54 Commits

Author SHA1 Message Date
Craig Drummond
b8645d1358 Fix most, but not all, deprecation warnings. 2020-02-16 09:51:37 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
fd095a63ae Show smart-playlists errors in messagewidget 2019-08-17 17:18:45 +01:00
Craig Drummond
1df56cf767 - When matching wildcard genres, look case-insensitively for smart playlists.
- When matching wildcard genres, if no matches found then use a fake dummy genre so that no tracks will match rules.
Issue #1519
2019-08-12 12:11:07 +01:00
Craig Drummond
63fbb6a459 Add a note about 'Exact match'
Issue #1514
2019-07-20 14:09:44 +01:00
Craig Drummond
294774b504 In dynamic/smart playlists, when specify a rating also allow to specify unrated tracks.
Issue #1514
2019-07-20 14:05:11 +01:00
Craig Drummond
ddd46cde1a For genres listed in "Composer Support" tweak, shown composer instead of
artist in context view and toolbar.
Issue #1460
2019-03-01 21:36:57 +00:00
Craig Drummond
d7b379b75b Fix crash when double-clicking outside of table-view (when this is set to not stretch columns).
Closes #1445
2019-01-31 21:38:00 +00:00
Craig Drummond
b0f767d50f Use correct key
Closes #134
2019-01-05 14:10:21 +00:00
Craig Drummond
af6a825ad3 Merge branch 'master' into 2.4 2018-12-30 10:48:34 +00:00
Christian Friedrich Coors
11ddedfd5f Add option to sort smart playlists by title 2018-10-01 18:16:50 +02:00
Craig Drummond
c8d9490b36 Add option to remove invalid tracks from playlists
Closes #1271
2018-09-02 14:50:31 +01:00
Craig Drummond
cdf1b662b6 Fix saving 'Descending' order for smart playlists.
Issue #1356
2018-09-01 23:29:17 +01:00
Craig Drummond
3b06c68cb8 If a dynamic playlist has rating 0..5 stars, then include all songs (even those without an explicit rating).
Closes #1334
2018-07-24 16:31:50 +01:00
Craig Drummond
2cf8c8c153 Initially show text about remote dynamizer not running 2018-06-07 20:37:06 +01:00
Craig Drummond
30bc4f5fd2 Add file max-age to dynamic playlist rules.
Closes #1298
2018-06-01 19:21:04 +01:00
Craig Drummond
9a962d6459 Fix MaxAge saving 2018-06-01 19:19:56 +01:00
Craig Drummond
32e13a8ff5 Fix checking of ratings if no inc rules 2018-06-01 19:06:40 +01:00
Craig Drummond
b1fe828c2e Add icons to buttons, if set by style 2018-05-25 18:14:02 +01:00
Craig Drummond
0aadefef3c Make 'Icon' a namespace not class 2018-05-24 19:05:54 +01:00
Craig Drummond
e4624964e2 Use more mono icons 2018-05-23 21:14:42 +01:00
Craig Drummond
7dea11b63f Set Smart rules 'files added in the last days' limit to 10*365 2018-04-29 22:51:56 +01:00
Craig Drummond
dc2d493c86 Set minimum size 2018-03-20 17:20:02 +00:00
Craig Drummond
f904599e3f Update text 2018-03-20 17:16:49 +00:00
Craig Drummond
0eb7d338cf Add some help text 2018-03-18 11:37:03 +00:00
Craig Drummond
8b98498f91 Add more info text 2018-03-09 17:41:02 +00:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
6103d5e7d2 Allow to specify the max age of files to use in smart playlists.
Issue #1215
2018-02-18 19:42:24 +00:00
Craig Drummond
e9111c6c09 Fix reading of num tracks 2018-02-18 19:26:43 +00:00
Craig Drummond
f1a00ebc30 Add colon at end of label 2018-02-18 19:24:32 +00:00
Craig Drummond
b7e8021a36 Add information text to views when these would otherwise be blank. 2018-02-14 18:04:15 +00:00
Craig Drummond
1a68c78255 Fix deleting of smart playlists. 2018-02-14 17:47:29 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
dc8cbed1eb Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
7046f6397d priorty -> priority 2017-12-24 16:37:04 +00:00
Craig Drummond
6350263643 Fix IPv6 support
Issue #1148
2017-12-23 17:06:44 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
790a3830b4 Remember last loaded/saved playlist name - and use this as the default
name when saving.

Closes #1116
2017-11-05 15:58:47 +00:00
Craig Drummond
8bb167299f If dynamic playlists helper does not start, show link to wiki page
detailing perl dependencies.
Closes #1113
2017-11-03 13:41:37 +00:00
Craig Drummond
5001c5b593 Revert "Remove Cantata's high-dpi handling code, this should be done by Qt."
This reverts commit 28df204fc4.

Issue #1077
2017-08-30 19:25:26 +01:00
Craig Drummond
16085e7eb7 Fix reading ascending/descending 2017-08-22 21:54:09 +01:00
Craig Drummond
d049e5e6ff Show ascending/descending 2017-08-22 21:46:50 +01:00
Craig Drummond
3fb5ee3815 Add file age to sorts, and add option for ascending or descending 2017-08-22 21:31:46 +01:00
Craig Drummond
3cb45750d0 Add sort order to smart playlists 2017-08-19 11:41:30 +01:00
Craig Drummond
9b1ef09dea Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
fc88de90bc Initial implementation of smart playlists. NOT complete!!! 2017-08-18 22:45:18 +01:00
Craig Drummond
c71b067d2e Rename Dynamic to DynamicPlaylists 2017-08-17 18:05:12 +01:00
Craig Drummond
d014e1f515 Rename some files 2017-08-16 18:16:06 +01:00