Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 2:47 PM, Rick Stockton wrote: > > ... > > Alan, I can't think of _good_ ways to extend QKeySequence into the thing > I'd like. As you know, we've had problems (some difficult) with even the > most simple 2-character keyboard sequences. And Backward Compatibility > issues, w

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 1:11 PM, Mark wrote: > On Tue, Dec 11, 2012 at 9:50 PM, Alan Alpert <4163654...@gmail.com> wrote: >> On Tue, Dec 11, 2012 at 12:29 PM, Mark wrote: >>> On Tue, Dec 11, 2012 at 9:11 PM, Alan Alpert <4163654...@gmail.com> wrote: On Tue, Dec 11, 2012 at 10:56 AM, Mark wr

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Rick Stockton
On 12/11/2012 12:11 PM, Alan Alpert wrote: > On Tue, Dec 11, 2012 at 10:56 AM, Mark wrote: >> >> That sounds awesome :) Qt 5.1 material i guess? > It gets in when it's ready. If it's quickly agreed to and easily > implemented, it could get into 5.1. > >>> ... >>> It wasn't explained well in the

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 11:28 PM, Shawn Rutledge wrote: > On 11 December 2012 22:11, Mark wrote: >> In my opinion it certainly needs to be separated. Here is my usecase >> why i think that way. >> Right now i'm building a file manager application in QML (it looks >> awesome and a lot like [1] tho

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Shawn Rutledge
On 11 December 2012 22:11, Mark wrote: > In my opinion it certainly needs to be separated. Here is my usecase > why i think that way. > Right now i'm building a file manager application in QML (it looks > awesome and a lot like [1] though less windows 8 like) In that > application i need to have s

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 9:50 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Tue, Dec 11, 2012 at 12:29 PM, Mark wrote: >> On Tue, Dec 11, 2012 at 9:11 PM, Alan Alpert <4163654...@gmail.com> wrote: >>> On Tue, Dec 11, 2012 at 10:56 AM, Mark wrote: On Tue, Dec 11, 2012 at 5:12 PM, Alan Alp

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 12:29 PM, Mark wrote: > On Tue, Dec 11, 2012 at 9:11 PM, Alan Alpert <4163654...@gmail.com> wrote: >> On Tue, Dec 11, 2012 at 10:56 AM, Mark wrote: >>> On Tue, Dec 11, 2012 at 5:12 PM, Alan Alpert <4163654...@gmail.com> wrote: On Tue, Dec 11, 2012 at 12:53 AM, Mark w

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 9:11 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Tue, Dec 11, 2012 at 10:56 AM, Mark wrote: >> On Tue, Dec 11, 2012 at 5:12 PM, Alan Alpert <4163654...@gmail.com> wrote: >>> On Tue, Dec 11, 2012 at 12:53 AM, Mark wrote: Hi, Alan' posts about possible

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 10:56 AM, Mark wrote: > On Tue, Dec 11, 2012 at 5:12 PM, Alan Alpert <4163654...@gmail.com> wrote: >> On Tue, Dec 11, 2012 at 12:53 AM, Mark wrote: >>> Hi, >>> >>> Alan' posts about possible future APIs made me want to post this as >>> well. In the QWidget works we have th

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 8:46 PM, Mark wrote: > On Tue, Dec 11, 2012 at 8:04 PM, Rick Stockton > wrote: >> On 12/11/2012 12:53 AM, Mark wrote: >>> Hi, >>> >>> Alan' posts about possible future APIs made me want to post this as >>> well. In the QWidget works we have the rather nice QShortcut class

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 8:04 PM, Rick Stockton wrote: > On 12/11/2012 12:53 AM, Mark wrote: >> Hi, >> >> Alan' posts about possible future APIs made me want to post this as >> well. In the QWidget works we have the rather nice QShortcut class to >> aid us in defining application wide shortcuts. >>

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Rick Stockton
On 12/11/2012 12:53 AM, Mark wrote: > Hi, > > Alan' posts about possible future APIs made me want to post this as > well. In the QWidget works we have the rather nice QShortcut class to > aid us in defining application wide shortcuts. > > Functionality like that is completely missing from the curre

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
On Tue, Dec 11, 2012 at 5:12 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Tue, Dec 11, 2012 at 12:53 AM, Mark wrote: >> Hi, >> >> Alan' posts about possible future APIs made me want to post this as >> well. In the QWidget works we have the rather nice QShortcut class to >> aid us in defining

Re: [Development] Application wide shortcuts API for QML

2012-12-11 Thread Alan Alpert
On Tue, Dec 11, 2012 at 12:53 AM, Mark wrote: > Hi, > > Alan' posts about possible future APIs made me want to post this as > well. In the QWidget works we have the rather nice QShortcut class to > aid us in defining application wide shortcuts. > > Functionality like that is completely missing fro

[Development] Application wide shortcuts API for QML

2012-12-11 Thread Mark
Hi, Alan' posts about possible future APIs made me want to post this as well. In the QWidget works we have the rather nice QShortcut class to aid us in defining application wide shortcuts. Functionality like that is completely missing from the current QtQuick in both Qt 4.8 (1.1) and 5.0 (2.0). F