Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'qt/4.8' into fire-master | Paul Olav Tvete | 2011-06-06 | 13 | -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.8 | Jyri Tahtela | 2011-05-13 | 13 | -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 lance | Jiang Jiang | 2011-06-03 | 2 | -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 timeout | aavit | 2011-05-03 | 2 | -5/+7 |
| | |||||
* | Improve error reporting on failure to connect to baseline server | aavit | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Added support for six-parameter radial gradients. | Samuel Rødal | 2011-04-13 | 2 | -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. | aavit | 2011-04-11 | 2 | -53/+144 |
| | |||||
* | Minor optimization to lance/elot | aavit | 2011-04-07 | 1 | -1/+2 |
| | |||||
* | Make it possible to test the new font hinting in lance[elot] | aavit | 2011-04-07 | 2 | -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 McGovern | 2011-03-10 | 5 | -5/+5 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Improved error msg | aavit | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 8 | -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 McDonald | 2011-01-10 | 8 | -8/+8 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Added api for efficient data driven baseline testing | aavit | 2011-01-07 | 2 | -32/+114 |
| | | |||||
* | | Make the lancelot/baseline test system generically usable | aavit | 2010-12-14 | 5 | -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 testcases | aavit | 2010-12-08 | 2 | -32/+27 |
| | | |||||
* | | Avoid race condition: don't quit until new executable is ready | aavit | 2010-11-25 | 1 | -0/+1 |
| | | |||||
* | | Stream raw image data instead of PNG: more info, and faster. | aavit | 2010-11-24 | 2 | -4/+50 |
| | | |||||
* | | Added clean abort, dryrun mode. And stop ignoring the unused byte in RGB32 | aavit | 2010-11-19 | 2 | -15/+44 |
| | | |||||
* | | Really fix getting qmakespec on windows | aavit | 2010-11-09 | 1 | -2/+1 |
| | | |||||
* | | Get the qmakespec correctly on all platforms | aavit | 2010-11-08 | 1 | -1/+3 |
| | | |||||
* | | Add even more platform info, and make it expandable. | aavit | 2010-11-05 | 2 | -51/+61 |
| | | |||||
* | | Fix license headers | aavit | 2010-11-03 | 3 | -2/+123 |
| | | | | | | | | Reviewed-by: trustme | ||||
* | | Fix getting git info on Win | aavit | 2010-10-26 | 1 | -1/+10 |
| | | |||||
* | | Preparations for running on actual server | aavit | 2010-10-25 | 1 | -2/+1 |
| | | |||||
* | | Add OS and git data to PlatformInfo | aavit | 2010-10-18 | 2 | -9/+40 |
| | | |||||
* | | Merge branch 'master' of ../qt-stg2-master into lancelot | Trond Kjernåsen | 2010-10-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Always call QPainter::end() before using the object drawn to. | Trond Kjernåsen | 2010-09-07 | 1 | -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åsen | 2010-09-16 | 2 | -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 added | aavit | 2010-09-16 | 1 | -0/+3 |
| | | |||||
* | | Improved path mapping, added test mode for it. Misc improvements. | aavit | 2010-09-10 | 1 | -12/+4 |
| | | |||||
* | | Improved server logging and more robust client connection attempt | aavit | 2010-09-09 | 2 | -8/+12 |
| | | | | | | | | Also misc minor improvements all around | ||||
* | | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵ | aavit | 2010-09-08 | 1 | -1/+3 |
|\ \ | | | | | | | | | | into lancelot | ||||
| * | | Check the QT_LANCELOT_SERVER env var for the servername. | Trond Kjernåsen | 2010-09-08 | 1 | -1/+3 |
| | | | |||||
* | | | Shave 25% off test time by smarter qps script parsing | aavit | 2010-09-08 | 2 | -3/+26 |
|/ / | |||||
* | | Fix: remove baseline checksums before adding rendered | aavit | 2010-09-08 | 2 | -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åsen | 2010-09-07 | 2 | -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 structure | aavit | 2010-09-07 | 2 | -0/+27 |
| | | | | | | | | | | - support different pixel formats for same engine - separate baselines per hostname | ||||
* | | Minor style improvements | aavit | 2010-09-07 | 1 | -8/+6 |
| | | |||||
* | | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵ | aavit | 2010-09-03 | 2 | -0/+16 |
|\ \ | | | | | | | | | | into lancelot | ||||
| * | | engineAsString() should've been const. | Trond Kjernåsen | 2010-09-03 | 2 | -2/+2 |
| | | | |||||
| * | | Move the engine->string function into ImageItem. | Trond Kjernåsen | 2010-09-03 | 2 | -0/+16 |
| | | | |||||
* | | | Proper checksum function implemented | aavit | 2010-09-03 | 3 | -3/+777 |
|/ / | |||||
* | | Protocol rewrite done; design cleaned up. | aavit | 2010-09-03 | 2 | -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) | aavit | 2010-09-02 | 2 | -18/+123 |
| | | | | | | | | Not finished, but core functionality is in working state. | ||||
* | | Use a remote test server during dev, plus some housekeeping | aavit | 2010-08-25 | 1 | -2/+2 |
| | | |||||
* | | First shot at a new client-server based autotest of the Arthur | aavit | 2010-08-25 | 3 | -0/+304 |
|/ | | | | | 2D rendering system, based on the lance test tool. Hence dubbed lancelot. | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 8 | -8/+8 |
| | | | | Reviewed-by: Trust Me | ||||
* | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 2 | -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 types | gunnar | 2009-11-05 | 1 | -2/+2 |
| | | | | Reviewed-by: TrustMe |