aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util
Commit message (Expand)AuthorAgeFilesLines
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-11/+17
* Fix Persistent/WeakValue APILars Knoll2013-09-261-10/+11
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Add a Safe<T> class and start using itLars Knoll2013-09-221-2/+2
* Start using StringRef for parameter passingLars Knoll2013-09-221-4/+4
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-16/+7
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-4/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-10/+11
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-8/+9
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* Remove the last v8 dependency from the delegate modelLars Knoll2013-06-071-36/+33
* Convert the qml adapter model to v4Lars Knoll2013-06-071-98/+86
* Port the first half of the delegate model code to v4Lars Knoll2013-06-051-4/+4
* Get rid of v8::BooleanLars Knoll2013-05-211-2/+2
* Get rid of v8::IntegerLars Knoll2013-05-211-2/+2
* Convert qqmladaptermodel to use QV4::persistentValueLars Knoll2013-05-081-19/+32
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
* Get rid of v8::LocalLars Knoll2013-05-061-14/+14
* Remove v8::HandleScopeLars Knoll2013-05-031-1/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-1/+0
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-3/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-2/+2
|\
| * Fix warnings about shadowing membersThiago Macieira2013-02-221-2/+2
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-283-10/+0
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-249-0/+4004
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-102-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-232-48/+48
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-081-0/+1
* Remove default parameter from protected QmlPropertyMap CT.Friedemann Kleint2012-07-301-2/+2
* Allow access to signals and slots in QQmlPropertyMap inheritorsMatthew Vogt2012-07-272-5/+46
* Allow QQmlPropertyMap property updates to be controlledMatthew Vogt2012-07-182-1/+41
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-2/+2
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-243-0/+405