Re: [Interest] Qt5: single- vs double-click file/folder-open behaviour on KDE4/Linux

2014-02-15 Thread George Tasopoulos
, George Tasopoulos On 15 February 2014 06:46, Alan Ezust wrote: > I just downloaded Qt 5.2.1 and QtCreator 3.0.1 from qt-project.org and I > still see the bug. > What ticket are you talking about? > > > > > On Fri, Feb 14, 2014 at 11:36 AM, George Tasopoulos < > tasop

Re: [Interest] Qt5: single- vs double-click file/folder-open behaviour on KDE4/Linux

2014-02-14 Thread George Tasopoulos
I think the Qt libraries in Ubuntu's repositories haven't been updated and probably won't be until the next Ubuntu version. That was the reason why I used the installer from Qt's website instead. It has its own updater and you can stay up-to-date. --- Yours sincerely, George

Re: [Interest] Qt5: single- vs double-click file/folder-open behaviour on KDE4/Linux

2014-02-14 Thread George Tasopoulos
When I first downloaded Qt5 that was the case with me too. But I found a bug report about it and since a certain version (I don't remember which) it seems to have been fixed, as it follows my KDE settings. Make sure you have the latest version. -- Yours sincerely, George Tasopoulos

Re: [Interest] QtThread

2014-01-21 Thread George Tasopoulos
You're right. I've not read the docs in a while and remembered it wrong. --- Yours sincerely, George Tasopoulos On 21 Jan 2014 10:05, "Etienne Sandré-Chardonnal" wrote: > I don't see what is complicated here? > > if( (QObject*)targetThread==(QObject*)this

Re: [Interest] QtThread

2014-01-21 Thread George Tasopoulos
re it's given to the compiler? --- Yours sincerely, George Tasopoulos On 21 Jan 2014 09:44, "Bo Thorsen" wrote: > Den 20-01-2014 17:32, Thiago Macieira skrev: > > On segunda-feira, 20 de janeiro de 2014 12:41:33, Bo Thorsen wrote: > >> I have just created a sugges

Re: [Interest] Pressing key (A-Z) behaves differently the pressing modifiers..

2014-01-01 Thread George Tasopoulos
u need them to "stay" pressed. Look at this function: http://qt-project.org/doc/qt-5/qkeyevent.html#isAutoRepeat For non-modifier keys and not key combinations, it should return true when an event comes from that behaviour and so you can use it to screen for it and ignore extra event

Re: [Interest] Font measuring inconsistency between platforms in Qt5? Or, how best to draw characters with QPainter.

2013-12-30 Thread George Tasopoulos
r the info about DPI, I understand it a lot better now. -- Yours sincerely, George Tasopoulos On 29 December 2013 20:56, George Tasopoulos wrote: > (This message will probably not appear in the right place in the thread) > > > >* Thanks for your reply. > *> > > >*

Re: [Interest] Font measuring inconsistency between platforms in Qt5? Or, how best to draw characters with QPainter.

2013-12-29 Thread George Tasopoulos
aracters are (apparently) NOT 28 pixels high, which is a problem. The font is installed in both systems and I also did a binary comparison between their font files. They're identical. -- Yours sincerely, George Tasopoulos ___ Interest mailing lis

Re: [Interest] Font measuring inconsistency between platforms in Qt5? Or, how best to draw characters with QPainter.

2013-12-29 Thread George Tasopoulos
Thanks for your reply. This makes sense. But in this case shouldn't font drawing also draw at the same size (i.e. 28 pixels high on Linux, 27 pixels high on Windows)? -- Yours sincerely, George Tasopoulos On 29 December 2013 17:36, Christoph Feck wrote: > On Sunday 29 December 2013

[Interest] Font measuring inconsistency between platforms in Qt5? Or, how best to draw characters with QPainter.

2013-12-29 Thread George Tasopoulos
ve tried aligning to the top and left too, no change. } I would be grateful for any advice. -- Yours sincerely, George Tasopoulos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest