summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-0329-507/+383
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-243-13/+86
| * Migrate QString over to QArrayDataJoão Abecasis2012-04-242-82/+32
| * Move QGestureEventPrivate's content to the main classThiago Macieira2012-04-235-49/+20
| * Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-233-43/+15
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-202-13/+4
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-205-70/+135
| * Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-193-150/+30
| * Add an assertion to deleteLater() before it modifies QEvent::dThiago Macieira2012-04-191-0/+6
| * Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-193-24/+0
| * api: remove QWindow::visible()Girish Ramakrishnan2012-04-183-13/+2
| * api: QGuiApplication::inputMethod should be staticGirish Ramakrishnan2012-04-182-6/+14
| * Remove redundant check in QMetaType::typeInfoJędrzej Nowacki2012-04-181-2/+1
| * Remove redundant checks in QVariant.Jędrzej Nowacki2012-04-181-6/+0
| * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-184-18/+18
* | 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