summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
* | Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-15/+17
* | 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
* | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-42/+0
* | Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-2/+55
* | Improve output on test failuresJoão Abecasis2012-03-281-16/+14
* | Silence unused comparison result warnings (clang)João Abecasis2012-03-281-4/+4
* | Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
* | Don't hardcode the order of elements in QHashesThiago Macieira2012-03-282-32/+15
* | Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
* | Remove workaround for QComboBox not having a USER property.Stephen Kelly2012-03-281-0/+31
* | Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-281-0/+10
* | Make QTranslator testcase independent of WidgetsJoão Abecasis2012-03-282-9/+7
* | Merge master into api_changesKent Hansen2012-03-2714-41/+415
|\|
| * Mark tst_qdialog as insignificant on mac.Rohan McGovern2012-03-271-0/+1
| * Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-3/+0
| * Fix measurement system for the UKLars Knoll2012-03-261-0/+17
| * Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-261-6/+4
| * Test mouse events more thoroughly in QWindow autotestLaszlo Agocs2012-03-261-5/+118
| * Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-0/+75