Activity log for bug #1561654

Date Who What changed Old value New value Message
2016-03-24 17:39:06 Andrea Bernabei bug added bug
2016-03-24 17:39:17 Andrea Bernabei ubuntu-ui-toolkit (Ubuntu): assignee Tim Peeters (tpeeters)
2016-03-24 17:39:21 Andrea Bernabei ubuntu-ui-toolkit (Ubuntu): importance Undecided High
2016-04-07 15:54:32 Tim Peeters ubuntu-ui-toolkit (Ubuntu): status New Confirmed
2016-04-14 08:35:39 Michael Zanetti summary Icon creates binding loop on implicitWidth and implicitHeight when used with QT_DEVICE_PIXEL_RATIO Icon creates binding loop on implicitWidth and implicitHeight
2016-04-14 10:29:26 Michael Zanetti description Ubuntu UI Toolkit r1905 Description: When QT_DEVICE_PIXEL_RATIO>1 is set, using Icon without specifying an explicit size causes binding loops on implicitWidth (and also implicitHeight How to reproduce: QT_DEVICE_PIXEL_RATIO=2 qmlscene main.qml where main.qml is: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { id: gallery Icon { name: "add" } } Ubuntu UI Toolkit r1905 Description: When QT_DEVICE_PIXEL_RATIO>1 is set, using Icon without specifying an explicit size causes binding loops on implicitWidth (and also implicitHeight How to reproduce: QT_DEVICE_PIXEL_RATIO=2 qmlscene main.qml where main.qml is: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {     id: gallery     Icon {         name: "add"     } } =========== test case 2 (without setting QT_DEVICE_PIXEL_RATIO). Note, depending on what else is in the layout, this can freeze the app on rotation and similar. Don't have a test case atm but will attach one when I come by such a freeze next time. import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Layouts 1.1 MainView { width: units.gu(100) height: units.gu(75) RowLayout { anchors.centerIn: parent Icon { Layout.preferredHeight: units.gu(2) Layout.preferredWidth: units.gu(2) name: "tick" } } }
2016-04-14 12:16:20 Michael Zanetti description Ubuntu UI Toolkit r1905 Description: When QT_DEVICE_PIXEL_RATIO>1 is set, using Icon without specifying an explicit size causes binding loops on implicitWidth (and also implicitHeight How to reproduce: QT_DEVICE_PIXEL_RATIO=2 qmlscene main.qml where main.qml is: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {     id: gallery     Icon {         name: "add"     } } =========== test case 2 (without setting QT_DEVICE_PIXEL_RATIO). Note, depending on what else is in the layout, this can freeze the app on rotation and similar. Don't have a test case atm but will attach one when I come by such a freeze next time. import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Layouts 1.1 MainView { width: units.gu(100) height: units.gu(75) RowLayout { anchors.centerIn: parent Icon { Layout.preferredHeight: units.gu(2) Layout.preferredWidth: units.gu(2) name: "tick" } } } Ubuntu UI Toolkit r1905 Description: Using Icon without specifying an explicit size causes binding loops on implicitWidth (and also implicitHeight) How to reproduce: =========== test case 1: QT_DEVICE_PIXEL_RATIO=2 qmlscene main.qml where main.qml is: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {     id: gallery     Icon {         name: "add"     } } =========== test case 2: (without setting QT_DEVICE_PIXEL_RATIO). Note, depending on what else is in the layout, this can freeze the app on rotation and similar. Don't have a test case atm but will attach one when I come by such a freeze next time. import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Layouts 1.1 MainView {     width: units.gu(100)     height: units.gu(75)     RowLayout {         anchors.centerIn: parent         Icon {             Layout.preferredHeight: units.gu(2)             Layout.preferredWidth: units.gu(2)             name: "tick"         }     } }
2016-04-14 13:23:26 Michael Zanetti summary Icon creates binding loop on implicitWidth and implicitHeight Icon creates binding loop on implicitWidth and implicitHeight when used with QT_DEVICE_PIXEL_RATIO
2016-04-14 13:23:49 Michael Zanetti description Ubuntu UI Toolkit r1905 Description: Using Icon without specifying an explicit size causes binding loops on implicitWidth (and also implicitHeight) How to reproduce: =========== test case 1: QT_DEVICE_PIXEL_RATIO=2 qmlscene main.qml where main.qml is: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {     id: gallery     Icon {         name: "add"     } } =========== test case 2: (without setting QT_DEVICE_PIXEL_RATIO). Note, depending on what else is in the layout, this can freeze the app on rotation and similar. Don't have a test case atm but will attach one when I come by such a freeze next time. import QtQuick 2.4 import Ubuntu.Components 1.3 import QtQuick.Layouts 1.1 MainView {     width: units.gu(100)     height: units.gu(75)     RowLayout {         anchors.centerIn: parent         Icon {             Layout.preferredHeight: units.gu(2)             Layout.preferredWidth: units.gu(2)             name: "tick"         }     } } Ubuntu UI Toolkit r1905 Description: Using Icon without specifying an explicit size causes binding loops on implicitWidth (and also implicitHeight) How to reproduce: test case: QT_DEVICE_PIXEL_RATIO=2 qmlscene main.qml where main.qml is: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView {     id: gallery     Icon {         name: "add"     } }
2016-04-19 11:55:57 Gerry Boland branch linked lp:~gerboland/ubuntu-ui-toolkit/staging-fix-icon-svg-image-loading
2016-04-28 14:47:27 Lukáš Tinkl branch unlinked lp:~gerboland/ubuntu-ui-toolkit/staging-fix-icon-svg-image-loading
2016-04-28 14:48:31 Lukáš Tinkl branch linked lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk-fix-icon-svg-image-loading
2016-04-28 14:48:58 Lukáš Tinkl branch unlinked lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk-fix-icon-svg-image-loading
2016-04-28 14:50:10 Tim Peeters ubuntu-ui-toolkit (Ubuntu): assignee Tim Peeters (tpeeters) Lukáš Tinkl (lukas-kde)
2016-04-28 14:56:00 Lukáš Tinkl branch linked lp:~lukas-kde/ubuntu-ui-toolkit/staging-fix-icon-svg-image-loading
2016-04-28 14:58:12 Lukáš Tinkl ubuntu-ui-toolkit (Ubuntu): status Confirmed In Progress
2016-04-29 13:26:46 Lukáš Tinkl branch unlinked lp:~lukas-kde/ubuntu-ui-toolkit/staging-fix-icon-svg-image-loading
2016-04-29 13:27:15 Lukáš Tinkl ubuntu-ui-toolkit (Ubuntu): status In Progress New
2016-04-29 13:27:46 Lukáš Tinkl ubuntu-ui-toolkit (Ubuntu): assignee Lukáš Tinkl (lukas-kde)
2016-05-02 09:33:54 Cris Dywan ubuntu-ui-toolkit (Ubuntu): status New Confirmed