craig.p.drummond
|
874e2ab671
|
If auto-splitter hide is disabled, then restore sizes.
BUG: 521
|
2014-08-17 15:45:47 +00:00 |
|
craig.p.drummond
|
3b186af4b2
|
Only clear scaled cached covers if called from cover dialog
|
2014-08-17 15:04:41 +00:00 |
|
craig.p.drummond
|
7cd616afc9
|
Spelling
|
2014-08-17 15:03:38 +00:00 |
|
craig.p.drummond
|
614ee1ee09
|
Increase gap between add and play icons in grid view.
|
2014-08-17 15:01:48 +00:00 |
|
craig.p.drummond
|
e853fd3e77
|
Always large action icons for grid view.
|
2014-08-17 15:01:32 +00:00 |
|
craig.p.drummond
|
f14085da14
|
Show perfomer in cover tooltip if this is set and different to album artist.
|
2014-08-17 15:00:38 +00:00 |
|
craig.p.drummond
|
733fd055c1
|
Split genres by comma in table views
|
2014-08-17 14:59:37 +00:00 |
|
craig.p.drummond
|
c7361cce1a
|
Show covers in search response
|
2014-08-17 14:58:45 +00:00 |
|
craig.p.drummond
|
aec0fc4a02
|
Add support for modified-since MPD find command (MPD>=0.19)
UNTESTED!
|
2014-08-17 14:58:06 +00:00 |
|
craig.p.drummond
|
7f8df60635
|
Spelling
|
2014-08-12 19:45:38 +00:00 |
|
craig.p.drummond
|
afe2e1d717
|
Don't alter text of 'Other Views' tab in preferences dialog if streams, online, and device support are disabled - as there are still 2 views; folders and search.
(Already commited to branches/1.4...)
|
2014-08-12 19:45:05 +00:00 |
|
craig.p.drummond
|
4c5d424cd6
|
If screen is 800px or less, re-arrange view config items so that pref dlg can be smaller
|
2014-08-12 19:43:26 +00:00 |
|
craig.p.drummond
|
df764f9508
|
Make Qt pref dialog shrinkable
|
2014-08-11 19:33:03 +00:00 |
|
craig.p.drummond
|
94de7ca93a
|
Remove border from cover widget
|
2014-08-11 19:32:24 +00:00 |
|
craig.p.drummond
|
9f88eb00e5
|
Use KDE cmake macro to enable exceptions in KDE builds.
|
2014-08-11 19:31:22 +00:00 |
|
craig.p.drummond
|
93e0787a89
|
Fix compilation with taglib versions older than 1.8
|
2014-08-11 19:30:58 +00:00 |
|
craig.p.drummond
|
08a6602217
|
Fix compilation wih older ffmpeg versions.
BUG: 513
|
2014-08-10 20:09:43 +00:00 |
|
craig.p.drummond
|
0a452ec2ba
|
Use QIcon::fromTheme to set system-tray icon.
BUG: 519
|
2014-08-10 09:31:50 +00:00 |
|
craig.p.drummond
|
4a585f64b3
|
Fix crash in settings dialog when some system-tray options removed.
BUG: 518
|
2014-08-10 09:23:54 +00:00 |
|
craig.p.drummond
|
48dc8b053b
|
Exceptions are required for all non Qt5 builds.
BUG: 513
|
2014-08-10 08:23:25 +00:00 |
|
craig.p.drummond
|
21e5954eaf
|
Update
|
2014-08-10 08:21:56 +00:00 |
|
craig.p.drummond
|
bed090a75c
|
Update
|
2014-08-01 20:33:29 +00:00 |
|
craig.p.drummond
|
0b42caed75
|
If now playing has been sent, track has not been scrobbled, then when track is played after beeing paused for more than 5 seconds resend now playing.
|
2014-07-31 19:28:42 +00:00 |
|
craig.p.drummond
|
fe1cb3b05a
|
Don't URL encode scrobble keys, just values.
|
2014-07-31 19:28:12 +00:00 |
|
craig.p.drummond
|
13e65f1d62
|
Use comma to split multiple genres in tooltip.
|
2014-07-31 19:27:24 +00:00 |
|
craig.p.drummond
|
b185a96d99
|
Only enable 'center on current track' action if there is a current track.
|
2014-07-31 19:26:52 +00:00 |
|
craig.p.drummond
|
e51b94e43b
|
When adjusting track numbers in tag editor, start from first actual track.
|
2014-07-30 19:05:23 +00:00 |
|
craig.p.drummond
|
24cd2680bf
|
Remove extra margin in podcast settings dialog.
|
2014-07-30 19:04:30 +00:00 |
|
craig.p.drummond
|
85298cdc8a
|
Don't log scrobbler session key to debug file.
|
2014-07-29 19:04:06 +00:00 |
|
craig.p.drummond
|
d07ef22ae1
|
Last.fm replies are XML, so decode these properly!
BUG: 510
|
2014-07-29 19:01:33 +00:00 |
|
craig.p.drummond
|
6e937de1a2
|
If we fail to download a cover, don't keep trying next time song is played.
|
2014-07-28 20:08:20 +00:00 |
|
craig.p.drummond
|
4a60f9f4d6
|
Seems like MPDSribble itself is broken with regards to sening "love" status, so remove MPDScribble from list of scrobblers.
BUG: 511
|
2014-07-26 17:39:32 +00:00 |
|
craig.p.drummond
|
f06cec7b7e
|
Update current song to scrobble, even if disabled, so that when enabled we can scrobble.
BUG: 510
|
2014-07-24 19:22:14 +00:00 |
|
craig.p.drummond
|
7c55e5deed
|
Formatting
|
2014-07-24 17:35:28 +00:00 |
|
craig.p.drummond
|
8dfe4d4ee8
|
Remove some moc/QObject warnings in KDE builds without streams or http server.
BUG: 507
|
2014-07-23 20:56:09 +00:00 |
|
craig.p.drummond
|
ac0bb8bc75
|
Remove unused var warning when compiling without online services.
|
2014-07-23 18:03:38 +00:00 |
|
craig.p.drummond
|
ec6f631952
|
Initial support for ratings - stored in MPD's sticker DB. This is NOT complete - support in dynamic playlists is still TODO...
|
2014-07-21 19:01:56 +00:00 |
|
craig.p.drummond
|
bae0cf19a1
|
Use QUrl with server details to build HTTP address used to compare MPD http file paths against.
|
2014-07-19 10:29:06 +00:00 |
|
craig.p.drummond
|
5d78346403
|
Update
|
2014-07-17 16:15:51 +00:00 |
|
craig.p.drummond
|
3d1a4f88ce
|
Simple view config
|
2014-07-17 16:14:22 +00:00 |
|
craig.p.drummond
|
0d19ee77ab
|
- 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
|
d5d5c23479
|
- Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
|
2014-07-16 19:06:33 +00:00 |
|
craig.p.drummond
|
91e24fd531
|
Update
|
2014-07-14 18:44:51 +00:00 |
|
craig.p.drummond
|
11528ec20d
|
Remove type-ahead search - its not wokring 100% reliably.
BUG: 503
|
2014-07-14 18:43:49 +00:00 |
|
craig.p.drummond
|
81a3633598
|
Remove list style for playqueue - no real point!
|
2014-07-10 19:49:32 +00:00 |
|
craig.p.drummond
|
8097fe0562
|
Better tooltip for songs
|
2014-07-10 19:49:12 +00:00 |
|
craig.p.drummond
|
e83c883c75
|
Clear MPDs error message after display - so that we dont keep on displaying it!
|
2014-07-10 19:48:08 +00:00 |
|
craig.p.drummond
|
8641988124
|
Fix sound cloud searches in Qt5
|
2014-07-10 19:47:15 +00:00 |
|
craig.p.drummond
|
df494f9445
|
Use Qt5's own json parser fopr Qt5 builds.
|
2014-07-10 19:46:40 +00:00 |
|
craig.p.drummond
|
38df88841a
|
Use QSslSocket to determine if https is available
|
2014-07-07 19:07:19 +00:00 |
|