1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 03:47:10 +01:00

7805 Commits

Author SHA1 Message Date
John Maguire
aea90eb6bb Munge mac libraries with @loader_path 2020-08-25 19:07:37 +01:00
John Maguire
1c0c3fc2d2 Port macdeploy to python 3 2020-08-25 19:07:37 +01:00
John Maguire
d131c66f02 Disable mac build 1.4.0rc1-310-gd131c66f0 2020-08-25 17:13:02 +01:00
Clementine Buildbot
6a078f93a3 Automatic merge of translations from Transifex 2020-08-21 02:27:21 +00:00
Clementine Buildbot
fe33912886 Automatic merge of translations from Transifex 2020-08-19 02:27:16 +00:00
Clementine Buildbot
2a85d2c600 Automatic merge of translations from Transifex 2020-08-18 02:27:43 +00:00
Clementine Buildbot
70c79bd462 Automatic merge of translations from Transifex 2020-08-15 02:27:47 +00:00
Clementine Buildbot
8aa49902bd Automatic merge of translations from Transifex 2020-08-10 02:27:42 +00:00
Clementine Buildbot
e932d421f7 Automatic merge of translations from Transifex 2020-08-04 02:27:34 +00:00
Clementine Buildbot
0e7cb988a7 Automatic merge of translations from Transifex 2020-08-03 02:27:25 +00:00
Clementine Buildbot
b10222145e Automatic merge of translations from Transifex 2020-08-02 02:28:29 +00:00
Clementine Buildbot
222e142ad7 Automatic merge of translations from Transifex 2020-08-01 02:29:33 +00:00
Clementine Buildbot
2d3e2254f8 Automatic merge of translations from Transifex 2020-07-31 02:28:34 +00:00
dmdmdm
d9fa56c179 Share the love: Minor corrections 2020-07-30 18:24:58 +01:00
dmdmdm
acb75a5099 Share the love 2020-07-30 18:24:58 +01:00
dmdmdm
75264f314d Share the love 2020-07-30 18:24:58 +01:00
Keshav Kini
68d375c43c Use effective album artist for Repeat Album logic
When there is album artist information available for a track, the user would
probably expect that "Repeat Album" should cycle through all songs with the same
album artist and album title, not only all songs with the same artist and album
title.
1.4.0rc1-296-g68d375c43
2020-07-20 10:45:49 +01:00
Clementine Buildbot
ee72793b5f Automatic merge of translations from Transifex 1.4.0rc1-295-gee72793b5 2020-07-17 02:29:12 +00:00
Jim Broadus
987fe047c6 Fix access past end of vector in getPsychedelicColor 1.4.0rc1-294-g987fe047c 2020-07-13 15:07:02 +01:00
Jim Broadus
1f7607b1db Get backend from application in PlaylistContainer::SetApplication
The manager's library backend may not be set when this is called.
1.4.0rc1-293-g1f7607b1d
2020-07-12 09:44:47 +01:00
Clementine Buildbot
dd9ed23345 Automatic merge of translations from Transifex 1.4.0rc1-292-gdd9ed2334 2020-07-11 02:27:49 +00:00
Jim Broadus
c75fa0077e Fix playlist memory leak
When the current playlist is changed, PlaylistContainer::SetViewModel is called
to set the new list. This calls PlaylistView::SetItemDelegates, which allocates
several objects that are never freed. Instead, move the call to SetItemDelegates
to PlaylistContainer::SetApplication, which is only called once.
1.4.0rc1-291-gc75fa0077
2020-07-10 10:28:19 +01:00
Clementine Buildbot
3bfaf3ff38 Automatic merge of translations from Transifex 1.4.0rc1-290-g3bfaf3ff3 2020-07-09 02:28:42 +00:00
dmdmdm
834b1d4514 Changed local variable names to be like_this 1.4.0rc1-289-g834b1d451 2020-07-08 18:01:59 +01:00
dmdmdm
0ff11ee2e0 Autoformated code 2020-07-08 18:01:59 +01:00
dmdmdm
d3a28a40ed Shortened a line 2020-07-08 18:01:59 +01:00
dmdmdm
2c5c30de15 Guess album name from folder name 2020-07-08 18:01:59 +01:00
Mattias Andersson
ebf9ebf080 Show only a basic tooltip in the system tray
For environments that implements the D-Bus
http://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem
specification HTML is not supported in the tool tip title. (It is
supported in the tool tip subtitle but this field is not set by
QSystemTrayIcon.)

See the discussion in #6733 for more info.
1.4.0rc1-285-gebf9ebf08
2020-07-08 17:24:42 +01:00
Jim Broadus
7d28e8700b Call SettingsPage::showEvent from child class implementations 1.4.0rc1-284-g7d28e8700 2020-07-07 10:35:02 +01:00
Clementine Buildbot
0fcb1df200 Automatic merge of translations from Transifex 1.4.0rc1-283-g0fcb1df20 2020-06-28 02:29:27 +00:00
Jim Broadus
ad882cc999 Add static IsTypeSupported methods to playlist item classes 1.4.0rc1-282-gad882cc99 2020-06-23 11:06:06 +01:00
Jim Broadus
9455a3ef79 Use IsLocalLibraryItem instead of comparing type string 2020-06-23 11:06:06 +01:00
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