aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Prevent crash when doing threaded rendering of multiple windows.Samuel Rødal2012-11-082-5/+8
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-052-0/+27
* transformOriginPoint is deprecatedShawn Rutledge2012-11-051-1/+1
* Fix conditional jump based on an uninitialized value.Jędrzej Nowacki2012-11-021-1/+1
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-293-6/+0
* Change qml list interfaceMarco Bubke2012-10-233-22/+36
* Make Rectangle border be inner instead of centered on the outline.Samuel Rødal2012-10-223-50/+2
* Change Q_ASSERTs in qquick[threaded]windowmanager.cpp to qWarning().Friedemann Kleint2012-10-202-11/+22
* Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-191-5/+4
* Fix list functions for the data propertyMarco Bubke2012-10-181-11/+27
* QQuickItem: handle QEvent::StyleAnimationUpdateJ-P Nurmi2012-10-171-0/+3
* QQuickScreen attached obj handles screenChanged and geometryChangedShawn Rutledge2012-10-162-7/+22
* Remove interim compatibility measuresAlan Alpert2012-10-168-109/+46
* Adding DesignerWindowManager for Qt Quick DesignerMarco Bubke2012-10-152-7/+17
* 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