summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* QSignalSpy: assorted improvementsMarc Mutz2012-12-012-10/+13
* Doc: Changing HTML output to qttestlib-index.htmlJerome Pasion2012-11-301-2/+1
* Fix missing code snippet in QTest doc.Christian Strømme2012-11-302-1/+15
* Fixed QTestLib tutorial docs (link + outdated mention of Qt Labs).Samuel Rødal2012-11-282-4/+4
* Doc: rename qttest.qdocconf to qttestlib.qdocconfhjk2012-11-282-1/+1
* Doc: write qttestlib.qch, not qttest.qchhjk2012-11-271-1/+1
* Fix example paths in example manifests that are used by Qt Creator.Eike Ziller2012-11-261-0/+2
* Doc: Modified Qt Test's doc configuration to match file and dir names.Jerome Pasion2012-11-221-1/+1
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-205-144/+191
|\
| * Doc: Cleaning up QHP information in module configuration files.Jerome Pasion2012-11-071-12/+7
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-023-7/+25
| |\
| * | Doc: add landing page for Qt TestLeena Miettinen2012-11-024-130/+183
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
| * | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-262-2/+3
| |\ \
| * \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-192-0/+16
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-161-8/+0
| |\ \ \ \
| * | | | | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+1
* | | | | | Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-081-1/+1
* | | | | | Update mac-specific code in qtestlib for Qt5Liang Qi2012-11-022-16/+8
| |_|_|_|/ |/| | | |
* | | | | Fix build when libQtGui is not availableHarald Fernengel2012-11-011-1/+5
* | | | | Testlib: Disable gcc warning about deprecated qInstallMsgHandlerKai Koehne2012-11-011-0/+10
* | | | | List possible matches when specifying invalid test function.Friedemann Kleint2012-10-291-6/+10
| |_|_|/ |/| | |
* | | | Clarify assert on use of const char* as TestData type in tests.Mitch Curtis2012-10-241-0/+3
* | | | remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
| |_|/ |/| |
* | | Make sure we copy *all known events* properly in order to not assert.Jan Arve Saether2012-10-181-0/+8
* | | Logging: Mark deprecated API with QT_DEPRECATEDKai Koehne2012-10-161-0/+8
| |/ |/|
* | Doc: Removed references to stale links.Jerome Pasion2012-10-131-8/+0
|/
* Modularize documenation buildTor Arne Vestbø2012-10-102-4/+2
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-021-0/+2
* TestLib: Fix MinGW compile warningKai Koehne2012-09-281-1/+1
* qtest.h: add missing QT_NO_DATESTRING guardsJ-P Nurmi2012-09-261-0/+2
* QTestLib: clean up qCompare specialisation/overload mixMarc Mutz2012-09-234-31/+17
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2266-1427/+1427
* Fix qtestlib-manual.qdoc errors.Mitch Curtis2012-09-132-22/+64
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* 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