summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-1179-2097/+2293
|\
| * Renamed the QML front-end.Roberto Raggi2009-06-1129-406/+407
| * make the setRotation code a little more efficientLars Knoll2009-06-111-3/+2
| * Introduce QGraphicsItem::ItemHasNoContents.Andreas Aardal Hanssen2009-06-111-0/+4
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-1112-13/+91
| |\
| | * typo in my recent changeWarwick Allison2009-06-101-1/+1
| | * Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-1011-12/+90
| * | Use the most derived extension object, not the least derivedAaron Kennedy2009-06-111-1/+1
| * | Remove dead codeAaron Kennedy2009-06-102-7/+0
| * | Simplify QmlBindableValue by using the logic already present in QmlMetaPropertyAaron Kennedy2009-06-102-207/+151
| * | Minor cleanupsAaron Kennedy2009-06-102-177/+13
| * | Source location isn't needed for compiled bindingsAaron Kennedy2009-06-101-1/+0
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-1031-125/+153
| |\
| | * Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-1028-119/+145
| | * Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-094-5/+12
| * | Remove perf metricsAaron Kennedy2009-06-101-209/+0
| * | Improve list assignment performanceAaron Kennedy2009-06-104-64/+120
| * | Remove dead codeAaron Kennedy2009-06-103-10/+2
| * | Improve bindings startup performanceAaron Kennedy2009-06-1010-93/+356
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-095-18/+62
| |\
| | * Can now dynamically delete objects as well.Alan Alpert2009-06-095-18/+62
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-0930-175/+337
| |\ \ | | |/
| * | Fix OpenGL texture access issuesAaron Kennedy2009-06-094-50/+78
| * | Share GL textures where possibleAaron Kennedy2009-06-047-80/+221
| * | Cleanup private class member namesAaron Kennedy2009-06-042-119/+119
| * | Cleanup private class member namesAaron Kennedy2009-06-042-81/+81
| * | Use POT textures onlyAaron Kennedy2009-06-034-51/+86
| * | Render items with z-order, and render opaque objects first.Aaron Kennedy2009-06-036-14/+63
| * | OpenGL perf improvementsAaron Kennedy2009-06-0310-558/+473
| * | Minor perf tweaksAaron Kennedy2009-06-022-25/+25
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-094-4/+156
|\ \ \ | | |/ | |/|
| * | Add dynamic object creation from Script.Alan Alpert2009-06-094-4/+156
* | | Warn when trying to anchor to non-sibling/non-parent.Michael Brasser2009-06-091-2/+12
|/ /
* | Fix handling of qreal properties.Michael Brasser2009-06-095-26/+59
* | Compile fix for WinCE.Michael Brasser2009-06-091-11/+11
* | Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
* | Compile fix for WinCE.Michael Brasser2009-06-081-2/+2
* | Compile fix.Michael Brasser2009-06-052-4/+2
* | Another compile fix for WinCE.Michael Brasser2009-06-052-2/+2
* | Compile fix for OpenGL.Michael Brasser2009-06-041-19/+19
* | Compile fix for WinCE.Michael Brasser2009-06-041-1/+1
* | Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-045-0/+29
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-047-43/+32
|\ \
| * | Resize TextEdit as text changes if no explicit width has been set.Michael Brasser2009-06-031-0/+4
| * | Handle double clicks in TextEdit.Michael Brasser2009-06-022-0/+13
| * | fix MSVC warningsThierry Bastian2009-06-024-5/+7
| * | Compilation fix on MSVCThierry Bastian2009-06-021-38/+8
* | | Make Q_DECLARE_PERFORMANCE_* empty if Q_ENABLE_PERFORMANCE_LOG undefinedMartin Jones2009-06-031-43/+3
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-0210-85/+65
|\ \ | |/
| * Access variables directly for small, but measurable, perf gainAaron Kennedy2009-06-021-24/+32