aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | CleanupAaron Kennedy2011-06-165-294/+358
| * | | Output the rewritten binding with QML_REWRITE_DUMPAaron Kennedy2011-06-161-1/+1
| * | | Fix autotestsAaron Kennedy2011-06-157-18/+43
| * | | Register QList<QObject*> metatypeAaron Kennedy2011-06-151-0/+1
| * | | Correct handling of CONSTANT propertiesAaron Kennedy2011-06-151-1/+1
| * | | Performance improvementsAaron Kennedy2011-06-146-67/+187
| * | | Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-1410-70/+180
| * | | Use fast property accessors for readonly propertiesAaron Kennedy2011-06-101-2/+20
| * | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-101-0/+6
| |\ \ \
| * | | | Use optimized QObject wrapper whenever it is possibleAaron Kennedy2011-06-101-1/+5
| * | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-0912-22/+150
| |\ \ \ \
| * | | | | Minor XXX fixupsAaron Kennedy2011-06-0920-172/+204
| * | | | | Remove QtScript code from QDeclarativeExpressionAaron Kennedy2011-06-092-13/+0
| * | | | | Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
| * | | | | Remove QtScript code from QDeclarativeEngineAaron Kennedy2011-06-092-54/+4
| * | | | | Allow extensions to register with the QV8EngineAaron Kennedy2011-06-092-2/+74
| * | | | | Create a copy of the imported script array handlesAaron Kennedy2011-06-081-1/+4
| * | | | | Implement global handle trackingAaron Kennedy2011-06-0818-122/+194
| * | | | | Allow methods to be changed by debuggerAaron Kennedy2011-06-085-58/+10
| * | | | | Implement gc() methodAaron Kennedy2011-06-083-2/+17
| * | | | | Enter context before running bindingsAaron Kennedy2011-06-081-0/+1
| * | | | | Implement ListModel in V8Aaron Kennedy2011-06-077-46/+99
| * | | | | Dispose of WorkerScripts in correct IsolateAaron Kennedy2011-06-071-3/+4
| * | | | | Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-074-30/+137
| * | | | | Merge branch 'master' into v8Michael Brasser2011-06-07136-2617/+2334
| |\ \ \ \ \
| * | | | | | Initial V8 integrationAaron Kennedy2011-06-0676-5917/+8483
* | | | | | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0816-272/+272
| |_|_|_|_|/ |/| | | | |