Jim Broadus
ccba649f62
Clear cached indexes in InternetModel when rows are removed
...
When opening a context menu on an internet item, the selected items are stored
in the InternetModel instance. In cases when the items are removed, certain menu
options can cause a crash. A specific case is downloading a podcast when the
user has chosen to limit the number of visible episodes. The subtree for the
podcast is rebuilt after the download completes, so if a context menu was opened
during the download time, selecting the append to playlist option will attempt
to operate on bad indexes.
This fix uses the rowsAboutToBeRemoved signal to remove these stored indexes.
There are likely another rare cases where the indexes can become invalid. For
example, sibling items within a subtree may be removed, causing the stored
indexes to become incorrect or out of range.
1.4.0rc1-377-gccba649f6
2020-12-15 22:36:30 +00:00
Jim Broadus
fe88d8f8b0
build: Remove eoan usage
...
Ubuntu Eoan (19.10) is EOL and the repositories are no longer accessible. Bump
the image used for the source tarball build to LTS ubuntu:focal.
2020-12-15 19:24:59 +00:00
Clementine Buildbot
c1c43e9a67
Automatic merge of translations from Transifex
2020-12-13 02:43:47 +00:00
Clementine Buildbot
91bad31f68
Automatic merge of translations from Transifex
1.4.0rc1-374-g91bad31f6
2020-12-09 02:41:23 +00:00
Clementine Buildbot
ba8fc09a65
Automatic merge of translations from Transifex
1.4.0rc1-373-gba8fc09a6
2020-12-07 02:38:38 +00:00
Jim Broadus
01f0727649
giolister: Don't include invalid mountpoint url
...
If the gvfs mountpoint property for a volume is empty, we add an empty URL to
the devices URL list. This causes errors in duplicate entry detection.
1.4.0rc1-372-g01f072764
2020-12-06 12:59:50 +00:00
Clementine Buildbot
df262c5c7e
Automatic merge of translations from Transifex
1.4.0rc1-371-gdf262c5c7
2020-12-06 02:37:13 +00:00
Jim Broadus
cca48b1ebf
giolister: Ignore mountpoints
...
Read the G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT attribute (unix::is-mountpoint) to
determine if a volume is a mount that udisks2 has detected. Ignoring these
prevents network mounts from showing up as devices.
1.4.0rc1-370-gcca48b1eb
2020-12-05 13:24:54 +00:00
Clementine Buildbot
f5c904b267
Automatic merge of translations from Transifex
1.4.0rc1-369-gf5c904b26
2020-12-05 02:35:11 +00:00
Jim Broadus
1a0b288a8f
giolister: Remove extra g_object_unref
...
GioLister::UnmountDevice calls g_object_unref on the GVolume object held by a
DeviceInfo. This appears to be left over from a time before DeviceInfo held
onto the volume.
1.4.0rc1-368-g1a0b288a8
2020-12-04 22:07:01 +00:00
Jim Broadus
abc70554f3
giolister: Append _ to some DeviceInfo class members
...
Rename drive, mount, and volume to drive_, mount_, and volume_ to
avoid confusion with method arguments.
2020-12-04 22:07:01 +00:00
Clementine Buildbot
20f49c4454
Automatic merge of translations from Transifex
1.4.0rc1-366-g20f49c445
2020-12-03 02:34:21 +00:00
Clementine Buildbot
41b1ba8ffc
Automatic merge of translations from Transifex
1.4.0rc1-365-g41b1ba8ff
2020-12-02 02:33:31 +00:00
Clementine Buildbot
c4d22d4414
Automatic merge of translations from Transifex
1.4.0rc1-364-gc4d22d441
2020-12-01 02:33:42 +00:00
Clementine Buildbot
f60c422242
Automatic merge of translations from Transifex
1.4.0rc1-363-gf60c42224
2020-11-30 02:33:52 +00:00
NicolasToussaint
7b3e2dfd8c
PlayPlaylist: set current and not active playlist to selection
1.4.0rc1-362-g7b3e2dfd8
2020-11-30 01:50:58 +00:00
Clementine Buildbot
f17e29f41d
Automatic merge of translations from Transifex
1.4.0rc1-361-gf17e29f41
2020-11-29 02:32:32 +00:00
NicolasToussaint
b2044a5be5
apply PR recomendations
1.4.0rc1-360-gb2044a5be
2020-11-28 20:24:56 +00:00
NicolasToussaint
ee72b974bf
add CLI play-playlist option, to play given playlist name.
2020-11-28 20:24:56 +00:00
Clementine Buildbot
c536dc88e9
Automatic merge of translations from Transifex
1.4.0rc1-358-gc536dc88e
2020-11-28 02:31:39 +00:00
Clementine Buildbot
eec7641ef7
Automatic merge of translations from Transifex
1.4.0rc1-357-geec7641ef
2020-11-27 02:31:50 +00:00
Clementine Buildbot
d417aed29f
Automatic merge of translations from Transifex
1.4.0rc1-356-gd417aed29
2020-11-26 02:31:54 +00:00
Clementine Buildbot
c856a66176
Automatic merge of translations from Transifex
1.4.0rc1-355-gc856a6617
2020-11-25 02:31:22 +00:00
Clementine Buildbot
d970b74003
Automatic merge of translations from Transifex
1.4.0rc1-354-gd970b7400
2020-11-24 02:31:19 +00:00
Clementine Buildbot
ae4948ce32
Automatic merge of translations from Transifex
1.4.0rc1-353-gae4948ce3
2020-11-23 02:30:52 +00:00
John Maguire
aaee0b7018
Fix translations github action
1.4.0rc1-352-gaaee0b701
2020-11-22 18:25:47 +00:00
Clementine Buildbot
1daf43f914
Automatic merge of translations from Transifex
1.4.0rc1-351-g1daf43f91
2020-11-07 02:29:09 +00:00
Clementine Buildbot
eefb96bdce
Automatic merge of translations from Transifex
1.4.0rc1-350-geefb96bdc
2020-11-03 02:27:29 +00:00
zan
16d09ace07
Fix visibility incongruences
1.4.0rc1-349-g16d09ace0
2020-11-02 11:07:42 +00:00
Clementine Buildbot
cac606186a
Automatic merge of translations from Transifex
1.4.0rc1-348-gcac606186
2020-10-31 02:27:33 +00:00
Jim Broadus
fc4cb6fc7a
Fix opml import crash
...
The opml parsing code handles cases where there are extra levels in the xml file
by copying the child to the main container. This corrupts the source instance
during the copy, which leads to corruption in the destination, and ultimately a
crash when it is later used.
To fix, do the copy in two steps, copying the child container to a temporary
location before copying to the destination.
1.4.0rc1-347-gfc4cb6fc7
2020-10-17 09:12:22 +01:00
Clementine Buildbot
4e3e9c8d14
Automatic merge of translations from Transifex
1.4.0rc1-346-g4e3e9c8d1
2020-10-12 02:34:09 +00:00
Clementine Buildbot
9e8d4434a0
Automatic merge of translations from Transifex
1.4.0rc1-345-g9e8d4434a
2020-10-04 02:31:34 +00:00
John Maguire
ad354276b0
Remove build for EoL Ubuntu Eoan
1.4.0rc1-344-gad354276b
2020-09-30 17:06:51 +01:00
Clementine Buildbot
b49afcc5b7
Automatic merge of translations from Transifex
1.4.0rc1-343-gb49afcc5b
2020-09-24 02:30:41 +00:00
Zanny
2bac3626c5
Fix logout cancelling ( #6796 )
1.4.0rc1-342-g2bac3626c
2020-09-23 10:39:59 +01:00
Clementine Buildbot
54f7637ad2
Automatic merge of translations from Transifex
1.4.0rc1-341-g54f7637ad
2020-09-23 02:29:48 +00:00
John Maguire
2172732b1e
Include windows.h first as it's special
1.4.0rc1-340-g2172732b1
2020-09-22 14:56:06 +01:00
John Maguire
341dc7326f
Reformat all C++
2020-09-22 14:56:06 +01:00
John Maguire
18d4057ab7
Add clang-format config
2020-09-22 14:56:06 +01:00
John Maguire
09ee66d771
Remove double quoting
2020-09-22 14:56:06 +01:00
John Maguire
6e63fb2cdc
Use forked lint action
2020-09-22 14:56:06 +01:00
John Maguire
08e09280a9
Checkout before lint
2020-09-22 14:56:06 +01:00
John Maguire
0e131315c7
Double quote style
2020-09-22 14:56:06 +01:00
John Maguire
7e1379ec5d
Add linter job
2020-09-22 14:56:06 +01:00
John Maguire
62d2f0de9b
Apparently gstreamer plugins use .dylib now
1.4.0rc1-332-g62d2f0de9
2020-09-22 13:57:06 +01:00
John Maguire
1d82930088
Fix mac liblastfm install from homebrew tap
2020-09-22 13:57:06 +01:00
Clementine Buildbot
8ae194c4a7
Automatic merge of translations from Transifex
2020-09-20 02:29:18 +00:00
Clementine Buildbot
f7bece3b83
Automatic merge of translations from Transifex
1.4.0rc1-329-gf7bece3b8
2020-09-13 02:28:52 +00:00
Clementine Buildbot
e9b62fa343
Automatic merge of translations from Transifex
1.4.0rc1-328-ge9b62fa34
2020-09-11 02:28:40 +00:00