summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced Nokia copyrights with correct Digia copyrights. Text in front of copyright is now retained: ** File is part of Foo, Copyright Nokia... -> ** File is part of Foo, Copyright Digia... Replaced Nokia contact details with Digia's. Removing "All Rights Reserved" no longer leaves an empty line. Used the following command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*|.*Contact.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,50 { /INdT/ !{ s/(^[ \t:#*]*)([a-z ]*)(Copyright.*Nokia.*)/ \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I } }') >(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.* |.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.* |.*qt-label1@nokia\.com.*|.*http:\/\/qt\.nokia\.com\/contact.* |.*qt-sales@nokia\.com.*) /\1Contact: http:\/\/www\.qt-project\.org\/legal/I') >(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}') Change-Id: I09634a31c17fc328d04265bd87e7f4a5ef795760 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fixed licensesTeemu Kaukoranta2013-05-281-11/+12
| | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Change-Id: Ib9f0616600aa0a3461a1aa08b9da8545a85259e9 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Convert documentation to new qdoc styleRhys Weatherley2011-02-1556-2571/+2347
|
* Add a SignalSpy item for watching signalsRhys Weatherley2010-12-151-2/+2
|
* Fix whitespace issuesRhys Weatherley2010-12-151-1/+1
|
* Deprecate running tests from resourcesRhys Weatherley2010-12-151-35/+21
| | | | | | Too much house-keeping is needed to run tests from resources, so start the process of removing support to discourage the creation of poor test harnesses.
* Add url of the external source repoRhys Weatherley2010-12-101-1/+3
|
* Convert the documentation into qdoc formRhys Weatherley2010-12-1038-313/+4463
| | | | Use "make docs" to generate the documentation under "doc/html".
* Handle import paths in the test harnessRhys Weatherley2010-12-101-0/+6
| | | | | The -import option can be supplied to the test harness to add extra import directories.
* Add benchmark support to the QML test frameworkRhys Weatherley2010-12-091-0/+29
| | | | | Test functions called "benchmark_foo()" will be run as benchmarks inside an implicit QBENCHMARK {} block.
* QTEST_QUICK -> QUICK_TESTRhys Weatherley2010-12-091-5/+5
|
* Move headers to QtQuickTest directoryRhys Weatherley2010-12-091-1/+1
| | | | | This should help make the user application code and the example code the same.
* Install qmltestcase.prf for user applicationsRhys Weatherley2010-12-091-1/+8
|
* Use QtQuickTest as the uniform name for the moduleRhys Weatherley2010-12-091-7/+7
|
* Add Copyright license files and headersRhys Weatherley2010-12-081-0/+26
|
* Triggering tests to run after the window is shownRhys Weatherley2010-12-081-0/+19
|
* Run tests that are not bound as resourcesRhys Weatherley2010-12-081-2/+12
|
* Add tryCompare() function for asynchronous testingRhys Weatherley2010-12-071-0/+16
|
* Add equivalents of qWait() and qSleep()Rhys Weatherley2010-12-071-0/+6
|
* Add ignoreWarning() helper functionRhys Weatherley2010-12-061-0/+4
|
* Doc improvementsRhys Weatherley2010-12-061-2/+19
|
* Load test cases out of qrc resourcesRhys Weatherley2010-12-061-7/+10
|
* Improve documentation for the QtTest moduleRhys Weatherley2010-12-031-6/+26
|
* Backport Qt3D.Test and make it generic againRhys Weatherley2010-12-031-3/+13
|
* Add some basic documentation for qtest-qmlRhys Weatherley2010-10-041-0/+140