Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for six-parameter radial gradients. | Samuel Rødal | 2011-04-13 | 4 | -2/+128 |
| | | | | | | | | 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 | 10 | -10/+10 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Improved error msg | aavit | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Make updating single baseline work again | aavit | 2011-03-01 | 4 | -13/+11 |
| | |||||
* | Updated for new git repo structure | aavit | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | Re-added the update-all-baselines command | aavit | 2011-03-01 | 4 | -26/+38 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 | aavit | 2011-01-18 | 26 | -26/+26 |
|\ | |||||
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 26 | -26/+26 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 26 | -26/+26 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
* | | | Avoid runId clashes | aavit | 2011-01-14 | 3 | -20/+32 |
| | | | |||||
* | | | Small improvements to host mapping and mismatch report | aavit | 2011-01-13 | 2 | -8/+10 |
| | | | |||||
* | | | Implemented storing the full set of metadata (platform info) for baselines | aavit | 2011-01-12 | 4 | -22/+67 |
|/ / | |||||
* | | Added api for efficient data driven baseline testing | aavit | 2011-01-07 | 2 | -32/+114 |
| | | |||||
* | | Need not keep client waiting until server has saved | aavit | 2010-12-16 | 1 | -8/+7 |
| | | |||||
* | | Make the lancelot/baseline test system generically usable | aavit | 2010-12-14 | 11 | -155/+438 |
| | | | | | | | | | | | | | | | | 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 | 4 | -55/+49 |
| | | |||||
* | | Added new View command on reports | aavit | 2010-12-02 | 6 | -6/+108 |
| | | |||||
* | | Avoid race condition: don't quit until new executable is ready | aavit | 2010-11-25 | 2 | -0/+3 |
| | | |||||
* | | Stream raw image data instead of PNG: more info, and faster. | aavit | 2010-11-24 | 2 | -4/+50 |
| | | |||||
* | | Generate thumbnails for faster loading of the web reports | aavit | 2010-11-23 | 2 | -2/+19 |
| | | |||||
* | | Separate reports from adhoc and pulse runs | aavit | 2010-11-22 | 2 | -2/+4 |
| | | |||||
* | | Add cmd to simulate testfail. Misc server improvements. | aavit | 2010-11-22 | 1 | -10/+17 |
| | | |||||
* | | Added command to clear all baselines | aavit | 2010-11-19 | 3 | -53/+18 |
| | | |||||
* | | Added clean abort, dryrun mode. And stop ignoring the unused byte in RGB32 | aavit | 2010-11-19 | 3 | -16/+46 |
| | | |||||
* | | Fix black- and whitelisting of individual items | aavit | 2010-11-18 | 4 | -85/+41 |
| | | |||||
* | | Filter runs on git branch and repo | aavit | 2010-11-12 | 1 | -1/+14 |
| | | |||||
* | | New and much improved mapping of items to fs storage | aavit | 2010-11-10 | 3 | -39/+68 |
| | | |||||
* | | 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 | 6 | -69/+88 |
| | | |||||
* | | Hide nonfunctional links, and improve html | aavit | 2010-11-03 | 1 | -3/+8 |
| | | |||||
* | | Fix license headers | aavit | 2010-11-03 | 8 | -2/+323 |
| | | | | | | | | Reviewed-by: trustme | ||||
* | | Put more platform info in the report headers | aavit | 2010-11-02 | 3 | -8/+8 |
| | | |||||
* | | Fix getting git info on Win | aavit | 2010-10-26 | 1 | -1/+10 |
| | | |||||
* | | Testing auto-rebuild on server | aavit | 2010-10-25 | 1 | -1/+1 |
| | | |||||
* | | Another change for running on actual server | aavit | 2010-10-25 | 1 | -6/+3 |
| | | |||||
* | | Preparations for running on actual server | aavit | 2010-10-25 | 2 | -5/+9 |
| | | |||||
* | | Add OS and git data to PlatformInfo | aavit | 2010-10-18 | 4 | -25/+58 |
| | | |||||
* | | Merge branch 'master' of ../qt-stg2-master into lancelot | Trond Kjernåsen | 2010-10-12 | 2 | -2/+2 |
|\ \ | |||||
| * | | Align .pro with qmake: s/\.sources/.files/. | Miikka Heikkinen | 2010-10-08 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis | ||||
| * | 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 | ||||
* | | Add support for blacklisting/whitelisting tests on the report page. | Trond Kjernåsen | 2010-10-06 | 4 | -27/+145 |
| | | | | | | | | | | | | Also changed how the GL tests are run: they now render into a multisampled FBO, which seems to be more stable than to a plain GL widget. | ||||
* | | Added support for updating the baselines via the generated HTML reports. | Trond Kjernåsen | 2010-09-30 | 5 | -5/+117 |
| | | | | | | | | | | | | | | | | | | | | | | The baselineserver can now run as a CGI binary if it detects that the QUERY_STRING variable is set. Currently it only handles commands for updating the baselines for failed tests. For this to work properly the baselineserver binary needs to have the setuid bit set, so that when it's run as a CGI binary, it will have the proper rights to move files around. The server currently assumes the CGI binary is a link to the baselineserver executable named 'server.cgi' in the configured 'cgi-bin' directory. | ||||
* | | 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 | 6 | -15/+178 |
| | | |||||
* | | Checksumming of the script files added. | aavit | 2010-09-13 | 1 | -1/+3 |
| | | | | | | | | If the scripts themselves are modfied, it will not cause mismatch. | ||||
* | | Improved path mapping, added test mode for it. Misc improvements. | aavit | 2010-09-10 | 4 | -34/+77 |
| | |