[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

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 be

[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

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