| Commit message (Expand) | Author | Age | Files | Lines |
* | Basic implementation of QScriptValueIterator with JSC | Benjamin Poulain | 2009-07-31 | 2 | -17/+38 |
|
|
* | update test to match JSC __defineSetter__() behavior | Kent Hansen | 2009-07-30 | 1 | -7/+5 |
|
|
* | implement QScriptContext::activationObject() | Kent Hansen | 2009-07-30 | 3 | -24/+47 |
|
|
* | Add missing file | Olivier Goffart | 2009-07-30 | 1 | -0/+88 |
|
|
* | attempt to return something sensible in uncaughtExceptionBacktrace() | Kent Hansen | 2009-07-30 | 1 | -4/+10 |
|
|
* | use "fileName" instead of "sourceURL" as error property name | Kent Hansen | 2009-07-30 | 3 | -3/+5 |
|
|
* | Add QEXPECT_FAIL | Olivier Goffart | 2009-07-30 | 1 | -1/+4 |
|
|
* | Implement QScriptEngine::pushContext end popContext | Olivier Goffart | 2009-07-30 | 4 | -7/+42 |
|
|
* | Move QScriptActivationObject to his own file | Olivier Goffart | 2009-07-30 | 3 | -37/+100 |
|
|
* | make the V8 and Mozilla test suites pass on QtScript JSC back-end | Kent Hansen | 2009-07-30 | 2 | -0/+74 |
|
|
* | document that qtscript neeeds some private JSC API | Kent Hansen | 2009-07-30 | 1 | -1/+5 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-07-30 | 301 | -3223/+10411 |
|\ |
|
| * | QNAM HTTP Code: Split QHttpNetworkConnection | Markus Goetz | 2009-07-29 | 5 | -75/+234 |
|
|
| * | Use correct license header. | Volker Hilsheimer | 2009-07-29 | 2 | -4/+4 |
|
|
| * | Xml Schema: document the xmlpatternsvalidator command line utility | Peter Hartmann | 2009-07-29 | 1 | -0/+6 |
|
|
| * | compile on QNX | Harald Fernengel | 2009-07-29 | 1 | -1/+2 |
|
|
| * | Optimized single-rect clip case in OpenGL 2 paint engine. | Samuel Rødal | 2009-07-29 | 2 | -17/+80 |
|
|
| * | Add XML schema example to qtdemo | Peter Hartmann | 2009-07-29 | 1 | -0/+1 |
|
|
| * | Compile after API rename | Volker Hilsheimer | 2009-07-29 | 1 | -1/+1 |
|
|
| * | Doc: fix links to the examples | Volker Hilsheimer | 2009-07-29 | 1 | -2/+3 |
|
|
| * | Fix copy/paste typo | Volker Hilsheimer | 2009-07-29 | 1 | -1/+1 |
|
|
| * | Doc: Documentation for new toString(QVariant) overload | Volker Hilsheimer | 2009-07-29 | 1 | -0/+7 |
|
|
| * | Doc: Document QGraphicsObject::children workaround as \internal | Volker Hilsheimer | 2009-07-29 | 1 | -0/+10 |
|
|
| * | Autotest: make tst_qdom work with shadow builds too. | Thiago Macieira | 2009-07-29 | 2 | -23/+27 |
|
|
| * | Remove "no-stl" from the build key and add compatibility for old plugins. | Thiago Macieira | 2009-07-29 | 4 | -17/+6 |
|
|
| * | Update the changelog about the STL test being stricter. | Thiago Macieira | 2009-07-29 | 1 | -0/+14 |
|
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jason Barron | 2009-07-29 | 10 | -279/+469 |
| |\ |
|
| | * | qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links. | Martin Smith | 2009-07-29 | 4 | -5/+18 |
|
|
| | * | Move the QNetworkCookieJar class out of qnetworkcookie.[h,cpp] files and into... | Benjamin C Meyer | 2009-07-29 | 6 | -274/+451 |
|
|
| * | | Move the 'timeval' operators to qcore_unix_p.h. | Jason Barron | 2009-07-29 | 3 | -49/+46 |
| |/ |
|
| * | Fix compilation errors in examples and demos on VxWorks and QNX. | Robert Griebl | 2009-07-29 | 7 | -8/+14 |
|
|
| * | Port of Qt to QNX | Harald Fernengel | 2009-07-29 | 45 | -134/+2142 |
|
|
| * | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 110 | -132/+2623 |
|
|
| * | add more extensive tests for scopechain functionality | Kent Hansen | 2009-07-29 | 2 | -0/+113 |
|
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Alan Alpert | 2009-07-29 | 1386 | -19696/+41126 |
| |\ |
|
| | * | Make autotests compile: s/slots/Q_SLOTS | Volker Hilsheimer | 2009-07-29 | 1 | -1/+1 |
|
|
| | * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-... | Simon Hausmann | 2009-07-29 | 1377 | -19577/+41002 |
|
|
| | * | Updated WebKit to qtwebkit-4.6-snapshot-29072009 | Simon Hausmann | 2009-07-29 | 1 | -1/+1 |
|
|
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Gunnar Sletta | 2009-07-29 | 34 | -528/+1448 |
| | |\ |
|
| | * | | QPainterPath's vectorpath cache wasn't cleared on detach() | Gunnar Sletta | 2009-07-28 | 1 | -0/+2 |
|
|
| | * | | Implement perspective filling support in the raster engine... | Gunnar Sletta | 2009-07-28 | 2 | -20/+56 |
|
|
| | * | | Implement perspective stroking support in QPaintEngineEx::stroke() | Gunnar Sletta | 2009-07-28 | 1 | -6/+28 |
|
|
| | * | | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optims | Gunnar Sletta | 2009-07-28 | 2 | -91/+0 |
|
|
| | * | | Added QVectorPath::convertToPainterPath() for future convenience | Gunnar Sletta | 2009-07-28 | 2 | -0/+36 |
|
|
| * | | | Move QLineEdit logic into QLineControl | Alan Alpert | 2009-07-29 | 9 | -1824/+2974 |
| | |/
| |/| |
|
| * | | Compile. | Morten Sørvig | 2009-07-29 | 1 | -1/+3 |
|
|
| * | | Compile on 10.4 | Morten Sørvig | 2009-07-29 | 1 | -1/+4 |
|
|
| * | | fix compilation without 3d support | Lars Knoll | 2009-07-29 | 1 | -1/+1 |
|
|
| * | | Ensure hover enter events are dispatched on mouse press. | Andreas Aardal Hanssen | 2009-07-29 | 2 | -0/+76 |
|
|
| * | | Fix remaining autotest failures in tst_QGraphicsWidget | Andreas Aardal Hanssen | 2009-07-29 | 2 | -0/+15 |
|
|