Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow Unicode identifiers. | Warwick Allison | 2009-10-12 | 1 | -3/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-12 | 44 | -338/+704 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp | ||||
| * | Pass all WriteProperty args | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 |
| | | |||||
| * | Test that Component {} is allowed as the root element | Aaron Kennedy | 2009-10-12 | 1 | -2/+4 |
| | | |||||
| * | Composite types should assign to object properties | Aaron Kennedy | 2009-10-12 | 6 | -13/+31 |
| | | | | | | | | Fixes QT-956 | ||||
| * | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 |
| | | |||||
| * | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 13 | -36/+36 |
| | | |||||
| * | The root object is always last default object | Aaron Kennedy | 2009-10-12 | 1 | -1/+5 |
| | | | | | | | | Fix for QT-2301 | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-12 | 26 | -153/+460 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Add missing files. | Michael Brasser | 2009-10-12 | 2 | -0/+145 |
| | | | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-11 | 16 | -116/+126 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Fix build | Thierry Bastian | 2009-10-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 23 | -152/+314 |
| | | | | |||||
| * | | | Add id aliases | Aaron Kennedy | 2009-10-09 | 2 | -17/+42 |
| | |/ | |/| | |||||
| * | | Support aliases to enum properties | Aaron Kennedy | 2009-10-09 | 1 | -2/+5 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-09 | 2 | -31/+1 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | 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 |
| |/ / | | | | | | | | | | | | | | | | ids and methods shadow properties. The reasoning is that the user explicitly declared these names, whereas they might not even know a property by that name exists. | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-09 | 1 | -12/+12 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 11 | -45/+70 |
| | | | |||||
* | | | Fix warnings. | Martin Jones | 2009-10-12 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-09 | 46 | -1293/+3626 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Move Q_PROPERTY()'s to top of object | Aaron Kennedy | 2009-10-08 | 1 | -4/+4 |
| | | | | | | | | | | Q_PROPERTY() macros without a semicolon inside a class access block (public:) confuses moc into ignoring Q_INVOKABLES | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 3 | -24/+24 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | Expressions and bindings must not reference data following their evalutation incase their object has been deleted. To solve this, the needed data is separated into a reference counted QmlExpressionData and QmlBindingData object. | ||||
| * | | 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 ↵ | Aaron Kennedy | 2009-10-07 | 1 | -38/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp | ||||
| * | | | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 16 | -14/+441 |
| | | | | | | | | | | | | | | | | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
| * | | | Improve scope handling | Aaron Kennedy | 2009-10-06 | 8 | -55/+94 |
| | | | | |||||
| * | | | Share QScriptValue's where possible | Aaron Kennedy | 2009-10-06 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | Also add an autotest for object comparisons | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | This is both more efficient, and allows the creation of dynamic properties. | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | Also add toString() method to qobjects | ||||
| * | | | 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 |
| | | | |