aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Don't build V8 as a static libraryKent Hansen2011-07-2613-5/+4400
* A long press should allow onClicked if there is no onPressAndHoldMartin Jones2011-07-261-0/+2
* Fix crash when assigning a list property to transitions.Michael Brasser2011-07-261-1/+34
* Add headerItem and footerItem properties to views.Martin Jones2011-07-264-3/+42
* QDeclarativeView/QSGView SizeRootObjectToView still resizes viewMartin Jones2011-07-261-1/+2
* Use visible only, and not opacity, in positionersAlan Alpert2011-07-261-3/+2
* Remove onMousePositionChanged signal.Michael Brasser2011-07-263-15/+22
* Reference resources to prevent crash (on some platforms)Aaron Kennedy2011-07-261-0/+2
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-263-12/+20
* Update polish even when animations aren't runningAaron Kennedy2011-07-262-2/+7
* Move the cursor position to the end when TextInput.readOnly is cleared.Andrew den Exter2011-07-261-0/+2
* 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