aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce size of QQuickItemPrivateAaron Kennedy2012-02-217-306/+363
* Release resources on shutdown..Gunnar Sletta2012-02-211-3/+11
* Flicking a pathview with large delegate spacing is inconsistentMartin Jones2012-02-213-17/+92
* fix typo error in documentationCharles Yin2012-02-211-1/+1
* Renames QAnimation2ChangeListener to QAnimationJobChangeListenerCharles Yin2012-02-213-3/+3
* 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-213-0/+3
* Remove commit headersAaron Kennedy2012-02-2053-53/+0
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-1/+1
* Fix Screen::AngleBetweenAlan Alpert2012-02-202-3/+6
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-2011-164/+576
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-2010-27/+23
* 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-163-4/+3
* 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-156-27/+143
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-142-9/+15
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-141-2/+3
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* Fixed QML Item updates after reparenting.Kim Motoyoshi Kalland2012-02-131-4/+6
* Remove non-standard canvas filter/mirror functionsCharles Yin2012-02-132-183/+1
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-131-0/+21
* QML Text: make sure that the bounding rect has a y position of 0.Yann Bodson2012-02-131-0/+1
* Make sure polish() is reentrant.Justin McPherson2012-02-131-4/+5
* Fix anchor jitters that could occur during animation.Michael Brasser2012-02-131-14/+4
* Track the animationRunning flag correctly in QQuickRenderThreadSingleContextW...Charles Yin2012-02-111-0/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-103-8/+8
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-108-30/+33
* Flickable containing PinchArea is unresponsive following pinch.Martin Jones2012-02-101-3/+0