summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Pull in netinet/in.h. Required for definition of sockaddr_in and friends.Robin Burchell2012-05-032-1/+4
* | | Work around std::wstring not being defined on Android.Robin Burchell2012-05-031-0/+9
* | | Add some missing includes.Stephen Kelly2012-05-032-0/+4
* | | Implement QLocalServer::socketOptions on windowsShane Kearns2012-05-033-1/+130
* | | MSVC: Fix link warning if ship qt library without pdb filesYuchen Deng2012-05-031-0/+5
* | | Windows: Fix QWindowsNativeFileDialogBase::directory()Friedemann Kleint2012-05-031-2/+3
* | | Advertise window (de)activation to Qt event systemKevin Ottens2012-05-033-0/+34
* | | Emit signals to notify window (de)activationKevin Ottens2012-05-034-0/+46
* | | Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-035-139/+125
* | | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtPrintSupport]Thiago Macieira2012-05-031-2/+2
* | | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtXml]Thiago Macieira2012-05-031-1/+1
* | | Change QtSql documentation to recommend QString::toUtf8Thiago Macieira2012-05-031-3/+3
* | | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [qdoc]Thiago Macieira2012-05-031-2/+2
* | | Fix documentation of QLocalServerShane Kearns2012-05-031-4/+6
|/ /
* | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-0312-47/+47
* | Simplify the size of the QVarLengthArray buffer.Thiago Macieira2012-05-031-2/+1
* | Fix the QByteArray overloads to QString::fromXXXXThiago Macieira2012-05-031-18/+35
* | 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