Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-12 | 26 | -153/+460 | |
| |\ \ | ||||||
| | * | | Add missing files. | Michael Brasser | 2009-10-12 | 2 | -0/+145 | |
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Michael Brasser | 2009-10-11 | 16 | -116/+126 | |
| | |\ \ | ||||||
| | * | | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 23 | -152/+314 | |
| | | |/ | | |/| | ||||||
| * | | | Add id aliases | Aaron Kennedy | 2009-10-09 | 2 | -17/+42 | |
* | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Martin Jones | 2009-10-10 | 49 | -1374/+3717 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Fix build | Thierry Bastian | 2009-10-09 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Support aliases to enum properties | Aaron Kennedy | 2009-10-09 | 1 | -2/+5 | |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-09 | 2 | -31/+1 | |
| |\ \ | ||||||
| | * | | Remove deprecated write to signal property support | Yann Bodson | 2009-10-09 | 2 | -31/+1 | |
| * | | | Tweak scope ordering (again) | Aaron Kennedy | 2009-10-09 | 5 | -37/+49 | |
| |/ / | ||||||
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-09 | 1 | -12/+12 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-10-09 | 46 | -1293/+3626 | |
| | |\ | ||||||
| | * | | Remove some warnings. | Martin Jones | 2009-10-09 | 1 | -12/+12 | |
| * | | | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 11 | -45/+70 | |
| | |/ | |/| | ||||||
| * | | Move Q_PROPERTY()'s to top of object | Aaron Kennedy | 2009-10-08 | 1 | -4/+4 | |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-08 | 3 | -24/+24 | |
| |\ \ | | |/ | ||||||
| | * | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 3 | -24/+24 | |
| * | | Small optimization | Aaron Kennedy | 2009-10-08 | 1 | -3/+4 | |
| * | | Zero bindingBits correctly | Aaron Kennedy | 2009-10-08 | 1 | -2/+3 | |
| * | | Fix crash | Aaron Kennedy | 2009-10-08 | 1 | -1/+1 | |
| * | | Use correct file case | Aaron Kennedy | 2009-10-08 | 1 | -3/+3 | |
| * | | Update to use new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-08 | 1 | -2/+2 | |
| * | | Make qmlecmascript:selfDeletingBinding pass | Aaron Kennedy | 2009-10-08 | 4 | -133/+182 | |
| * | | Remove bogus assert | Aaron Kennedy | 2009-10-07 | 1 | -1/+0 | |
| * | | Add Object.destroy(int delay) parameter | Aaron Kennedy | 2009-10-07 | 1 | -3/+5 | |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-07 | 1 | -38/+4 | |
| |\ \ | | |/ | ||||||
| * | | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 16 | -14/+441 | |
| * | | Improve scope handling | Aaron Kennedy | 2009-10-06 | 8 | -55/+94 | |
| * | | Share QScriptValue's where possible | Aaron Kennedy | 2009-10-06 | 2 | -1/+12 | |
| * | | Support all variant types as signal parameters | Aaron Kennedy | 2009-10-05 | 1 | -18/+188 | |
| * | | Use QMetaObject::indexOfProperty() | Aaron Kennedy | 2009-10-05 | 1 | -8/+4 | |
| * | | Fix test failures | Aaron Kennedy | 2009-10-05 | 8 | -25/+30 | |
| * | | Fix attached properties/enums from ecmascript | Aaron Kennedy | 2009-10-05 | 5 | -25/+61 | |
| * | | Crash | Aaron Kennedy | 2009-10-05 | 1 | -1/+3 | |
| * | | Implement QmlValueTypeScriptClass::newObject() | Aaron Kennedy | 2009-10-05 | 1 | -1/+2 | |
| * | | Update to new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-05 | 8 | -75/+31 | |
| * | | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 23 | -379/+907 | |
| * | | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 7 | -44/+246 | |
| * | | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 5 | -83/+83 | |
| * | | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 4 | -332/+348 | |
| * | | Minor QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 2 | -20/+35 | |
| * | | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 18 | -355/+998 | |
| * | | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 14 | -93/+303 | |
| * | | Use QScriptProgram to speed up binding creation | Aaron Kennedy | 2009-10-05 | 4 | -4/+28 | |
* | | | Remove warning. | Martin Jones | 2009-10-10 | 1 | -1/+1 | |
* | | | More QML type registration on Symbian. | Martin Jones | 2009-10-09 | 1 | -1/+7 | |
* | | | Make QML type registration work on Symbian | Martin Jones | 2009-10-09 | 1 | -0/+20 | |
| |/ |/| | ||||||
* | | Use QDesktopServices::storageLocation() in place of placeform-specific code. | Warwick Allison | 2009-10-06 | 1 | -38/+4 | |
|/ | ||||||
* | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 7 | -1028/+1093 | |