summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use QFile::encodeName to encode a file name on UnixThiago Macieira2012-05-042-2/+2
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-042-11/+19
* Add setCursor API to QWindowLaszlo Agocs2012-05-043-0/+81
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Always return uiLanguages in bcp47 formatLars Knoll2012-05-041-20/+18
* Remove insignification from tst_QOpenGLMiikka Heikkinen2012-05-041-2/+0
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]Thiago Macieira2012-05-043-17/+17
* Don't flush WA_DontShowOnScreen widgets.Morten Johan Sorvig2012-05-041-0/+4
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-045-6/+6
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtTest]Thiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]Thiago Macieira2012-05-043-7/+7
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-0410-44/+44
* Change QString::toAscii to toUtf8 in the embedded filename in XBM.Thiago Macieira2012-05-041-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-049-40/+40
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-0417-39/+39
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-046-5/+36
* 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
* Add mkspecs for 32-bit Mac OS X builds.Morten Johan Sorvig2012-05-0410-5/+215
* Compile.Morten Johan Sorvig2012-05-041-2/+2
* Remove "file qmake"-based arch detection.Morten Johan Sorvig2012-05-041-24/+0
* Remove all usages of "arch" CFLAGS on Mac.Morten Johan Sorvig2012-05-048-63/+0
* Make cupsTempFile member unconditianol.Christoph Schleifenbaum2012-05-041-2/+0
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-045-8/+8
* 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-033-13/+18
* 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