summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-113-10/+163
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-1152-470/+992
| |\
| | * Doc: Fixing bug involving header misplacement in Creator styleMorten Engvoldsen2010-08-111-2/+2
| | | | | | | | | | | | Task-number: QTBUG-11408
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-0518-26/+92
| |\ \
| * \ \ Merge commit 'refs/merge-requests/2443' of git://gitorious.org/qt/qt into ↵David Boddie2010-08-051-1/+1
| |\ \ \ | | | | | | | | | | | | | | | integration
| | * | | Remove useless QString::clear() from QSharedData example snippet.Robin Burchell2010-07-271-1/+1
| | | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-04120-785/+3781
| |\ \ \ \
| * | | | | Doc: Added more license information.David Boddie2010-07-162-8/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-3585 Reviewed-by: Trust Me
* | | | | | doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-111-0/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | Either someone removed the QML: prefix, or it was never there.
* | | | | doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-109-12/+13
| | | | |
* | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-101-0/+16
|\ \ \ \ \
| * | | | | Doc: Adding radius support for CSS3 and webkitMorten Engvoldsen2010-08-101-0/+16
| | | | | |
* | | | | | doc: Some reorganization of top page topic hierarchy.Martin Smith2010-08-107-18/+17
|/ / / / /
* | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-092-36/+67
|\ \ \ \ \
| * | | | | Mention QML_IMPORT_TRACE in Modules docsBea Lam2010-08-091-0/+8
| | | | | |
| * | | | | Merge sections about when property and default stateBea Lam2010-08-091-36/+59
| | | | | |
* | | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-093-9/+8
| | | | | |
* | | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+1
|/ / / / /
* | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-092-7/+1
| | | | |
* | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-093-4/+4
| | | | |
* | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-097-16/+21
| | | | |
* | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-091-4/+4
|\ \ \ \ \
| * | | | | Doc: removing reduntant text from the index pageMorten Engvoldsen2010-08-091-4/+4
| | | | | |
* | | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-094-5/+5
|/ / / / /
* | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-091-1/+1
|\ \ \ \ \
| * | | | | Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750Jerome Pasion2010-08-091-1/+1
| | | | | |
* | | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-092-3/+3
|/ / / / /
* | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-091-63/+1
| | | | |
* | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-091-6/+11
| | | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-08-0624-40/+77
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (34 commits) Modified descriptions of QBasicTimer class and isActive() function. Translation work for 4.7 Some more french translations. Some french translations doc: Re-introduced next/previous page links in the footer. Doc: Fixing validation bugs Removed duplicate case for const variable snippet. doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. doc: Fixed some S60 qdoc errors. doc: Fixed some missing images. Adding Getting Started files. Auto test passes. Changed width of the document. Part of the fix for QTBUG-12180 Revert "Doc: Adding GS QML example files" Update def files for d524da81ee257a6bd67d32d0bc870280a7d5b8a4. Remove useless QString::clear() from QSharedData example snippet. Move note on connectToBus() not actually being able to reconnect to Adding a description for the Spectrum Analyzer demo. For QTBUG-12180 qdoc: added application flags in doc.pri and fixed QTBUG-12388 ...
| * | | | | Removed duplicate case for const variable snippet.Jerome Pasion2010-08-061-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewer: David Boddie Task number: QTBUG-10411
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-061-0/+35
| |\ \ \ \ \
| | * | | | | Changed width of the document. Part of the fix for QTBUG-12180Jerome Pasion2010-08-061-7/+3
| | | | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Jerome Pasion2010-08-0614-278/+785
| | |\ \ \ \ \
| | * | | | | | Adding a description for the Spectrum Analyzer demo. For QTBUG-12180Jerome Pasion2010-08-051-0/+39
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | Reviewed by: David Boddie
| * | | | | | doc: Fixed some missing images.Martin Smith2010-08-062-3/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Task-nr: QTBUG-8246
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-0612-273/+777
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-08-0618-27/+33
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Update def files for d524da81ee257a6bd67d32d0bc870280a7d5b8a4. Remove useless QString::clear() from QSharedData example snippet. Move note on connectToBus() not actually being able to reconnect to Designer: Prevent rich text from being copied into style sheets. QXmlPatterns QAbstractDateTime: only parse 3 digits of time fraction qdoc: Removed three unused config variables. qdoc: Cleaned up the application option specification and use. Doc: Adding GS QML example files Doc: Images for QML GS Doc: Editied version of QML GS Doc: Adding text to GS page Fix link error when building Bearer application with Qt Mobility Doc: nesting up orphant pages
| | | * | | | | Remove useless QString::clear() from QSharedData example snippet.Robin Burchell2010-08-051-1/+1
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: 2443 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * | | | | | qdoc: added application flags in doc.pri and fixed QTBUG-12388Martin Smith2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-nr: QTBUG-12388
| * | | | | | qdoc: added application flags in doc.pri and fixed QTBUG-12388Martin Smith2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-nr: QTBUG-12388
| * | | | | | qdoc: added application flags in doc.pri and fixed QTBUG-12388Martin Smith2010-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-nr: QTBUG-12388
| * | | | | | qdoc: added application flags in doc.pri and fixed QTBUG-12388Martin Smith2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-nr: QTBUG-12388
| * | | | | | qdoc: added application flags in doc.pri and fixed QTBUG-12388Martin Smith2010-08-052-5/+7
| | |/ / / / | |/| | | | | | | | | | | | | | | | Task-nr: QTBUG-12388
| * | | | | Doc: Images for QML GSMorten Engvoldsen2010-08-0512-0/+0
| | | | | |
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-08-053-0/+4
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-08-056-487/+1635
| | |\ \ \ \ \
| | * | | | | | Doc: nesting up orphant pagesMorten Engvoldsen2010-08-053-0/+4
| | | | | | | |
| * | | | | | | Doc: Editied version of QML GSMorten Engvoldsen2010-08-051-25/+21
| | | | | | | |
| * | | | | | | Doc: Adding text to GS pageMorten Engvoldsen2010-08-051-1/+7
| | |/ / / / / | |/| | | | |