Re: [Development] Proposal - QtSerialPort graduation from the Playground

2013-01-26 Thread Alex Strickland
On 2013/01/26 01:44 PM, Konrad Rosenbaum wrote: Windows: there are several projects on Sourceforge that emulate serial interfaces. I've used com0com to simulate loops. +1 for com0com. -- Regards Alex __

Re: [Development] repository for the toolwrapper

2012-11-27 Thread Alex Strickland
On 2012/11/27 12:23 PM, Oswald Buddenhagen wrote: > yeah, i think it's a good idea to put it into that repo. > alternative naming ideas: > qtwrapper (that's too undescriptive) > qtchooser (i kinda like that) > qtswitcher > qtdispatcher > qt-version-manager (j/k) qtver ? -- Regards Alex

Re: [Development] final value classes: some background information and plans

2012-03-08 Thread Alex Strickland
On 2012/03/07 06:19 PM, Thiago Macieira wrote: > So, tell me. Why would you write? > > int *i = new int(42); Because all fundamental questions can be solved by one more level of indirection? Oh, it's the answer :) Thanks very much for the explanation. -- Regards Alex

Re: [Development] final value classes: some background information and plans

2012-03-07 Thread Alex Strickland
On 2012/03/07 03:25 PM, Marc Mutz wrote: > You shouldn't look at the Qt-project developers when discussing interfaces. > You should look a the Qt programmers in the trenches that happily write > QColor * c = new QColor(...), as blissfully ignorant of the resource leak as > they are of Sutter/Alexa