[Development] doc: need rename qdoc3 -> qdoc

2012-06-02 Thread Loaden
See the diff show below. Any comments? Entering 'qlalr' > Entering 'qt3d' > Entering 'qtactiveqt' > Entering 'qtbase' > Entering 'qtconnectivity' > diff --git a/doc/doc.pri b/doc/doc.pri > index 459e9ba..3cd0b30 100644 > --- a/doc/doc.pri > +++ b/doc/doc.pri > @@ -3,10 +3,10 @@ OTHER_FILES += \ >

Re: [Development] How to submit Portuguese, Spanish, and Indonesian translations Qt?

2012-06-02 Thread Giuseppe D'Angelo
On 1 June 2012 20:49, David Burson wrote: > Hello Giuseppe, > > Thanks for the information.  I spent some time today reading the wiki from > the links you sent - lots of helpful information.  I assume the right people > are aware of this, but probably half the links in the Contributions section

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-02 Thread marius.storm-olsen
It's not wrong and it doesn't really matter. Once MSVC starts to differ from the VC version, in the sense that they are not connected, then we can discuss changing them. For now, let's not make Qt 5 more incompatible with Qt 4. It's not worth it, just to be pedantic. :-) -- Sent from my Nokia

Re: [Development] MouseArea::onWheel event documented but not working (Qt5)

2012-06-02 Thread Tomasz Siekierda
On 2 June 2012 18:15, Luís Gabriel Lima wrote: > > Hi Tomasz, > > The correct event variable name is "wheel" and not "mouse". I'll fix the docs. > You can see an example in > examples/quick/mousearea/mousearea-wheel-example.qml. > > > Cheers, > -- > Luís Gabriel > OpenBossa - INdT Ah, OK, that w

Re: [Development] MouseArea::onWheel event documented but not working (Qt5)

2012-06-02 Thread Luís Gabriel Lima
Hi Tomasz, The correct event variable name is "wheel*" *and not "mouse*"*. I'll fix the docs. You can see an example in * examples/quick/mousearea/mousearea-wheel-example.qml*. Cheers, -- Luís Gabriel OpenBossa - INdT On Sat, Jun 2, 2012 at 7:43 AM, Tomasz Siekierda wrote: > Hi, > > sorry f

[Development] MouseArea::onWheel event documented but not working (Qt5)

2012-06-02 Thread Tomasz Siekierda
Hi, sorry for double posting but this is relevant for both Qt5 ML (as part of testing) and Qt-qml (since that is where the issue lies). I am trying to use the wheel event available in QtQuick 2.0 & Qt5 in QML. Here is a code snippet: MouseArea { id: whatever onWheel: { ScenarioLo

[Development] Mandatory version numbers in qml imports (Re: (Harmattan) Qt Quick Components & Qt 5

2012-06-02 Thread Ville M. Vainio
Fwiw, I think it's just the matter of not having a champion that dislikes the mandatory version numbering with enough passion to drive a language change through. Even if this is considered a misfeature by many, it sort of works, so arguing that it needs to be fixed for qt 5.0 already is hard (as t