aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Build against refactor.Samuel Rødal2011-07-293-4/+4
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Fix alias warnings in QDeclarativeGuardAaron Kennedy2011-07-293-54/+85
* Add .arg() for Javascript String typeCharles Yin2011-07-292-0/+22
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-282-1/+2
* Allow Qt enum values in ListElement.Michael Brasser2011-07-281-3/+10
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Remove reference to deleted file.Michael Brasser2011-07-281-1/+0
* Fix bug 20505: Offline Storage API: wrong types of row fieldsCharles Yin2011-07-281-2/+8
* Fix XmlHttpRequest setHeader bugCharles Yin2011-07-281-1/+1
* Reference resources to prevent crash (on some platforms)Aaron Kennedy2011-07-261-0/+2
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-263-12/+20
* Don't error if response results in UnknownContentErrorBea Lam2011-07-261-1/+2
* Set classname for cloned extension meta objectsAaron Kennedy2011-07-251-0/+3
* Reverse lookup ids by object pointerAaron Kennedy2011-07-252-4/+27
* Use engine where appropriate in QDeclarativePropertyAaron Kennedy2011-07-252-5/+13
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-252-14/+10
* Allow static alias to composite typeAaron Kennedy2011-07-251-14/+6
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+3
* Correctly load flags for binding propertiesAaron Kennedy2011-07-253-13/+19
* Don't assert on incorrect file urlAaron Kennedy2011-07-251-4/+2
* Enter context scopeAaron Kennedy2011-07-251-0/+1
* Compile fix.Kim Motoyoshi Kalland2011-07-211-1/+1
* Qml Debugging: only read properties that can be displayed in the debuggerChristiaan Janssen2011-07-212-7/+8
* Fix memory leaks with QV8Engine's ExtensionDataSimon Hausmann2011-07-201-1/+1
* Export qmlRegisterTypeNotAvailable (used by libqtquick1)Martin Jones2011-07-201-1/+1
* Enable support for QObject based module APIsAaron Kennedy2011-07-121-3/+31
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-1227-142/+273
* Merge branch 'v8'Aaron Kennedy2011-07-0893-6710/+10734
|\
| * Remove unused fieldsAaron Kennedy2011-07-075-35/+4
| * Register QDeclarativeV8Handle during constructionAaron Kennedy2011-07-071-0/+1
| * Correct handling of QObject* and QWidget* propertiesAaron Kennedy2011-07-071-2/+5
| * Implement translation functions for V8Aaron Kennedy2011-07-042-1/+127
| * Remove ASCII cache from QStringHashAaron Kennedy2011-07-041-12/+1
| * Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-049-146/+244
| * Don't exceed SMI boundsAaron Kennedy2011-07-041-7/+7
| * CompileAaron Kennedy2011-07-041-2/+2
| * Improve performance of v8 string hashes by using symbol idAaron Kennedy2011-07-011-11/+38
| * Variants should compare as equalAaron Kennedy2011-07-012-0/+33
| * Add toString for variantsAaron Kennedy2011-07-012-1/+34
| * Merge branch 'master' into v8-cleanAaron Kennedy2011-07-013-5/+5
| |\
| * | Support refreshing V8 bindingsAaron Kennedy2011-06-221-0/+8
| * | Correct rounding behaviorAaron Kennedy2011-06-221-8/+21
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-221-3/+6
| |\ \
| * | | Optimize common binding writesAaron Kennedy2011-06-205-59/+98
| * | | Reenable shared bindingsAaron Kennedy2011-06-208-11/+19
| * | | Temporarily disable shared V8 bindingsAaron Kennedy2011-06-171-1/+1
| * | | Compare QDeclarativeProperty's in a flag agnostic wayAaron Kennedy2011-06-171-2/+3
| * | | Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-1719-131/+623
| * | | Add "shared mode" to QML contextsAaron Kennedy2011-06-162-7/+38