summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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-311-2/+2
| | * | | 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
| | * | | 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
| | * | | Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-0/+91
| | * | | Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-4/+4
| | * | | Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-281-0/+285
| | * | | Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-1/+225
| | * | | Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-2/+55
| | * | | Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
| | * | | Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
| | * | | Make QTranslator testcase independent of WidgetsJoão Abecasis2012-03-282-9/+7
| | * | | Merge master into api_changesKent Hansen2012-03-274-4/+25
| | |\ \ \
| | * | | | Enable endianness conversions on q(u)int8João Abecasis2012-03-253-1/+152
| | * | | | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-241-1/+1
| | * | | | Add the Q_CORE_EXPORT macros to unit-test-exported codeThiago Macieira2012-03-231-2/+2
| | * | | | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-232-30/+115
| | * | | | Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
| | * | | | Merge master into api_changesKent Hansen2012-03-234-33/+106
| | |\ \ \ \
| | * | | | | Move the UTF-8 data into a separate .cpp so I can use laterThiago Macieira2012-03-233-114/+168
| | * | | | | tst_qsharedpointer: don't inherit from QSharedPointerMarc Mutz2012-03-231-8/+12
| | * | | | | Rewrite QMap to use a RB treeLars Knoll2012-03-231-4/+162
| | * | | | | Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
| | * | | | | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-305/+0
| | * | | | | QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-212-27/+28
| | * | | | | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-213-0/+27
| | * | | | | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-0/+21
| | * | | | | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-211-18/+78
| | * | | | | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-0/+28
| | * | | | | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-5/+52
| | * | | | | Add QtJson types to meta-type systemKent Hansen2012-03-202-2/+36
| | * | | | | Merge master into api_changesKent Hansen2012-03-193-19/+29
| | |\ \ \ \ \
| | * | | | | | Add autotests for QMetaType::load() and save()Kent Hansen2012-03-181-0/+126
| | * | | | | | Merge master into api_changesKent Hansen2012-03-168-118/+136
| | |\ \ \ \ \ \