aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-113-8/+42
* Fix emitting originYChanged signals even when originY wouldn't changeGabriel de Dietrich2012-10-032-2/+12
* Allow grabbing windows rendered without showing for testing.Balazs Kelemen2012-09-285-21/+24
* Android also needs <ctype.h> for isspace() to be found.Samuel Rødal2012-09-251-1/+1
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-242-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23152-3652/+3652
* Fix Flickable movementEnded() signal emissionAndras Becsi2012-09-181-11/+15
* Fix calculation of QML_RENDER_TIMING valuesThomas McGuire2012-09-102-4/+4
* QML_RENDER_TIMING: Add time since last frame to outputThomas McGuire2012-09-102-2/+10
* Add QML_RENDER_TIMING output for the single-threaded caseThomas McGuire2012-09-101-0/+22
* Use DEFINE_BOOL_CONFIG_OPTION for QML_RENDER_TIMINGThomas McGuire2012-09-101-5/+5
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-078-10/+10
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-074-26/+86
* Fix typo in documentation.Sérgio Martins2012-09-061-1/+1
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-053-23/+2
* Remove windowmanager hacks form the incubation controller.Gunnar Sletta2012-09-045-60/+54
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-2/+2
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-281-1/+15
* Fix various doc errorsBea Lam2012-08-281-6/+10
* Add cacheItemCount property to PathViewMartin Jones2012-08-285-60/+132
* Update usage of smooth and antialiasing.Michael Brasser2012-08-284-29/+14
* Improve docs related to visual parent conceptBea Lam2012-08-281-0/+10
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-289-29/+53
* Fix potential memory leak in AnchorChanges.Michael Brasser2012-08-271-1/+42
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-2/+9
* Remove some incorrect animation docsBea Lam2012-08-231-17/+13
* Document various undocumented attributes of QQuickItemBea Lam2012-08-231-101/+951
* setImplicitWidth/Height should be publicBea Lam2012-08-201-2/+2
* Remove redundant QT_NO_ACCESSIBILTY.Frederik Gladhorn2012-08-162-6/+0
* Move docs closer to the members that they documentBea Lam2012-08-162-717/+694
* Three scene graph examples with docs.Gunnar Sletta2012-08-131-0/+2
* canvas-related doc fixesBea Lam2012-08-092-170/+179
* Document some undocumented AnimatedSprite functionsBea Lam2012-08-091-0/+27
* Various small doc fixes and improvementsBea Lam2012-08-095-31/+19
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-082-1/+3
* Add missing VisualDataGroup documentation.Andrew den Exter2012-08-081-8/+88
* Fix uses of various qml doc commandsBea Lam2012-08-087-45/+45
* Explicitly initialize base class.Andrew den Exter2012-08-071-0/+1
* MouseArea doc improvementsBea Lam2012-08-071-24/+59
* Rename QQuickShaderEffect culling -> cullModeBea Lam2012-08-071-1/+1
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-063-4/+18
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-061-2/+4
* Doc: QQuickMouseArea::acceptedButtons() accepts ALL MouseButtonsstockton2012-08-031-10/+10
* Document that add transitions should not animate item heightBea Lam2012-08-032-4/+8
* Fix various broken links in documentationBea Lam2012-08-0322-80/+88
* Refactor and document QQuickChangeSet.Andrew den Exter2012-08-031-6/+6
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-32/+26
* Move QtQuick.Window module docsBea Lam2012-08-021-15/+0
* Use \b instead of \boldBea Lam2012-08-022-12/+12