Jonas Kvinge
02cda47c28
Disable trackslider popup on macos
2019-07-30 22:11:09 +02:00
Jonas Kvinge
d34a323a81
Handle cases where playlist background album gets stuck on error
2019-07-30 21:32:56 +02:00
Jonas Kvinge
4166ae8db0
Check HttpStatusCodeAttribute
2019-07-30 21:32:20 +02:00
Jonas Kvinge
955b906b52
Add Song() != operator
2019-07-30 21:31:26 +02:00
Jonas Kvinge
0d424aa81e
Dont fetch lyrics again if only url is changed through url handler
2019-07-30 21:30:52 +02:00
Jonas Kvinge
80acbfa56a
Update contributors
2019-07-30 21:30:08 +02:00
Jonas Kvinge
a7cac24004
Unref pipeline in moodbar on failure
2019-07-28 23:42:12 +02:00
Jonas Kvinge
2927bcf09d
Merge branch 'master' of github.com:jonaski/strawberry
2019-07-28 14:58:52 +02:00
Jonas Kvinge
08dee6bb4f
Fix error message from url handler
2019-07-28 14:58:34 +02:00
Jonas Kvinge
08c92f906a
Update translations
2019-07-27 13:25:51 +02:00
Jonas Kvinge
0a71347e9a
Fix playlist shortcuts
2019-07-26 22:46:04 +02:00
Jonas Kvinge
cf33df1339
Log system type on startup
2019-07-26 19:24:16 +02:00
Jonas Kvinge
87e543b5ef
Fix collection query
2019-07-26 19:14:15 +02:00
Jonas Kvinge
81caec99b7
Fix closing databases
2019-07-25 17:56:28 +02:00
Jonas Kvinge
41484f8673
Fix exit
2019-07-24 23:29:09 +02:00
Jonas Kvinge
da0d61f36a
Fix regression in playlist backend caused by previous commits
2019-07-24 21:37:09 +02:00
Jonas Kvinge
6f3bc74db0
Fix cross-compile for windows
2019-07-24 19:34:33 +02:00
Jonas Kvinge
af3bd6ec2f
Use QNetworkAccessManager::supportedSchemes()
2019-07-24 19:27:00 +02:00
Jonas Kvinge
b5eb13449b
Safely close database connections and delete backends
...
Also fix NewClosure leak caused by disconnected object signals
2019-07-24 19:16:51 +02:00
Jonas Kvinge
bd78e8c275
Fix memory leaks
2019-07-22 20:53:05 +02:00
Jonas Kvinge
2df21081a1
Fix pixmap cache in collection model
...
- Properly remove both from pixmap cache, pending art and pending cache keys when songs are deleted
- Increase default pixmap cache
- Clear pixmap cache when model is reset
2019-07-22 19:57:53 +02:00
Jonas Kvinge
ffebff4ea9
Fix uninitialized variable
2019-07-21 21:28:45 +02:00
Jonas Kvinge
2885bc99ca
Fix memory leak in Database::BackupFile
2019-07-21 18:50:16 +02:00
Jonas Kvinge
acf5c57599
Use InitArtManual in InitFromFilePartial
2019-07-20 22:53:01 +02:00
Jonas Kvinge
ea6cce7068
Fix mtp device support
2019-07-19 19:56:37 +02:00
SamTShaw
e4cefeaa8f
Ipod Support when listed from Udisks2 ( #219 )
...
Udisks2 didn't check to see if the device was actually an ipod, like
GIODeviceLister does.
2019-07-19 19:22:14 +02:00
Jonas Kvinge
f8f84ed09e
Only replace non-ascii characters when not allowing extended ascii
2019-07-14 03:16:53 +02:00
Jonas Kvinge
e7de7ebbfa
Use iconv to replace non-ascii characters
2019-07-14 03:08:19 +02:00
Jonas Kvinge
c9f01f4bc4
Remove old devicekit udisks backend
2019-07-13 23:00:25 +02:00
Jonas Kvinge
75beaa3684
Make sure device is valid before adding it
2019-07-13 18:28:29 +02:00
Jonas Kvinge
079495cc32
Remove usless include in cmake
2019-07-13 18:02:25 +02:00
Jonas Kvinge
c8bd89e56f
Remove support for old imobiledevice uuid, it won't work anyway because
...
of other changes
2019-07-13 17:55:50 +02:00
Jonas Kvinge
b089ba2e04
Free memory of service descriptor and fix possible crashes
2019-07-13 17:33:58 +02:00
Jonas Kvinge
ad062862d8
Add device url to mtp loader failure message
2019-07-12 20:32:30 +02:00
Gavin D. Howard
3a86a93154
Extend article sorting to artist and album artist ( #210 )
2019-07-11 16:51:25 +02:00
Jonas Kvinge
dcf0d6f72d
Fix thread crash in mtpdevice
2019-07-11 00:28:19 +02:00
Jonas Kvinge
d820878b89
Fix oauth checkbox in tidal settings
2019-07-09 22:53:50 +02:00
Jonas Kvinge
7fa1461d5e
Use QUrl::isLocalFile()
2019-07-09 21:43:56 +02:00
Jonas Kvinge
f4b1ef4d04
Set initial position of OSDPretty
2019-07-09 20:28:43 +02:00
Jonas Kvinge
656130a739
Replace QDesktopWidget in OSDPretty
2019-07-09 19:49:15 +02:00
Jonas Kvinge
aa8679dff5
Fix TryLoadPixmap and ShowCover
2019-07-09 01:14:58 +02:00
Jonas Kvinge
f94a3095fd
Fix TryLoadPixmap and ShowCover
2019-07-09 01:05:42 +02:00
Jonas Kvinge
e11958dd58
Fix index in InternetSearchModel
2019-07-09 01:02:54 +02:00
Jonas Kvinge
a5a251a964
Remove use of QDesktopWidget in QSearchField
2019-07-09 00:05:08 +02:00
Jonas Kvinge
8cb1015a35
Remove use of QDesktopWidget in settingsdialog
2019-07-09 00:04:52 +02:00
Jonas Kvinge
b5dd90b2d5
Check QT_VERSION_CHECK for QImage::sizeInBytes() or QImage::byteCount()
2019-07-08 23:35:43 +02:00
Jonas Kvinge
5f7efee00e
ifdef QFontMetrics::horizontalAdvance to make it work with older Qt
2019-07-08 23:27:45 +02:00
Jonas Kvinge
8ebcb71e6e
Replace all uses of QSignalMapper with lambda expressions
2019-07-08 22:27:45 +02:00
Jonas Kvinge
f3e852c042
Replace QImage::byteCount() with sizeInBytes()
2019-07-08 22:25:56 +02:00
Jonas Kvinge
5e2a07d144
Remove unused typedef
2019-07-08 22:24:47 +02:00