summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QFtp - implement fast abort for downloadsShane Kearns2012-05-031-5/+16
* QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-031-0/+3
* Pass configured timeout to callWithCallback too.David Faure2012-05-021-1/+2
* Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6David Faure2012-05-021-2/+2
* Update QXbWindow orientation APILauro Neto2012-05-022-2/+2
* Stub out QDnsLookup on Android.Robin Burchell2012-05-022-0/+60
* Android's resolv.h is busted, so stub out QHostInfo::localDomainName().Robin Burchell2012-05-021-1/+1
* Disable code using if_nameindex on Android.Robin Burchell2012-05-021-0/+5
* Work around Android not having SYS_futex.Robin Burchell2012-05-021-2/+5
* Add implementation of virtual keyboard based on BPS eventsKevin Krammer2012-05-028-53/+353
* Windows: Fix a crash in Vista style.Friedemann Kleint2012-05-021-1/+2
* Remove unused Mac OS X code from QtWidgetsBradley T. Hughes2012-05-025-2171/+0
* Avoid macro re-definition warning for QT_NO_EXCEPTIONSStephen Kelly2012-05-021-1/+3
* Avoid undefined macro warning for __GXX_EXPERIMENTAL_CXX0X__.Stephen Kelly2012-05-021-1/+1
* QDoc: Remove all occurences of 'qdoc3' in source.Casper van Donderen2012-05-022-8/+8
* Add "make docs" target for QtNetwork and sanitize other qdocconfs.Casper van Donderen2012-05-026-60/+156
* fix documentation for QKeySequence::StandardKey "What's This"stockton2012-05-021-1/+1
* mkdtemp() is not included in Android's libcRobin Burchell2012-05-021-2/+2
* Allow creation of QOpenGLShaderProgram without a current contextSean Harmer2012-05-021-3/+3
* Initialize QOpenGLFunctions before using it in QOpenGLShaderProgramSean Harmer2012-05-021-0/+1
* Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-0212-44/+51
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-023-3/+65
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-027-9/+9
* Make eglfs hooks functionality namespace cognisantDonald Carr2012-05-022-0/+7
* Fixed windows platform plugin with -qtnamespace.Rohan McGovern2012-05-022-0/+8
* Fixed QtGui and QtPrintSupport with -qtnamespace and MSVCRohan McGovern2012-05-022-3/+3
* Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-013-9/+35
* QNetworkProxyFactory: check the "no_proxy" environment variableAdrien Bustany2012-05-011-2/+36
* Fixed compile of QSslSocket with -qtnamespace on Windows.Rohan McGovern2012-05-012-9/+15
* Fix warningOlivier Goffart2012-05-011-0/+1
* Fixed uninitialized memory in QMetaObjectBuilder::fromRelocatableDataRohan McGovern2012-05-011-0/+1
* Fix warning about narrowing inside {}Olivier Goffart2012-05-012-3/+3
* Handle navigator events in BPS event filterKevin Krammer2012-05-013-4/+80
* Register for and handle screen events delivered through BPSKevin Krammer2012-05-017-50/+88
* Widgets: No longer use deprecated QPixmap::grabWindow(),grabWidget().Friedemann Kleint2012-05-012-6/+17
* Allow loading of static plugins by indexLars Knoll2012-05-011-10/+19
* Reset pointer to 0 after freeingLars Knoll2012-05-012-2/+6
* Initialize member variableLars Knoll2012-05-011-0/+1
* Restructure how we initialize hash nodes a littleLars Knoll2012-05-012-15/+14
* Initialize membersLars Knoll2012-05-011-1/+2
* qdoc: Further changes to the QML specializationMartin Smith2012-05-013-14/+29
* Port bearer plugins to QMetaMethod-based connectNotify()Kent Hansen2012-05-014-170/+220
* Port QtDBus to QMetaMethod-based connectNotify()Kent Hansen2012-05-016-31/+51
* Port QNetworkSession to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-6/+11
* Port QBuffer to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-7/+16
* Port QtConcurrent to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-7/+11
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-016-38/+135
* Fix compiler warning in qdrawhelper.cppOlivier Goffart2012-05-011-12/+8
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-3010-40/+45
* Make QGtkStyle work on Qt 5.Morten Johan Sorvig2012-04-303-10/+25