aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of QQuickTextPrivateYann Bodson2012-03-012-100/+130
* Make sure positioners remove change listeners for invisible items.Martin Jones2012-02-291-0/+5
* Don't round Text dimensions.Andrew den Exter2012-02-292-21/+22
* Avoid unneccessary duplication of string data.Andrew den Exter2012-02-291-3/+11
* Add generic "displaced" transition propertyBea Lam2012-02-296-52/+176
* Properly cleanup cancelled incubation.Martin Jones2012-02-281-2/+22
* Separate view transition functionality into new fileBea Lam2012-02-289-921/+1159
* Rename SpriteImage to SpriteSequenceAlan Alpert2012-02-286-51/+65
* Add AnimatedSpriteAlan Alpert2012-02-285-0/+991
* Incubators are not async with the threaded renderer.Martin Jones2012-02-287-11/+50
* Correctly set duration and easing for AnchorAnimation.Michael Brasser2012-02-281-0/+2
* Force to send defer deletion events before deleting QQuickCanvasCharles Yin2012-02-271-0/+1
* Don't create a separate section header for currentItemMartin Jones2012-02-274-63/+75
* Revert resource releasing logic inside window managers.Gunnar Sletta2012-02-242-117/+39
* Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-246-49/+46
* Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-231-1/+3
* Clean up some of the view transition docsBea Lam2012-02-232-66/+72
* Fix for bad operator precedence causing right mouse button issuesAlex Wilson2012-02-231-2/+2
* Fix Text eliding with implicit height and maximumLineCount.Andrew den Exter2012-02-231-2/+4
* Fix font size calculation in headings in StyledText.Yann Bodson2012-02-232-3/+13
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-235-199/+84
* Positioners cleanupAlan Alpert2012-02-223-88/+100
* Doc improvements for positionersBea Lam2012-02-221-220/+161
* Whitespace fixes for positionersAlan Alpert2012-02-222-23/+23
* Reduce the size of QQuickTextInputPrivate.Andrew den Exter2012-02-223-110/+69
* Reduce size of QQuickItemPrivateAaron Kennedy2012-02-216-304/+361
* Release resources on shutdown..Gunnar Sletta2012-02-211-3/+11
* Flicking a pathview with large delegate spacing is inconsistentMartin Jones2012-02-212-11/+67
* Fix condition check against wrong variableBea Lam2012-02-211-1/+1
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-213-83/+91
* cacheBuffer makes delegates appear briefly in wrong positionMartin Jones2012-02-211-0/+2
* Remove the callback facility from context node.Justin McPherson2012-02-213-33/+3
* Fix gcc compiler warnings.Friedemann Kleint2012-02-211-1/+2
* Make compile.Michael Brasser2012-02-212-0/+2
* Remove commit headersAaron Kennedy2012-02-2053-53/+0
* Fix Screen::AngleBetweenAlan Alpert2012-02-202-3/+6
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-203-10/+10
* Improve test coverage for AnchorChanges.Michael Brasser2012-02-201-7/+0
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-174-51/+61
* Add velocity data to TouchPointMichael Brasser2012-02-172-0/+20
* Have input method hints on only classes using themPekka Vuorela2012-02-179-34/+40
* Avoid an unnecessary layout when eliding text.Andrew den Exter2012-02-172-22/+62
* Check pending changes before they are reset, not afterBea Lam2012-02-171-3/+3
* Provide visual debugging for MouseArea and TouchAreaYann Bodson2012-02-174-0/+48
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-1/+1
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-162-6/+2
* Built-in transition support for ListView & GridViewBea Lam2012-02-166-139/+2046
* Fix multi-length string substitution.Andrew den Exter2012-02-162-7/+27
* Allow binding the size of a Loader to its item.Martin Jones2012-02-161-1/+3
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-154-27/+129