[Ubuntu-sdk-bugs] [Bug 1583079] Re: Drop depedencies on qtdeclarative5-* transitional packages

2016-06-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntuone-credentials - 15.11+16.10.20160608 --- ubuntuone-credentials (15.11+16.10.20160608) yakkety; urgency=medium [ Rodney Dawes ] * Don't exit 1 on non-errors, and set -e to exit on normal errors. (LP: #1503190) * Remove the

[Ubuntu-sdk-bugs] [Bug 1591334] [NEW] [QtCreator/LXD] Can't build amd64 packages

2016-06-10 Thread Michael Zanetti
Public bug reported: I've created a LXD container for amd64. Trying to build a click package with the "publish" tab in QtCreator, it says "It is not supported to create click packages for a non UbuntuSDK target" This is when trying to build a amd64 package of the terminal app, which is required

[Ubuntu-sdk-bugs] [Bug 1591157] Re: webbrowser-app does not honour scale setting on HiDPI display

2016-06-10 Thread Olivier Tilloy
** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid ** Also affects: oxide Importance: Undecided Status: New -- You received this bug notification because you are a member

[Ubuntu-sdk-bugs] [Bug 1591243] [NEW] ListItemActions trigger too easily

2016-06-10 Thread Michael Zanetti
Public bug reported: When having a scrollable list with ListItems and the ListItems have ListItemActions, the ListItemActions are revealed too easily. It happens very often that one accidentally opens the ListItemActions when instead he wanted to scroll the list up/down. That should be tweaked a

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1510225

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2016-06-10 Thread Jim Hodapp
Sure that'd be fine to track with this. I'll change the title a bit to reflect that save() is working. We should really make the change for the read only fix in media-hub as qtubuntu-media merely passes on the can_edit_tracks() value for the current tracklist. ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2016-06-10 Thread Andrew Hayzen
@Jim, the save works, but the load doesn't due to a) qtubuntu-media having the playlist in 'read-only' mode and b) qtmultimedia passing each item to addMedia instead of a list causing a large performance hit. I've got patches for qtubuntu-media and just figuring out the qtmultimedia one, shall I