aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Refactor context2d thread logicCharles Yin2012-07-317-289/+158
* Visual hierarchy documentationAlan Alpert2012-07-315-1/+187
* Docs - fix referenced class namesBea Lam2012-07-312-2/+2
* 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-3057-105/+206
* Improve QML basic types documentationChris Adams2012-07-302-21/+299
* Remove unused notify signal.Andrew den Exter2012-07-272-10/+1
* Pixmap loader adds images to unreferenced list when cache: falseMartin Jones2012-07-271-2/+10
* Update whatsnew documentation with value-type improvementsChris Adams2012-07-271-0/+46
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-274-2/+32
* Remove obsolete Q_WS_QWS.Stephen Kelly2012-07-261-9/+2
* 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
* Adding mediump precision qualifier in distance-field fragment shaderThomas Senyk2012-07-241-1/+1
* Correctly link the QML module C++ class documentationChris Adams2012-07-241-1/+2
* 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
* QSGContext::defaultSurfaceFormat() should be double-bufferedJan-Arve Saether2012-07-231-0/+1
* Fixup types pageAlan Alpert2012-07-231-35/+35
* 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-232-12/+4
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-233-1/+162
* Add tests for QQuickPaintedItem.Andrew den Exter2012-07-231-0/+4
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-232-23/+39
* Mention opacity property change in porting.qdocAlan Alpert2012-07-202-0/+15
* Add documentation about property value modifiersChris Adams2012-07-196-163/+125
* Correct attribute name in image shader.Michael Brasser2012-07-191-1/+1
* Rename Rectangle's border.aligned property to border.pixelAligned.Kim Motoyoshi Kalland2012-07-182-7/+7
* Minor doc fixesYann Bodson2012-07-189-47/+47
* 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-1747-904/+974
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-175-5/+6
* Improve QtQml module documentationChris Adams2012-07-161-6/+7
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-1643-157/+158
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-162-54/+16
* Add quick-start documentation to QML/QtQuick AppDevGuideChris Adams2012-07-163-26/+254
* Additional anchor documentation.Michael Brasser2012-07-163-0/+84
* 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-1319-865/+1316
* Update the export macros in qtdeclarative.gitThiago Macieira2012-07-111-15/+5
* Fix, test and document animation started/stopped signals.Michael Brasser2012-07-112-7/+35
* 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