1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-07 14:43:37 +01:00

7723 Commits

Author SHA1 Message Date
Clementine Buildbot
cf279e6f48 Automatic merge of translations from Transifex 1.4.0rc1-280-gcf279e6f4 2020-06-21 02:27:27 +00:00
Jim Broadus
76a24a0a28 Use DbPlaylistItem base class for Jamendo and Magnatune
Moving these from LibraryPlaylistItem removes local file specific
implementations of IsLocalLibraryItem and Reload. Returning true for
IsLocalLibraryItem caused ratings to be set on unrelated library songs.
1.4.0rc1-279-g76a24a0a2
2020-06-19 11:18:32 +01:00
Jim Broadus
f563b7da40 Add DbPlaylistItem base class to LibraryPlaylistItem
This will be used to move items from non-library databases away from the
LibraryPlaylistItem class.
2020-06-19 11:18:32 +01:00
Jim Broadus
247cc8f715 Add missing playlistitem.h to CMakeLists.txt 2020-06-19 11:18:32 +01:00
Clementine Buildbot
8c25c443cd Automatic merge of translations from Transifex 1.4.0rc1-276-g8c25c443c 2020-06-19 02:28:31 +00:00
Jim Broadus
0d25a1b39c Properly delete ignored DeviceInfo object
Since the SimpleTreeItem constructor variant used from LoadAllDevices adds the
object to the parent's children list, use the parent's Delete method to destroy
it.
1.4.0rc1-275-g0d25a1b39
2020-06-19 00:10:54 +01:00
Clementine Buildbot
1ef5ec2590 Automatic merge of translations from Transifex 1.4.0rc1-274-g1ef5ec259 2020-06-18 02:27:25 +00:00
Clementine Buildbot
06544054a6 Automatic merge of translations from Transifex 2020-06-15 02:27:43 +00:00
John Maguire
edb8c3b4ed
Update link to latest builds 1.4.0rc1-272-gedb8c3b4e 2020-06-13 19:49:36 +01:00
Clementine Buildbot
56ed6d4f7e Automatic merge of translations from Transifex 1.4.0rc1-271-g56ed6d4f7 2020-06-12 02:27:47 +00:00
Clementine Buildbot
6900197a8c Automatic merge of translations from Transifex 1.4.0rc1-270-g6900197a8 2020-06-10 02:28:25 +00:00
Jim Broadus
cf8d2004bd Use deleteLater to destroy device backends 1.4.0rc1-269-gcf8d2004b 2020-06-07 14:46:13 +01:00
Jim Broadus
c299c198de organise: Update the song preview when the selected destination's data changes
This will cause the file exensions to change when transcode options are changed.
1.4.0rc1-268-gc299c198d
2020-06-07 14:45:50 +01:00
Jim Broadus
4dd3233976 organise: Set extension override in OrganiseDialog
If the destination device has a transcode option set, then compute filenames
with updated extensions. This does not cover the case where Organise needs to
transcode due to format support.
2020-06-07 14:45:50 +01:00
Jim Broadus
2e921c6584 organise: Add a tag override mechanism to OrganiseFormat
Add a method to set override tag values when formatting a song name.
The use case for this is transcoding where the extension will change.
2020-06-07 14:45:50 +01:00
Jim Broadus
22cfade4a4 organise: Refresh filename after transcode 1.4.0rc1-265-g22cfade4a 2020-06-07 05:34:08 +01:00
Clementine Buildbot
22537a4501 Automatic merge of translations from Transifex 1.4.0rc1-264-g22537a450 2020-06-07 02:28:28 +00:00
Clementine Buildbot
4c9241db1a Automatic merge of translations from Transifex 1.4.0rc1-263-g4c9241db1 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.
1.4.0rc1-262-g536f34526
2020-06-05 10:26:26 +01:00
Jonas Kvinge
48ae27b4ad Update .github/workflows/all.yml 1.4.0rc1-261-g48ae27b4a 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 1.4.0rc1-258-g84fc00d55 2020-06-04 22:00:52 +01:00
Jim Broadus
236cfa7adf Don't include cdda code if HAVE_AUDIOCD isn't defined 1.4.0rc1-257-g236cfa7ad 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 1.4.0rc1-254-gbf3d3db23 2020-06-01 02:27:31 +00:00
Clementine Buildbot
00f9597d37 Automatic merge of translations from Transifex 1.4.0rc1-253-g00f9597d3 2020-05-31 02:27:35 +00:00
Clementine Buildbot
c8d56776a8 Automatic merge of translations from Transifex 1.4.0rc1-252-gc8d56776a 2020-05-30 02:28:35 +00:00
Clementine Buildbot
6f5fe724bb Automatic merge of translations from Transifex 1.4.0rc1-251-g6f5fe724b 2020-05-29 02:27:41 +00:00
dmdmdm
a63a37a7ab Changed to translator comment 1.4.0rc1-250-ga63a37a7a 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 1.4.0rc1-248-ged0078b8d 2020-05-28 10:24:47 +01:00
Clementine Buildbot
1a73918f90 Automatic merge of translations from Transifex 1.4.0rc1-247-g1a73918f9 2020-05-28 02:27:37 +00:00
dmdmdm
f90babefa8 Minor smart playlist UI improvements 1.4.0rc1-246-gf90babefa 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%'
1.4.0rc1-245-g0555cf5a3
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".
1.4.0rc1-244-g84099f249
2020-05-27 10:22:00 +01:00
Clementine Buildbot
5612c9cb5d Automatic merge of translations from Transifex 1.4.0rc1-243-g5612c9cb5 2020-05-27 02:28:50 +00:00
John Maguire
cf1067e740 Add explicit SHA to release 1.4.0rc1-242-gcf1067e74 2020-05-26 21:57:09 +01:00
John Maguire
e7c5c76ea5 Pull translations nightly 1.4.0rc1-237-g54f200d9b 1.4.0rc1-241-ge7c5c76ea 1.4.0rc1-239-gfa067bf5c 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 1.4.0rc1-236-g13ee11f81 1.4.0rc1-235-g92b160d2a 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.
1.4.0rc1-234-g0271f43cc
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