[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-12-11 Thread Daniel van Vugt
I thought this issue was still open since we haven't implemented a proper solution in Mir yet. But then I noticed that's a different bug 1624407 :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-12-09 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 unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-11-07 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from quicklist doesn’t close all

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmir - 0.4.8+17.04.20161024-0ubuntu1 --- qtmir (0.4.8+17.04.20161024-0ubuntu1) zesty; urgency=medium [ Andrea Bernabei ] * Add missing default return value to qImageFormatFromMirPixelFormat [ Michael Zanetti ] * don't lose resize events

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-10-26 Thread Jean-Baptiste Lallement
** 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 unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/qtmir/qtmir-ubuntu-yakkety-2077 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from quicklist doesn’t close all

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-21 Thread Daniel van Vugt
** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Nick Dedekind (nick-dedekind) ** Changed in: qtmir (Ubuntu) Status: New => In Progress ** Changed in: canonical-devices-system-image Status: Triaged => In Progress ** Changed in: canonical-devices-system-image

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~nick-dedekind/qtmir/1622717.app-close -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from quicklist doesn’t close all open

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-16 Thread Olivier Tilloy
Related to bug #1624407 ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-15 Thread Michał Sawicz
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Status: New => Triaged ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-15 Thread Michał Sawicz
** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1622717 Title: "Quit" from quicklist doesn’t

[Touch-packages] [Bug 1622717] Re: "Quit" from quicklist doesn’t close all open windows, doesn’t actually quit the application

2016-09-12 Thread Olivier Tilloy
Here is the actual QML code contained in the example click package: import QtQuick 2.4 import QtQuick.Window 2.2 QtObject { readonly property var allWindows: [] property var windowFactory: Component { Window { onClosing: destroy() Component.onCompleted: allWindows.push(this)