1222 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
cb1d890e05 If using table-style play queue, then only sort one column at a time.
Issue #1749
2021-12-27 20:49:14 +00:00
Craig Drummond
6d4bba02f4 ...and some more 2021-12-27 17:07:59 +00:00
Craig Drummond
b65b182629 Misc fixes - taken from https://github.com/fenuks/cantata 2021-12-27 17:05:24 +00:00
Philip Sequeira
26f6a40b0e Remove superfluous line break from cover tooltip
The line break appears to have originally separated textual information
in the tooltip from the cover image. All the textual information was
removed in 2d8566d743, so the image is now
the only thing in the tooltip and the line break was just creating an
empty space above it.
2021-11-17 03:15:22 -05: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
39038acfc0 fix deprecation: QComboBox::AdjustToMinimumContentsLength obsolete 2021-07-20 15:26:53 -04:00
John Regan
9d5608e71f fix deprecation: replace QMatrix with QTransform 2021-07-20 08:49:39 -04:00
John Regan
d0d3304942 fix deprecation: delta obsolete, use angleDelta 2021-07-20 08:46:34 -04:00
John Regan
93c4ea12c3 fix deprecation: QSet::toList 2021-07-20 08:44:23 -04:00
Craig Drummond
65786c30b7 Allow smaller images
Issue #1696
2021-03-19 12:26:40 +00:00
Craig Drummond
9df2a54761 Disable scrollbing support, as auth changed.
Closes #1661
2021-01-03 10:15:42 +00:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
eb352aed88 Remove stream providers, as many broken.
Closes #1656
2020-12-05 17:26:04 +00:00
Thomas Uhle
3b49d61a37 Replace deprecated QTime::start(), QTime::elapsed() by using QElapsedTimer 2020-06-12 16:00:18 +02:00
Thomas Uhle
94287bb8eb Replace deprecated sprintf() by QString::arg() 2020-06-12 15:45:37 +02:00
Thomas Uhle
34a8be6b6e Fix loading cover images with wrong file extension in context view
TextBrowser::loadResource() would fall back to QTextBrowser::loadResource()
if images do not have the right file extentsion. This may most certainly be
prevented if we try to load the image from plain data without the hint from
its file name.
2020-06-08 14:25:47 +02:00
Thomas Uhle
08f938b62e Adapt CoverWidget::updateToolTip() to also use Song::isStandardStream()
... like everywhere else.
2020-04-20 21:15:04 +02:00
Craig Drummond
4f52c08349 Fix one more deprecation warning 2020-02-16 13:16:54 +00:00
Craig Drummond
3f675c4d3b Re-enalble view background for all releases - issue is with Qt 2020-02-16 13:11:49 +00:00
Craig Drummond
c95a806e72 Fix remaining deprecation warnings 2020-02-16 11:59:15 +00:00
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
Timothée Jaussoin
634943c077 - Remove a bit of the extra spacing on the right of itemview
- Center the items even if there is only one column
2019-12-06 15:06:39 +01:00
Craig Drummond
2d8566d743 - Show podcast coves in toolbar, queue, and info view.
- Show podcast description in info view.
- Only show cover in toolbar cover tooltip.
Issue #1556
2019-12-05 16:01:39 +00:00
Craig Drummond
8b734082f4 Custom playqueue background is not workig with Qt 5.12 onwards, so
disabled for now.

Issue #1554
2019-12-03 17:55:51 +00:00
Craig Drummond
521aa849bd Categorized view is reported to crash (#1530), so disable by default. Pass -DENABLE_CATEGORIZED_VIEW=ON to cmake to re-enable.
Closes #1530
2019-11-07 18:38:08 +00:00
Craig Drummond
69f687c162 Remove zooming from context view.
Closes #1545
2019-10-28 16:00:24 +00:00
Craig Drummond
8ecda06a18 Remove 'Show Unplayed Only' podcasts action, reported to cause crash when
refreshing lists.

I have no time to look into the actual cause.

Closes #1540
2019-10-05 17:13:02 +01:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Pavel Shlyak
4d6b8f7083 Remove redundant check 2019-08-18 19:07:19 +03:00
Craig Drummond
be8ad26385 Ensure chevron ignores mouse-events 2019-08-12 12:11:57 +01:00
Craig Drummond
13f3068e56 Ensure we don't use more pixels than the width of the view.
Closes #1508
2019-06-30 09:15:40 +01:00
Craig Drummond
c9558ce6c8 ...and more inconsistencies
Issue #1496
2019-05-25 15:47:57 +01:00
Craig Drummond
e9cf43eee6 ...and another one
Issue #1496
2019-05-25 15:38:56 +01:00
Craig Drummond
7e8c0ab29b Use 'small bullet' unicode character to separate fields
Closes #1494
2019-05-23 17:42:32 +01:00
Craig Drummond
e7351dcf6f ...oops! 2019-05-17 08:03:02 +01:00
Craig Drummond
13632e8c62 Only show extension if more than 2 chars 2019-05-17 07:55:04 +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
2295f594d3 Show bits in technical info.
Closes #1435
2019-01-05 23:45:17 +00:00
Craig Drummond
af6a825ad3 Merge branch 'master' into 2.4 2018-12-30 10:48:34 +00:00
Craig Drummond
7b28248aba Add another qt5ct palette work-around.
Issue #1381
2018-10-02 16:47:21 +01:00
Craig Drummond
b232506fdd In grouped style playqueue, only show album duration if there is more than one track from the album.
Closes #1375
2018-09-30 09:09:42 +01:00
Craig Drummond
4c7361b6e0 Always show volume control. 2018-09-19 17:20:11 +01:00
Craig Drummond
c8d9490b36 Add option to remove invalid tracks from playlists
Closes #1271
2018-09-02 14:50:31 +01:00
Craig Drummond
1b1ff0107f Use chevron from font awesome 2018-06-07 22:55:41 +01:00
Craig Drummond
9b2b298ed2 Set spacing to 1, to match PQ 2018-05-26 16:11:04 +01:00
Craig Drummond
8009ba0c2c Don't set spacing to 0 2018-05-26 16:09:20 +01:00
Craig Drummond
f8121aaa73 Use function to set size? 2018-05-26 10:10:21 +01:00