summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-216-103/+98
* Doc: Updated the qdoc manual.David Boddie2011-01-211-12/+21
* Allowed the indentation of marked up code to be customized.David Boddie2011-01-202-8/+17
* Enabled syntax highlighting by default.David Boddie2011-01-206-35/+20
* Doc: Ensured that text in tables is not too large.David Boddie2011-01-201-1/+0
* Doc: Fixed invalid QML snippets and marked up JavaScript correctly.David Boddie2011-01-201-33/+64
* Added a style for types in quoted code.David Boddie2011-01-202-0/+8
* Ongoing improvements and fixes to syntax highlighting.David Boddie2011-01-2012-49/+100
* Added a \js command for JavaScript code.David Boddie2011-01-201-0/+12
* Ensured that QML elements are marked up as types.David Boddie2011-01-201-2/+1
* Define what the -slow command line option does.David Boddie2011-01-188-19/+16
* Replaced the C++ code marker with the one from Qt Quarterly.David Boddie2011-01-181-248/+235
* Removed unnecessary markup escaping code.David Boddie2011-01-181-1/+1
* Enabled error reporting and a plain text fallback for invalid QML.David Boddie2010-12-2110-25/+39
* Doc: Updated the Qt version number.David Boddie2010-12-211-4/+4
* Doc: Fixed whitespace.David Boddie2010-12-213-11/+11
* Doc: Fixed whitespace.David Boddie2010-12-212-29/+29
* Fixed handling of indented snippet markers.David Boddie2010-12-202-30/+27
* Removed obsolete configuration options.David Boddie2010-12-172-10/+0
* Updated the offline template to use a new offline style sheet.David Boddie2010-12-173-17/+672
* Doc: Fixed whitespace.David Boddie2010-12-171-61/+14
* Doc: Fixed broken links.David Boddie2010-12-173-12/+10
* Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-1711-65/+171
|\
| * Merge branch 'mimir' into 4.7David Boddie2010-12-161-1/+2
| |\
| | * qdoc: Added typedef to help the OSX compiler accept a template.Martin Smith2010-12-161-1/+2
| | * Merge branch '4.7' into mimirDavid Boddie2010-12-15118-478/+1721
| | |\
| * | \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-1610-64/+169
| |\ \ \
| | * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-159-34/+118
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-12-151-3/+3
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-12-151-3/+3
| | | | |\ \ \
| | | | | * | | Resize event for QDesktopWidget was sent too earlyMiikka Heikkinen2010-12-151-3/+3
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-151-11/+0
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Prevent crash in drawhelper code when the cpu has MMXEXT but no SSE.Samuel Rødal2010-12-151-11/+0
| | | |/ / / /
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-152-4/+6
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Add extra type of embedded license.Jason McDonald2010-12-151-1/+1
| | | | * | | Fix possible null pointer dereference.Aaron McCarthy2010-12-151-3/+5
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-153-12/+89
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge commit 'c9faf2defa9fa3209e44e8a5c1ae2da8e630d379' into maemo/199755Aaron McCarthy2010-12-153-12/+89
| | | | |\ \ \ | | | |/ / / /
| | | | * | | Ensure that DBus is connected before all uses.Aaron McCarthy2010-12-152-11/+88
| | | | * | | Fix invalid configurations being added to bearermonitor list.Aaron McCarthy2010-12-151-1/+1
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-151-4/+7
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Don't delete FBO when resetting glyph cacheEskil Abrahamsen Blomfeldt2010-12-141-4/+7
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-141-0/+13
| | | |\ \ \ \
| | | | * | | | Trivial: Fix coding styleHarald Fernengel2010-12-141-1/+1
| | | | * | | | Prevent ::flush from being called on QGLWindowSurface if no painting happened.Michael Dominic K2010-12-141-0/+13
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-15105-3511/+2294
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Doc: Added a note about the Public Suffix List.David Boddie2010-12-101-30/+51
* | | | | | | | Whitespace fixes.David Boddie2010-12-172-554/+534
|/ / / / / / /
* | | | | | | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-15118-478/+1721
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1428-85/+286
| |\ \ \ \ \ | | | |/ / / | | |/| | |