summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-033-0/+19
* | 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-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
|\|
| * Fix measurement system for the UKLars Knoll2012-03-261-0/+17
| * Fixed qthreadstorage unittest to work from install directoryKurt Korbatits2012-03-261-0/+4
| * Work around what apparently is a GCC 4.6.0 bugThiago Macieira2012-03-251-1/+1
| * Remove #if 0 sections from QRegExp autotestGiuseppe D'Angelo2012-03-231-3/+3
* | 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
|\|
| * Make comment() work in the C locale too.David Faure2012-03-221-1/+1
| * Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-31/+77
| * Fixed path in qobject unittestKurt Korbatits2012-03-221-1/+1
| * Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-0/+27
* | 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