Jim Broadus
22cfade4a4
organise: Refresh filename after transcode
2020-06-07 05:34:08 +01:00
Clementine Buildbot
22537a4501
Automatic merge of translations from Transifex
2020-06-07 02:28:28 +00:00
Clementine Buildbot
4c9241db1a
Automatic merge of translations from Transifex
2020-06-06 02:27:32 +00:00
Jim Broadus
536f345268
database: Add ftsyear to jamendo.songs_fts
...
A previous change added ftsyear to all songs_fts tables, but the base jamendo
schema, which is used when recreating the database, was not updated. This
resulted in thousands of sql errors when reloading the catalog.
2020-06-05 10:26:26 +01:00
Jonas Kvinge
48ae27b4ad
Update .github/workflows/all.yml
2020-06-05 00:11:57 +01:00
Jonas Kvinge
d374e50fed
Add Qt5Svg.dll and qsvg.dll
2020-06-05 00:11:57 +01:00
Jonas Kvinge
789dcfa0eb
Update windows nsi
2020-06-05 00:11:57 +01:00
Jonas Kvinge
84fc00d553
Use builtin taglib on Windows and set -DTAGLIB_STATIC
2020-06-04 22:00:52 +01:00
Jim Broadus
236cfa7adf
Don't include cdda code if HAVE_AUDIOCD isn't defined
2020-06-01 22:09:46 +01:00
Jim Broadus
3616a50d83
Don't modify the original request URLs when doing cdda fixup
...
The current URL is compared againt the unmodified next in some cases.
2020-06-01 22:09:46 +01:00
Jim Broadus
7e3cd84b5d
Fix cdda playback
...
QUrl interprets a single number as an ip address, so the track URL cdda://1
would become cdda://0.0.0.1. A previous fix addresses this issue by adding an
extra character "a" to the affected URLs then removing the last instance of the
character upon usage. However, this didn't apply when a path was present
(cdda:///dev/sr0/1), but would still attempt to reverse the change later
(cdd:///dev/sr0/1).
This change applies the fix-up to all cdda urls and moves the conversion
utilities to a single location.
See: 335bc89c9
("Workaround for broken CD playback in Qt5 (#6021 )")
2020-06-01 22:09:46 +01:00
Clementine Buildbot
bf3d3db234
Automatic merge of translations from Transifex
2020-06-01 02:27:31 +00:00
Clementine Buildbot
00f9597d37
Automatic merge of translations from Transifex
2020-05-31 02:27:35 +00:00
Clementine Buildbot
c8d56776a8
Automatic merge of translations from Transifex
2020-05-30 02:28:35 +00:00
Clementine Buildbot
6f5fe724bb
Automatic merge of translations from Transifex
2020-05-29 02:27:41 +00:00
dmdmdm
a63a37a7ab
Changed to translator comment
2020-05-28 19:40:57 +01:00
dmdmdm
32cb04f26b
Change text for Original Year
2020-05-28 19:40:57 +01:00
SDNick484
ed0078b8d4
Adds missing QPainterPath include
2020-05-28 10:24:47 +01:00
Clementine Buildbot
1a73918f90
Automatic merge of translations from Transifex
2020-05-28 02:27:37 +00:00
dmdmdm
f90babefa8
Minor smart playlist UI improvements
2020-05-27 21:02:24 +01:00
dmdmdm
0555cf5a35
Changed rgb() to rgba()
...
Avoids message:
QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 200, 200, 200, 75%'
2020-05-27 17:07:42 +01:00
Jim Broadus
84099f2491
Name all threads created by Application
...
In Application::MoveToNewThread, name the new thread after the object being
moved. Give those objects names as well.
The thread names display in gdb with "info threads".
2020-05-27 10:22:00 +01:00
Clementine Buildbot
5612c9cb5d
Automatic merge of translations from Transifex
2020-05-27 02:28:50 +00:00
John Maguire
cf1067e740
Add explicit SHA to release
2020-05-26 21:57:09 +01:00
John Maguire
e7c5c76ea5
Pull translations nightly
2020-05-26 21:12:34 +01:00
John Maguire
215a4747ff
Add translation puller
2020-05-26 21:12:34 +01:00
dmdmdm
fa067bf5ce
Smart playlist dialog fits in smaller screen
2020-05-26 21:11:57 +01:00
dmdmdm
5899f68e2f
Smart playworks fit on smaller screens
2020-05-26 21:11:57 +01:00
Clementine Buildbot
54f200d9b9
Automatic merge of translations from Transifex
2020-05-26 19:48:40 +00:00
John Maguire
13ee11f810
Add github actions badge
2020-05-26 19:26:17 +01:00
John Maguire
92b160d2a8
Push translation sources to transifex
2020-05-26 19:21:56 +01:00
Jim Broadus
0271f43cc9
console: Add a Qt debug tab
...
Add a tab for Qt debug features. Initially provides access to dumpObjectTree() on
Application and MainWindow objects. This dumps the object's child objects to the
log.
2020-05-26 16:57:59 +01:00
Jim Broadus
32367d2d45
Add a name to the application class for debug purposes
2020-05-26 16:57:59 +01:00
Jim Broadus
e3fa03e101
console: Refactor console dialog to use tabs
2020-05-26 16:57:59 +01:00
Jim Broadus
a4e8d57de0
console: re-enable debug console option
...
Keep console option hidden by default, but add using CLEMENTINE_DEBUG_CONSOLE
env variable:
CLEMENTINE_DEBUG_CONSOLE=1 clementine
2020-05-26 16:57:59 +01:00
John Maguire
c934fef637
Only create release on master branch
2020-05-24 16:46:01 +01:00
John Maguire
0433f04c9c
Create non-draft releases
2020-05-24 16:46:01 +01:00
John Maguire
d89ee1fae2
Remove CircleCI config
2020-05-24 16:46:01 +01:00
John Maguire
9fdb83c828
Checkout & get all artifact files
2020-05-24 16:46:01 +01:00
John Maguire
6e95b65691
Build source tar
2020-05-24 16:46:01 +01:00
John Maguire
d015305561
Add release action
2020-05-24 16:46:01 +01:00
Jim Broadus
0fc0dcdb79
lyrics: Add 30s timeout for lyrics provider requests
2020-05-24 15:54:49 +01:00
Jim Broadus
6675b1b63e
lyrics: Add debug info for lyric server replies
2020-05-24 15:54:49 +01:00
Jim Broadus
02a1fc9a07
lyrics: Use lambda for UltimateLyricsProvider requests
...
Remove map of requests to ids and pass info directly to reply handler.
2020-05-24 15:54:49 +01:00
dmdmdm
40575e854e
Fixed one indent
2020-05-24 15:54:08 +01:00
dmdmdm
0f2e8946d6
Made parameter const
2020-05-24 15:54:08 +01:00
dmdmdm
86b48c22ae
Minor fixes
2020-05-24 15:54:08 +01:00
dmdmdm
c8eaafb0a8
Switch from std::string to QString
2020-05-24 15:54:08 +01:00
dmdmdm
fb262022f4
Switch from std::string to QString
2020-05-24 15:54:08 +01:00
dmdmdm
be60c12438
Guess artist and title (fourth attempt)
2020-05-24 15:54:08 +01:00