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 w

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Jeremy Whiting
to review patches in that direction though if you or someone else has time to create them :) BR, Jeremy On Fri, Sep 18, 2015 at 6:51 AM, Robert Iakobashvili wrote: > On Fri, Sep 18, 2015 at 3:48 PM, Robert Iakobashvili > wrote: >> On Fri, Sep 18, 2015 at 3:24 PM, Turunen Tuukka

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 wrote: > Th

Re: [Development] New Module for Serial Buses

2015-05-29 Thread Jeremy Lainé
hich does message-oriented communications :) Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt Speech in Qt 5.6

2015-05-11 Thread Jeremy Whiting
Samuel, That looks good (from me, with not much Android experience), though there are some things to improve that are already commented on that review since April. Are you planning to fix those and update it? BR, Jeremy On Mon, May 11, 2015 at 1:50 AM, Samuel Nevala wrote: > Hi, >

Re: [Development] Qt Speech in Qt 5.6

2015-05-08 Thread Jeremy Whiting
that hasn't happened yet and ought to get done before QtSpeech is added to 5.6. thanks, Jeremy On Fri, May 8, 2015 at 7:48 AM, Frederik Gladhorn wrote: > On Friday, May 08, 2015 10:41:04 AM Lisandro Damián Nicanor Pérez Meyer wrote: >> On Friday 08 May 2015 14:59:22 Frederik Gladhor

Re: [Development] QML bindings for native Android controls

2015-04-14 Thread Jeremy Lainé
On 04/13/2015 03:46 PM, Nurmi J-P wrote: > On 13 Apr 2015, at 14:50, Jeremy Lainé wrote: > >> How about just "android-controls", which would become >> "qt-android-controls" if the project graduates from playground? > I like this suggestion. In the en

Re: [Development] QML bindings for native Android controls

2015-04-13 Thread Jeremy Lainé
the project graduates from playground? Cheers, Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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 wrote: > Hello, > > Inside QtSpeech in the mac backend we have

[Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
er voice's attributes NSDictionary. The backtrace in lldb looks like this: bowser:qtspeech jeremy$ lldb examples/widgets/hello_speak/hello_speak.app/Contents/MacOS/hello_speak (lldb) target create "examples/widgets/hello_speak/hello_speak.app/Contents/MacOS/hello_speak" Current ex

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 requi

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

2015-02-23 Thread Jeremy Whiting
possibly help make it easier to port applications and libraries from one of Qt's platforms to another. Thoughts, opinions, counterarguments, suggestions? BR, Jeremy [1] https://codereview.qt-project.org/#/c/103277/ [2] https://bugreports.qt.io/browse/QTBUG-44473 __

Re: [Development] SSL Plans for Qt 5.6

2015-02-22 Thread Jeremy Lainé
/ ALPN. > > > No idea on that one, but I'd imagine they'll want to support http/2 in > safari at some point. > Well, the thing is that Safari already supports SPDY, but that did not translate into any (public?) API for NPN in Secure Tranport... Jeremy _

Re: [Development] SSL Plans for Qt 5.6

2015-02-22 Thread Jeremy Lainé
On 02/22/2015 06:42 PM, Richard Moore wrote: > > > On 22 February 2015 at 17:39, Jeremy Lainé <mailto:jeremy.la...@m4x.org>> wrote: > > > Whilst I agree with the goal of dropping support for old / > unmaintained > OpenSSL versions, in the case of OS

Re: [Development] SSL Plans for Qt 5.6

2015-02-22 Thread Jeremy Lainé
for OpenSSL-based binaries. This means that a lot of users will not be exposed to this new backend at all, and then suddenly in Qt 5.6 the old backend will be completely gone, with no way to build it even from source. Cheers, Jeremy ___ Development maili

Re: [Development] MacosX/iOS SecureTransport SSL Backend Call for Testers

2015-02-06 Thread Jeremy Lainé
On 02/06/2015 03:17 PM, Richard Moore wrote: > The secure transport backend for Qt's SSL support was merged earlier > this week [1] thanks to some great work by Jeremy Laine and Timur > Pocheptsov. Please could those using Macos X and iOS give it a try and > see how it works

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 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 will ever be > d

[Development] QCONFIG_FLAGS vs defines

2014-12-05 Thread Jeremy Lainé
ed by like this: QMakeVar add DEFINES QT_NO_MTDEV ..which results in this -DQT_NO_MTDEV being passed directly to the compiler (which works for iOS too). Is this what I should be doing instead? Thanks, Jeremy [1] https://codereview.qt-project.org/

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-09-25 Thread Jeremy
On 5September2014, at 12:33, Tomaz Canabrava wrote: > Long that that I have send this e-mail already, but better late than never. > In the Qt Develompent Summit I raised my hand to get one dirty thing done: > > The Settings. > The general idea appeals to me. > After a good while with nega

Re: [Development] Requesting removal of qtjsondb

2014-09-19 Thread Jeremy
On 5September2014, at 21:57, Thiago Macieira wrote: > On Thursday 18 September 2014 21:46:27 Jeremy wrote: >> I don’t see an issue with removing it from Qt 5. Is there a general plan for >> modules that exit from production-ready status? > > Modules that exit from product

Re: [Development] Requesting removal of qtjsondb

2014-09-18 Thread Jeremy
On 5September2014, at 02:05, Joerg Bornemann wrote: > The qtjsondb module is dead. It doesn't build since ages and has zero > users. As civilized people we should bury our dead. > Therefore I'd like to request the removal of qtjsondb from Qt's mother > repository. > > Please raise any objecti

Re: [Development] QTBUG-35892. QML XMLHttpRequest does not support the OPTIONS method.

2014-09-06 Thread Jeremy Lainé
t <http://qt-project.org/doc/qt-5/qtqml-javascript-qmlglobalobject.html#xmlhttprequest> does not enforce the same origin policy. => you don't care about cross origin requests, much less preflighting. Jeremy ___ Development mailing list De

Re: [Development] Update on iOS / SSL implementation

2014-08-05 Thread Jeremy Lainé
heers, Jeremy On 05/30/2014 12:20 AM, Richard Moore wrote: > What Jeremy has done here is fantastic. My estimate when I was > previously asked how hard it was to write a new backend to the SSL > support was approximately a man month given a developer who already > knew the subject area. I&#

[Development] Update on iOS / SSL implementation

2014-05-29 Thread Jeremy Lainé
qssl-ios branch from https://qt.gitorious.org/qt/sharkys-qtbase on a OS X machine 2/ Apply the attached patch to fix / disable some QSslSocket unit tests 3/ Build it 4/ Run some unit tests 5/ Help fix the errors :) Cheers, Jeremy PS: no unfortunately I cannot make it to the contributor sum

Re: [Development] RFC: Managing the Addition of New SSL Backends

2014-05-05 Thread Jeremy Lainé
ing as simple as High, Medium and Low! After all, > most people (including developers) don't know the trade-offs of the > different cipher suites anyway. We could also have a flag for perfect > forward secrecy since that is independent of the strength. It would > also be possible t

Re: [Development] No SSL on iOS ?

2014-05-02 Thread Jeremy Lainé
On 05/01/2014 03:51 PM, Jeremy Lainé wrote: > One problem I am going to run into is that Apple's API doesn't seem to > provide error > details when a certificate check fails (SecTrustEvaluate), so I don't think > we'll get as > fine-grained QSslError'

Re: [Development] No SSL on iOS ?

2014-05-01 Thread Jeremy Lainé
ned QSslError's as when using OpenSSL. I have however managed to implement the pattern used in the OpenSSL implementation: - start handshake - emit sslErrors if appropriate - allow ignoring the errors using ignoreSslErrors - complete handshake Cheers, Jeremy _

Re: [Development] No SSL on iOS ?

2014-04-29 Thread Jeremy Lainé
tbase. Cheers, Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] No SSL on iOS ?

2014-04-29 Thread Jeremy Lainé
Reference/reference.html For now I am implementing a rough proof of concept (attached) outside Qt by subclassing QTcpSocket the way QSslSocket does . Cheers, Jeremy #include #include class FooSocket : public QTcpSocket { Q_OBJECT public: FooSocket(QObject *parent = 0);

Re: [Development] No SSL on iOS ?

2014-04-28 Thread Jeremy Lainé
On 29 Apr 2014 00:39, Thiago Macieira wrote: > > Em ter 29 abr 2014, às 00:16:43, Jeremy Lainé escreveu: > > What would the best course of action be to add support for secure > > websockets > > on iOS? > > Probably to add a new QSslSocket backend that uses t

Re: [Development] No SSL on iOS ?

2014-04-28 Thread Jeremy Lainé
Qt that use OpenSSL directly (like QSSLSocket). Ouch I just realised that most likely means QWebSocket on iOS does not support secure websockets! What would the best course of action be to add support for secure websockets on iOS? Cheers, Jeremy ___

Re: [Development] Maintainership of QtNetwork

