summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing files.Michael Brasser2009-10-122-0/+145
* Correctly identify signal handlers in PropertyChanges when !isScript.Michael Brasser2009-10-111-9/+10
* Make sure ParentChange always saves original parent.Michael Brasser2009-10-111-3/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-1116-116/+126
|\
| * Fix buildThierry Bastian2009-10-091-1/+1
| * Support aliases to enum propertiesAaron Kennedy2009-10-091-2/+5
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-092-31/+1
| |\
| | * Remove deprecated write to signal property supportYann Bodson2009-10-092-31/+1
| * | Tweak scope ordering (again)Aaron Kennedy2009-10-095-37/+49
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-0912-44/+32
| |\
| * | Output file/line for script errorsAaron Kennedy2009-10-0911-45/+70
* | | Improve Behavior reliability.Michael Brasser2009-10-1128-327/+380
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-10-0969-1633/+4679
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-10-0968-1659/+4760
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-0963-1575/+4659
| | |\ \ | | | |/
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-094-72/+89
| | | |\
| | | * | Move Q_PROPERTY()'s to top of objectAaron Kennedy2009-10-082-5/+5
| | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-0814-37/+48
| | | |\ \
| | | * | | Fix visual model crash at shutdown due to dangling pointerAaron Kennedy2009-10-081-30/+46
| | | * | | Small optimizationAaron Kennedy2009-10-081-3/+4
| | | * | | Zero bindingBits correctlyAaron Kennedy2009-10-081-2/+3
| | | * | | Fix messed up mergeAaron Kennedy2009-10-081-3/+3
| | | * | | Fix crashAaron Kennedy2009-10-081-1/+1
| | | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-088-70/+90
| | | |\ \ \
| | | * | | | Use correct file caseAaron Kennedy2009-10-081-3/+3
| | | * | | | Update to use new QScriptDeclarativeClass APIAaron Kennedy2009-10-081-2/+2
| | | * | | | Tweak QScriptDeclarativeClass API to not be so sillyAaron Kennedy2009-10-084-28/+45
| | | * | | | Make qmlecmascript:selfDeletingBinding passAaron Kennedy2009-10-084-133/+182
| | | * | | | Remove bogus assertAaron Kennedy2009-10-071-1/+0
| | | * | | | Add Object.destroy(int delay) parameterAaron Kennedy2009-10-071-3/+5
| | | * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-07284-2283/+3723
| | | |\ \ \ \
| | | * | | | | Make Script an instrinsic typeAaron Kennedy2009-10-0718-261/+393
| | | * | | | | Improve scope handlingAaron Kennedy2009-10-069-59/+96
| | | * | | | | Export the active QScriptContext during a callbackAaron Kennedy2009-10-063-2/+59
| | | * | | | | Add a QScriptEngine::pushCleanContext() methodAaron Kennedy2009-10-063-3/+41
| | | * | | | | Share QScriptValue's where possibleAaron Kennedy2009-10-062-1/+12
| | | * | | | | Support all variant types as signal parametersAaron Kennedy2009-10-051-18/+188
| | | * | | | | Compile against updated JSCAaron Kennedy2009-10-056-24/+42
| | | * | | | | Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
| | | * | | | | Fix test failuresAaron Kennedy2009-10-058-25/+30
| | | * | | | | Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-055-25/+61
| | | * | | | | CrashAaron Kennedy2009-10-051-1/+3
| | | * | | | | Implement QmlValueTypeScriptClass::newObject()Aaron Kennedy2009-10-051-1/+2
| | | * | | | | Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-058-75/+31
| | | * | | | | Tweak api to improve ownership issuesAaron Kennedy2009-10-054-33/+25
| | | * | | | | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-0524-381/+915
| | | * | | | | API changesAaron Kennedy2009-10-052-53/+87
| | | * | | | | Only start timer if it isn't already activeAaron Kennedy2009-10-051-2/+4
| | | * | | | | Prevent writes to the global objectAaron Kennedy2009-10-057-44/+246
| | | * | | | | Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-055-83/+83