summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-023-117/+151
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-022-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-021-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-021-45/+86
* blitter: Move the definition out of the classHolger Hans Peter Freyther2012-01-021-59/+72
* blitter: Kill the isBlitterLocked variable of the QBlitterPaintEngineHolger Hans Peter Freyther2012-01-023-10/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-021-31/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-021-78/+65
* raster: Fix typo in a function argumentHolger Hans Peter Freyther2012-01-021-1/+1
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-022-5/+17
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-0218-45/+92
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-028-15/+87
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-022-0/+25
* tests: use contains(QT_CONFIG,private_tests) consistentlySergio Ahumada2012-01-022-5/+9
* Unbreak cross-compilation to ARM.Sergio Ahumada2012-01-011-1/+1
* Change event posting to use a QVector.Robin Burchell2011-12-305-9/+114
* Flag udpTest as insignificant, fails on Ubuntu 11.10 x64.Toby Tomkins2011-12-301-0/+3
* Adapt QGraphicsView test to QPlatformInputContextPekka Vuorela2011-12-301-27/+26
* Adapt QGraphicsScene test to use QPlatformInputContextPekka Vuorela2011-12-302-24/+118
* Prevent qDebug test bypassing the testlib message handler.Jason McDonald2011-12-301-12/+26
* Use QVERIFY2 to output verbose failure messages.Jason McDonald2011-12-301-16/+6
* Correct misspelt function names in QFutureWatcher test.Jason McDonald2011-12-301-4/+4
* Correct misspelt function name in qtconcurrentmap test.Jason McDonald2011-12-301-2/+2
* Correct misspelt function name in qtconcurrentfilter test.Jason McDonald2011-12-301-2/+2
* Change test to use new QTRY_COMPARE/QTRY_VERIFY macros.Robin Burchell2011-12-301-26/+10
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-295-47/+45
* Improve QTextCodec::codecForLocale() test.Jason McDonald2011-12-291-9/+10
* Fix printerPaperSize and some tst_qprinter test failuresSergio Ahumada2011-12-292-5/+1
* Enable variadic macros if building in c++0x mode.Stephen Kelly2011-12-291-0/+1
* Don't allow QThreadPool test to hang on failure.Jason McDonald2011-12-291-5/+2
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-282-1/+10
* Avoid repeatedly registering the same meta-typeJason McDonald2011-12-281-2/+2
* Improve qtconcurrentthreadengine autotest.Jason McDonald2011-12-281-2/+3
* Cleanup itemmodel autotests.Jason McDonald2011-12-282-96/+96
* Remove old debug code from itemmodel tests.Jason McDonald2011-12-282-7/+0
* Reinstate commented test data in QItemSelectionModel test.Jason McDonald2011-12-281-2/+0
* Cleanup itemmodel autotests.Jason McDonald2011-12-289-650/+530
* Remove empty functions from itemmodels tests.Jason McDonald2011-12-285-138/+0
* Cleanup corelib autotests.Jason McDonald2011-12-2819-8/+386
* Remove mention of Trolltech in qlibrary autotest.Jason McDonald2011-12-283-8/+8
* Remove mention of Trolltech from QGraphicsScene autotest.Jason McDonald2011-12-281-1/+1
* Remove mentions of Trolltech from QRegExp autotest.Jason McDonald2011-12-281-2/+2
* Remove mention of trolltech from QThreadStorage test.Jason McDonald2011-12-281-1/+1
* Remove mention of Trolltech in QHttp autotest.Jason McDonald2011-12-283-4/+4
* Remove non-const getters marked for elimination.Robin Burchell2011-12-272-35/+0
* Merge QTextDocumentFragment::toHtml() overload per Qt 5 comment.Robin Burchell2011-12-272-12/+1
* Fix typos parametter -> parameter.Stephen Kelly2011-12-271-2/+2
* Increase the value of the UserRole for the ItemDataRole enum.Stephen Kelly2011-12-271-1/+1
* Replace a pseudo-virtual slot with a virtual method.Stephen Kelly2011-12-272-3/+2