summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redefinition of QVariant::Type.Jędrzej Nowacki2011-11-291-60/+58
* QtGui: Fix a crash in OpenGL on Windows.Friedemann Kleint2011-11-291-0/+4
* QtCore/IO: Fix some warnings on Windows (64bit).Friedemann Kleint2011-11-293-4/+2
* V8/arm: Add relevant float definesKent Hansen2011-11-291-0/+1
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-292-27/+2
* Fixed Qtbase OSX specific namespace compilation.Toby Tomkins2011-11-295-2/+18
* Fix a small memory leak in QXcbIntegration.Jędrzej Nowacki2011-11-292-15/+12
* Fix documentation for QVariant::Type enum.Jędrzej Nowacki2011-11-281-1/+1
* Fix clang warning about bool to pointer conversion.Jędrzej Nowacki2011-11-282-2/+2
* Fix linking of the QObject test under Windows.Friedemann Kleint2011-11-281-2/+2
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-2811-196/+82
* Make input events work for widgets on waylandJørgen Lind2011-11-283-4/+4
* Add comment to the obscure initialization of QOpenGLFunctions.Friedemann Kleint2011-11-281-0/+4
* Remove network module from widgets dependencies.Stephen Kelly2011-11-281-1/+1
* Fixed QUnifiedTimer cleanup.Kim Motoyoshi Kalland2011-11-281-2/+2
* Fix style. 4 spaces not 2.Stephen Kelly2011-11-281-35/+35
* Add support to moc for registering non-local enums via Q_ENUMS.Glenn Watson2011-11-271-0/+15
* Use Q_FOREACH in headers.Stephen Kelly2011-11-271-1/+1
* SSL certificate blacklist: reformat serial numbers to hexadecimalPeter Hartmann2011-11-251-10/+10
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-253-1/+10
* Fixed memory leak in windowing system event handlingGunnar Sletta2011-11-251-4/+4
* SSL: fix build when compiled with -openssl-linkedPeter Hartmann2011-11-252-0/+12
* Make QBasicAtomicPointer work with T=const (int|any type) on WindowsJan-Arve Saether2011-11-251-4/+4
* Be specific about what part of the model is being re-layouted.Stephen Kelly2011-11-251-3/+5
* Remove the QApplicationBase defineBradley T. Hughes2011-11-252-17/+15
* Change default implementation of window() to just return 0Jan-Arve Saether2011-11-252-8/+23