Commit Graph

6934 Commits

Author SHA1 Message Date
Craig Drummond
ea2efb04e2 Open text files with QIODevice::Text
Issue #1261
2018-05-02 21:41:08 +01:00
Craig Drummond
94fdbf400f Crash fix
Issue #1263
2018-05-02 21:24:02 +01:00
Craig Drummond
054902524b Add a slight border to context view when in sidebar. 2018-05-01 22:28:03 +01:00
Craig Drummond
f248335bd0 Slightly reduce height of toolbar. 2018-05-01 22:23:52 +01:00
Craig Drummond
00c970f9a9 - When playing, only poll MPD every 5 seconds.
- When updating play seekbar from MPDStatus, only upate if more than 1
  second from calculated position.
Closes #1260
2018-05-01 22:21:10 +01:00
Craig Drummond
6d520f3df7 Don't enable AA_EnableHighDpiScaling for windows builds, seems to
interfere with fractional scaling.
Closes #1257
2018-05-01 22:18:31 +01:00
Craig Drummond
32f54ae3bd Stretching albums covers not working under Windows, so just remove option.
Closes #1252
2018-04-30 22:23:56 +01:00
Craig Drummond
ea402d2bc0 Fix playback of local non-MPD files under Windows.
Issue #1250
2018-04-30 22:18:32 +01:00
Craig Drummond
0993b222fa Use smaller text for help text in Tweaks section of preferences dialog.
Issue #1251
2018-04-30 18:11:50 +01:00
Craig Drummond
ab60d6225b For windows, when adding local files (served via internal HTTP server) add
the real file path as a query item.
Issue #1250
2018-04-30 18:00:15 +01:00
Craig Drummond
390d4d7239 Better control of playqueue status bar buttons when
contracting/expanding.
2018-04-30 17:56:48 +01:00
Craig Drummond
7607f2e26a Move scrobling 'love' button into toolbar. Use unfilled heart before loved,
and filled when loved.
Closes #1253
2018-04-30 17:52:19 +01:00
Craig Drummond
9c2a66331b Reduce width of statusbar spacer. 2018-04-30 17:42:03 +01:00
Craig Drummond
c2ca4c41ac Only sort playlists in folders view, and place these after tracks.
Closes #1258
2018-04-30 17:40:49 +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
16ad217e33 Ensure always return a value for ApiKeys::isLimitReached
Closes #1255
2018-04-29 22:27:27 +01:00
Craig Drummond
cab690aa15 Update 2018-04-29 22:25:10 +01:00
CraigD
0c49e7ce36 Merge pull request #1254 from Tichy/patch-23
Fixed a typo in cantata_it.ts
2018-04-29 22:23:41 +01:00
Tichy
df8fef0df8 Fixed a typo
I just found it, but it's too late for 2.3.0. Sorry.
2018-04-27 20:42:46 +02:00
Craig Drummond
3477556e0c Adda default to keep compiler happy 2018-04-26 17:44:22 +01:00
Craig Drummond
3f83e576c5 Make sure we always return something! 2018-04-26 17:43:37 +01:00
Craig Drummond
f79888d9d7 Mark function as override 2018-04-26 17:38:59 +01:00
Craig Drummond
27e25a5092 Update version for release 2018-04-26 17:24:26 +01:00
Craig Drummond
3bd9db36b3 Set toolbar min height 2018-04-26 17:19:40 +01:00
Craig Drummond
c692ef79e4 Update debug 2018-04-25 22:04:20 +01:00
Craig Drummond
140aa1e674 Use last index value and total file duration to determine duration of
last track in CUE file.
Issue #1249
2018-04-25 18:50:24 +01:00
Craig Drummond
f1ce113559 Adjust cover cache maxCost based upon pixel ratio
Closes #1248
2018-04-25 16:34:57 +01:00
Craig Drummond
f1af5a9b18 Be more lenient when parsing times from CUE files.
Issue #1249
2018-04-24 22:49:24 +01:00
Craig Drummond
7bdd6d69a6 Take fractional part of time into account when calculating durations for
Cue file tracks
Issue #1249
2018-04-24 22:29:25 +01:00
Craig Drummond
72249c56b8 Add Suru icon for Ubuntu builds. 2018-04-10 18:48:59 +01:00
Craig Drummond
7b9411db88 Update Czech translation 2018-04-09 20:09:28 +01:00
Craig Drummond
1f1f74adbc Properly handle local files - Use QUrl::fromLocalFile
Closes #1247
2018-04-08 18:23:06 +01:00
Craig Drummond
c885a4db58 Merge branch 'master' of ssh://github.com/CDrummond/cantata 2018-04-08 11:20:39 +01:00
Craig Drummond
a550f0cd08 XiphComment::pictureList requires taglib>=1.11 2018-04-08 11:20:03 +01:00
Craig Drummond
e9e21d0ec7 Use QDir::rootPath() 2018-04-08 11:15:36 +01:00
CraigD
63f9c53c0b Merge pull request #1246 from Tichy/patch-22
Added GenericName[it] to .desktop file
2018-04-08 10:45:48 +01:00
Tichy
d82c2b5953 Update cantata.desktop 2018-04-08 01:09:56 +02:00
Tichy
b8eddb7d0e Added GenericName[it] 2018-04-08 01:06:27 +02:00
Craig Drummond
5dcfeb5829 Fix mac build 2018-04-07 16:00:14 +01:00
Craig Drummond
8b61b38681 Change include guard - to fix mac build 2018-04-07 15:22:23 +01:00
Craig Drummond
d2dcc57773 Add include guards 2018-04-07 15:12:13 +01:00
Craig Drummond
7b4b837b79 Explicitly set some widgets to nullptr, as they will be checked later
Issue #1245
2018-04-03 23:17:13 +01:00
Craig Drummond
b5153237c0 Update ebur128 copy 2018-04-03 20:00:16 +01:00
Craig Drummond
96c290ebf4 Check wwidgets have been constructed. qt5ct work-around causes
controlView to be called before fully initialised
Closes #1244
2018-04-03 19:53:31 +01:00
Craig Drummond
c8d7f2ad84 For Linux GCC builds, print stack trace on crash. 2018-04-02 23:04:18 +01:00
Craig Drummond
286a3da71d If QFile::copy() fails, try read + write ?
Issue #1239
2018-04-02 16:39:16 +01:00
Craig Drummond
8c525aaa0d More debug, and check file types
Issue #1239
2018-04-02 15:47:51 +01:00
Craig Drummond
4a828d72e5 Remove debug 2018-04-02 15:33:05 +01:00
Craig Drummond
3f4c52c8ce When copying covers to/from devices - also look for 1st image in source
folder
Issue #1239
2018-04-02 14:47:07 +01:00
Craig Drummond
baf07a7ea6 Add debug when copying covers 2018-04-02 14:36:02 +01:00