Craig Drummond
|
059aceb95d
|
Fix build issues due to previous change. #1727
|
2021-07-29 12:13:42 +01:00 |
|
Craig Drummond
|
31b8a6d9b9
|
Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
|
2021-07-29 12:00:04 +01:00 |
|
Craig Drummond
|
be9c1e74e0
|
Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
|
2021-07-28 19:44:57 +01:00 |
|
John Regan
|
cc0d116986
|
fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts
|
2021-07-19 15:00:32 -04:00 |
|
Craig Drummond
|
11bb7571c9
|
Update (c) year
|
2021-01-01 10:06:43 +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
|
2139d3dbb8
|
Update (c) year
|
2018-01-01 10:11:39 +00:00 |
|
Craig Drummond
|
0524e30987
|
Also add year filtering to playqueue
Issue #1131
|
2017-12-01 19:12:37 +00:00 |
|
Craig Drummond
|
6e100a5ef5
|
Use for(var: list) and not foreach(var, list)
|
2017-11-27 22:36:53 +00:00 |
|
Craig Drummond
|
0a73215867
|
Update (c) year
|
2017-04-02 18:45:30 +01:00 |
|
Craig Drummond
|
a517bf4f17
|
Remove KDE4 and Ubuntu Touch support
|
2017-04-01 22:55:27 +01:00 |
|
Craig Drummond
|
705648420a
|
Update (c) year
|
2016-01-08 18:55:13 +00:00 |
|
Craig Drummond
|
9533f12881
|
Update (c) year
|
2015-08-13 21:12:34 +01:00 |
|
Craig Drummond
|
fe4bcfca61
|
For consistency with library model, only add songs that pass filtering
|
2015-07-26 19:11:07 +01:00 |
|
Craig Drummond
|
4a713c7ec9
|
Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
|
2015-06-07 22:18:19 +01:00 |
|
craig.p.drummond
|
d72c899dca
|
- Remove GUI option to control saving of scaled covers. This is enabled by default, and can be toggled via the config file.
- Dont re-load view when sort changes.
|
2014-07-16 19:07:41 +00:00 |
|
craig.p.drummond
|
e751c09364
|
Also read performer for display in context view
|
2014-06-11 18:25:29 +00:00 |
|
craig.p.drummond
|
64c06773ce
|
Alter includes to have su-folder - e.g. utils.h -> support/utils.h
|
2014-05-13 18:37:52 +00:00 |
|
craig.p.drummond
|
a1337b933c
|
Add option to only act on songs that pass current string or genre filter.
BUG: 473
|
2014-04-30 18:48:00 +00:00 |
|
craig.p.drummond
|
b0afa7d57b
|
Only use 'basic' string if it is actually modified
|
2014-04-04 21:25:11 +00:00 |
|
craig.p.drummond
|
fb1a8b9064
|
When searching, search both with and without diaeresis, etc. e.g. both Queensrÿche and Queensryche should match.
|
2014-04-04 19:37:47 +00:00 |
|
craig.p.drummond
|
31f0d5f3d0
|
Search composer too
BUG: 436
|
2014-03-05 19:53:43 +00:00 |
|
craig.p.drummond
|
a81681678a
|
Dont limit search to 4 words - when calculating num BITs, need to times num BYTES by 8!!!
BUG: 396
|
2014-01-28 19:35:11 +00:00 |
|
craig.p.drummond
|
addfca835a
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
3c29b40dff
|
Move remove and crop functions into playqueue class
|
2013-12-10 19:47:04 +00:00 |
|
craig.p.drummond
|
43fc6e71a7
|
Seting 'filter item' does not invalidate sort
|
2013-10-10 20:30:35 +00:00 |
|
craig.p.drummond
|
fdadd3857c
|
Dynamic sorting of online service model
|
2013-10-10 20:30:02 +00:00 |
|
craig.p.drummond
|
9e75dee7d1
|
Modify proxy for online services
|
2013-10-10 20:29:09 +00:00 |
|
craig.p.drummond
|
a898162c6d
|
Dont hide other online services / streams when searching.
|
2013-10-09 18:45:01 +00:00 |
|
craig.p.drummond
|
f51a6f2fb9
|
Speed up online services model by disabling dynamic sort
|
2013-07-16 18:30:45 +00:00 |
|
craig.p.drummond
|
6add6309bb
|
Mor ework on trying to speedup Jamendo - it can still be *very* slow though :-(
|
2013-07-15 19:15:56 +00:00 |
|
craig.p.drummond
|
443a27926a
|
Mods for Jamendo search
|
2013-07-15 19:11:10 +00:00 |
|
craig.p.drummond
|
ceae5ce8a3
|
Separate search per online service
|
2013-07-12 19:04:55 +00:00 |
|
craig.p.drummond
|
fbe6f03408
|
Update copyright year
|
2013-01-17 16:57:20 +00:00 |
|
craig.p.drummond
|
b4c5efb417
|
Slightly speed up playqueue searches.
|
2012-12-30 21:00:23 +00:00 |
|
craig
|
bd1de87413
|
Automatically expand treeview items when searching.
|
2012-03-27 17:39:05 +00:00 |
|
craig
|
948aae31a9
|
Better filtering.
|
2012-03-27 17:38:42 +00:00 |
|
craig
|
f7e743461a
|
Remove proxy code duplication
|
2012-03-21 19:07:34 +00:00 |
|