summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-042-6/+12
* Marked QUuid as Q_MOVABLE_TYPE in the metatype system.Denis Dzyubenko2012-01-041-0/+2
* Avoid QCOMPARE outside test function in QSettings test.Jason McDonald2012-01-041-1/+9
* Remove redundant debug code from QFileSystemWatcher test.Jason McDonald2012-01-041-4/+2
* Add virtual destructors to accessible interfaces.Frederik Gladhorn2012-01-041-0/+5
* Accessibility: extend listview unit test.Frederik Gladhorn2012-01-041-21/+39
* Fixed static assert in qvariant template magicDenis Dzyubenko2012-01-041-1/+1
* Make QCocoaEventDispatcher inherit from QAbstractEventDispatcherBradley T. Hughes2012-01-032-4/+9
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-033-81/+23
* Always load the openssl configuration.Richard Moore2012-01-032-4/+3
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-035-6/+17
* QLineEdit to use Qt::ImhSensitiveData input hint on password echo modesPekka Vuorela2012-01-031-2/+2
* Make sure tst_QThreadStorage finds its subprocessBradley T. Hughes2012-01-031-0/+4
* directfb: Refer to the right class in the error messageHolger Hans Peter Freyther2012-01-031-1/+1
* Build fix if using '-no-stl' configure optionYuchen Deng2012-01-032-0/+4
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-0330-432/+430
* Close bracket in documentation.Stephen Kelly2012-01-021-1/+1
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-026-680/+8
* Merge integrity support into unix.Robin Burchell2012-01-021-7/+2
* Fix crash in positionInLigatureJiang Jiang2012-01-021-1/+1
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-027-9/+9
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-022-19/+10
* corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc and friendsHolger Hans Peter Freyther2012-01-021-4/+11
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-023-0/+80
* Remove Symbian support from src/corelib/io/.Robin Burchell2012-01-027-2030/+7
* Do not unconditionally define QT_BEGIN_MOC_NAMESPACEDenis Dzyubenko2012-01-021-0/+8
* Inline some methods in qgrayraster.Robin Burchell2012-01-021-53/+7
* Remove env var to enable accessibility on linux.Frederik Gladhorn2012-01-021-4/+1
* 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