Re: [Development] QKeySequenceEdit: Unable to assign tab

2022-06-24 Thread Jeremy Whiting
Tab is likely being grabbed by the window itself (or maybe the QKeySequenceEdit is ignoring) because it's using the tab as a switch to the next thing in the tab order action. On Fri, Jun 24, 2022 at 9:51 AM Laszlo Papp wrote: > Hi, > > I am unable to assign tab to QKeySequenceEdit. Do you know

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Jeremy Whiting
Robert, That's a good idea. I think support for that could be added to speech-dispatcher for the linux side, at least for some of the output modules it supports. I'll see what we can do in that regard, but it likely wont be until after the 5.6 technical preview. I would have time to review

Re: [Development] Qt Speech in Qt 5.6

2015-07-22 Thread Jeremy Whiting
I see the feature freeze is approaching quickly. Did the status of QtSpeech getting into QT 5.6 ever get sorted out? Is there still some work that needs to be done before this can happen? If so what needs to be done? BR, Jeremy On Thu, May 28, 2015 at 5:25 AM, Frederik Gladhorn

Re: [Development] Qt Speech in Qt 5.6

2015-05-11 Thread Jeremy Whiting
Nevala On 8 May 2015 at 17:36, Jeremy Whiting jpwhit...@kde.org wrote: Yes, Luke said in irc he will do a release of speech-dispatcher 0.8.3 this month. I would definitely like to see QtSpeech in Qt 5.6. I do have a couple of concerns, but they should be fixable. 1. The tests use timers

Re: [Development] Qt Speech in Qt 5.6

2015-05-08 Thread Jeremy Whiting
Yes, Luke said in irc he will do a release of speech-dispatcher 0.8.3 this month. I would definitely like to see QtSpeech in Qt 5.6. I do have a couple of concerns, but they should be fixable. 1. The tests use timers to check functionality. This seems to be broken in some cases and not reliable.

Re: [Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
I love it when I send a question to an e-mail list then find the answer myself. My bad, the NSSpeechSynthesizer documentation at apple was wrong. Filing a bug now. BR, Jeremy On Mon, Mar 2, 2015 at 7:16 PM, Jeremy Whiting jpwhit...@kde.org wrote: Hello, Inside QtSpeech in the mac backend we

[Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
Hello, Inside QtSpeech in the mac backend we have a method that worked fine with Qt 5.4.0. I've recently upgraded to Qt 5.4.1 and when trying to run the example widget I'm getting an exception thrown when we call QString::fromNSString on the age string we get from the NSSpeechSynthesizer voice's

Re: [Development] QStandardPaths could be helpful for cross platform portability, Qt Everywhere

2015-02-25 Thread Jeremy Whiting
Tor Arne, As a test I modified my setup on OS X yesterday to pass -DCMAKE_INSTALL_DATADIR=/Users/jeremy/Library/Application Support/ to every KDE module's cmake comand. This successfully installed all supporting data files into ~/Library/Application Support/foo and only required a couple of minor

[Development] QStandardPaths could be helpful for cross platform portability, Qt Everywhere

2015-02-23 Thread Jeremy Whiting
Hello list, I discussed a bit with Thiago and some others on irc this evening and have realized that the QStandardPaths patch from [1] and discussion on [2] is trying to solve too many problems at once. I'll list the problems here and some possible solutions to these problems afterwards so we can

Re: [Development] Requesting a break in behavior in QML Text element

2015-01-29 Thread Jeremy Whiting
+1 On Thu, Jan 29, 2015 at 3:24 PM, Robin Burchell robin...@viroteck.net wrote: Hi, Rationale: Text.AutoFormat is a terrible misfeature in almost every case out there. Design implications: In many cases in applications, a format is not specified, with the assumption that only plain text