Re: [Development] OpenGL drivers

2013-11-30 Thread Sletta Gunnar
- Gunnar > On 29. nov. 2013, at 19:02, "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 things are problematic by fil

Re: [Development] Integration of qt5.git

2013-11-30 Thread Gladhorn Frederik
On Friday 29. November 2013 21.19.33 Hausmann Simon wrote: > Once scenario I'm worried about is when a less active module (say qtscript) > has a regression test failure due to a change in an active module (qtbase) > and it's only visible in the qt5.git integration (because nobody submits a > ch

Re: [Development] Integration of qt5.git

2013-11-30 Thread Knoll Lars
On 30/11/13 15:22, "Gladhorn Frederik" mailto:frederik.gladh...@digia.com>> wrote: On Friday 29. November 2013 21.19.33 Hausmann Simon wrote: > Once scenario I'm worried about is when a less active module (say qtscript) > has a regression test failure due to a change in an active module (qtbas

[Development] 5.2.0 rc1 mac include directory structure

2013-11-30 Thread tsteven4
All the headers for QtCore seem to be in the directory /installpath/Qt5.2.0rc1/5.2.0-rc1/clang_64/lib/QtCore.framework/Versions/5/Headers. The only subdiretory under this directory is 5.2.0, which only contains a directory QtCore which only contains a directory private. In Qt5.2.0rc1/5.2.0-rc

Re: [Development] 5.2.0 rc1 mac include directory structure

2013-11-30 Thread Thiago Macieira
On sábado, 30 de novembro de 2013 08:50:42, tsteven4 wrote: > includes like > #include > > with > -I/installpath/Qt5.2.0rc1/5.2.0-rc1/clang_64/lib/QtCore.framework/Versions/5 > /Headers That -I was your mistake. You should have passed it the Mac way: -F/installpath/Qt5.2.0rc1/5.2.0-rc1/clang_

[Development] Online Installer and Updates

2013-11-30 Thread Steve Gold
I am sending this to the Development mailing list per a suggestion by Tomasz Siekierda. Why is there no online installer for snapshots (e.g., betas and rcs) like there is for official releases (e.g., qt-windows-opensource-1.4.0-x86-online.exe)? There are 7 different downloads available for Wind

Re: [Development] 5.2.0 rc1 mac include directory structure

2013-11-30 Thread tsteven4
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 also a QtCore directory in /installpath/include. The analogous director

Re: [Development] OpenGL drivers

2013-11-30 Thread Mark Gaiser
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 things are problematic by filing >> a bugreport

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

2013-11-30 Thread Mark Gaiser
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 (it is underlined in red in QtCreator, but works just fine!). For