summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Make tests compile without gui-privatePaul Olav Tvete2012-08-024-39/+18
* Fix some syncqt warnings.Lars Knoll2012-08-011-1/+7
* Add QSignalSpy::wait() method.David Faure2012-07-254-4/+31
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-2/+3
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-202-14/+19
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-203-33/+74
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-193-3/+3
* remove needless/commented INCLUDEPATHsOswald Buddenhagen2012-07-181-1/+0
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* Improve accessibility test helpers.Friedemann Kleint2012-07-131-4/+27
* Implement qWaitForWindowShown using qWaitForWindowExposed.Friedemann Kleint2012-07-121-2/+4
* Doc: Replace all occurences of \BR with \br.Casper van Donderen2012-07-061-32/+32
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-033-3/+3
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-281-1/+1
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-2/+2
* Fix QCOMPARE for QIcon in QtGuiGiuseppe D'Angelo2012-06-261-2/+0
* make using testlib automatically "promote" all modules to -privateOswald Buddenhagen2012-06-261-1/+1
* Use valSeen since it results in unused warning otherwiseGirish Ramakrishnan2012-06-261-1/+2
* 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