summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Fix QTest::qExec crash with no command line argumentsJeremy Lainé2012-09-081-1/+2
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-301-13/+0
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* Deprecate qWaitForWindowShown QWidget* overload since 5.0.Stephen Kelly2012-08-271-2/+2
* Remove qWaitForWindowShown(QWindow*) overload.Stephen Kelly2012-08-232-18/+0
* fix some QTest documentationJeremy Katz2012-08-212-7/+7
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-1/+1
* QtTestLib: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-7/+10
* Fix order of namespace/include guards.Frederik Gladhorn2012-08-111-3/+2
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Make QSignalSpy copy QVariant parameters directlyKent Hansen2012-08-071-1/+4
* 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