Re: [Development] White space / coding style patches welcome?

2013-03-14 Thread Axel Waggershauser
With the trailing whitespace issue pretty much fixed, the next step is eliminating leading tabs. A few questions about that: 1) If in doubt, is it generally fair to assume that whatever QtCreator's CTRL+i in the default built-in Qt coding style does, is the way to go? 2) Especially continuation l

Re: [Development] Why CI broken integration?

2013-03-14 Thread Denis Shienkov
Oswald, thank you very much. Best regards, Denis 14.03.2013, 19:16, "Oswald Buddenhagen" : > On Thu, Mar 14, 2013 at 06:38:25PM +0400, Denis Shienkov wrote: > >>  Hello guys. >> >>  At try to merge some commit for QtSerialPort module, CI is fail with error: >> >>  "Project ERROR: Module does not

Re: [Development] Why CI broken integration?

2013-03-14 Thread Oswald Buddenhagen
On Thu, Mar 14, 2013 at 06:38:25PM +0400, Denis Shienkov wrote: > Hello guys. > > At try to merge some commit for QtSerialPort module, CI is fail with error: > > "Project ERROR: Module does not define version." > try such a thing: https://codereview.qt-project.org/50187

[Development] Why CI broken integration?

2013-03-14 Thread Denis Shienkov
Hello guys. At try to merge some commit for QtSerialPort module, CI is fail with error: "Project ERROR: Module does not define version." See: https://codereview.qt-project.org/#change,50759 Please tell me, why is this happening? Something changed in Qt5 building subsystem? Because this commit

Re: [Development] Qt for iOS - iOSStyle

2013-03-14 Thread Bache-Wiig Jens
On Mar 13, 2013, at 10:07 PM, Jake Thomas Petroules mailto:jake.petrou...@petroules.com>> wrote: On Mar 13, 2013, at 1:43 PM, Bache-Wiig Jens mailto:jens.bache-w...@digia.com>> wrote: Exactly. Being able to do pixel perfect layouts within the Qt Quick designer is one of the arguments against

Re: [Development] [QA] Suggestion -- Setting Up the Priority in JIRA

2013-03-14 Thread Jason McDonald
On Wed, Mar 13, 2013 at 11:48 PM, Anttila Janne wrote: > Jason McDonald wrote: >> On Wed, Mar 13, 2013 at 2:42 AM, Thiago Macieira >> wrote: >>> On terça-feira, 12 de março de 2013 13.28.37, Motyka Rafal wrote: Hello, I want to suggest another change for JIRA: - A Reporter should b

Re: [Development] Qt for iOS - iOSStyle

2013-03-14 Thread Sorvig Morten
On Mar 13, 2013, at 10:07 PM, Jake Thomas Petroules wrote: > So, the only thing left to say is that I hope the issue is not whether > QiOSStyle is welcome in QtGui at all, but simply whether it can be > technically achieved and whether there is someone to do the work. If it's the > latter, t

[Development] Linker Error While linking application(form of DLL) with Qt libs

2013-03-14 Thread Amogh Kudari
Hi All, I am currently trying to link my software component libs(propreitary) with Qt Libs to form a DLL which will further be used by my application. In doing so I am facing linker issues. I did check if the symbols are present in the libs and Yes they are present in Libs, but still i

Re: [Development] Qt for iOS - iOSStyle

2013-03-14 Thread André Somers
Op 13-3-2013 18:43, Bache-Wiig Jens schreef: Exactly. Being able to do pixel perfect layouts within the Qt Quick designer is one of the arguments against an IOS QStyle implementation. I would like to be able to see and run my apps _exactly_ as they would look on the device, without having to

Re: [Development] Qt for iOS - iOSStyle

2013-03-14 Thread Rutledge Shawn
On 13 Mar 2013, at 10:07 PM, Jake Thomas Petroules wrote: > > As Morten said, "The way to prove us wrong is of course to step up and > implement (and maintain) such a style.". Therefore, I will implement and > maintain QiOSStyle. Of course any help would be appreciated as well. I agree with th