summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-042-5/+16
* Windows 7 - fix nativewifi bearer pluginShane Kearns2012-05-042-7/+21
* Pass network session to http delegateShane Kearns2012-05-041-0/+3
* Windows: Fix Vista style for use with QProxyStyle.Friedemann Kleint2012-05-043-3/+17
* Compile.Morten Johan Sorvig2012-05-041-2/+2
* Make cupsTempFile member unconditianol.Christoph Schleifenbaum2012-05-041-2/+0
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-044-7/+7
* Fix windows cert fetcher if site presents full chainShane Kearns2012-05-041-1/+3
* Move QSocketNotifier data members to a private classShane Kearns2012-05-042-29/+43
* Document new APIs in 5.0Shane Kearns2012-05-038-0/+30
* Document deprecated APIs in QSslShane Kearns2012-05-031-0/+10
* Document QSslCertificate deprecated functionsShane Kearns2012-05-031-4/+16
* Remove some remnants of Symbian code in src/gui/paintingThiago Macieira2012-05-031-9/+1
* Revert "[SIC] Make non-const the QRegExp methods that modify the internals"Thiago Macieira2012-05-032-6/+18
* Fix tabs/whitespacesYuchen Deng2012-05-031-9/+7
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-0329-507/+383
|\
| * 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
* | | Remove Linux check for fdatasync().Robin Burchell2012-05-031-1/+1
* | | Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-4/+22
* | | 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