summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * windowmodality test: Allow exec() with ApplicationModal dialogsBradley T. Hughes2012-03-283-145/+181
| * Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-283-26/+26
| * Remove comment about QVariantList and QVariantMap.Stephen Kelly2012-03-281-2/+0
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-282-11/+6
| * Don't use the pri depends line for link dependencies.Stephen Kelly2012-03-283-4/+8
| * Protect QAbstractTextDocumentLayout::anchorAt() from preeditPekka Vuorela2012-03-271-0/+32
| * Add manual test for window modalityBradley T. Hughes2012-03-274-0/+468
| * QHttpNetworkConnection test: avoid integer divide by zero exception.Martin Petersson2012-03-271-1/+1
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-278-14/+20
| * Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-276-50/+89
| * Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-272-0/+113
| * QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+7
| * Uncomment disabled code in QSettings autotest.Jason McDonald2012-03-271-6/+3
* | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-24/+24
* | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-081-0/+2
* | QFileSystemModel: fix sortingGiuseppe D'Angelo2012-04-071-1/+1
* | Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-073-18/+0
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-074-34/+3
* | Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
* | Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
* | Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-052-0/+118
* | Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-042-5/+35
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
* | Stop relying on QHash orderingGiuseppe D'Angelo2012-04-032-4/+22
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-035-0/+21
* | Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
* | Introduce QArrayDataOps::truncateJoão Abecasis2012-04-022-2/+95
* | Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-7/+13
* | Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-022-1/+80
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-312-4/+4
* | Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* | Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-3/+3
* | Move the #include "tst_qurlinternal.moc" up to workaround a bugThiago Macieira2012-03-301-2/+1
* | Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-0/+1
* | Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+51
* | Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-3/+1
* | Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-20/+55
* | Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-5/+4
* | Port to the new QUrl APIThiago Macieira2012-03-303-25/+3
* | QUrl: Always lowercase the schemeThiago Macieira2012-03-301-6/+14
* | Long live the new QUrl implementation.Thiago Macieira2012-03-301-164/+155
* | Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-302-101/+120
* | Long live QUrlQueryThiago Macieira2012-03-302-0/+700
* | Refactor the URL recoder a littleThiago Macieira2012-03-301-13/+25
* | Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-6/+12
* | Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+215
* | Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-304-710/+756