summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow testlib loggers to dynamically allocate storage for strings.Rohan McGovern2009-07-3010-10/+189
* Unit tests and bug fixes for QGLColormapRhys Weatherley2009-07-302-7/+138
* Increase coverage of QGLFormat unit tests.Rhys Weatherley2009-07-301-19/+190
* qdoc fix: stencil buffer is enabled by default, not disabledRhys Weatherley2009-07-301-2/+2
* Add math3d unit tests for QObject properties and metatypesRhys Weatherley2009-07-293-0/+195
* Doc: Another classlist.Volker Hilsheimer2009-07-292-54/+14
* Doc: Move legalese files into a separate directory.Volker Hilsheimer2009-07-298-12/+13
* Doc cleanup: Move list-generating pages together into classes.qdocVolker Hilsheimer2009-07-297-299/+72
* Fix compilation and source compatibility.Simon Hausmann2009-07-291-2/+3
* Doc: remove obsolete content.Volker Hilsheimer2009-07-291-12/+0
* Remove old and obsolete files.Volker Hilsheimer2009-07-294-110/+0
* Doc: Fix incorrect merge.Volker Hilsheimer2009-07-291-3/+0
* Doc: The layout documentation is not a list of classes.Volker Hilsheimer2009-07-299-16/+15
* Fix compilation: #include <QUrl> was missing.Thiago Macieira2009-07-291-0/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtkh2009-07-291714-25490/+51747
|\
| * Autotest: fix the regressions in the DOM test caused by one whitespaceThiago Macieira2009-07-291-4/+4
| * test that vars are stored in custom global objectKent Hansen2009-07-291-0/+29
| * QNAM HTTP Code: Split QHttpNetworkConnectionMarkus Goetz2009-07-295-75/+234
| * Use correct license header.Volker Hilsheimer2009-07-292-4/+4
| * Xml Schema: document the xmlpatternsvalidator command line utilityPeter Hartmann2009-07-291-0/+6
| * compile on QNXHarald Fernengel2009-07-291-1/+2
| * Optimized single-rect clip case in OpenGL 2 paint engine.Samuel Rødal2009-07-292-17/+80
| * Add XML schema example to qtdemoPeter Hartmann2009-07-291-0/+1
| * Compile after API renameVolker Hilsheimer2009-07-291-1/+1
| * Doc: fix links to the examplesVolker Hilsheimer2009-07-291-2/+3
| * Fix copy/paste typoVolker Hilsheimer2009-07-291-1/+1
| * Doc: Documentation for new toString(QVariant) overloadVolker Hilsheimer2009-07-291-0/+7
| * Doc: Document QGraphicsObject::children workaround as \internalVolker Hilsheimer2009-07-291-0/+10
| * Autotest: make tst_qdom work with shadow builds too.Thiago Macieira2009-07-292-23/+27
| * Remove "no-stl" from the build key and add compatibility for old plugins.Thiago Macieira2009-07-294-17/+6
| * Update the changelog about the STL test being stricter.Thiago Macieira2009-07-291-0/+14
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason Barron2009-07-2910-279/+469
| |\
| | * qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links.Martin Smith2009-07-294-5/+18
| | * Move the QNetworkCookieJar class out of qnetworkcookie.[h,cpp] files and into...Benjamin C Meyer2009-07-296-274/+451
| * | Move the 'timeval' operators to qcore_unix_p.h.Jason Barron2009-07-293-49/+46
| |/
| * Fix compilation errors in examples and demos on VxWorks and QNX.Robert Griebl2009-07-297-8/+14
| * Port of Qt to QNXHarald Fernengel2009-07-2945-134/+2142
| * Port of Qt to VxWorksRobert Griebl2009-07-29110-132/+2623
| * add more extensive tests for scopechain functionalityKent Hansen2009-07-292-0/+113
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAlan Alpert2009-07-291386-19696/+41126
| |\
| | * Make autotests compile: s/slots/Q_SLOTSVolker Hilsheimer2009-07-291-1/+1
| | * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-291377-19577/+41002
| | * Updated WebKit to qtwebkit-4.6-snapshot-29072009Simon Hausmann2009-07-291-1/+1
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-07-2934-528/+1448
| | |\
| | * | QPainterPath's vectorpath cache wasn't cleared on detach()Gunnar Sletta2009-07-281-0/+2
| | * | Implement perspective filling support in the raster engine...Gunnar Sletta2009-07-282-20/+56
| | * | Implement perspective stroking support in QPaintEngineEx::stroke()Gunnar Sletta2009-07-281-6/+28
| | * | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optimsGunnar Sletta2009-07-282-91/+0
| | * | Added QVectorPath::convertToPainterPath() for future convenienceGunnar Sletta2009-07-282-0/+36
| * | | Move QLineEdit logic into QLineControlAlan Alpert2009-07-299-1824/+2974
| | |/ | |/|