[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-06-02 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 qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-04-13 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782 Title:

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+16.04.20160408.1-0ubuntu1 --- webbrowser-app (0.23+16.04.20160408.1-0ubuntu1) xenial; urgency=medium [ CI Train Bot ] * Resync trunk. [ Loïc Molinari ] * Made AddressBar height scalable with regards to the grid units

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-04-12 Thread Łukasz Zemczak
This bug was fixed in the package webbrowser-app 0.23+15.04.20160408.1-0ubuntu1 in https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/stable-phone-overlay --- webbrowser-app (0.23+15.04.20160408.1-0ubuntu1) vivid; urgency=medium [ CI Train Bot ] * Resync trunk. [

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-04-12 Thread Timo Jyrinki
** Also affects: webbrowser-app (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782 Title:

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-03-29 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782 Title: Need to

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/qquickshortcuts -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782 Title: Need to use (Q)Shortcuts

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-03-21 Thread Olivier Tilloy
I just did a quick test on my desktop running xenial (with Qt 5.5.1), and I can confirm that the Shortcut QML type (https://doc.qt.io/qt-5 /qml-qtquick-shortcut.html) does what we need, so we could replace the custom KeyboardShortcuts. This won’t work on touch devices where the version of Qt is

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-03-21 Thread Olivier Tilloy
And for future reference, in the browser, the Ctrl+T shortcut would look like this: Shortcut { sequence: StandardKey.AddTab enabled: … onActivated: … } -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-03-15 Thread Bill Filler
** Changed in: canonical-devices-system-image Milestone: ww08-2016 => 11 ** Changed in: canonical-devices-system-image Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-02-29 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782 Title:

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-02-04 Thread Olivier Tilloy
The QML Shortcut type was introduced in Qt 5.5, and the stable vivid overlay has Qt 5.4.1 (and according to Timo a full upgrade to 5.5 in the stable vivid overlay PPA is not planned). That leaves us with the option of exposing QShortcut to QML in the browser. ** Changed in: webbrowser-app

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-02-03 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Milestone: None => ww08-2016 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1537782] Re: Need to use (Q)Shortcuts instead of Keys.onPressed for shortcuts

2016-01-28 Thread Olivier Tilloy
** Tags added: keyboard -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1537782 Title: Need to use (Q)Shortcuts instead of Keys.onPressed for