summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-1/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-014-148/+989
| |\
| * | Don't leak objects.Michael Brasser2009-09-011-1/+1
* | | Remove unused member variables from QmlEnginePrivateAaron Kennedy2009-09-012-12/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-012-126/+106
|\ \
| * | Rest of 44ab46a6c5dcfb14395baf173a11179839003c4cWarwick Allison2009-09-012-126/+106
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-011-4/+5
|\ \ \ | |/ /
| * | Define order - later imports override earlier imports.Warwick Allison2009-09-011-4/+5
| |/
* | Implement more of XMLHttpRequestAaron Kennedy2009-09-013-19/+879
|/
* Support overriding signal handlers in a state change.Michael Brasser2009-08-311-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-274-11/+85
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-273-4/+69
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-272-2/+2
| | |\
| | * | Start adding convenience functions for value types.Michael Brasser2009-08-272-3/+68
| | * | Add internal note.Michael Brasser2009-08-271-1/+1
| * | | Expose some functionality through Qt.DesktopServicesAlan Alpert2009-08-271-0/+12
| * | | Revert "Fix setting the id property"Alan Alpert2009-08-271-7/+3
| | |/ | |/|
* | | Implement (parts of) XMLHttpRequestAaron Kennedy2009-08-275-2/+604
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-271-1/+1
|\ \
| * | Expressions should fail to evaluate if their engine has been destroyedAaron Kennedy2009-08-271-1/+1
| |/
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-279-75/+62
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-276-22/+7
| |\
| * | Make QmlPropertyValueSource an interface.Martin Jones2009-08-279-75/+62
* | | Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-1/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-262-17/+2
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-263-3/+3
| |\ \
| * | | Some script engine cleanup.Michael Brasser2009-08-261-16/+1
| * | | Fix compile after merge from 4.6.Michael Brasser2009-08-251-1/+1
| | |/ | |/|
* | | Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-262-2/+2
| |/ |/|
* | Fix handling of empty strings for URLsWarwick Allison2009-08-263-3/+3
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-2511-145/+268
|\
| * Reading and writing of QVariant for QmlValueTypeThomas Hartmann2009-08-252-0/+99
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-258-13/+89
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Kai Koehne2009-08-255-11/+83
| | |\
| | | * Add support for prefixed attached properties at compile timeAaron Kennedy2009-08-253-9/+68
| | | * Remove the QmlBinding_Id from QmlContext on destructionAaron Kennedy2009-08-252-2/+15
| | * | Silence gcc compiler errorKai Koehne2009-08-241-2/+5
| | |/
| * | Make QmlEnginePrivate::Imports a stack type.Warwick Allison2009-08-252-5/+48
| * | Revert cb81a637c8ef041cff2e96c6065763084776d75aWarwick Allison2009-08-251-3/+0
| * | Largely revert 40c12237b506bd and implement simpler more efficient way.Warwick Allison2009-08-245-135/+43
| |/
* | Only need to mess with the scope chain when evaluating.Michael Brasser2009-08-251-6/+6
|/
* Remove QmlDomDocument::saveKai Koehne2009-08-242-13/+1
* Remove QmlDomDocument::versionKai Koehne2009-08-242-12/+1
* Remove setter from QmlDom classesKai Koehne2009-08-242-119/+2
* Disallow lowercase import qualifier idsAaron Kennedy2009-08-241-1/+10
* Fix crash on missing imports.Aaron Kennedy2009-08-241-0/+3
* Expose type library information in QmlDomObjectKai Koehne2009-08-248-21/+150
* Remove the overhead of string conversion from the vector() built-inRhys Weatherley2009-08-241-4/+2
* Store location information for "Type XXX is not available" messagesKai Koehne2009-08-215-25/+61
* Add vector() function as a built-in to QMLRhys Weatherley2009-08-212-0/+42