aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* Crash even lessAlan Alpert2011-07-262-1/+1
* 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
* Scroll correctly when cursorPosition is changed within onTextChanged.Andrew den Exter2011-07-251-2/+2
* Use engine where appropriate in QDeclarativePropertyAaron Kennedy2011-07-252-5/+13
* Only manage opacity when m_fade is trueAlan Alpert2011-07-252-5/+6
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-252-14/+10
* Allow static alias to composite typeAaron Kennedy2011-07-251-14/+6
* Handle pinch correctly when one point is released and repressed.Martin Jones2011-07-253-9/+15
* Support better boolean conversion semanticsAaron Kennedy2011-07-251-0/+3
* Correctly load flags for binding propertiesAaron Kennedy2011-07-253-13/+19
* Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-07-252-36/+23
* Don't assert on incorrect file urlAaron Kennedy2011-07-251-4/+2
* Enter context scopeAaron Kennedy2011-07-251-0/+1
* Fix layout bug from view refactoringBea Lam2011-07-221-3/+3
* 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
* Always position headers at a negative positionBea Lam2011-07-214-42/+33
* Make lastPosition() result consistent among GridView and ListViewBea Lam2011-07-214-36/+24
* Fix memory leaks with QV8Engine's ExtensionDataSimon Hausmann2011-07-201-1/+1
* add font support for context2dCharles Yin2011-07-202-8/+14
* Add isEmpty() methodBea Lam2011-07-201-0/+4
* Refactor ListView and GridView implementationsBea Lam2011-07-208-3530/+2885
* Hook up durationVariation on SpritesAlan Alpert2011-07-204-9/+26
* Initial stab at docs for QtQuick.Particles 2.0Alan Alpert2011-07-2028-3/+645
* Renamed the Bindable class to QSGBindable.Kim Motoyoshi Kalland2011-07-204-18/+18
* Improved the performance of distance-field generation.Kim Motoyoshi Kalland2011-07-204-334/+2327
* Fixed QSGDistanceFieldGlyphNode initialization order.Yoann Lopes2011-07-205-9/+41
* Crash lessAlan Alpert2011-07-202-0/+4
* Export qmlRegisterTypeNotAvailable (used by libqtquick1)Martin Jones2011-07-201-1/+1
* Don't use CONFIG -= explicitlib as it messes up the PRL systemMarius Storm-Olsen2011-07-201-5/+2
* Fix QSGItem transforms.Michael Brasser2011-07-201-4/+2
* Add documentation for QSGImageYann Bodson2011-07-201-0/+324
* Improvements to Image elementYann Bodson2011-07-203-9/+106
* 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-12130-43063/+240
* Rewrite the canvas item's paint logic.Charles Yin2011-07-125-173/+416
* Fixed rendering errors in complex particle system.Samuel Rødal2011-07-111-10/+7
* Remove references to demos.Casper van Donderen2011-07-111-1/+1
* Merge branch 'v8'Aaron Kennedy2011-07-08113-7858/+12602
|\
| * 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