aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2365-1562/+1562
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* Compile following qreal -> float change in QtGui/math3d classesSean Harmer2012-09-071-2/+2
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-073-3/+3
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-4/+20
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-0/+4
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-281-4/+4
* Update usage of smooth and antialiasing.Michael Brasser2012-08-281-2/+2
* Remove unreachable code paths from QQuickChangeSet.Andrew den Exter2012-08-271-9/+4
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-242-3/+8
* Fixes a reference in the Animation docs.Alan Alpert2012-08-231-1/+1
* Add internal documentation and comments to QQuickListCompositor.Andrew den Exter2012-08-201-0/+341
* Remove remnants of QQmlImageProviderKent Hansen2012-08-091-1/+1
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-093-11/+380
* Various small doc fixes and improvementsBea Lam2012-08-091-2/+2
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-081-1/+1
* Fix various broken links in documentationBea Lam2012-08-0310-50/+50
* Refactor and document QQuickChangeSet.Andrew den Exter2012-08-034-245/+390
* Make QQmlScriptString opaque.Michael Brasser2012-08-032-2/+2
* Docs - fix referenced class namesBea Lam2012-07-311-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-3018-37/+74
* Pixmap loader adds images to unreferenced list when cache: falseMartin Jones2012-07-271-2/+10
* Remove obsolete Q_WS_QWS.Stephen Kelly2012-07-261-9/+2
* QQuickCanvas renamesAlan Alpert2012-07-173-4/+4
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-171-1/+1
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-1613-29/+29
* Fix, test and document animation started/stopped signals.Michael Brasser2012-07-112-7/+35
* Fix broken value-type support by allowing property definitionChris Adams2012-07-112-83/+539
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-061-1/+1
* Remove unused private API.Andrew den Exter2012-07-032-58/+0
* Create new documentation structureChris Adams2012-06-2113-27/+28
* Put basic language types into QtQml importChris Adams2012-06-211-8/+5
* Fix crash in QQuickPixmapData::release()Chris Adams2012-06-211-0/+4
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-1/+1
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-0618-61/+62
* Avoid string-based lookup of signalsKent Hansen2012-06-011-7/+6
* Fix doc snippets paths and parsing errorsBea Lam2012-05-3114-55/+58
* Remove unused data member in QQuickPixmapCacheMartin Jones2012-05-301-3/+2
* Change animation grouping and ownership model.Michael Brasser2012-05-302-6/+10
* Fix scaling of svgz images.Andrew den Exter2012-05-291-5/+1
* Don't use deleted QQuickPathAnimationAnimatorCharles Yin2012-05-293-22/+30
* Add missing uninitialized membersCharles Yin2012-05-291-1/+1
* Remove unnecessary temporary variableYann Bodson2012-05-291-4/+6
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-281-5/+0
* Doc: Sanitized QML typesNico Vertriest2012-05-2418-49/+49
* Lazily create QMetaObjectsAaron Kennedy2012-05-242-4/+2
* Fix crash in VisualDataModel drag selection example.Andrew den Exter2012-05-242-95/+68
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-232-1/+93
* Quick/QQuickFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-211-2/+2