2013-11-04 Thread Jeremy Lainé
On 11/04/2013 05:13 PM, Robert Knight wrote: > Thanks for your work on QtNetwork Shane! > Same here, thanks a lot Shane for your work and for your patience getting QDnsLookup into shape! Jeremy ___ Development mailing list Development@qt-proje

Re: [Development] abandoning stale changes on gerrit

2013-02-06 Thread Jeremy Katz
i. This will come up again, and it's unreasonable to expect someone to find, read, and understand the conclusion of a mailing list discussion when a few sentences in a central location will suffice. The wiki could probably use some house keeping. Jeremy ___

Re: [Development] abandoning stale changes on gerrit

2013-02-06 Thread Jeremy Katz
This doesn't mean that you can't change a score after being convinced by another review. Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread Jeremy Lainé
will be that the user wants to load such or such .qm file depending on the current locale. Unfortunately I don't think QLocale is accessible from QML. Would a constant "localeName" property make sense in TranslationLoader? Cheers, Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread Jeremy Lainé
Le Jul 31, 2012 à 9:34 AM, Alan Alpert a écrit : > On Mon, 30 Jul 2012 19:34:23 ext Jeremy Lainé wrote: >> I have found QML's network transparency very handy for loading whole UIs >> over the network, it makes it possible for instance to have "live updates" >>

[Development] QML TranslationLoader element?

2012-07-30 Thread Jeremy Lainé
the URL to the .qm file - enumeration status (Null / Ready / Loading / Error): the loader's status Any thoughts on such an addition, or on a better API? Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] important: upcoming rename of _qpa.h to _p.h

2012-04-18 Thread Jeremy KATZ
BC promise for this case doesn't have much value. Compatible patch level releases sound like a nice target if they don't involve excessive pain. Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] API review for a new QDnsResolver class

2012-01-06 Thread Jeremy Lainé
> - finalise the class name (I think QDns was suggested) > Could we get this point settled once and for all? My suggestions: - QDnsLookup (my preferred one, as the object represents a lookup and its result) - QDnsInfo (similar to QHostInfo) - QDns

Re: [Development] API review for a new QDnsResolver class

2012-01-04 Thread Jeremy Lainé
s then it makes sense to limit how many can be processed at once > via a thread pool). > I followed QHostInfo's pattern exactly here: I set a fixed maximum number of threads (5) on the pool. Jeremy ___ Development mailing list Deve

Re: [Development] API review for a new QDnsResolver class

2012-01-04 Thread Jeremy Lainé
then we need to be able to tell the user that the reply has already > finished. As you stated, the reply object lives in the calling thread, and the finished() signal is always emitted in a queued fashion, so I think we're OK. Jeremy ___ De

Re: [Development] QHttp removal

2012-01-04 Thread Jeremy Lainé
ss for incrementally parsing HTTP requests or responses (with or without the initial line). The use case I have is a Qt-based HTTP-server, but there are probably others.. Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] API review for a new QDnsResolver class

2012-01-04 Thread Jeremy Lainé
style) - the thread and the QDnsReply both operate on a QSharedPointer, so it doesn't matter whether the QDnsReply is deleted before or after the thread completes Cheers, Jeremy ___ Development mailing list Development@qt-project.org http://lis

Re: [Development] Dropping QSound?

2011-11-24 Thread jeremy . laine
(n9 top posting sorry) +1 for me, it's hard enough making sense of phonon vs qtmultimedia. Also from a naming point of view QSound is far too generic. Jeremy On 24/11/2011 12:23 Thiago Macieira wrote: An idea to consider. I don't think *anyone* uses QSound these days. -- Thiag

Re: [Development] API review for a new QDnsResolver class

2011-11-09 Thread Jeremy Lainé
On 11/09/2011 07:41 PM, Giuseppe D'Angelo wrote: > On 9 November 2011 18:35, Jeremy Lainé wrote: >> C/ you make QDnsReply's constructor public, and let the user manage the >> lifetime of the >> object. This is what the Q3Dns API looks like. What I don't like a

Re: [Development] API review for a new QDnsResolver class

2011-11-09 Thread Jeremy Lainé
On 11/09/2011 07:21 PM, Peter Hartmann wrote: > On 11/09/2011 06:43 PM, ext Jeremy Lainé wrote: >> (...) >> A/ static QDnsReply* QDnsReply::lookup(QDnsReply::Type, QString); >> >> pro: easy to connect to the QDnsReply's signal >> con: it's entirely up

Re: [Development] API review for a new QDnsResolver class

2011-11-09 Thread Jeremy Lainé
On 11/09/2011 06:21 PM, Robin Burchell wrote: > On Wed, Nov 9, 2011 at 6:05 PM, Jeremy Lainé wrote: >> This talk about QtConcurrent has me wondering: do we need an asynchronous >> API at all? > I really dislike synchronous APIs, even more so when they're the only > opti

