summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-299-166/+438
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Remove warnings in photoviewer demo. Uncomment code accidentally removed with 1937adaab5861ced44813c6a4b0bff1c3750ecd3 Fix image source Don't emit movementEnded if mouse press is a continuation of a flick. Avoid binding loop warnings Append 'Example' to titles of example pages Improvements to Modules docs Component docs Fixes for Dynamic Object Management docs. Also adds links to Update Symbian emulator QtOpenVGu.def, QtNetworku.def, QtCoreu.def files for Qt 4.7 to be in sync between respective def files in Qt 4.6.3
| * Append 'Example' to titles of example pagesBea Lam2010-07-291-48/+48
| | | | | | | | Task-number: QTBUG-12427
| * Improvements to Modules docsBea Lam2010-07-293-90/+225
| | | | | | | | Task-number: QTBUG-12430
| * Component docsBea Lam2010-07-291-0/+60
| | | | | | | | Task-number: QTBUG-12447
| * Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-294-28/+105
| | | | | | | | | | | | this page from other documentation. Task-number: QTBUG-12446
* | Fix missing license headerOlivier Goffart2010-07-281-0/+26
| |
* | Doc: add link to new gettings started to index.htmlGeir Vattekar2010-07-281-1/+1
| |
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-07-2813-30/+31
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-07-2713-30/+31
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix QT_NO_DATESTRING Check the gesturemanager pointer before accessing it. Added files that had been renamed. Modified file/directory names and text to remove disallowed terminology. Cherry pick fix for MOBILITY-1077 from Qt Mobility. Fix typo in docs. Cherry pick fix for MOBILITY-1145 from Qt Mobility. Cherry pick fix for MOBILITY-1144 from Qt Mobility. Fixed the following sub-tasks for QTBUG-12192
| | * Merge branch '4.7' of http://git.scm.dev.nokia.troll.no/qt/oslo-staging-1 ↵Kevin Wright2010-07-2716-24/+24
| | |\ | | | | | | | | | | | | into 4.7
| | | * Merge commit 'c16f0a839743af36b36aea9c35f0d5ddfda3d6ac' into oslo-staging-1Aaron McCarthy2010-07-271-1/+1
| | | |\
| | | | * Fix typo in docs.Aaron McCarthy2010-07-271-1/+1
| | | | |
| | * | | Added files that had been renamed.Kevin Wright2010-07-277-0/+72
| | | | |
| | * | | Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-07-2711-90/+18
| | | | |
| | * | | Fixed the following sub-tasks for QTBUG-12192Kevin Wright2010-07-261-2/+3
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Qt Simulator link missing * Integration and add-ins (on the front page, link leads to an alternative start page) * Qt Creator (on the front page link leads to Manual version 1.3) * Getting Started (on the front page) link broken * More... (in Global Declarations) link broken Additionally: There was an issue with the documentation used within Assistant/Creator that appears to have no bug report filed. An alternate "offline" form of the documentation (inspired by the newly redesigned online version) was being installed, but had significant issues within Assistant and Creator. It appears that within qdoc3 some changes had been made towards using this newer documentation format, but those changes were not working properly. I fixed qdoc3 so that the original offline documentation design is the default, but there is room to use the configuration files to call the any of the three documentation designs (new online, new offline, and old offline).
* | | | Doc: Added new getting started document.Geir Vattekar2010-07-286-0/+490
|/ / /
* | | various doc fixesBea Lam2010-07-271-1/+1
| | |
* | | Document 'this' as undefined in QMLMartin Jones2010-07-271-0/+25
| |/ |/| | | | | | | Task-number: QTBUG-12396 Reviewed-by: Aaron Kennedy
* | Doc: use const& in foreach when applicable.Olivier Goffart2010-07-2615-23/+23
|/ | | | | | | Const reference are slightly faster than doing a copy of the object on each iteration. Lead by example by having this pattern right in our documentation
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2319-80/+634
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (42 commits) Update QtDeclarative def files Fix crash in MouseArea Compile Fixes undeleted timers (and endless warning from the event loop about Remove unneeded member variable. Fix test. Generalize qml "registration" Fix compiler warning Fix TextInput echoMode autotest on Linux Reuse QML lexer to simplify .pragma script logic Fix TextEdit text attribute and text stored in the internal QTextDocument having different contents Remove QDeclarativeItem::childrenChanged() signal overload Update QtGui and QtDeclarative def files Make rootContext and engine pointers in QDeclarativeView API const Add additional QVariant benchmarks. Allow MouseArea dragging to filter mouse events from descendants Expand QDeclarativeExtensionPlugin docs Add missing snippet files Expand QtObject doc Indicate default values ...
| * Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-0/+72
| | | | | | | | | | | | | | | | This allows dragging a MouseArea that contains a clickable MouseArea, for example. Task-number: QTBUG-12323 Reviewed-by: Michael Brasser
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2118-80/+562
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (26 commits) Expand QDeclarativeExtensionPlugin docs Add missing snippet files Expand QtObject doc Indicate default values Use snippets instead to avoid quoting license headers Rename remaining 'wantsFocus'. Bounding rect of text was not always calculated correctly. Add QML tutorials to the tutorials page QML focus API updates. Do not show copyright header in documentation. Ensure redirects (and indeed all reply process) is done in the right thread. Only ignore the same target value for a Behavior when it is running. Fix clock example: make sure hands always moves forward. font.letterSpacing used percentage rather than absolute values. Rewinding AnchorChanges should not make target item's implicit width and height explicit Compile: include <float.h> for usage of FLT_MAX. Restore the FLT_MAX define. Make Item::transformOriginPoint read-only Ensure the boundingRect() of Text is correctly calculated. Better defaults for MouseArea's drag. ...
| | * Add missing snippet filesBea Lam2010-07-212-0/+139
| | |
| | * Expand QtObject docBea Lam2010-07-211-0/+55
| | |
| | * Use snippets instead to avoid quoting license headersBea Lam2010-07-211-0/+1
| | |
| | * Add QML tutorials to the tutorials pageAlan Alpert2010-07-211-0/+12
| | |
| | * QML focus API updates.Michael Brasser2010-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
| | * Do not show copyright header in documentation.Yann Bodson2010-07-212-1/+3
| | |
| | * various doc improvements for animation elementsBea Lam2010-07-206-6/+244
| | |
| | * fixes for dynamic object creation docsBea Lam2010-07-204-63/+84
| | |
| | * Change docs to show how to define enum propertiesBea Lam2010-07-201-6/+20
| | |
* | | doc: Fixed broken "Getting Started" link.Martin Smith2010-07-231-2/+2
|/ / | | | | | | | | | | Geir will replace it soon with a link to a new "Getting Started" page. Task-number: QTBUG-12176
* | Merge branch 'raptorConfigurePatches' into 4.7-s60axis2010-07-211-2/+2
|\ \ | |/ |/| | | | | | | Conflicts: configure src/sql/drivers/drivers.pri
| * Removed the need to specify -arch symbian when compiling on Linux.axis2010-07-211-2/+2
| | | | | | | | | | Task: QTBUG-11385 RevBy: Jason Barron
* | PathView doc clarification.Martin Jones2010-07-192-6/+15
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-1954-1139/+2644
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-07-1631-32/+1233
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (27 commits) Doc: Added license documentation for 3rd party code and data. Do not crash if addrinfo signal does not contain ip address information. Link to the unsinstalled libraries first. Doc: Excluded the QML documentation from the Qt-only set. Doc: Whitespace fixes. Doc: Fixed whitespace issues. Revert the change in applicationShouldTerminate(). Added LatinAmericaAndTheCaribbean country to the doc. Network Proxy Query: Fix memleak on OS X Doc: Reviewed Michael's model/view tutorial and overview document. Doc: Removed accidentally committed file. Doc: Fixed incorrect QML property type. new image for tutorial.qdoc replaced image, license headers, more links in modelview.qdoc file Doc: Added the standard three clause BSD license header. I've cleaned up the qdoc file a bit. correction of snippet tags integrating modelview tutorial in the build system, first attempt new version of modelview.qdoc with snippets Rolands ModelView Source ...
| | * | Doc: Added license documentation for 3rd party code and data.David Boddie2010-07-162-16/+267
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-3585 Pre-approved-by: Legal Reviewed-by: Trust Me
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-07-1639-693/+1176
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tools/qdoc3/test/qt.qdocconf
| | * | | Doc: Whitespace fixes.David Boddie2010-07-161-16/+16
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | Doc: Reviewed Michael's model/view tutorial and overview document.David Boddie2010-07-131-294/+497
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-07-095-21/+30
| | |\ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-07-086-616/+105
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of ../msculls-modelview-qdoc-enhancement into 4.7David Boddie2010-07-0728-0/+747
| | |\ \ \ \ \
| | | * | | | | new image for tutorial.qdocMichael D Scull2010-07-073-9/+118
| | | | | | | |
| | | * | | | | replaced image, license headers, more links in modelview.qdoc fileMichael D Scull2010-07-072-15/+15
| | | | | | | |
| | | * | | | | I've cleaned up the qdoc file a bit.Michael D Scull2010-07-071-145/+68
| | | | | | | |
| | | * | | | | correction of snippet tagsMichael D Scull2010-07-071-29/+12
| | | | | | | |
| | | * | | | | integrating modelview tutorial in the build system, first attemptRoland Wolf2010-07-071-1/+3
| | | | | | | |
| | | * | | | | new version of modelview.qdoc with snippetsMichael D Scull2010-07-071-139/+29
| | | | | | | |