Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use Q_GLOBAL_STATIC for global static. | Martin Jones | 2009-10-15 | 1 | -2/+2 |
| | |||||
* | i18n | Warwick Allison | 2009-10-13 | 1 | -71/+72 |
| | |||||
* | More i18n | Warwick Allison | 2009-10-13 | 1 | -77/+74 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-12 | 1 | -34/+97 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp | ||||
| * | 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 | 1 | -5/+11 |
| | | | | | | | | Fixes QT-956 | ||||
| * | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -7/+7 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-12 | 1 | -9/+38 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-11 | 1 | -6/+19 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -9/+38 |
| | | | | |||||
| * | | | Add id aliases | Aaron Kennedy | 2009-10-09 | 1 | -10/+23 |
| | |/ | |/| | |||||
| * | | Support aliases to enum properties | Aaron Kennedy | 2009-10-09 | 1 | -2/+5 |
| | | | |||||
| * | | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -4/+14 |
| |/ | |||||
* | | Fix warnings. | Martin Jones | 2009-10-12 | 1 | -4/+4 |
|/ | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -2/+76 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -0/+1 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -2/+18 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | |||||
* | Use QScriptProgram to speed up binding creation | Aaron Kennedy | 2009-10-05 | 1 | -0/+3 |
| | |||||
* | Only compile time register synthesized objects | Aaron Kennedy | 2009-09-23 | 1 | -5/+3 |
| | |||||
* | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 1 | -2/+17 |
| | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -19/+75 |
| | |||||
* | Report custom parse errors verbosely. | Warwick Allison | 2009-09-10 | 1 | -5/+6 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-09-03 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Add QML enum support | Aaron Kennedy | 2009-09-03 | 1 | -0/+2 |
| | | | | | | | | | | | | Enums are accessed as <Type Name>.<Enum value name> Currently this is highly unoptimal - enum assignments are not detected in the compiler, nor are they cached in the script engine. | ||||
* | | Fix a bug in the qmlvme, which lead to an assert on valid QML. | Alan Alpert | 2009-09-03 | 1 | -0/+2 |
|/ | | | | | | | | | As QmlComponents are created outside the CreateObject instruction, they could be created with an uninitalized declarative data member. Also this patch sets the column on CreateObject instructions too. Reviewed-by: Aaron Kennedy | ||||
* | Disallow using typenames as ids | Aaron Kennedy | 2009-09-02 | 1 | -2/+5 |
| | | | | | | | | | This is now illegal: import Qt 4.6 Item { id: Item } as is import Qt 4.6 Item { id: Text } | ||||
* | Revert "Fix setting the id property" | Alan Alpert | 2009-08-27 | 1 | -7/+3 |
| | | | | | | | | This reverts commit f51450571addf2cb9a55153b209b8c1a45898193. We apparently do not want to either make the id easily accessible or have a special case the turns things into strings. And the autotests are all broken anyways - fixing something only they use isn't important | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-27 | 1 | -20/+9 |
|\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/extra/qmlbehavior.cpp src/declarative/extra/qmlbehavior.h | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-27 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/anchor-layout.qdoc | ||||
| * | | Make QmlPropertyValueSource an interface. | Martin Jones | 2009-08-27 | 1 | -20/+9 |
| | | | | | | | | | | | | 1st step in animation class heirarchy redesign. | ||||
* | | | Rename Behavior cpp class to match the QML name. | Yann Bodson | 2009-08-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix handling of empty strings for URLs | Warwick Allison | 2009-08-26 | 1 | -1/+1 |
|/ | | | | | | | QUrl resolves empty to base, which is not desirable. Preserve emptiness of QUrl. Handle use of empty QUrl with WebView (WebKit doesn't handle empty URLs well either). | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-25 | 1 | -5/+55 |
|\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp src/declarative/qml/qmlengine_p.h |