summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-03-03 18:47:14 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-03-03 18:47:14 (GMT)
commitc968e6602aef04aba4b68af205cd29ad18e0a823 (patch)
tree5dee68c5bd2e691218bd45c7b74da7c7c16b22cd /doc
parent5414957f0feebe24a2aa0ac7c5ec32e53e49b57a (diff)
parent8ddf96a15f707001755d5b934f3f900b825b5887 (diff)
downloadQt-c968e6602aef04aba4b68af205cd29ad18e0a823.zip
Qt-c968e6602aef04aba4b68af205cd29ad18e0a823.tar.gz
Qt-c968e6602aef04aba4b68af205cd29ad18e0a823.tar.bz2
Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration: (133 commits) Use the generic QVoltileImage implementation on S60 3.1 and 3.2. Position the TextInput cursor correctly after IM text is commited. fix DLLDESTDIR handling in nmake generator when QMAKE_POST_LINK is used Make the TextInput cursorRectangle relative to the item. Don't assert if font engine creates new glyphs Doc: remove experimental GestureArea from contents and add PinchArea Add QML file for TextEdit positionAt test. un-document semicolon-splitting of INCLUDEPATH Changed some parts of QVolatileImage autotest to be Symbian specific. Have QVolatileImage backed by a bitmap in all cases. Removing extra tabs from def file. Don't return positions within preedit text from positionAt(). Add an is input method composing property to TextEdit and TextInput. Fix style issue in qvgimagepool.cpp Add internal function for releasing cached GPU resources. Changed QPixmap VG backend to use CFbsBitmap on Symbian. Fix typo in qglthreads auto test. Add selected P1 tasks to changes file. My 4.7.2 changes (cherry picked from commit ab38731fe5dcfaa1a7a70bc290a8856b5b01524d) 4.7.2 changes ...
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/elements.qdoc2
-rw-r--r--doc/src/declarative/qmlinuse.qdoc2
-rw-r--r--doc/src/development/qmake-manual.qdoc3
3 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index 466b940..e2d9350 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -76,7 +76,7 @@ To see the QML elements listed by functional area, see the
\o \l {FocusScope} - Element that mediate keyboard focus changes
\o \l {Flickable} - Provides a surface that can be "flicked"
\o \l {Flipable} - Provides a surface that produces "flipping" effects
-\o \l {GestureArea} - Enables simple gesture handling
+\o \l {PinchArea} - Enables simple pinch gesture handling
\endlist
\section1 Positioners and Repeater
diff --git a/doc/src/declarative/qmlinuse.qdoc b/doc/src/declarative/qmlinuse.qdoc
index 7380ef5..131be1b 100644
--- a/doc/src/declarative/qmlinuse.qdoc
+++ b/doc/src/declarative/qmlinuse.qdoc
@@ -207,7 +207,7 @@
<li><a href="qml-flipable.html">Flipable Element</a> - The Flipable item provides a surface that can be flipped or reflected.</li>
<li><a href="qml-focuspanel.html">FocusPanel Element</a> - The FocusPanel item explicitly creates a focus panel.</li>
<li><a href="qml-focusscope.html">FocusScope Element</a> - The FocusScope object explicitly creates a focus scope for focus management.</li>
- <li><a href="qml-gesturearea.html">GestureArea Element</a> - The GestureArea item enables simple gesture handling.</li>
+ <li><a href="qml-pincharea.html">PinchArea Element</a> - The PinchArea item enables simple pinch gesture handling.</li>
<li><a href="qml-keynavigation.html">KeyNavigation Element</a> - The KeyNavigation attached property supports key navigation by arrow keys.</li>
<li><a href="qml-keys.html">Keys Element</a> - The Keys attached property provides key handling to Items.</li>
<li><a href="qml-mousearea.html">MouseArea Element</a> - The MouseArea item enables simple mouse handling.</li>
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index f2ca21e..1c5d903 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -1647,8 +1647,7 @@
\section1 INCLUDEPATH
This variable specifies the #include directories which should be
- searched when compiling the project. Use ';' or a space as the
- directory separator.
+ searched when compiling the project.
For example: