summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when removing multiple items.Martin Jones2010-01-272-65/+75
* Ignore mouse events when !interactive.Martin Jones2010-01-271-0/+7
* Don't react to mouse when !interactive. Allow fixup delay to be adjusted.Martin Jones2010-01-272-14/+25
* Harden binding optimizerAaron Kennedy2010-01-2719-1166/+213
* Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-16/+40
* Harden QML binding optimizerAaron Kennedy2010-01-229-279/+489
* Clarify QmlPropertyMap::valueChanged docs.Michael Brasser2010-01-221-1/+4
* Speed up QmlGraphicsItem construction.Bjørn Erik Nilsen2010-01-211-4/+6
* Fixed possible array index-out-of-bounds crash in error reporting.Erik Verbruggen2010-01-212-2/+12
* Remove unused variable.Alexis Menard2010-01-211-1/+0
* Fixes: Allows qtcreator to build on system installed qt-kineticBill King2010-01-211-1/+1
* Allow composite value sourcesAaron Kennedy2010-01-211-3/+3
* Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-202-3/+3
* CrashAaron Kennedy2010-01-201-1/+1
* Add more detailed debuggingAaron Kennedy2010-01-202-2/+4
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-01-2017-60/+185
|\
| * Remove qHash(QUrl) duplicateMartin Jones2010-01-201-9/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-2017-49/+176
| |\
| | * CompileAaron Kennedy2010-01-201-1/+1
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-2021-101/+236
| | |\
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-202-36/+31
| | | |\
| | | * | Compile with Qt 4.6.1Aaron Kennedy2010-01-2017-47/+176
| | * | | Remove debuggingAaron Kennedy2010-01-191-2/+0
| * | | | Add qHash(QUrl) for QmlPixmapCache.Martin Jones2010-01-201-0/+5
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-201-25/+20
| |\ \ \
| * | | | Use Q_GLOBAL_STATIC for static global.Martin Jones2010-01-201-11/+11
| | |_|/ | |/| |
* | | | Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-201-21/+57
| |/ / |/| |
* | | Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-201-25/+20
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-201-1/+1
|\ \
| * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Michael Brasser2010-01-192-1/+549
| |\ \
| * | | Make QmlGraphicsAnchors a NOCREATE type.Michael Brasser2010-01-191-1/+1
* | | | Avoid using QUrl::toString() in QmlPixmapCache.Martin Jones2010-01-202-21/+32
| |/ / |/| |
* | | Remove unnecessary semicolonMartin Jones2010-01-191-1/+1
| |/ |/|
* | WorkerListModel fixesAaron Kennedy2010-01-192-4/+26
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-199-1074/+1110
|\ \ | |/
| * Fix to correctly return property values that are javascript arrays.Bea Lam2010-01-191-20/+25
| * Try again to make it compile on Symbian.Martin Jones2010-01-191-11/+23
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-187-1042/+1063
| |\
| | * Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-187-1110/+1060
| | * Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-184-0/+29
| | * Fixed the parser to start with the correct rule when requested to parse JS So...Erik Verbruggen2010-01-183-634/+672
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-181-1/+1
| |\ \
| * | | Doc.Martin Jones2010-01-181-1/+3
* | | | Basic WorkerListModel implementationAaron Kennedy2010-01-192-1/+527
| |_|/ |/| |
* | | String->Int conversionAaron Kennedy2010-01-181-0/+4
| |/ |/|
* | Handle whitespace in Connection signal signatures.Michael Brasser2010-01-181-1/+1
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-185-1165/+1148
|\
| * Fixed missing export in generated parser.Erik Verbruggen2010-01-152-2/+2
| * Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-154-1098/+1092
| * Fixed license headers.Erik Verbruggen2010-01-151-66/+44