summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Load resources in in QTextDocument correctlyLars Knoll2012-05-044-22/+16
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport]Thiago Macieira2012-05-042-3/+3
* Add an assert simplifying debugging.Jędrzej Nowacki2012-05-041-0/+1
* removed unneccessary wince ifdefBjoern Breitmeyer2012-05-041-2/+0
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-044-3/+226
* Guard some pthread API with the appropriate POSIX check, or Android.Robin Burchell2012-05-041-0/+12
* Properly guard rand_r use with _POSIX_THREAD_SAFE_FUNCTIONS for Android.Robin Burchell2012-05-041-1/+1
* Enable some SQLITE extensions by defaultRafael Roquetto2012-05-041-1/+1
* Add Android to conditionals around langinfo.h usage.Robin Burchell2012-05-041-3/+5
* stop ignoring unassigned codepointsKonstantin Ritt2012-05-042-6/+5
* add support for non-BMP ligaturesKonstantin Ritt2012-05-042-70/+176
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Allow the QPA plugin arguments to contain non-ASCII.Thiago Macieira2012-05-042-2/+2
* 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-041-1/+1
* 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
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-042-3/+3
* 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-042-4/+4
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-043-10/+10
* 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-042-9/+9
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-048-11/+11
* 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