Re: [Interest] tracing / spy++ tool for Qt

2012-02-27 Thread Marc Mutz
On Tuesday February 28 2012, Yang Fan wrote: > Gamma ? += Ray :) https://github.com/KDAB/GammaRay -- Marc Mutz | Senior Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-I

[Interest] Unable to use a specific font on Mac OS X

2012-02-27 Thread Nikos Chantziaras
Using either Qt 4.7.4 or 4.8.0, I am unable to use a certain font in Qt. The font in question is "Garamond Premier Pro" (it's a commercial font). In this minimal example: void paintEvent(QPaintEvent*) { QPainter p(this); p.setFont(QFont("Garamond Premier Pro")); p.d

Re: [Interest] tracing / spy++ tool for Qt

2012-02-27 Thread Yang Fan
Gamma ? On Tue, Feb 28, 2012 at 6:57 AM, Yi Ding wrote: > Hi everyone, > > I remember reading about an open source tracing / spy++ type of tool > for debugging and visualizing Qt programs, but I've forgotten what > it's called. Anyone know what I'm talking about? > > Thanks in advance, > Yi > _

Re: [Interest] Unable to post here through GMane

2012-02-27 Thread Stephen Kelly
Nikos Chantziaras wrote: > On 28/02/12 00:55, Stephen Kelly wrote: >> Andreas Pakulat wrote: >> I tried using GMane to post here. But it doesn't work. The mail never arrives here. >>> >>> Thats something to take up with the gmane admins, nothing anybody here >>> on the list can do much

Re: [Interest] Unable to post here through GMane

2012-02-27 Thread Nikos Chantziaras
On 28/02/12 00:55, Stephen Kelly wrote: > Andreas Pakulat wrote: > >>> I tried using GMane to post here. But it doesn't work. The mail >>> never arrives here. >> >> Thats something to take up with the gmane admins, nothing anybody here >> on the list can do much about I think. > > Although I can

Re: [Interest] Unable to post here through GMane

2012-02-27 Thread Stephen Kelly
Andreas Pakulat wrote: >> I tried using GMane to post here. But it doesn't work. The mail >> never arrives here. > > Thats something to take up with the gmane admins, nothing anybody here > on the list can do much about I think. Although I can confirm that it works for me. Server: news.gmane.

[Interest] tracing / spy++ tool for Qt

2012-02-27 Thread Yi Ding
Hi everyone, I remember reading about an open source tracing / spy++ type of tool for debugging and visualizing Qt programs, but I've forgotten what it's called. Anyone know what I'm talking about? Thanks in advance, Yi ___ Interest mailing list Intere

Re: [Interest] Unable to post here through GMane

2012-02-27 Thread Andreas Pakulat
On 27.02.12 22:58:37, Nikos Chantziaras wrote: > Since the Nokia NNTP server doesn't offer the new lists, Why should it? The new lists belong to the qt-project and are hosted there, so providing an nntp for them is none of Nokia's business. I'd suggest to talk to the qt-project.org admins to setup

[Interest] Unable to post here through GMane

2012-02-27 Thread Nikos Chantziaras
Since the Nokia NNTP server doesn't offer the new lists, I tried using GMane to post here. But it doesn't work. The mail never arrives here. Is anyone aware of the problem? Can this be fixed? ___ Interest mailing list Interest@qt-project.org http://l

Re: [Interest] QExtSerialPort

2012-02-27 Thread Bence Magyar
I myself had no problems with QExtSerialPort, used it to interface with an Arduino board. --Bence 2012/2/27 Andreas Pakulat > On 27.02.12 11:45:12, Duane wrote: > > We've been using QextSerialPort for some MS specific programs. Now that > > we need to port to Linux, there is a problem using ev

Re: [Interest] QExtSerialPort

2012-02-27 Thread Andreas Pakulat
On 27.02.12 11:45:12, Duane wrote: > We've been using QextSerialPort for some MS specific programs. Now that > we need to port to Linux, there is a problem using events for writes. > > I'm looking for a more recent version. Does anyone know where to > download it? It seems that it's been move

Re: [Interest] QExtSerialPort

2012-02-27 Thread Samuel Gaist
Hello, Simply download the source : hg clone https://code.google.com/p/qextserialport/ Hope this helps, Samuel On 27 févr. 2012, at 17:45, Duane wrote: > We've been using QextSerialPort for some MS specific programs. Now that > we need to port to Linux, there is a problem using events for wr

[Interest] QExtSerialPort

2012-02-27 Thread Duane
We've been using QextSerialPort for some MS specific programs. Now that we need to port to Linux, there is a problem using events for writes. I'm looking for a more recent version. Does anyone know where to download it? It seems that it's been moved from sourceforge to code.google.com/... b