Craig Drummond
dbdc211da2
Use QCollator to compare strings.
2021-12-27 20:39:51 +00:00
Craig Drummond
f4e4a6ed33
Add Grouping tag support to playlists and queue.
2021-12-27 19:58:47 +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
Craig Drummond
aa376c3cc6
Fix getting dir
2021-12-23 17:08:09 +00:00
Craig Drummond
2af114c24d
More build fixes
2021-12-23 16:56:51 +00:00
Craig Drummond
9debed56ae
Fix build
2021-12-23 16:46:15 +00:00
Craig Drummond
dbfc8d92ed
Merge branch 'master' of github.com:CDrummond/cantata
2021-12-23 13:47:55 +00:00
Craig Drummond
e68c4011af
Fix looking for cover-art with MPD's new cue track file listing.
...
Issue #1759
2021-12-23 13:46:09 +00:00
CraigD
34330e2a52
Merge pull request #1758 from asinov/asinov-patch-1
...
space missing between two words
2021-12-06 11:57:53 +00:00
asinov
c76090b6b3
space missing between two words
2021-12-06 12:50:45 +01:00
CraigD
d8f432093a
Merge pull request #1757 from qmega/cover-widget-tooltip
...
Remove superfluous line break from cover tooltip
2021-11-17 08:37:03 +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
20b0d716b8
Remove 'Say Thanks' button - no longer functional.
...
Closes #1754
2021-11-13 21:32:25 +00:00
Craig Drummond
cb8cbb6002
Add "Refresh" action to hover actions for podcasts.
...
Issue #1753
2021-11-12 21:34:52 +00:00
Craig Drummond
630d3c5c6e
When searching for lyrics, if fail and artist starts with "The " then try again without "The "
...
Closes #1752
2021-11-11 23:11:08 +00:00
Craig Drummond
5b3f494676
Hide spinner even when no cover
2021-11-11 22:49:47 +00:00
Craig Drummond
62fe336a01
Update
2021-11-10 12:24:07 +00:00
CraigD
17a23e33bc
Merge pull request #1751 from qmega/fix-total-time-on-reorder
...
Fix total time after reordering play queue
2021-11-10 07:13:19 +00:00
Philip Sequeira
c622886e09
Fix total time after reordering play queue
2021-11-09 22:46:24 -05:00
CraigD
e1bcbfbd8b
Merge pull request #1747 from Marcool04/github-workflow
...
Added a github actions workflow to build Cantata dmg for macOS
2021-10-09 09:41:54 +01:00
Mark Collins
0e19a3c8e8
Added a github actions workflow to build Cantata dmg for macOS
2021-10-09 10:38:20 +02:00
CraigD
717410642e
Merge pull request #1746 from kmontag/fix-missing-getuid-macos
...
Fix missing references to getuid when building on MacOS
2021-10-09 08:58:37 +01:00
Kevin Montag
a5b89a01fe
Fix missing references to getuid on MacOS
2021-10-09 00:43:10 +02:00
Craig Drummond
980227806f
Remove SoundCloud support, no longer works due to API changes.
...
Closes #1745
2021-10-06 18:19:21 +01:00
Craig Drummond
2a6dd2d83a
Handle case where IceCast list is not GZipped.
...
Closes #1744
2021-09-28 16:29:22 +01:00
CraigD
c463a5030e
Merge pull request #1740 from buckmelanoma/patch-1
...
Fix tag editor window width issue
2021-09-08 07:05:05 +01:00
buckmelanoma
69f595f9e4
Fix tag editor window width issue
...
The artist and composer combo boxes can grow extremely wide for some tracks causing the tag editor window to span nearly the entire width of the screen. Adding the AdjustToMinimumContentsLengthWithIcon property for these two combo boxes fixes the window from growing too wide but keeps the ability to view long artists and composers.
2021-09-07 17:51:49 -07:00
Craig Drummond
1eba74c6dd
Merge branch 'master' of github.com:CDrummond/cantata
2021-09-03 19:55:49 +01:00
Craig Drummond
f9e7637468
Don't save queue if string entered in dave dialog but cancel button
...
pressed.
Closes #1739
2021-09-03 19:55:19 +01:00
CraigD
728c9a6417
Merge pull request #1736 from Marcool04/master
...
Updated README for macOS when qt5 and qt6 are both installed with homebrew
2021-08-26 21:34:20 +01:00
Mark Collins
f55f2bef86
Updated README for macos, to indicate steps when qt5 and qt6 are installed
2021-08-26 20:26:39 +02:00
Craig Drummond
9a36b0fc58
Merge branch 'master' of github.com:CDrummond/cantata
2021-08-21 19:03:29 +01:00
Craig Drummond
a5c29cd115
Fix tablib version check, etc.
...
Issue #1734
2021-08-21 19:03:02 +01:00
CraigD
374b12194c
Merge pull request #1732 from a17r/musl-backport
...
Fix gui/main.cpp build with musl
2021-08-16 21:51:32 +01:00
Helmut Pozimski
d837de8669
Fix gui/main.cpp build with musl
...
Picked from VoidLinux:
188bc4852a (diff-413d61b1a38989fbf79759fb57901b99d629706587f21aa4b1b19fb8ef23fd4b)
2021-08-13 22:18:55 +02:00
Craig Drummond
f29a9f8d91
Fix crash when trying to copy songs to MTP device but libMTP has failed to get storage list.
...
Closes #1731
2021-08-11 18:39:01 +01:00
Craig Drummond
49f729d45c
Fix more deprecation warnings
2021-08-11 18:14:02 +01:00
CraigD
b3fd0e51bb
Merge pull request #1729 from a17r/musl-backport
...
Fix build with musl libc - require sys/types.h for dev_t unconditionally
2021-08-04 19:18:14 +01:00
Michael Pyne
835e480748
Require sys/types.h for dev_t unconditionally.
...
Fixes a build error with musl libc. Turns out this is the required
header for dev_t, and not just for FreeBSD. That it works without on
glibc is just an accident.
Differential Revision: https://phabricator.kde.org/D6596
(cherry picked from commit 2382c3f8d3669c473130f4baefb68d244dcb5cbc)
2021-08-04 19:35:01 +02:00
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
CraigD
cb18837d11
Merge pull request #1727 from jprjr/fix-deprecated-warnings
...
Fix deprecated warnings
2021-07-28 17:14:48 +01:00
John Regan
59e10d3cb1
enable autorcc and autoqrc, remove hard-coded windres call
2021-07-27 16:00:29 -04:00
John Regan
39038acfc0
fix deprecation: QComboBox::AdjustToMinimumContentsLength obsolete
2021-07-20 15:26:53 -04:00
John Regan
195b66277c
fix deprecation: QPalette::Background obsolete
2021-07-20 15:26:25 -04:00
John Regan
b38541be02
remove signed/unsigned comparison warning
2021-07-20 15:25:51 -04:00
John Regan
300fbadc85
windows: use sscanf_s to prevent sscanf warning
2021-07-20 15:25:21 -04:00
John Regan
b28aab0de1
fix deprecation: use QLocale to format date
2021-07-20 15:24:47 -04:00