aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-1/+1
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-207-17/+13
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-162-3/+2
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-152-0/+14
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-141-8/+10
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-2/+5
* Update SmoothedAnimation and SpringAnimation to accept default target.Michael Brasser2012-02-104-6/+10
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-092-2/+2
* Add linkColor property to Text.Andrew den Exter2012-02-091-1/+0
* Fix warnings reported by clang.Michael Brasser2012-02-091-2/+2
* Rewrite multiline strings properlyAlan Alpert2012-02-091-1/+1
* Add missing interface declarationCharles Yin2012-02-081-0/+2
* Accept default targets for transitionsBea Lam2012-02-086-25/+53
* Don't hide virtual method.Michael Brasser2012-02-082-6/+6
* Resolve StyledText img tags relative to baseUrl.Andrew den Exter2012-02-072-6/+14
* Add and use new animation backend.Michael Brasser2012-02-0722-616/+1194
* Don't start timers in the QDeclarativePixmapStore destructorTor Arne Vestbø2012-02-061-0/+5
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-032-2/+2
* Do not start timers in QDeclarativePixmapStore teardownLaszlo Agocs2012-02-021-2/+5
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-022-14/+130
* Compress consective StyledText whitespaces into a single space.Andrew den Exter2012-02-021-17/+52
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3056-56/+56
* Document PathInterpolator.Michael Brasser2012-01-271-0/+42
* PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-271-0/+5
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-272-2/+11
* Update obsolete contact address.Jason McDonald2012-01-2356-56/+56
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-162-4/+9
* Reintroduce plugin support for asynchronous hardware specific texturesGunnar Sletta2012-01-131-6/+21
* Fix restarting timer from onTriggered handler.Andrew den Exter2012-01-121-1/+1
* Smooth join point for closed Paths starting and ending with PathCurve.Michael Brasser2012-01-061-4/+34
* Update copyright year in license headers.Jason McDonald2012-01-0556-56/+56
* Document new Path elements.Michael Brasser2012-01-051-6/+263
* Support <pre> in StyleText textFormatMartin Jones2012-01-051-0/+22
* Fix moving mixed visible and non-visible View items.Andrew den Exter2012-01-041-2/+1
* Insert items into VisualDataModel.Andrew den Exter2011-12-232-43/+47
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-232-21/+43
* Correctly ignore unknown tags in StyledTextMartin Jones2011-12-141-30/+53
* Fix crash when items are moved in model.Andrew den Exter2011-12-141-19/+16
* Support <strong> in styled text.Martin Jones2011-12-141-0/+5
* Add basic custom easing curve docs and testMartin Jones2011-12-131-0/+9
* Say hello to QtQuick moduleKent Hansen2011-12-0257-0/+19927