summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-032-3/+3
* | | 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-0330-107/+107
* | 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
* | Define P in stringbuilder.cpp, just to help in editing in the editorThiago Macieira2012-05-031-0/+5
* | QFtp - implement fast abort for downloadsShane Kearns2012-05-031-5/+16
* | QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-031-0/+3
* | tst_qdnslookup: disabled broken testdataRohan McGovern2012-05-031-0/+4
* | mkspecs: Define compilers and linkers elsewhere for freebsd-g++46.Raphael Kubo da Costa2012-05-031-4/+10
* | Pass configured timeout to callWithCallback too.David Faure2012-05-021-1/+2
* | Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6David Faure2012-05-022-6/+12
* | 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
* | Enable QML debugging of qtquick1 with CONFIG+=quick1Kai Koehne2012-05-022-1/+2
* | Support mkspecs in subdirs for xcompile under windowsAndreas Holzammer2012-05-021-3/+11
* | 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-024-3/+96
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-0246-589/+589
* | Make eglfs hooks functionality namespace cognisantDonald Carr2012-05-025-0/+17
* | 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-014-9/+37
* | 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-012-0/+6
* | Fix warning about narrowing inside {}Olivier Goffart2012-05-012-3/+3
* | configure: Escape '{' in getQMakeConf2 functionSergio Ahumada2012-05-011-1/+1