[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2017-01-06 Thread John McAleely
** Changed in: canonical-devices-system-image Assignee: John McAleely (john.mcaleely) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu.

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmultimedia-opensource-src - 5.6.1-2ubuntu2~1 --- qtmultimedia-opensource-src (5.6.1-2ubuntu2~1) yakkety; urgency=medium * debian/patches/Optimize-QMediaPlaylistPrivate-readItems.patch - Fix load() (LP: #1510225) -- Timo Jyrinki

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package qtubuntu-media - 0.8.1+16.10.20160927-0ubuntu1 --- qtubuntu-media (0.8.1+16.10.20160927-0ubuntu1) yakkety; urgency=medium [ Andrew Hayzen ] * Fix isReadOnly to respect can_edit_tracks correct, so when can_edit_tracks is True isReadOnly is

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-10-11 Thread Łukasz Zemczak
This bug was fixed in the package qtmultimedia-opensource-src 5.4.1-1ubuntu19~overlay5~1 in https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/stable-phone-overlay --- qtmultimedia-opensource-src (5.4.1-1ubuntu19~overlay5~1) vivid; urgency=medium *

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-10-11 Thread Łukasz Zemczak
This bug was fixed in the package qtubuntu-media 0.8.1+15.04.20160927-0ubuntu1 in https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/stable-phone-overlay --- qtubuntu-media (0.8.1+15.04.20160927-0ubuntu1) vivid; urgency=medium [ Andrew Hayzen ] * Fix isReadOnly to

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-09-30 Thread Timo Jyrinki
Reminder the ticket is still waiting for testing before it goes forward. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1510225 Title: load() of a

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-09-30 Thread Timo Jyrinki
(qtubuntu-media was added 3 days ago) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1510225 Title: load() of a QDeclarativePlaylist does not fully

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-09-27 Thread Andrew Hayzen
** Branch linked: lp:~ahayzen/music-app/fix-1510225-use-save-load- playlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1510225 Title: load() of a

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-09-21 Thread Timo Jyrinki
Built and soon testable (as soon as LP publishes the binaries to be available) from https://requests.ci-train.ubuntu.com/#/ticket/1972. Use phablet-tools-bileto's bileto tool for example to upgrade a device, or just apt-add-repository on desktop where no apt pinning is required. -- You received

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-09-21 Thread Andrew Hayzen
The qtmultimedia patch [0] as part of QTBUG-54849 [1] has been approved upstream. Now we just need to get this patch into our image and then we should be able to land the qtubuntu-media fix :-) 0 - https://codereview.qt-project.org/#/c/168472/ 1 - https://bugreports.qt.io/browse/QTBUG-54849 --

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-06-10 Thread Jim Hodapp
** Changed in: qtubuntu-media (Ubuntu) Assignee: (unassigned) => Andrew Hayzen (ahayzen) ** Changed in: qtubuntu-media (Ubuntu RTM) Assignee: (unassigned) => Andrew Hayzen (ahayzen) ** Changed in: canonical-devices-system-image Status: Triaged => In Progress ** Changed in:

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-06-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ahayzen/qtubuntu-media/fix-1510225-isReadOnly-not- respecting-canEditTracks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1510225

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-06-10 Thread Jim Hodapp
Yeah makes sense, didn't realize that was the issue. That's a simple fix and will adjust the bug again. :) ** No longer affects: media-hub (Ubuntu) ** No longer affects: media-hub (Ubuntu RTM) ** Also affects: qtubuntu-media (Ubuntu) Importance: Undecided Status: New ** Also affects:

[Touch-packages] [Bug 1510225] Re: load() of a QDeclarativePlaylist does not fully work

2016-06-10 Thread Andrew Hayzen
@Jim, I think the issue is in qtubuntu-media, can_edit_tracks() returns True, but what was happening is qtubuntu-media was returning that straight away to isReadOnly() therefore making that True as well, rather than flipping it. So I've just changed it so return !can_edit_tracks(); ... so in that