Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Add QGraphicsLayout::anchor() overloads and query the default spacing. | Jan-Arve Sæther | 2009-07-22 | 1 | -54/+70 | |
| | * | | | | | | QGraphicsAnchorLayout: Adding auto-tests | Jesus Sanchez-Palencia | 2009-07-22 | 3 | -0/+356 | |
* | | | | | | | | Cleaning test cases. | Aleksandar Sasha Babic | 2009-08-21 | 1 | -6/+3 | |
* | | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 34 | -1081/+2797 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-21 | 2 | -32/+520 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kinetic | Rhys Weatherley | 2009-08-20 | 2 | -32/+520 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Benchmarks comparing QMatrix4x4 with QTransform | Rhys Weatherley | 2009-08-20 | 1 | -0/+411 | |
| | | * | | | | | | | Remove QGraphicsTransform::project() | Rhys Weatherley | 2009-08-19 | 1 | -2/+2 | |
| | | * | | | | | | | Re-implement QGraphicsTransform to use QMatrix4x4 | Rhys Weatherley | 2009-08-19 | 1 | -32/+109 | |
| | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-20 | 23 | -63/+244 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Extend testUndoBlock() with a single command block insert | mae | 2009-08-20 | 1 | -0/+19 | |
| | * | | | | | | | split the qstringbuilder autotest into four | hjk | 2009-08-20 | 15 | -43/+38 | |
| * | | | | | | | | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 1 | -2/+0 | |
| * | | | | | | | | QEXPECT_FAIL was removed. | Jedrzej Nowacki | 2009-08-20 | 1 | -3/+10 | |
| * | | | | | | | | make QScriptEngine::objectById() work | Kent Hansen | 2009-08-20 | 1 | -1/+3 | |
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-20 | 31 | -5/+1154 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | invalidate wrapped JSC::JSValue when script engine is deleted | Kent Hansen | 2009-08-19 | 1 | -3/+1 | |
| * | | | | | | | | | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 1 | -1/+0 | |
| * | | | | | | | | | add more detailed tests for QRegExp <--> JS RegExp conversion | Kent Hansen | 2009-08-19 | 1 | -1/+19 | |
| * | | | | | | | | | remove expected failure | Kent Hansen | 2009-08-19 | 1 | -1/+0 | |
| * | | | | | | | | | add test to make sure a JavaScript object's ID persists | Kent Hansen | 2009-08-19 | 1 | -0/+10 | |
| * | | | | | | | | | update expected output to match that of JSC-based qtscript back-end | Kent Hansen | 2009-08-19 | 1 | -2/+2 | |
| * | | | | | | | | | make QScriptEngine::isEvaluating() work for top-level evaluation | Kent Hansen | 2009-08-19 | 1 | -0/+24 | |
| * | | | | | | | | | move the builtinFunctionNames test to qscriptengine autotests | Kent Hansen | 2009-08-19 | 2 | -198/+175 | |
| * | | | | | | | | | only add qtscript autotests if qt is configured appropriately | Kent Hansen | 2009-08-19 | 1 | -13/+15 | |
| * | | | | | | | | | make moc autotest compile without qtscript | Kent Hansen | 2009-08-19 | 2 | -1/+4 | |
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-19 | 122 | -419/+531 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f... | Olivier Goffart | 2009-08-18 | 1 | -5/+48 | |
| * | | | | | | | | | Fix the line numbers on the backtrace | Olivier Goffart | 2009-08-18 | 1 | -3/+6 | |
| * | | | | | | | | | implement getter/setter proxying for Global Object and activation object | Kent Hansen | 2009-08-18 | 1 | -0/+25 | |
| * | | | | | | | | | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 1 | -7/+29 | |
| * | | | | | | | | | Few autotest QEXCPECT_FAIL markup. | Jedrzej Nowacki | 2009-08-18 | 1 | -39/+4 | |
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-18 | 17 | -548/+79 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remove expected failures, mark expected failure | Kent Hansen | 2009-08-18 | 1 | -3/+1 | |
| * | | | | | | | | | | add a test for comparing Q{Object,Variant} wrappers from script | Kent Hansen | 2009-08-18 | 1 | -0/+15 | |
| * | | | | | | | | | | adopt variant-to-string conversion of the original qtscript back-end | Kent Hansen | 2009-08-17 | 1 | -0/+12 | |
| * | | | | | | | | | | test default scope chain after a new context has been pushed | Kent Hansen | 2009-08-17 | 1 | -0/+3 | |
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-17 | 34 | -19/+264 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | push the right object when the argument is the Global Object | Kent Hansen | 2009-08-14 | 1 | -12/+9 | |
| * | | | | | | | | | | | Detect evaluation context in the backtrace | Olivier Goffart | 2009-08-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | More polishing on the backtrace | Olivier Goffart | 2009-08-14 | 1 | -18/+18 | |
| * | | | | | | | | | | | more extensive backtrace test | Olivier Goffart | 2009-08-14 | 1 | -12/+93 | |
| * | | | | | | | | | | | Polish the QScriptContext::backtrace() | Olivier Goffart | 2009-08-14 | 2 | -6/+5 | |
| * | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-14 | 19 | -387/+1291 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | make sure QScriptContext::scopeChain() returns the right object | Kent Hansen | 2009-08-14 | 1 | -0/+2 | |
| * | | | | | | | | | | | | make it possible for any script object to serve as activation object | Kent Hansen | 2009-08-14 | 1 | -2/+37 | |
| * | | | | | | | | | | | | Skip the fake context created by Interpreter::exucute for the backtrace | Olivier Goffart | 2009-08-14 | 1 | -6/+0 | |
| * | | | | | | | | | | | | Lazily construct the QScriptActivationObject | Olivier Goffart | 2009-08-13 | 1 | -1/+16 | |
| * | | | | | | | | | | | | Make simple function getters inline | Olivier Goffart | 2009-08-12 | 1 | -0/+17 | |
| * | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 135 | -2988/+4497 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ |