summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-3120-66/+52
* Correctly handle null windows or widgets in keyClick()Lars Knoll2011-10-312-0/+13
* Remove disabled code from QMainWindow autotest.Jason McDonald2011-10-311-9/+0
* Remove unstable test from qgraphicsscene test.Jason McDonald2011-10-311-77/+0
* Remove obsolete test data from qgraphicsitem testJason McDonald2011-10-311-19/+0
* Remove disabled code from qgraphicssceneindex testJason McDonald2011-10-311-36/+0
* Remove disabled code from QString autotest.Jason McDonald2011-10-311-49/+0
* Remove disabled code from QRegExp testJason McDonald2011-10-311-6/+0
* Remove tests for API that never made it into Qt.Jason McDonald2011-10-313-151/+0
* Remove obsolete code from QChar autotest.Jason McDonald2011-10-311-14/+0
* Remove obsolete code from qstate autotest.Jason McDonald2011-10-311-145/+0
* Improve QBuffer autotestJason McDonald2011-10-311-3/+2
* Remove debugging code from QFileSystemWatcher testJason McDonald2011-10-311-15/+0
* Remove disabled tests from QUrl test.Jason McDonald2011-10-311-733/+1
* Remove obsolete code from qtconcurrentiteratekernel test.Jason McDonald2011-10-311-44/+0
* Remove obsolete code from qtconcurrentrun test.Jason McDonald2011-10-311-71/+29
* Remove debug code from QLocalSocket autotest.Jason McDonald2011-10-311-7/+1
* Remove debugging code from languagechange testJason McDonald2011-10-311-5/+1
* Remove dead code from QTransform autotest.Jason McDonald2011-10-311-18/+0
* Remove debugging code from QPainter autotest.Jason McDonald2011-10-311-97/+0
* Remove debugging code from QPathClipper autotest.Jason McDonald2011-10-311-21/+0
* Remove dead code from qpixmap autotestJason McDonald2011-10-311-6/+0
* Fix use of qMax() with floating point constantsSergio Ahumada2011-10-302-3/+3
* moc: support c++11 style enumsOlivier Goffart2011-10-296-6/+118
* Remove S60/symbian specific codeLars Knoll2011-10-2957-51780/+5
* Re-enabled tst_LargeFileJo Asplin2011-10-292-1/+3
* Remove symbian threading primitive.Olivier Goffart2011-10-286-928/+3
* Correct dependencies for the platformsupport libraryLars Knoll2011-10-281-0/+1
* Remove stuff related to obsolete platformsLars Knoll2011-10-281-14/+0
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-2882-52835/+10
* Examples, plugins: Remove remains of qpa in profiles.Friedemann Kleint2011-10-284-19/+7
* Mark QAtomic* implicit cast and other operators as deprecatedBradley T. Hughes2011-10-281-0/+13
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-289-75/+57
* Improve QTextBrowser unit test.Jason McDonald2011-10-281-0/+8
* Move test data to the right place.Jason McDonald2011-10-281-0/+0
* Remove redundant preprocessor directive.Jason McDonald2011-10-281-8/+0
* Update changes file for tests and testlib.Jason McDonald2011-10-281-1/+28
* Update qmltest usage helpCharles Yin2011-10-281-2/+3
* Freetype: Do not unlock face when returning superclass value in lockedAlphaMa...Oliver Wolff2011-10-281-1/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-2749-143/+140
* Fix compiler warnings.Friedemann Kleint2011-10-2715-40/+25
* Use load() instead of implicit cast when using QueuedConnectionBradley T. Hughes2011-10-271-12/+15
* Update QMutex benchmark to match the one in 4.8Bradley T. Hughes2011-10-272-1/+40
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-275-153/+212
* Add QT_BEGIN_HEADER/QT_END_HEADER macrosSergio Ahumada2011-10-271-0/+4
* Compilation fix (cannot assign const pointer to non-const pointer)Bradley T. Hughes2011-10-271-1/+1
* Fixed crash in printsupport on WindowsOliver Wolff2011-10-271-8/+1
* Make configure understand -W* argumentsBradley T. Hughes2011-10-271-0/+15
* Compile with QT_ENABLE_DEPRECATED_BEFORE set to old version of QtOlivier Goffart2011-10-272-13/+12
* Add QDataStream operators to QMargins, so it can be streamedSteven Ceuppens2011-10-274-0/+82