aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-0/+1
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-232-0/+4
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-6/+5
* Remove use of redundante nullPixmap image referenceGunnar Sletta2012-03-141-3/+1
* More refactoring on animation controllerCharles Yin2012-03-131-0/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-137-192/+192
* Declare change set and compositor structs as movable primative types.Andrew den Exter2012-03-132-0/+9
* Do not store an explicit QImage in the declarative pixmap cache.Gunnar Sletta2012-03-052-73/+47
* Merge master <-> api_changesMatthew Vogt2012-03-054-20/+41
|\
| * Fix crash in QDeclarativePixmapStore global static dtorChris Adams2012-02-281-4/+6
| * Fix font size calculation in headings in StyledText.Yann Bodson2012-02-232-15/+34
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2460-3107/+3108
|/
* Flicking a pathview with large delegate spacing is inconsistentMartin Jones2012-02-211-6/+25
* fix typo error in documentationCharles Yin2012-02-211-1/+1
* Renames QAnimation2ChangeListener to QAnimationJobChangeListenerCharles Yin2012-02-213-3/+3
* 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