[Ubuntu-sdk-bugs] [Bug 1673423] [NEW] QML test failure on powerpc

2017-03-16 Thread Alberto Mardegan
Public bug reported: I'm filing this bug on QtDeclarative, though I'm not sure at all that the bug is there. I've got some QML tests that today started failing (two out of two builds): https://launchpadlibrarian.net/311109197/buildlog_ubuntu-zesty-powerpc .ubuntu-system-settings-online- account

[Ubuntu-sdk-bugs] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-11-02 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1614108 Title: QStandardPaths::RuntimeLoca

[Ubuntu-sdk-bugs] [Bug 1613670] Re: Webview turns white after clicking on it

2016-09-13 Thread Alberto Mardegan
It turns out we've been extremely lucky, in that the commit which fixes (or hides?) this bug landed in Qt 5.6 just yesterday: https://codereview.qt-project.org/#/c/153945/ I've tried building Qt with and without that commit, and indeed it makes a difference. ** Also affects: qtbase-opensource-

[Ubuntu-sdk-bugs] [Bug 1617818] [NEW] [ActionBar] Actions are shown in reverse order

2016-08-28 Thread Alberto Mardegan
Public bug reported: Please try the attached test case: the delete action is the last one, but it appears as the first one. If you add one fourth item to the action list, then the items get sorted correctly. ** Affects: canonical-devices-system-image Importance: Undecided Status: N

[Ubuntu-sdk-bugs] [Bug 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-28 Thread Alberto Mardegan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1617745 Title: Regression:

[Ubuntu-sdk-bugs] [Bug 1617745] [NEW] Regression: popupUtils.open() won't work with "null" caller

2016-08-28 Thread Alberto Mardegan
Public bug reported: I think I found a regression with popupUtils.open() in rc-proposed (r512 on mako): I have some code which is invoking a dialog in this way: PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, { ... params... }) This now doesn't work, but it works on OTA-12. T

[Ubuntu-sdk-bugs] [Bug 1606927] Re: Qt 5.6.1 causes some powerpc tests to fail

2016-08-18 Thread Alberto Mardegan
** Also affects: ubuntu-system-settings-online-accounts (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: ubuntu-system-settings-online-accounts (Ubu

[Ubuntu-sdk-bugs] [Bug 1614108] [NEW] QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-08-17 Thread Alberto Mardegan
ardPaths::RuntimeLocation) is returning an empty string. Although it's documented that in some systems that function can return NULL, it would be better if it didn't :-) ** Affects: webapps-sprint Importance: High Assignee: Alberto Mardegan (mardy) Status: In Progress

[Ubuntu-sdk-bugs] [Bug 1577002] Re: Running app from QtCreator wipes associated accounts

2016-05-20 Thread Alberto Mardegan
The behaviour is correct: accounts are configuration data, and should be removed as described in bug 1358294. (Rodney, I can see that you disagree, but until you convince design that this is wrong, this is going to stay as it is now) See also bug 1499971 and 1358294. Note that the accounts we a

[Ubuntu-sdk-bugs] [Bug 1578619] Re: [regression] Extra flickable margin added when using PullToRefresh

2016-05-05 Thread Alberto Mardegan
** Attachment added: "Screenshow, after two iterations of steps 2-4" https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1578619/+attachment/4656392/+files/screenshot20160505_144003686.png ** Also affects: canonical-devices-system-image Importance: Undecided Status: New

[Ubuntu-sdk-bugs] [Bug 1578619] [NEW] [regression] Extra flickable margin added when using PullToRefresh

2016-05-05 Thread Alberto Mardegan
Public bug reported: The attached test works fine under OTA-10, but fails in rc-proposed. This is most likely caused by https://code.launchpad.net/~tpeeters /ubuntu-ui-toolkit/invisible-header-topmargin/+merge/290659 which also causes bug 1572525 and I asked to be reverted. To reproduce, run the

[Ubuntu-sdk-bugs] [Bug 1564767] Re: Wrong size of embedded window

2016-04-26 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1564767 Title: Wrong size of embedded wind

