summaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-09180-29764/+0
|\ | | | | | | | | | | | | | | Conflicts: .qmake.conf tests/manual/manual.pro Change-Id: Ia39b2c337e158a0b511fc1bcbb96625e284ffa58
| * Remove manual uiloader testFriedemann Kleint2016-07-29180-29765/+0
| | | | | | | | | | | | | | | | Delete the old manual test which required a big setup involving network servers and compared screenshots. Change-Id: I2f98b2e741d9be8a0bd1ed553910ee7f649356ad Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* | qtattributionsscanner: Support setting & filtering qdoc moduleKai Koehne2016-08-083-1/+10
| | | | | | | | | | | | | | | | This is needed e.g. for qtbase, where there are multiple help projects. Change-Id: Ia31ac4818ad6780a301fa6f7371a3f33ee21df48 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | qtattributionsscanner: Use new qdoc attribution attributeKai Koehne2016-08-083-3/+17
| | | | | | | | | | Change-Id: Ibb720811808053b76a794b3333cb2a698b961281 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* | Add qtattributionsscanner toolKai Koehne2016-08-054-1/+710
|/ | | | | | | | | | | | | | qtattributionsscanner generates qdoc documentation about third party licenses in Qt sources. It scans recursively for qt_attribution.json files in the directory given on the command line. The qt_attribution.json file format is also documented under http://wiki.qt.io/Qt_attribution.json Task-number: QTBUG-55139 Change-Id: Ie8d9115beb9457c9f60a79e11c1c13dd19184d1c Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Updated license headers and license testsAntti Kokko2016-06-1032-544/+384
| | | | | | | | | | | | | From Qt 5.7 -> tools & applications are licensed under GPL v3 with some exceptions, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Updated license headers to use new GPL-EXCEPT header instead of LGPL21 one (in those files which will be under GPL 3 with exceptions) License header tests also updated to match current headers. Change-Id: Ia6bdacaa3c5bbc9d31334e1a0cabfe502a484dc4 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* purge symbian vestigesOswald Buddenhagen2016-04-061-4/+0
| | | | | Change-Id: I53373e8d6ef2c2f7b46945f6654b019d32d38a2c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
* Update copyright headersAntti Kokko2015-02-1432-224/+224
| | | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I7f14f408e04c5c4f73a913fae153adcffbebe38f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Update license headers and add new license filesAntti Kokko2014-09-2532-608/+352
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 - Removed LICENSE.GPL Change-Id: I23ef9591f4d9054e0b6a252ba7767baf4189aeab Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
* whitespace fixesOswald Buddenhagen2014-01-203-6/+6
| | | | | | | | remove trailing spaces & expand tabs Change-Id: If9909c94b52d9dacb7c8735470525d18a1c97d6b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Move uiloader test from tests/auto to tests/manualSergio Ahumada2013-07-29180-0/+30185
| | | | | | | | | - bring tst_screenshot test back - make tst_screenshot compile - make tst_uiloader compile Change-Id: I12b584e834a5942699644637cce6071f0de58654 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Run the cmake unit tests as part of the qttools CI.Stephen Kelly2012-07-035-214/+0
| | | | | Change-Id: I565e715ba869298d4a8b9e4b42b7b41587336b9b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Handle files with includes from extra directories with lupdate.Stephen Kelly2012-06-203-0/+53
| | | | | | | Forward port of 7a6d2796e63a8a390bd86fe9a029c4add119132b in cmake.git. Change-Id: I35d05a6160e192e9ea0966fdd2ebc21ce2d73d24 Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Make sure -fPIE is added to the compile flags.Stephen Kelly2012-04-241-0/+2
| | | | | Change-Id: Iedf3f0ff3dbb23753ecb1e0ecbd9b03b3b56a87c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
* Remove the dbus build-tools, CMake config files and tests.Stephen Kelly2012-04-184-150/+0
| | | | | | | They have been moved to qtbase. Change-Id: Id3707032bc399e2ee915581789e17a58b9413166 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Make the tests somewhat more standard.Stephen Kelly2012-02-282-1/+4
| | | | | | Change-Id: I1b010a23763cb0de404f8d89a385f4d389f2c6af Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Port the tests in qttools to ctest.Stephen Kelly2012-02-281-15/+56
| | | | | | Change-Id: I30bcbe2e38d47a390906c01efee5025bb868ca04 Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ib4b7580dda53886247ad6eb10d17d8e67c51980d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-233-3/+3
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3841a7c154b90b73fe8f498fda035c8b3545c692 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Make it possible for CMake to find linguist and dbus tools.Stephen Kelly2011-12-127-0/+265
This includes the BSD licenced CMake macros for invoking those tools. Change-Id: I57c2994af2220353a845b6622b89291de349008d Reviewed-by: Clinton Stimpson <clinton@elemtech.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Sanity-Review: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>