summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for the clipboard manager when looping due to app quitingAlbert Astals Cid2012-01-052-3/+13
* Remove OS X FSEvents watcher.Robin Burchell2012-01-054-635/+2
* Removed QApplication::setInputContext()Pekka Vuorela2012-01-0517-1077/+32
* Removed Qt::ImhMultiLinePekka Vuorela2012-01-053-3/+0
* Avoid redefining the lastWindowClosed() signal.Robin Burchell2012-01-051-1/+0
* QCocoaEventDispatcherPrivate members should not be staticBradley T. Hughes2012-01-052-70/+60
* CodeCoverage: Remove releaseCoverageTool() function.Caroline Chao2012-01-051-21/+0
* Document that QBasicTimer::start(int, QObject*) uses Qt::CoarseTimerBradley T. Hughes2012-01-051-3/+4
* Warn when using QBasicTimer::start() incorrectlyBradley T. Hughes2012-01-051-2/+6
* Update copyright year in license headers.Jason McDonald2012-01-055517-5534/+5534
* Fix memory leak in QAbstractItemModel autotest.Jason McDonald2012-01-051-0/+6
* Prevent QFileInfo test from leaving temporary files behind.Jason McDonald2012-01-051-20/+33
* Changed tests: qmake,selftest and lancelot to use QFINDTESTDATA.Kurt Korbatits2012-01-054-14/+20
* Added flag operators for Qt::InputMethodQueriesPekka Vuorela2012-01-051-0/+1
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-057-3/+73
* QTextLayout::lineAt() to return invalid line if index is out of boundsPekka Vuorela2012-01-051-1/+1
* Support RTL text with merge font enginesJiang Jiang2012-01-051-6/+10
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-053-0/+38
* Fix compiler warnings in QtNetwork.Friedemann Kleint2012-01-052-3/+2
* QApplication: Remove unused variable causing a compiler warning.Friedemann Kleint2012-01-051-3/+0
* Removed obsolete function QUuid::operator QString()Denis Dzyubenko2012-01-053-12/+5
* Remove old accessible itemviews code.Frederik Gladhorn2012-01-042-1501/+0
* Split polling watcher out to its own seperate files.Robin Burchell2012-01-044-178/+291
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-042-1/+25
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-044-61/+121
* Emit error if trying to connect while socket is connected or connecting.Jonas M. Gastal2012-01-047-4/+25
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-049-42/+57
* Fix rare crashes in fontconfig fontdb due to uninitialized variableSimon Hausmann2012-01-041-1/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-047-176/+321
* configure: Remove -nokia-developer optionKai Koehne2012-01-042-30/+5
* Export QOpenGLTextureCacheJørgen2012-01-041-1/+1
* fix invalid connection in tst_QProcess::lockupsInStartDetachedJoerg Bornemann2012-01-041-1/+2
* 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