aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge master <-> api_changesMatthew Vogt2012-03-05126-2623/+4104
|\
| * Fix when animating items that are already movingBea Lam2012-03-022-5/+16
| * Use velocity from touch events only when they are validLaszlo Agocs2012-03-023-8/+27
| * Treat parentless items as focus scopesAlan Alpert2012-03-021-1/+1
| * Improved transitions for Row, Column, Grid, FlowBea Lam2012-03-024-181/+250
| * Fix if transitioner is deleted before transition job finishesBea Lam2012-03-022-62/+111
| * Set bind options before uploading to give hints to the driverGunnar Sletta2012-03-011-1/+2
| * Avoid unnecessary updates when using in-process cacheEskil Abrahamsen Blomfeldt2012-03-012-5/+36
| * No double click event in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-011-5/+13
| * Fix material compare for distance field glyph nodes.Glenn Watson2012-03-011-1/+5
| * Allow styled text to be elided.Andrew den Exter2012-03-012-9/+65
| * Update item position in parent change atomically.Andrew den Exter2012-03-011-2/+1
| * Check item before notifying transition has finishedBea Lam2012-03-011-4/+5
| * Fix crash when transition finishes after view is deletedBea Lam2012-03-011-0/+2
| * Reduce size of QQuickTextPrivateYann Bodson2012-03-012-100/+130
| * Fix particle system on windowsAlan Alpert2012-02-291-0/+4
| * 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
| * Move distance field util functions to QtGuiJiang Jiang2012-02-287-2481/+2
| * Fix crash in QDeclarativePixmapStore global static dtorChris Adams2012-02-281-4/+6
| * 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
| * Don't create unnecessary shadow dataAlan Alpert2012-02-281-0/+3
| * 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
| * Remove unused member.Michael Brasser2012-02-273-6/+3
| * Build fix when use '-no-stl' optionYuchen Deng2012-02-246-0/+6
| * The plugin is cleaned up by the plugin loader so don't double-deleteGunnar Sletta2012-02-241-8/+7
| * 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-232-2/+4
| * 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
| * Small doc fixes.Michael Brasser2012-02-231-3/+3
| * Fix font size calculation in headings in StyledText.Yann Bodson2012-02-234-18/+47
| * Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-235-199/+84
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-24295-4772/+4783
|/
* QML_RUNTIME_TESTING should be disabled by default.Michael Brasser2012-02-231-1/+1
* Update number of reserved bits.Michael Brasser2012-02-231-1/+1
* 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