Re: [Development] API review for a new QDnsResolver class

2011-11-09 Thread Jeremy Lainé
the DNS API is not dependent on QtConcurrent, but using them together is straightforward Any thoughts? Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] API review for a new QDnsResolver class

2011-11-09 Thread Jeremy Lainé
Le Nov 9, 2011 à 10:14 AM, André Somers a écrit : > > > On Wed, Nov 9, 2011 at 9:17 AM, Jeremy Lainé wrote: > On 11/08/2011 10:57 PM, Thiago Macieira wrote: > > On Tuesday, 8 de November de 2011 19:40:13 Jeremy Lainé wrote: > >> - the QNAM-style API seems to

Re: [Development] API review for a new QDnsResolver class

2011-11-09 Thread Jeremy Lainé
On 11/08/2011 10:57 PM, Thiago Macieira wrote: > On Tuesday, 8 de November de 2011 19:40:13 Jeremy Lainé wrote: >> - the QNAM-style API seems to be OK > Correct, but all functions in QDnsResolver are static. > > That means they could go into QDnsReply and we could rename the c

Re: [Development] API review for a new QDnsResolver class

2011-11-08 Thread Jeremy Lainé
, it has the advantage of being well-known Unless there are any objections I will push the reworked QDnsResolver to gerrit. Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] API review for a new QDnsResolver class

2011-11-04 Thread Jeremy Lainé
On 11/04/2011 09:01 PM, Andre Somers wrote: > Op 4-11-2011 20:31, Jeremy Lainé schreef: >> On 11/04/2011 10:15 AM, André Somers wrote: >>> The more I think about it, the more I think it is important to fix this: >>> who is >>> responsible for the lifetime of

Re: [Development] API review for a new QDnsResolver class

2011-11-04 Thread Jeremy Lainé
on the record type: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682082%28v=vs.85%29.aspx Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] API review for a new QDnsResolver class

2011-11-04 Thread Jeremy Lainé
nstead of > as a pointer. It would be nice we could come up with a single approach for > these kinds > of things and use that all over the place... I brought this up with Thiago on IRC, as I quite like the idea of using a QFuture. Ho

Re: [Development] API review for a new QDnsResolver class

2011-11-04 Thread Jeremy Lainé
t; if need be. > > There's no way to provide the unsupported formats in QString. It would need > to > be QByteArray and, even then, it's useless if it contains a compressed domain > name. > Domain name expansion is handled for known fields, win32

Re: [Development] API review for a new QDnsResolver class

2011-11-03 Thread Jeremy Lainé
t; The problem is the DNS reply. Each query type contains a different kind of >> data >> structure that would need to be parsed. It gets very complex very quickly if >> we want to present the data in a nice, C++ class. > > I am wondering: According to Jeremy it would be bes

[Development] API review for a new QDnsResolver class

2011-11-03 Thread Jeremy Lainé
ote: I can't guarantee the win32 code still compiles, there might be some minor tweaks due to code refactoring. Comments are most welcome! Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QTBUG-10481: Adding support for DNS SRV lookups

2011-11-01 Thread Jeremy Lainé
http://googleonlinesecurity.blogspot.com/2011/04/improving-ssl-certificate-security.html > Same here, I think the low-level API needs to exist, but I am not opposed to building some convenience logic on top of it. Jeremy ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QTBUG-10481: Adding support for DNS SRV lookups

2011-10-27 Thread Jeremy Lainé
ation, like "A") > To avoid ambiguity with other types of service, QDnsService makes sense to me. > Ah, excellent, the names have been bothering me ever since I started writing these classes. Does anyone see a problem with QDnsServiceInfo /

[Development] QTBUG-10481: Adding support for DNS SRV lookups

2011-10-26 Thread Jeremy Lainé
for review [4]. Comments are welcome! Jeremy [1] https://bugreports.qt.nokia.com/browse/QTBUG-10481 [2] http://code.google.com/p/qxmpp/ [3] http://qt.gitorious.org/qt/qt/merge_requests/887 [4] http://codereview.qt-project.org/7475 ___ Development

Re: [Development] QtWeb

2011-10-25 Thread jeremy . laine
Not sure if it is of interest if your focus is on fcgi but I have a qt-based http server I'd be happy to contribute: http://opensource.bolloretelecom.eu/projects/qdjango/browser/src/QDjangoHttpServer.h Am at qtdd11 if you want to talk. -- Jeremy On 25/10/11 04:38 Dhaivat Pandya wrote: