aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing types for canvas related propertiesBea Lam2012-08-021-4/+4
* Fix handling of changes to the root index of a VisualDataModel.Andrew den Exter2012-08-024-4/+49
* Refactor context2d thread logicCharles Yin2012-07-317-289/+158
* Docs - fix referenced class namesBea Lam2012-07-311-1/+1
* Reset Styled/PlainText specific state when switching between formats.Andrew den Exter2012-07-311-0/+3
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-3039-68/+132
* Remove unused notify signal.Andrew den Exter2012-07-272-10/+1
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-274-2/+32
* Fix resolution of cursor when items are overlapping.Andrew den Exter2012-07-267-19/+169
* Fix inconsistent playing / paused property setting and signalsDamian Jansen2012-07-252-13/+36
* Remove QListModelInterface.Andrew den Exter2012-07-259-152/+13
* Fix restoration of cursor position and selection after undo/redo.Andrew den Exter2012-07-242-35/+103
* QQuickRenderThreadSingleContextWindowManager in separate filesAlan Alpert2012-07-244-990/+1106
* Add a static object template for variant list model types.Andrew den Exter2012-07-231-22/+74
* Changing model after componentComplete should reset currentIndexMartin Jones2012-07-231-12/+3
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-232-1/+158
* Add tests for QQuickPaintedItem.Andrew den Exter2012-07-231-0/+4
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-231-23/+37
* Rename Rectangle's border.aligned property to border.pixelAligned.Kim Motoyoshi Kalland2012-07-182-7/+7
* Update element references to smooth.Michael Brasser2012-07-185-62/+3
* Don't double reference items created following a model reset.Andrew den Exter2012-07-171-1/+3
* Call handleRemovedWindows() before canvas renderingCharles Yin2012-07-171-2/+2
* QQuickCanvas renamesAlan Alpert2012-07-1735-874/+944
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-174-4/+5
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-1630-128/+129
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-162-54/+16
* Fix horizontal alignment of unwrapped text in TextEdit.Andrew den Exter2012-07-162-66/+34
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-162-15/+9
* Fix transformed flickable so that the new autotest can passShawn Rutledge2012-07-131-8/+8
* Fix signal emission for the Image based items when loading.Damian Jansen2012-07-135-144/+168
* Fix item positioning with multiple removes before the visible area.Andrew den Exter2012-07-131-3/+4
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-1310-451/+160
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-114-45/+63
* Use QQuickTextUtil to calculate alignment offsets in TextInput.Andrew den Exter2012-07-111-24/+4
* Remove code for unused LinksAccessibleByKeyboard option.Andrew den Exter2012-07-113-33/+2
* Fix qmlscene initial resize for delayed loadingMatthew Vogt2012-07-111-2/+2
* Update usage of childrenRect in Flickable docs.Michael Brasser2012-07-111-3/+10
* Don't cache visual data model v8 handles.Andrew den Exter2012-07-103-34/+9
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-1011-8/+164
* Fix warning about assigned/unused variable.Friedemann Kleint2012-07-101-4/+0
* Speed up Text construction with RichTextAndrew den Exter2012-07-091-0/+1
* Speed up TextEdit construction time.Andrew den Exter2012-07-095-66/+47
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-094-139/+245
* Allow all explicit margins to override margins.Andrew den Exter2012-07-064-15/+114
* Remove Qt::WindowFlags from QQuickView constructorAlan Alpert2012-07-062-18/+12
* Clarify jumpTo docsAlan Alpert2012-07-061-2/+2
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-064-5/+5
* Fix various QtQuick.* submodule docsBea Lam2012-07-052-6/+20
* Add some private V8ASSERT macros.Andrew den Exter2012-07-042-28/+14
* Let ShaderEffectSource use same multisample count as GL context.Kim Motoyoshi Kalland2012-07-042-8/+12