Re: [Development] Nokia/Digia copyright in PDF produced by QPrinter

2013-10-09 Thread Knoll Lars
On 10/7/13 12:35 PM, "David Boddie" wrote: >On Sun Oct 6 20:51:40 CEST 2013, Lars Knoll wrote: > >> The producer field in PDF is generally used for marking what has been >>used >> to produce the PDF. In Qt 5 this reads: >> >>xprintf("\n/Producer "); >>printString(QString::fromLatin1("Qt "

Re: [Development] Split submission

2013-10-09 Thread Ziller Eike
Hi, you can just have the patches sequentially in your local branch and push these together ("git push gerrit HEAD:refs/for/dev" or whereever that should go, that pushes all your local commits up to HEAD). Gerrit shows dependency information in the changes if you push them together, i.e. the 'l

[Development] Qt Job criteria for windows embedded platforms

2013-10-09 Thread Ramakanthreddy Kesireddy
Hi, Please let me know the job criteria for Qt developer on windows embedded platforms(like WinCE 5.0/6.0) as we are trying to enable supported modules for Qt 5.x. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments) is intended f

Re: [Development] Split submission

2013-10-09 Thread Thiago Macieira
On quinta-feira, 10 de outubro de 2013 01:36:18, Samuel Gaist wrote: > Hi, > > I just started to split a submission in several patches like Stephen Kelly > taught me. > > There's just one thing I forgot to ask him: how should the patches be > organized and sent since when broken down (it should b

[Development] Split submission

2013-10-09 Thread Samuel Gaist
Hi, I just started to split a submission in several patches like Stephen Kelly taught me. There's just one thing I forgot to ask him: how should the patches be organized and sent since when broken down (it should be three patches), the last one would only apply once the second patch is applie