summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-028-231/+19
* Implement QDir::removeRecursivelyDavid Faure2011-12-022-0/+48
* QSqlRelationalTableModel doesn't follow relations on the first columnHonglei Zhang2011-12-021-1/+1
* Added minimal class docs for QWindow to make it visible.Gunnar Sletta2011-12-021-0/+20
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-68/+0
* Cocoa: Handle accessible interface children.Morten Johan Sorvig2011-12-021-2/+27
* Don't inherit QAccessible from QWindowsAccessibleJan-Arve Saether2011-12-021-27/+27
* Update documentation for QTest::qExec()Jason McDonald2011-12-021-10/+15
* Clean formatting.Frederik Gladhorn2011-12-022-14/+15
* Accessibility: table2 -> tableFrederik Gladhorn2011-12-028-178/+138
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-022-14/+6
* directfb: Introduce EGL integration for DirectFBHolger Hans Peter Freyther2011-12-028-4/+327
* directfb: Use QT_BEGIN_NAMESPACE/QT_END_NAMESPACE around the codeHolger Hans Peter Freyther2011-12-029-0/+32
* directfb: Move the macro to the qdirectfbconvenience header fileHolger Hans Peter Freyther2011-12-022-5/+6
* Remove action enum.Frederik Gladhorn2011-12-011-17/+0
* Make cell a proper QAccessible2Interface.Frederik Gladhorn2011-12-014-19/+30
* v8: Be able to build V8 for MIPSHolger Hans Peter Freyther2011-12-011-0/+22
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-012-6/+14
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-012-0/+31
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-019-49/+27
* Fix image format use in cocoa pluginGunnar Sletta2011-12-012-2/+2
* Add QRawFont from data support to Mac font dbJiang Jiang2011-12-012-0/+24
* Set supporting writingSystem correctlyJiang Jiang2011-12-011-1/+2
* Polish QWinEventNotifier.Friedemann Kleint2011-12-012-7/+6
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-012-2/+2
* Added QPA window system interface handler for logical DPI changes.Samuel Rødal2011-12-015-3/+37
* testlib: add QFINDTESTDATA macro for finding testdata filesRohan McGovern2011-12-013-1/+152
* engineData should be cached solely based on QFontDefJiang Jiang2011-12-014-11/+11
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-018-22/+109
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-305-61/+11
* Fix QHostAddress::operator==(QHostAddress::SpecialAddress)Shane Kearns2011-11-301-0/+2
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-303-14/+90
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-0/+139
* Mac Core Text font database for QPAJiang Jiang2011-11-308-11/+434
* Fix sqlite driver memory eating due to close failureHonglei Zhang2011-11-301-0/+7
* Include qglobal.h first in qnsview.mm compilation unit.Zeno Albisser2011-11-302-0/+4
* Fix casting. Casting is now done through the virtual interface_cast.Jan-Arve Saether2011-11-3018-104/+112
* Fix Qt::QueuedConnection when signal has a return valueOlivier Goffart2011-11-301-2/+4
* Fix a deadlock in QMetaType.Jędrzej Nowacki2011-11-291-8/+12
* QByteArray: Fix MSVC warning.Friedemann Kleint2011-11-291-2/+2
* Accessible debug stream: don't print details for invalid objectsFrederik Gladhorn2011-11-291-11/+15
* Support Qt::UniqueConnection in the new connection syntaxOlivier Goffart2011-11-292-13/+59
* Reduce code dupplication in QObject::connectOlivier Goffart2011-11-291-29/+22
* Initialize the return value of signalsOlivier Goffart2011-11-291-1/+1
* QObject::disconnect with new syntaxOlivier Goffart2011-11-293-13/+137
* Install CMake config files from Qt.Stephen Kelly2011-11-296-0/+304
* Prevented Xlib sequence errors in xcb plugin.Samuel Rødal2011-11-291-0/+1
* Remove QPlatformPrinterSupport usageJohannes Zellner2011-11-292-9/+0
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-292-2/+28
* Make the default ssloptions testable.Richard Moore2011-11-292-2/+7