Re: [Interest] aboutQt (Qt 4.8) dialog lacks vital information -> people relying on it violate license terms(?)

2014-04-05 Thread Jonas Thiem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just talked with Thiago Macieira on IRC, and we concluded that maybe the about dialog is only meant for someone interested in paying credit to Qt, and nothing more. (no legal complete write-up of all the required copyright stuff and such) In that c

Re: [Interest] aboutQt (Qt 4.8) dialog lacks vital information -> people relying on it violate license terms(?)

2014-04-05 Thread Jonas Thiem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 True about the source code distribution, but maybe the dialog could at least attempt to cover all written stuff that needs to be in a program according to all the licenses in Qt? That would already save a lot of work. And yes, people shouldn't rely on

Re: [Interest] aboutQt (Qt 4.8) dialog lacks vital information -> people relying on it violate license terms(?)

2014-04-05 Thread Thiago Macieira
Em dom 06 abr 2014, às 00:25:17, Jonas Thiem escreveu: > Please don't take this purely as an annoying nitpick. I would really ask > you to keep in mind that those issues possibly affect EVERY Qt program > where the author relies in good faith on the accuracy of the aboutQt > dialog to safe him from

Re: [Interest] aboutQt (Qt 4.8) dialog lacks vital information -> people relying on it violate license terms(?)

2014-04-05 Thread Jonas Thiem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Small additional note: I'm assuming the users want to use Qt with LGPL licensing. But even with the GPL licensing alternative, I believe the dialog would also be insufficient since it would need to point to the GPL license instead. And even for comm

[Interest] aboutQt (Qt 4.8) dialog lacks vital information -> people relying on it violate license terms(?)

2014-04-05 Thread Jonas Thiem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, I asked for a summary text of all licensing information which needs to embedded into an application for legal reasons before, and I got the IMHO not really satisfying answer to simply use the aboutQt dialog. (what if I want my own with some i

Re: [Interest] OS X Qt 5.2/5.3 keyboard modifier bug

2014-04-05 Thread Paul Miller
On 4/4/2014 10:01 PM, Tony Rietwyk wrote: > Hi Paul, > > This sounds similar to a problem I have in 4.8.5 with OSX 10.9. setFocus > or activate on the window does not work. You have to click on the window > for it to activate correctly. Same build works OK in 10.7. Might be > related to Qt bu

Re: [Interest] OS X 5.3 beta - QPrintDialog does not open

2014-04-05 Thread Paul Miller
On 4/5/2014 9:56 AM, John Layt wrote: > Thanks Paul. We do have a qWarning message in the code to output in the > debug log, but I guess -release mode optimises that out. I'll see if I > can get a proper message box to pop up instead for 5.3 beofre we fix it > properly (see https://bugreports.qt-

Re: [Interest] OS X 5.3 beta - QPrintDialog does not open

2014-04-05 Thread John Layt
On 5 April 2014 16:47, Paul Miller wrote: > On 4/5/2014 6:56 AM, John Layt wrote: > > Are there any printers configured on your machine? If there are no > > printers installed then the dialog won't display, it's an issue we need > > to fix, but that normally outputs a qWarning. Otherwise the pl

Re: [Interest] OS X 5.3 beta - QPrintDialog does not open

2014-04-05 Thread Paul Miller
On 4/5/2014 6:56 AM, John Layt wrote: > On 4 April 2014 17:30, Paul Miller > wrote: > > Anyone else seen any print-related issues on OS X? There are no errors > in the console, it just doesn't open. > > I've deployed QPrintSupport.framework and > plugins/pri

[Interest] Json support for Qt5 QML - code review needed

2014-04-05 Thread Jay Sprenkle
Good morning, I'm looking for a code review for an open source project. I've implemented Json support for use with Qt5 QML. It's in several parts. - A C++ version of JsonPath. If you've used XPath then this should be familiar. JsonPath is "XPath for JSON". QJsonPath allows selecting ar

Re: [Interest] OS X 5.3 beta - QPrintDialog does not open

2014-04-05 Thread John Layt
On 4 April 2014 17:30, Paul Miller wrote: > Anyone else seen any print-related issues on OS X? There are no errors > in the console, it just doesn't open. > > I've deployed QPrintSupport.framework and > plugins/printsupport/libcocoaprintersupport.dylib correctly, as far as I > can tell. > > I jus

[Interest] Does Qt use keyboard layout of the operating system?

2014-04-05 Thread Soroush Rabiei
Hi list I've come across a very strange fact in Qt on Windows. Just installed a new keyboard layout on my Windows 8 machine which prints a ZWNJ (U+200C) character when SHIFT+SPACE is pressed. This layout is working properly everywhere except Qt applications. I tested QLineEdit, QTextEdit and all