Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Allow objects to be shared between QmlEngines | Aaron Kennedy | 2010-02-08 | 1 | -0/+60 |
| | | | | QTBUG-7957 | ||||
* | Cache reset'ability | Aaron Kennedy | 2010-01-28 | 1 | -0/+2 |
| | |||||
* | Implement custom QML slot invokation logic | Aaron Kennedy | 2010-01-15 | 1 | -0/+9 |
| | | | | | | | | Previously QML was inefficiently forwarding the task of invoking Qt slots to QScript. QML does not implement the more advanced argument coercian of QScript and does not support method overloading. These two features are only needed to support legacy C++ classes (of which QML has none), and are not worth the perf cost to support. | ||||
* | Add basic support for property iteration. | Michael Brasser | 2010-01-13 | 1 | -0/+11 |
| | | | | Task-number: QTBUG-6033 | ||||
* | Optimization: Bypass qt_metacall for synthesized methods | Aaron Kennedy | 2010-01-09 | 1 | -2/+79 |
| | |||||
* | Set correct property flags for custom property types. | Michael Brasser | 2009-12-17 | 1 | -3/+4 |
| | | | | | | | | | If a property type was a composite object pointer (e.g. property MyObject obj), it was not being correctly identified as an object type. Task-number: QTBUG-6335 Reviewed-by: Aaron Kennedy | ||||
* | Dynamic metaobject sharing and caching. | Martin Jones | 2009-12-11 | 1 | -11/+18 |
| | |||||
* | Fix leaks. | Michael Brasser | 2009-12-08 | 1 | -1/+0 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -3/+4 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Optimization | Aaron Kennedy | 2009-12-03 | 1 | -6/+27 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -2/+2 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-02 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp | ||||
| * | Two way WorkerScript communications | Aaron Kennedy | 2009-11-30 | 1 | -0/+4 |
| | | |||||
* | | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -1/+1 |
|/ | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 1 | -2/+12 |
| | | | | This was causing crashes on windows. | ||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -5/+5 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -6/+6 |
| | |||||
* | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 1 | -0/+37 |
| | |||||
* | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 1 | -12/+43 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -5/+15 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -0/+137 |