[Touch-packages] [Bug 1495408] Re: Black square in header

2015-10-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-10-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-23 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-18 Thread quandan
I produced in the gallery app , create a new album and add several photos in it , then the menu key turns to black square and i can't change to photos or events mode , the menu key has no use at all -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-18 Thread Zsombor Egri
quandan, have you tried with the fix attached to the bug? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square in header Status in

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/blackbox -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square in header Status in

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Zsombor Egri
** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title:

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => Zsombor Egri (zsombi) ** Changed in: canonical-devices-system-image Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: canonical-devices-system-image Assignee: Zoltan Balogh (bzoltan) => Tim Peeters (tpeeters) -- You

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Tim Peeters
I reproduced the bug as described above on device, but I can also reproduce it on my laptop with gallery-app (click on a photo, and then go back). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Jean-Baptiste Lallement
** Attachment added: "addressbok_20150914_14787.png" https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495408/+attachment/4463820/+files/addressbok_20150914_14787.png ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Tags

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Jean-Baptiste Lallement
** Attachment added: "messaging_20150914_095927419.png" https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495408/+attachment/4463819/+files/messaging_20150914_095927419.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Milestone: None => ww40-2015 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Jean-Baptiste Lallement
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in: canonical-devices-system-image

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Tim Peeters
I reproduced the bug (with gallery-app on desktop) with UITK staging r1612, and verified that the bug is not present in r1611, so it broke with this MR: https://code.launchpad.net/~zsombi/ubuntu-ui- toolkit/cppActionItem/+merge/268348 -- You received this bug notification because you are a

[Touch-packages] [Bug 1495408] Re: Black square in header

2015-09-14 Thread Tim Peeters
Bug can be reproduced by running the qml code below, clicking the 'next' button, and then clicking the back button in the header: import QtQuick 2.4 import Ubuntu.Components 1.2 MainView { width: units.gu(40) height: units.gu(60) Component.onCompleted: pageStack.push(page1)