Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 1 | -4/+7 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Don't double function'ize dynamic QML functions | Aaron Kennedy | 2010-01-11 | 1 | -4/+7 |
| | | |||||
* | | unwarn | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
|/ | |||||
* | Deferred properties are not experimental anymore | Aaron Kennedy | 2010-01-11 | 1 | -3/+0 |
| | |||||
* | Optimization: Bypass qt_metacall for synthesized methods | Aaron Kennedy | 2010-01-09 | 1 | -2/+17 |
| | |||||
* | Optimization: Cache compiled dynamic functions | Aaron Kennedy | 2010-01-08 | 1 | -2/+13 |
| | |||||
* | Remove unused optimization | Aaron Kennedy | 2009-12-22 | 1 | -19/+2 |
| | |||||
* | Remove QML_ENABLE_DEFERRED env variable | Aaron Kennedy | 2009-12-18 | 1 | -2/+1 |
| | | | | Use QML_EXPERIMENTAL instead | ||||
* | Deferred properties are off by default | Aaron Kennedy | 2009-12-18 | 1 | -0/+4 |
| | |||||
* | Fix deferred property bugs | Aaron Kennedy | 2009-12-18 | 1 | -0/+8 |
| | | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops. | ||||
* | Support aliasing of composite types. | Michael Brasser | 2009-12-17 | 1 | -0/+15 |
| | | | | | Composite types haven't been registered with the metatype system, so we use the base type as the property type instead. | ||||
* | Fix regression introduced in 6fe6e803f08750534a6c14b4a2847a6ec1b29350. | Michael Brasser | 2009-12-17 | 1 | -1/+2 |
| | | | | Only use the component name if it is actually a type. | ||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-16 | 1 | -0/+8 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Use the component name as the base class name for dynamic meta objects | Michael Brasser | 2009-12-16 | 1 | -0/+8 |
| | | | | | | | | | | | | when appropriate. This allows for much improved debug presentation. e.g. what used to be shown as "QmlGraphicsRectangle_QML_3" can now be show as "MyComponent". | ||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-16 | 1 | -2/+54 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Optimize <Type>.<EnumValue> type enum assignments. | Michael Brasser | 2009-12-16 | 1 | -0/+52 |
| | | | | | | | | Treat it as a literal assignment rather than a binding. | ||||
| * | Improve property alias exceptions. | Michael Brasser | 2009-12-15 | 1 | -2/+2 |
| | | | | | | | | | | Make sure the proper location is given, and provide more specific error messages. | ||||
* | | Binding optimizer extensions | Aaron Kennedy | 2009-12-16 | 1 | -7/+22 |
|/ | |||||
* | Remove left over debugging output | Aaron Kennedy | 2009-12-14 | 1 | -1/+0 |
| | |||||
* | Binding optimizer extensions | Aaron Kennedy | 2009-12-14 | 1 | -1/+3 |
| | |||||
* | Introduce experimental binding optimizer | Aaron Kennedy | 2009-12-14 | 1 | -4/+37 |
| | | | | Enable with QML_EXPERIMENTAL=1 | ||||
* | Generate error when attempting to write to a read-only object property. | Michael Brasser | 2009-12-10 | 1 | -0/+3 |
| | |||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -98/+89 |
| | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -27/+30 |
| | | | | | | | | | | | | - 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. | ||||
* | Avoid QString <-> QUrl conversions | Aaron Kennedy | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Optimization | Aaron Kennedy | 2009-12-03 | 1 | -11/+17 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -19/+19 |
| | | | | 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 | -2/+16 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp | ||||
| * | Cleanup cached binding closures | Aaron Kennedy | 2009-12-02 | 1 | -4/+9 |
| | | |||||
| * | Cache binding closures | Aaron Kennedy | 2009-12-02 | 1 | -0/+9 |
| | | |||||
* | | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -14/+14 |
|/ | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Support array-literal Script::source values | Aaron Kennedy | 2009-11-29 | 1 | -19/+35 |
| | |||||
* | Tests | Aaron Kennedy | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Fixup qmllanguage::aliasProperties test | Aaron Kennedy | 2009-11-11 | 1 | -0/+5 |
| | |||||
* | More language tests | Aaron Kennedy | 2009-11-06 | 1 | -5/+8 |
| | |||||
* | Improve qmllanguage test case | Aaron Kennedy | 2009-11-04 | 1 | -14/+19 |
| | |||||
* | Fix incorrect assert | Aaron Kennedy | 2009-11-03 | 1 | -1/+1 |
| | | | | QT-2432 | ||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 1 | -0/+31 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | | | |||||
* | | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
| | | | |||||
* | | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Simple compiler statistics | Aaron Kennedy | 2009-10-29 | 1 | -0/+31 |
|/ | |||||
* | Doc. | Michael Brasser | 2009-10-28 | 1 | -0/+4 |
| | |||||
* | Support return values in synthesized methods | Aaron Kennedy | 2009-10-27 | 1 | -0/+1 |
| | |||||
* | Error when a QVariant property is used as a grouped property | Aaron Kennedy | 2009-10-27 | 1 | -1/+1 |
| | | | | This crashed as the metatype of QVariant is -1. | ||||
* | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 1 | -0/+32 |
| |