[Ubuntu-sdk-bugs] [Bug 1572525] [NEW] [regression] Double header height is set as flickable topMargin

2016-04-20 Thread Alberto Mardegan
Public bug reported: Th attached test application works fine under qml-module-ubuntu- components 1.3.1918+16.04.20160404-0ubuntu3 but breaks with the latest 1.3.1938+16.04.20160416. At a first examination, I believe that the change which cause the regression is this one: https://code.launchpad.ne

[Ubuntu-sdk-bugs] [Bug 1564767] Re: Wrong size of embedded window

2016-04-04 Thread Alberto Mardegan
** No longer affects: gnome-control-center-signon (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1564767 Title: Wrong size of embedded window Status in

[Ubuntu-sdk-bugs] [Bug 1564767] Re: Wrong size of embedded window

2016-04-04 Thread Alberto Mardegan
It looks like the bug is in QtBase: in the XCB plugin, the handleConfigureNotifyEvent() method initially wants to find out what is the new screen for the window, but due to a bug, it gets a NULL screen and decides to return from the function without processing the size changes. The reason for the f

[Ubuntu-sdk-bugs] [Bug 1546546] [NEW] ProportionalShape is a square if width == 8gu

2016-02-17 Thread Alberto Mardegan
Public bug reported: ProportionalShape { width: units.gu(8) ... } does not generate a 16:15 shape, but a 1:1 shape. Looking at the code, it seems that that's because the default size of a UbuntuShape is 8gu, so when setting that size on the ProportionalShape doesn't cause the emission of

[Ubuntu-sdk-bugs] [Bug 1540485] Re: /usr/bin/signon-ui:11:QXcbConnection::initializeAllAtoms:QXcbConnection::QXcbConnection:QXcbIntegration::QXcbIntegration:QXcbIntegrationPlugin::create:loadIntegrati

2016-02-02 Thread Alberto Mardegan
This is all happening while QGuiApplication is initializing the XCB platform plugin, it doesn't seem to be caused by SignOnUI's own code. ** Package changed: signon-ui (Ubuntu) => qtbase-opensource-src (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug trac

[Ubuntu-sdk-bugs] [Bug 1540679] Re: /usr/bin/signonpluginprocess:11:QMap:QNetworkManagerInterfaceDeviceWired::carrier:QNetworkManagerEngine::parseConnection:QNetworkManagerEngine::newConnection:QNetwo

2016-02-02 Thread Alberto Mardegan
This seems to be happening while initializing QNetworkAccessManager, and doesn't seem to be caused by code in the signon plugin. ** Package changed: signon (Ubuntu) => qtbase-opensource-src (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which

[Ubuntu-sdk-bugs] [Bug 1540574] [NEW] [Page] "header" property unusable, hides contents

2016-02-01 Thread Alberto Mardegan
Public bug reported: When setting the "header" property of a page, the page scrolling mechanism stops working, so the page contents get hidden under the header: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(48) height: units.gu(60) Page { id: page

[Ubuntu-sdk-bugs] [Bug 1380683] Re: Web app requiring account, and "Online Accounts" account screen, disappear without explanation

2016-01-21 Thread Alberto Mardegan
I haven't heard of this bug since more than one here; probably the 5.3 version of Qt fixed this. ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Status: Confirmed => Fix Released ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu RTM) Status: Triaged => Fix

[Ubuntu-sdk-bugs] [Bug 1289433] Re: "No accounts" doesn't use the list placeholder font style

2016-01-11 Thread Alberto Mardegan
** Changed in: ubuntu-system-settings-online-accounts Status: In Progress => Fix Released ** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-to

[Ubuntu-sdk-bugs] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Alberto Mardegan
Given that we haven't changed anything in that code recently, and that I cannot spot anything wrong with the code itself (while I can also reproduce the bug on the Nexus 4, with image r320), I'm moving this to the UITK team for investigation. The button is created here: http://bazaar.launchpad.net

[Ubuntu-sdk-bugs] [Bug 1289433] Re: "No accounts" doesn't use the list placeholder font style

2015-11-12 Thread Alberto Mardegan
; Alberto Mardegan (mardy) ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Milestone: None => sprint-16 ** Chan

[Ubuntu-sdk-bugs] [Bug 1511420] [NEW] Warning when using ProgressBar in 1.3

2015-10-29 Thread Alberto Mardegan
Public bug reported: When using a ProgressBar with the 1.3 version of the toolkit, the following warning appears: file:///usr/lib/arm-linux- gnueabihf/qt5/qml/Ubuntu/Components/1.3/ProgressBar.qml:73: ReferenceError: Ubuntu is not defined ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: U

[Ubuntu-sdk-bugs] [Bug 1467851] [NEW] Remove warning on deprecated theme for versions < 1.3

2015-06-23 Thread Alberto Mardegan
Public bug reported: This is slightly related to bug 1457528. In my case, I have an application using the 14.10 framework and importing Ubuntu.Components 1.0. In that version, Theme *is not deprecated*, therefore I shouldn't see any warnings. That should be the case up to 1.2, where Theme is s

[Ubuntu-sdk-bugs] [Bug 1456886] Re: u-s-s-o-a fails autopkgtest in proposed

2015-05-20 Thread Alberto Mardegan
I understand that this is an issue with the ubuntu-ui-toolkit? ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. ht

[Ubuntu-sdk-bugs] [Bug 1446212] [NEW] Support installing localization data from click packages

2015-04-20 Thread Alberto Mardegan
Public bug reported: It would be nice if it were possible to add support to a new language/locale by just installing a click package. This would have several benefits: 1) People could easily add support for non officially supported languages 2) Languages would be updated independently from the sy

[Ubuntu-sdk-bugs] [Bug 1439102] [NEW] Dialogs are rotated incorrectly if root item is not a MainView

2015-04-01 Thread Alberto Mardegan
Public bug reported: Please test the attached program. When in portrait mode, the dialog will appear with the correct orientation, but when the device is rotated to landscape, the dialog rotates 180 degrees from its original position. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undeci

[Ubuntu-sdk-bugs] [Bug 1429263] [NEW] [Popover] Popovers should expose a maximumHeight property

2015-03-06 Thread Alberto Mardegan
Public bug reported: Currently, the height of a popover seems to depend solely on the height of its contents. However, there is no height limit, so if the contents are taller than the application's window, they will be cut out of the screen. The developer cannot know whether this will happen or

[Ubuntu-sdk-bugs] [Bug 1404884] [NEW] Using PullToRefresh in a secondary page breaks content's position

2014-12-22 Thread Alberto Mardegan
Public bug reported: See the attached example: the first page works fine. Once the pull-to- refresh action is triggered, the second page is loaded and its contents' offset is wrong (it behaves as if the header was missing). If this bug is hard to fix, please advise for a workaround -- I couldn't

[Ubuntu-sdk-bugs] [Bug 1380683] Re: Web app requiring account, and "Online Accounts" account screen, disappear without explanation

2014-10-23 Thread Alberto Mardegan
** Attachment added: "Test application" https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings-online-accounts/+bug/1380683/+attachment/4242660/+files/test.tar.gz ** Also affects: qtbase-opensource-src (Ubuntu) Importance: Undecided Status: New -- You received this bug no

[Ubuntu-sdk-bugs] [Bug 1299712] Re: Online accounts for facebook (and google) are missing cursor for sign-in

2014-03-31 Thread Alberto Mardegan
This is actually a bug in Qt: https://bugreports.qt- project.org/browse/QTBUG-37984 The fix is https://codereview.qt-project.org/82253 ** No longer affects: account-plugins ** Package changed: account-plugins (Ubuntu) => qtbase-opensource-src (Ubuntu) -- You received this bug notification beca

[Ubuntu-sdk-bugs] [Bug 1273684] [NEW] Qt 5.2: JS Array.push() doesn't work on QStringList

2014-01-28 Thread Alberto Mardegan
Public bug reported: See: https://bugreports.qt-project.org/browse/QTBUG-36491 Please run the following code in qmlscene: import QtQuick 2.0 DropArea { keys: ["cat"] Component.onCompleted: { console.log("My animals at start: " + keys) keys.push