summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-0/+2
* Find Qt5 modules automatically in the qt5_use_modules function.Stephen Kelly2012-05-141-2/+1
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+9
* Fix sending UDP packets to link local addressesShane Kearns2012-05-111-0/+135
* Windows: Compress Window Activation events.Friedemann Kleint2012-05-111-6/+0
* tst_QNetworkReply: fix backgroundRequestInterruption test.Martin Petersson2012-05-111-0/+3
* Implement the move constructor for containers.Olivier Goffart2012-05-111-1/+19
* fix QString::isRightToLeft() for SMP code pointsKonstantin Ritt2012-05-111-0/+35
* Make the qt5_use_modules public API.Stephen Kelly2012-05-102-39/+8
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-0/+19
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+90
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-0/+1
|\
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-091-0/+1
* | Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-0/+10
* | Fix test case dependency in tst_exceptionsafety.Jędrzej Nowacki2012-05-101-17/+77
* | Fix a QSslSocket test expectation on ubuntu 11.10Shane Kearns2012-05-101-4/+8
* | Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-093-0/+98
* | Improve widget geometry.Friedemann Kleint2012-05-093-18/+5
* | Ensure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAYDavid Faure2012-05-093-0/+66
* | Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-0/+1
* | Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-082-3/+30
* | Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-081-0/+5
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-3/+0
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-071-0/+3
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0712-14/+14
* | Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-073-12/+12
|/
* Add some extra tests to tst_QString to ensure the encoding is correctThiago Macieira2012-05-071-3/+193
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-071-16/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]Thiago Macieira2012-05-072-3/+3
* Fix encoding mismatches in tst_QSqlQueryThiago Macieira2012-05-071-3/+3
* Add default value for getters in QJsonValueLiang Qi2012-05-061-1/+11
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-051-2/+2
* Enable specifying raw headers for the requestShane Kearns2012-05-053-10/+33
* Load resources in in QTextDocument correctlyLars Knoll2012-05-041-3/+1
* Windowmodality-test: Compile with Qt 4.8.Friedemann Kleint2012-05-042-6/+6
* add support for non-BMP ligaturesKonstantin Ritt2012-05-041-0/+12
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Slightly improve the query encode/decode test in QUrlThiago Macieira2012-05-041-6/+7
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-10/+18
* Remove insignification from tst_QOpenGLMiikka Heikkinen2012-05-041-2/+0
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]Thiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]Thiago Macieira2012-05-041-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-046-33/+33
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-047-31/+31
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-049-28/+28
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-044-0/+20
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-1/+1
* troll.no changed its NS record configuration. Adapt.Thiago Macieira2012-05-031-1/+1
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-05-039-64/+330
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-039-64/+330
| |\