Re: [Interest] WA_NoSystemBackground vs WA_OpaquePaintEvent

2015-01-21 Thread Bo Thorsen
Hi Philippe,Den 21-01-2015 kl. 15:32 skrev Philippe: > The difference between these two modes is not obvious. > When should we use *WA_NoSystemBackground* instead of *WE_OpaquePaintEvent*, > and reciprocally? > When should we use both? > I could not get any clear hint while searching through the Qt

Re: [Interest] Where should online documentation bugs be reported?

2015-01-21 Thread Kojo Tero
> -Original Message- > From: interest-bounces+tero.kojo=theqtcompany@qt-project.org > [mailto:interest-bounces+tero.kojo=theqtcompany@qt-project.org] On > Behalf Of Till Oliver Knoll > Sent: 21. tammikuuta 2015 19:14 > To: Qt Project > Subject: Re: [Interest] Where should online doc

Re: [Interest] Building Qt5 with Intel C++ under Windows

2015-01-21 Thread Thiago Macieira
On Wednesday 21 January 2015 08:36:55 Thiago Macieira wrote: > I haven't run into this error. I'll start a build in the background and see > if the accessibility code is compiled. But I won't have time to investigate > this until mid-February. The build broke, probably due to one of my 200 patches

Re: [Interest] Where should online documentation bugs be reported?

2015-01-21 Thread Till Oliver Knoll
> Am 21.01.2015 um 17:22 schrieb Harri Pasanen : > > What is the on-line doc version? > > About contributing bug fixes, where is the doc on how to start? Start here: https://qt-project.org/contribute Specifically: http://wiki.qt-project.org/Main_Page Cheers, Olivrt

Re: [Interest] Building Qt5 with Intel C++ under Windows

2015-01-21 Thread Thiago Macieira
On Wednesday 21 January 2015 10:52:43 Carsten Schneemann wrote: > Hi all, > > > has anyone been successful with building Qt5 on Windows with the Intel > compiler lately? Yes, as recently as last month, using ICC 15. Which is when I fixed an error that caused the QPA plugins to fail to link. Pl

Re: [Interest] Where should online documentation bugs be reported?

2015-01-21 Thread Harri Pasanen
What is the on-line doc version? About contributing bug fixes, where is the doc on how to start? I do compile Qt pretty regularly for Android and iOS and probably should contribute some fixes to camera stuff in both. How do I know others are not working in the same area? Harri On 21/01/20

Re: [Interest] Where should online documentation bugs be reported?

2015-01-21 Thread Giuseppe D'Angelo
Il 21/01/2015 16:42, Harri Pasanen ha scritto: I this case it is a trivial typo, http://doc.qt.io/qt-5/platform-notes-ios.html page has an extra space in external link url./documentati on/ instead of/documentation/ Well, unless you're willing to fix it yourself (*), please report it on the

[Interest] Where should online documentation bugs be reported?

2015-01-21 Thread Harri Pasanen
I this case it is a trivial typo, http://doc.qt.io/qt-5/platform-notes-ios.html page has an extra space in external link url. /documentati on/ instead of /documentation/ Harri ___ Interest mailing list Interest@qt-project.org http://lists.qt-proj

[Interest] WA_NoSystemBackground vs WA_OpaquePaintEvent

2015-01-21 Thread Philippe
The difference between these two modes is not obvious. When should we use WA_NoSystemBackground instead of WE_OpaquePaintEvent, and reciprocally? When should we use both? I could not get any clear hint while searching through the Qt source... Philippe ___

[Interest] Building Qt5 with Intel C++ under Windows

2015-01-21 Thread Carsten Schneemann
Hi all, has anyone been successful with building Qt5 on Windows with the Intel compiler lately? I know that this is not an "officially supported" platform, so if it can't be done at all I would be happy to hear that and abandon the Intel compiler. The current Qt (5.4) builds mostly nicely exce

Re: [Interest] Fwd: [KDE/Mac] OSX/CI: Found umpteen uses of Q_WS_MAC in Qt5 itself

2015-01-21 Thread Giuseppe D'Angelo
On 21 January 2015 at 11:34, René J.V. wrote: > Q_WS_* macros are deprecated in Qt5, right? Are they still available, or does > the message below mean that numerous bits in Qt5 are equivalent to junk DNA? > And if junk DNA, should it be cleaned out, or tested on a case-by-case basis > if in real

Re: [Interest] Qt Quick UI Forms & item views: best practices

2015-01-21 Thread Alexander Ivash
Thank you for your reply, your approach is exactly what I meant in the topic start: 'It seems for me like currently only ListView itself can be defined inside the *.ui.qml file, and the delegate needs to be defined inside the corresponding *.qml file'. Sure, it can be done in such a way, but for me

Re: [Interest] Qt Quick UI Forms & item views: best practices

2015-01-21 Thread Ola Røer Thorsen
Den 2015-01-21 09:24, skrev Alexander Ivash: Yes, your are right, there was an error in my sample, but even fixing it doesn't change a lot: ui.qml files becomes not editable via QtCreator's QML designer due to presence onClicked: root.onClicked(root.model.get(index)); /// this line makes QtCr

Re: [Interest] Qt Quick UI Forms & item views: best practices

2015-01-21 Thread Alexander Ivash
Yes, your are right, there was an error in my sample, but even fixing it doesn't change a lot: ui.qml files becomes not editable via QtCreator's QML designer due to presence onClicked: root.onClicked(root.model.get(index)); /// this line makes QtCreator unhappy :( 2015-01-21 10:16 GMT+03:00 Krist