summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Add dynamic object creation from Script.Alan Alpert2009-06-094-4/+156
| * 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
| |\
| * | Remove more unneeded semicolons.Martin Jones2009-06-022-29/+29
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-023-4/+38
| |\ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-0128-290/+238
| |\ \ \
| * | | | Reserved a UID for QtDeclarative library on S60Martin Jones2009-06-011-0/+2
* | | | | 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
| |_|_|/ |/| | |
* | | | Access variables directly for small, but measurable, perf gainAaron Kennedy2009-06-021-24/+32
* | | | Don't calculate map rect for items with no contentAaron Kennedy2009-06-021-4/+14
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-0134-326/+338
|\ \ \ \ | | |_|/ | |/| |
| * | | Add textMargin property and more flexible key handling to TextEditMichael Brasser2009-06-013-4/+38
| | |/ | |/|
| * | Check if the text has really changed before emitting theMichael Brasser2009-05-311-0/+2
| * | Added range information for lists which contains the position and lengthErik Verbruggen2009-05-294-0/+33
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-296-32/+62
| |\ \ | | |/
| | * Update in reaction to GradientStops changing.Martin Jones2009-05-292-2/+29
| | * Update on gradient change.Martin Jones2009-05-291-0/+3
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-295-103/+107
| | |\
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-2827-1000/+409
| | |\ \
| | * | | Remove extra semicolons.Martin Jones2009-05-284-28/+28
| | * | | Fix memory leak.Martin Jones2009-05-271-2/+2
| * | | | Make compile under Open GL ES 2.Michael Brasser2009-05-297-22/+23
| * | | | Merge branch 'kinetic-declarativeui-pixmapopt' of git@scm.dev.nokia.troll.no:...Michael Brasser2009-05-2922-268/+180
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-2522-268/+180
* | | | | Flush messages after sendingAaron Kennedy2009-06-011-0/+1