summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* troll.no changed its NS record configuration. Adapt.Thiago Macieira2012-05-031-1/+1
* Fix tabs/whitespacesYuchen Deng2012-05-031-9/+7
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-0339-571/+719
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-0339-571/+719
| |\
| | * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-245-17/+127
| | * 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-234-73/+15
| | * Add unit testing for the qdbusxml2cpp toolThiago Macieira2012-04-213-1/+269
| | * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-202-13/+4
| | * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-208-94/+160
| | * 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-196-34/+7
| | * 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
* | | Revert "Don't use the pri depends line for link dependencies."Stephen Kelly2012-05-034-8/+8
* | | Remove Linux check for fdatasync().Robin Burchell2012-05-031-1/+1
* | | Optimise windows cert fetching and fix test case.Shane Kearns2012-05-032-6/+23
* | | 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
* | | Skip tst_QOpenGL::openGLPaintDevice() if wrong openGL version.Miikka Heikkinen2012-05-031-0/+3
* | | 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