summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Fix -Wlogical-op warning in qtestmouse.hDavid Faure2012-05-111-2/+0
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-111-1/+1
* Don't add C-style copyright headers to qmake project filesMarius Storm-Olsen2012-05-102-80/+0
* Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
* Doc: Modularize QtTest documentation.Casper van Donderen2012-05-0914-33/+1709
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtTest]Thiago Macieira2012-05-042-3/+3
* Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-271-1/+1
* Update QTest::QTouchEventSequence docsLaszlo Agocs2012-04-251-4/+74
* Add flag in testlib to disable committing the simulated touchLaszlo Agocs2012-04-241-13/+18
* Don't use the QRegExp methods that modify the object [QtTest]Thiago Macieira2012-04-241-3/+3
* Add missing private headers to testlib.proThiago Macieira2012-04-231-0/+5
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-1/+1
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+2
|\
| * Add QPA notes to QCursor pos() and setPos()Laszlo Agocs2012-03-271-1/+2
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-3/+4
* | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* | Merge master into api_changesKent Hansen2012-03-231-8/+74
|\|
| * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-17/+21
| * Accessibility: add text update eventsFrederik Gladhorn2012-03-191-6/+68
* | Use the new QMetaMethod API in testlibKent Hansen2012-03-212-18/+8
* | testlib: Remove obsolete internal compare_helper overload.Jason McDonald2012-03-214-27/+0
* | Merge master into api_changesKent Hansen2012-03-193-8/+59
|\|
| * Make copy and assign private for QAccessibleEvent.Frederik Gladhorn2012-03-181-4/+4
| * Fix broken qWaitForWindowShown() behaviorCharles Yin2012-03-162-4/+55
* | Merge master into api_changesKent Hansen2012-03-163-27/+42
|\|
| * Improved qWaitForWindowShown().Samuel Rødal2012-03-151-11/+11
| * Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-7/+6
| * Deliver events in qtestmouseLaszlo Agocs2012-03-131-6/+11
| * Autotest details of QAccessibleEvent.Frederik Gladhorn2012-03-131-6/+17
* | Remove QTEST_NO_SPECIALIZATIONSOlivier Goffart2012-03-144-33/+0
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-127-81/+116
|\|
| * Use QAccessibleEvent in test.Frederik Gladhorn2012-03-121-24/+26
| * testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-123-9/+9
| * testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
| * testlib: Improve verbose and XPASS outputJason McDonald2012-03-086-48/+73
| * testlib: Document a known limitation of QFINDTESTDATA.Jason McDonald2012-03-081-0/+6
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-085-53/+47
|\|
| * Fix sending simulated keyboard events to popup widgetsMiikka Heikkinen2012-03-071-5/+7
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-042-22/+12
| |\
| | * Add operator<<(QTestData &, QStringBuilder)Olivier Goffart2012-02-291-0/+8
| | * Merge master -> api_changesRohan McGovern2012-02-293-9/+16
| | |\
| | * | QTestlib: no need to use the preprocessor to distinguish qrealOlivier Goffart2012-02-271-22/+4
| * | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-21/+21
| * | | testlib: Improve documentation of verbose test logging options.Jason McDonald2012-03-021-5/+7
| | |/ | |/|
* | | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-022-2/+5
* | | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-292-7/+8
|/ /
* | testlib: Improve the silent logging modeJason McDonald2012-02-282-6/+10