summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Remove QWS references from testlibGirish Ramakrishnan2012-06-212-11/+0
* Add new benchmark metrics to testlibChris Adams2012-06-212-1/+18
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-192-2/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-1/+1
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+1
* Use UTF-8 in the QtTest data and benchmark tagsThiago Macieira2012-06-093-4/+4
* Use variadic macros where available to make QSKIP source compatible.Stephen Kelly2012-06-081-1/+11
* Change testlib signal dumper hooks to use signal index rangeKent Hansen2012-06-042-17/+6
* Make qWaitForWindowShown more robust on XLaszlo Agocs2012-05-291-0/+14
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* QIcon: move back to QtGuiOlivier Goffart2012-05-181-1/+1
* testlib: added missing newline to error messageRohan McGovern2012-05-171-1/+1
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-1/+1
* Add header qtest_widgets.h, similar to qtest_gui.h, but for QApplication.David Faure2012-05-161-0/+61
* 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