Re: [Development] Integration of qt5.git

2013-12-01 Thread Heikkinen Jani
Hi, I agree we need to do something for this. But is it really OK to remove all CI testing from qt5.git integration because even there has been lots of false failures there has been correct ones as well? In my opinion we should first take a look into current CI setups, remove all insignificants

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-01 Thread Alan Alpert
On Sun, Dec 1, 2013 at 4:25 AM, Mark Gaiser wrote: > On Sun, Dec 1, 2013 at 11:09 AM, Nurmi J-P wrote: >> >> >> On 01 Dec 2013, at 00:42, Mark Gaiser wrote: >> >>> Hi, >>> >>> Recently i was searching for a way to influence the "dragDistance" in >>> QML. The documentation (i even looked at dev s

Re: [Development] Qt5.2.0/QtCreator3 + GDB 7.6.1-1 problem

2013-12-01 Thread André Pönitz
On Sun, Dec 01, 2013 at 11:23:39PM +0100, André Pönitz wrote: > On Sun, Dec 01, 2013 at 10:42:06PM +0200, Petko Ditchev wrote: > > Yes , the application works , but the debugger doesn't . There is some > > miscommunication between QtCreator and GDB , because , as I said > > segfaults get interpre

Re: [Development] Qt5.2.0/QtCreator3 + GDB 7.6.1-1 problem

2013-12-01 Thread André Pönitz
On Sun, Dec 01, 2013 at 10:42:06PM +0200, Petko Ditchev wrote: > Yes , the application works , but the debugger doesn't . There is some > miscommunication between QtCreator and GDB , because , as I said > segfaults get interpreted as a crash on startup , and there's no option > to pause the app

Re: [Development] Qt5.2.0/QtCreator3 + GDB 7.6.1-1 problem

2013-12-01 Thread Petko Ditchev
Yes , the application works , but the debugger doesn't . There is some miscommunication between QtCreator and GDB , because , as I said segfaults get interpreted as a crash on startup , and there's no option to pause the app and ... debug . On 12/01/2013 07:04 PM, André Pönitz wrote: > On Sun,

[Development] What's the magic incantation for developing effectively from the Qt git repo?

2013-12-01 Thread Chris Colbert
I recently had a change-set merged which fixed the WA_StaticContents flag on Windows. However, when I update my git repo according to the advice on the website: 1. git pull 2. git submodule sync 3. git submodule update --recursive I get a checkout which does not include my recent chang

Re: [Development] Qt5.2.0/QtCreator3 + GDB 7.6.1-1 problem

2013-12-01 Thread André Pönitz
On Sun, Dec 01, 2013 at 04:14:24PM +0200, Petko Ditchev wrote: > Hi guys , I hadn't used QtCreator and Qt in a week or two and now ,after I > downloaded the RC1, I see that debugging is broken . I tested gdb from the > command line and it works just fine , but in QtCreator it gets stuck on > "Sett

[Development] Qt5.2.0/QtCreator3 + GDB 7.6.1-1 problem

2013-12-01 Thread Petko Ditchev
Hi guys , I hadn't used QtCreator and Qt in a week or two and now ,after I downloaded the RC1, I see that debugging is broken . I tested gdb from the command line and it works just fine , but in QtCreator it gets stuck on "Setting breakpoints" (or something like that) and there's no way to pau

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-01 Thread Mark Gaiser
On Sun, Dec 1, 2013 at 11:09 AM, Nurmi J-P wrote: > > > On 01 Dec 2013, at 00:42, Mark Gaiser wrote: > >> Hi, >> >> Recently i was searching for a way to influence the "dragDistance" in >> QML. The documentation (i even looked at dev snapshot docs) didn't >> provide any clue, but the code did. Tu

Re: [Development] Online Installer and Updates

2013-12-01 Thread Turunen Tuukka
Hi, You are absolutely right. However, with Qt 5.2 and Creator 3.0 having dependency it is not possible. Hopefully the direction in the future is much more towards online installers also for the devolopment releases and possibly also snapshoths. Yours, -- Tuukka "Steve Gold" mailto:steveg2.

Re: [Development] OpenGL drivers

2013-12-01 Thread Sean Harmer
On 30/11/2013 21:29, Mark Gaiser wrote: > On Fri, Nov 29, 2013 at 7:01 PM, Thiago Macieira > wrote: >> On sexta-feira, 29 de novembro de 2013 12:27:44, Sletta Gunnar wrote: >>> So, I'm asking that if you encounter issues with flickering, crashes, bad >>> rendering and similar, help us track which

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-01 Thread Nurmi J-P
On 01 Dec 2013, at 00:42, Mark Gaiser wrote: > Hi, > > Recently i was searching for a way to influence the "dragDistance" in > QML. The documentation (i even looked at dev snapshot docs) didn't > provide any clue, but the code did. Turns out there is a hidden > property: > > drag.threshold (i

Re: [Development] OpenGL drivers

2013-12-01 Thread Thiago Macieira
On sábado, 30 de novembro de 2013 22:29:12, Mark Gaiser wrote: > What you refer to are probably the fonts rendered through QML. By > default QML renders fonts with the "distance field" stuff [1]. It > looks awesome on mobile, but looks horrible on the desktop. This has > been known for a while [2]

Re: [Development] 5.2.0 rc1 mac include directory structure

2013-12-01 Thread Thiago Macieira
On sábado, 30 de novembro de 2013 14:25:55, tsteven4 wrote: > Thiago, > > Thanks, that works. > > But in some previous releases, e.g. 4.8.2, either -I or -F (with the > path to include or Headers respectively) could work because in addition > to the headers under the QtCore.framework there was al