summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1243-256/+449
|\ | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-073-7/+19
| |\ | | | | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js
| | * qdoc fixes.Yann Bodson2010-05-061-0/+11
| | |
| | * CleanupYann Bodson2010-05-061-0/+1
| | |
| | * Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-1/+1
| | |
| | * doc fixesYann Bodson2010-05-061-6/+6
| | |
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-055-29/+89
| |\ \ | | |/
| | * Docs - point to property types from tutorial and QML Basic Types pageBea Lam2010-05-052-10/+13
| | |
| | * Fix qdoc errorsBea Lam2010-05-051-1/+1
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-16/+66
| | |\
| | | * Allow translations without extra command-line args, and document both.Warwick Allison2010-05-051-0/+17
| | | |
| | | * Doc improvements, simplify example codeBea Lam2010-05-052-16/+49
| | | |
| | * | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-2/+9
| | |/ | | | | | | | | | Task-number: QTBUG-10348
| * | Make component.createObject require a parent argumentAlan Alpert2010-05-054-10/+10
| |/ | | | | | | | | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
| * Doc improvementsBea Lam2010-05-043-30/+74
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-047-23/+1028
| |\ | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp
| * | Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+3
| | | | | | | | | | | | QTBUG-10239
| * | More doc fixesBea Lam2010-04-301-10/+4
| | |
| * | Doc fixesBea Lam2010-04-304-94/+101
| | |
| * | Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-291-4/+27
| | |
| * | Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-291-3/+3
| | | | | | | | | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.
| * | Fix references to createComponent() and createQmlObject() toBea Lam2010-04-287-109/+151
| | | | | | | | | | | | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
| * | Move snippets to correct locationBea Lam2010-04-2825-19/+19
| | |
| * | Doc fixesBea Lam2010-04-281-3/+11
| | |
* | | Doc: Fixed tables and images for the new docsMorten Engvoldsen2010-05-114-20/+40
| | | | | | | | | | | | | | | Added page.png to images dir. Fixed tables "generic"
* | | qdoc: Yet another revision of the top doc page.Martin Smith2010-05-1112-19/+34
| | | | | | | | | | | | Still more to come.
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-102-4/+13
|\ \ \
| * | | Doc correction to cssMorten Engvoldsen2010-05-101-4/+4
| | | | | | | | | | | | | | | | Reviewed-by: Morten Engvoldsen
| * | | Doc: Updates to the html template and javascriptMorten Engvoldsen2010-05-101-0/+9
| | | | | | | | | | | | | | | | Reviewed-by: Morten Engvoldsen
* | | | qdoc: Another revision of the top doc page.Martin Smith2010-05-103-40/+26
|/ / / | | | | | | | | | More to come.
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-05-072-3/+94
|\ \ \
| * \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-072-7/+29
| |\ \ \
| * | | | qdoc: Reorganized examples panel.Martin Smith2010-05-072-3/+94
| | | | |
* | | | | Doc: Tuning search scriptMorten Engvoldsen2010-05-071-6/+6
| |/ / / |/| | | | | | | | | | | Reviewed-by: Morten Engvoldsen
* | | | Doc: Chages to search feature, css and table orderMorten Engvoldsen2010-05-072-7/+29
|/ / / | | | | | | | | | | | | | | | | | | | | | Changes the search results Fixed table css Added odd&even classes to tables generated by the thmlgenerator Reviewed-by: Morten Engvoldsen
* | | Doc: updating html and search featureMorten Engvoldsen2010-05-062-221/+89
| | | | | | | | | | | | | | | | | | Doc: implementing the search feature in the online docs Reviewed-by: Morten Engvoldsen
* | | Doc - mention vcsubdirs as a possible value for TEMPLATESimon Hausmann2010-05-061-0/+1
| | | | | | | | | | | | | | | | | | | | | It is usually the result of using subdirs in the .pro file and then using -tp vc to turn it into vcsubdirs. Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | | doc: Second attempt to begin reorganizing the top doc page.Martin Smith2010-05-064-4/+14
| | | | | | | | | | | | This change actually changes the left panels. Much more to come.
* | | Doc: Changes to the HTML outputMorten Engvoldsen2010-05-052-62/+58
| | | | | | | | | | | | | | | | | | Changes in css, htmlgenerator (removing redundant class names), updating html templates and updating js. Reviewed-by: Morten Engvoldsen
* | | doc: Began reorganization of the top doc page.Martin Smith2010-05-0517-6/+45
| | | | | | | | | | | | Much more to come.
* | | Doc: Updating style and HTML in CSS and qdocMorten Engvoldsen2010-05-041-11/+85
| | | | | | | | | | | | | | | | | | Adding all classnames generated in qdoc to the CSS and removing redundant &nbsp; from htmlgenerator. Reviewed-by: Trust Me
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-045-0/+836
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-05-041-28/+28
| |\ \ \
| * | | | Doc: Fixed up the diagrams, aligning items with a grid.David Boddie2010-05-044-101/+101
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| * | | | Merge commit 'refs/merge-requests/2379' of git://gitorious.org/qt/qt into ↵David Boddie2010-05-045-0/+836
| |\ \ \ \ | | | | | | | | | | | | | | | | | | integration
| | * | | | Add diagrams for illustrating the process of moving rows.Stephen Kelly2010-05-035-0/+836
| | | | | |
* | | | | | qdoc: Fixed the alphabet index in the compact list.Martin Smith2010-05-041-4/+4
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Now it leaves out any letter that doesn't appear in the list. i.e. If there are no classes that begin with QJ... J does not appear in the alphabet index.
* | | | | doc: Edited the intro.Martin Smith2010-05-0431-390/+684
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-05-042-26/+26
| |\ \ \ \
| * | | | | Doc: A number of fixes and updates for the new design. See detailsMorten Engvoldsen2010-05-0431-122/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | index.qdoc updated the HTML to use sprites images - deleted obsolete images from templates/images images - added new images to templates/images styles.css - updated styles to handle index, sprites and templates correct. assistant.qdoconf - updates images designer.qdoconf - updates images linguist.qdoconf - updates images declarative.qdoconf - updates images qmake.qdoconf - updates images qt-build-docs.qdoconf - updates images qt-build-docs_zh_CN.qdoconf - updates images qt-defines.qdoconf - updates images qt.qdoconf - updates images qt_zh_CN.qdoconf - updates images qt-htmlTemplates.qdoconf - updated template to use sprites declarativeui.qdoc - removed <br> Reviewed-by: Trust Me