summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-0613-221/+221
|\ | | | | | | | | | | | | | | Conflicts: src/plugins/platforms/wayland/qwaylandclipboard.cpp src/plugins/platforms/wayland/qwaylandclipboard.h src/plugins/platforms/wayland/qwaylanddisplay.cpp src/s60installs/eabi/QtOpenGLu.def
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1313-221/+221
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Add basic static text drawing capability to lanceJiang Jiang2011-06-032-0/+21
|/ | | | | | | | | Task-number: QTBUG-17514 Change-Id: Ife7cd8f940424d805f634ca190bcbf6fd83d8682 Reviewed-on: http://codereview.qt.nokia.com/321 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: aavit (cherry picked from commit ce041a6516bfb0d9bd9ee1707605b478e1c9171a)
* Make autotest more resilient against network timeoutaavit2011-05-032-5/+7
|
* Improve error reporting on failure to connect to baseline serveraavit2011-05-031-1/+1
|
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-132-2/+33
| | | | | | | | The extended radial gradients conform to the radial gradient specification in HTML 5 canvas. Task-number: QTBUG-14075 Reviewed-by: Andreas Kling
* Lancelot: support for custom keys added to protocol. API cleanup.aavit2011-04-112-53/+144
|
* Minor optimization to lance/elotaavit2011-04-071-1/+2
|
* Make it possible to test the new font hinting in lance[elot]aavit2011-04-072-6/+26
| | | | | A rudimentary test script is also included, showing the use of the new parameter to the qps setFont command.
* Update copyright year to 2011.Rohan McGovern2011-03-105-5/+5
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Improved error msgaavit2011-03-041-1/+1
|
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-178-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| * Update copyright year to 2011.Jason McDonald2011-01-108-8/+8
| | | | | | | | Reviewed-by: Trust Me
* | Added api for efficient data driven baseline testingaavit2011-01-072-32/+114
| |
* | Make the lancelot/baseline test system generically usableaavit2010-12-145-2/+216
| | | | | | | | | | | | | | | | To facilitate usage outside of tst_lancelot: - Added new QBaseLineTest simple API - Added "tst_baselineexample" autotest to show usage - Improved reporting - Results from all testfunctions collected in same report
* | Make protocol less lancelot-specific, prepare use in other testcasesaavit2010-12-082-32/+27
| |
* | Avoid race condition: don't quit until new executable is readyaavit2010-11-251-0/+1
| |
* | Stream raw image data instead of PNG: more info, and faster.aavit2010-11-242-4/+50
| |
* | Added clean abort, dryrun mode. And stop ignoring the unused byte in RGB32aavit2010-11-192-15/+44
| |
* | Really fix getting qmakespec on windowsaavit2010-11-091-2/+1
| |
* | Get the qmakespec correctly on all platformsaavit2010-11-081-1/+3
| |
* | Add even more platform info, and make it expandable.aavit2010-11-052-51/+61
| |
* | Fix license headersaavit2010-11-033-2/+123
| | | | | | | | Reviewed-by: trustme
* | Fix getting git info on Winaavit2010-10-261-1/+10
| |
* | Preparations for running on actual serveraavit2010-10-251-2/+1
| |
* | Add OS and git data to PlatformInfoaavit2010-10-182-9/+40
| |
* | Merge branch 'master' of ../qt-stg2-master into lancelotTrond Kjernåsen2010-10-121-1/+1
|\ \ | |/
| * Always call QPainter::end() before using the object drawn to.Trond Kjernåsen2010-09-071-1/+1
| | | | | | | | | | | | | | This caused the background pixmap not to draw correctly on some systems. Reviewed-by: Samuel
* | Added support for turning off text drawing.Trond Kjernåsen2010-09-162-0/+5
| | | | | | | | | | | | Text drawing is the one thing that will always differ between different platforms. If we're going to do any x-platform testing of the raster engine we'll have to turn text drawing off..
* | Server generation of HTML mismatch reports addedaavit2010-09-161-0/+3
| |
* | Improved path mapping, added test mode for it. Misc improvements.aavit2010-09-101-12/+4
| |
* | Improved server logging and more robust client connection attemptaavit2010-09-092-8/+12
| | | | | | | | Also misc minor improvements all around
* | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-081-1/+3
|\ \ | | | | | | | | | into lancelot
| * | Check the QT_LANCELOT_SERVER env var for the servername.Trond Kjernåsen2010-09-081-1/+3
| | |
* | | Shave 25% off test time by smarter qps script parsingaavit2010-09-082-3/+26
|/ /
* | Fix: remove baseline checksums before adding renderedaavit2010-09-082-25/+0
| | | | | | | | | | | | .. otherwise, the comparison will always yield true... Also a simplification: QList provides default datastreaming ops
* | Make it possible to have several checksums associated with one ImageItem.Trond Kjernåsen2010-09-072-5/+29
| | | | | | | | | | Also changed the meta file from being a text file to a binary file. Nothing uses the extra checksums yet, but that should be added soon.
* | Improve servers storage directory structureaavit2010-09-072-0/+27
| | | | | | | | | | - support different pixel formats for same engine - separate baselines per hostname
* | Minor style improvementsaavit2010-09-071-8/+6
| |
* | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-032-0/+16
|\ \ | | | | | | | | | into lancelot
| * | engineAsString() should've been const.Trond Kjernåsen2010-09-032-2/+2
| | |
| * | Move the engine->string function into ImageItem.Trond Kjernåsen2010-09-032-0/+16
| | |
* | | Proper checksum function implementedaavit2010-09-033-3/+777
|/ /
* | Protocol rewrite done; design cleaned up.aavit2010-09-032-62/+7
| | | | | | | | | | | | Client no longer fetches baseline images, not even on mismatch. Bitwise comparison, mismatch score etc. will be done on server, if wanted.
* | Rewrite protocol (ImageItem/ImageItemList)aavit2010-09-022-18/+123
| | | | | | | | Not finished, but core functionality is in working state.
* | Use a remote test server during dev, plus some housekeepingaavit2010-08-251-2/+2
| |
* | First shot at a new client-server based autotest of the Arthuraavit2010-08-253-0/+304
|/ | | | | 2D rendering system, based on the lance test tool. Hence dubbed lancelot.
* Update copyright year to 2010Jason McDonald2010-01-068-8/+8
| | | | Reviewed-by: Trust Me
* API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-062-9/+9
| | | | | | | | | | QPaintDevice and QImage used the functions numColors(), setNumColors(), and numBytes(). However, this is not consistent with the rest of the Qt API which uses *Count() and set*Count(). Removed all usage of these functions inside Qt and test-cases. Reviewed-by: Andreas Aardal Hanssen
* Fixed warning in lance on printf with wrong typesgunnar2009-11-051-2/+2
| | | | Reviewed-by: TrustMe