Activity log for bug #1589982

Date Who What changed Old value New value Message
2016-06-07 13:03:48 Cris Dywan bug added bug
2016-06-07 13:09:55 Cris Dywan description The back button in MainView 1.2 is broken: import QtQuick 2.0 import Ubuntu.Components 1.1 MainView { width: units.gu(20) height: units.gu(40) Page { id: page Rectangle { color: "red" anchors.fill: page } } } This is from tests/unit/page/AnchorToPage.qml QWARN : tst_Page::testAnchorToPage_bug1249386() qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9: QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png There's indeed no artwork/back.png in the source tree. The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the same) is broken: import QtQuick 2.0 import Ubuntu.Components 1.1 MainView {     width: units.gu(20)     height: units.gu(40)     Page {         id: page         Rectangle {             color: "red"             anchors.fill: page         }     } } This is from tests/unit/page/AnchorToPage.qml QWARN : tst_Page::testAnchorToPage_bug1249386() qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9: QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png There's indeed no artwork/back.png in the source tree.
2016-06-14 07:22:25 Cris Dywan branch linked lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/respectTheShadow
2016-06-14 07:22:30 Cris Dywan ubuntu-ui-toolkit (Ubuntu): assignee Tim Peeters (tpeeters) Christian Dywan (kalikiana)
2016-06-14 07:24:45 Cris Dywan ubuntu-ui-toolkit (Ubuntu): status New In Progress
2016-06-14 10:48:54 Cris Dywan ubuntu-ui-toolkit (Ubuntu): status In Progress Fix Committed
2016-06-15 14:57:40 Launchpad Janitor branch linked lp:~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-landing-008
2016-06-20 19:46:44 Launchpad Janitor ubuntu-ui-toolkit (Ubuntu): status Fix Committed Fix Released