aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-3097-148/+288
* Improve QML basic types documentationChris Adams2012-07-307-459/+531
* Remove default parameter from protected QmlPropertyMap CT.Friedemann Kleint2012-07-301-2/+2
* Clarify use of enumeration type from QML codeBea Lam2012-07-271-3/+31
* 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-272-2/+53
* Allow access to signals and slots in QQmlPropertyMap inheritorsMatthew Vogt2012-07-274-8/+49
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-273-1/+17
* 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
* Revise the restructured "Integrating QML and C++" docsBea Lam2012-07-2511-1650/+1874
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-3/+5
* Add waitForRendering() function for qmltestCharles Yin2012-07-255-3/+29
* Fix inconsistent playing / paused property setting and signalsDamian Jansen2012-07-252-13/+36
* Empty JSON files are not needed for the plugin systemAlan Alpert2012-07-2512-13/+6
* Remove QListModelInterface.Andrew den Exter2012-07-2519-456/+175
* Adding mediump precision qualifier in distance-field fragment shaderThomas Senyk2012-07-241-1/+1
* Mark some declarative libraries as internal.Stephen Kelly2012-07-242-2/+2
* Correctly link the QML module C++ class documentationChris Adams2012-07-248-353/+64
* 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
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-31/+88
* QSGContext::defaultSurfaceFormat() should be double-bufferedJan-Arve Saether2012-07-231-0/+1
* Remove qtquick as a private dependency of qmltest.Stephen Kelly2012-07-231-3/+0
* 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
* More consistent coding style through QML documentation.Yann Bodson2012-07-203-4/+4
* Update var property to null on object deletionMatthew Vogt2012-07-202-11/+52
* Fix links in QML documentation.Yann Bodson2012-07-202-2/+2
* Make title capitalization more consistent in QML documentation.Yann Bodson2012-07-2023-81/+81
* Mention opacity property change in porting.qdocAlan Alpert2012-07-202-0/+15
* Add documentation about property value modifiersChris Adams2012-07-1910-163/+224
* Doc fix: close code blocks properlyYann Bodson2012-07-191-1/+2
* 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
* Allow QQmlPropertyMap property updates to be controlledMatthew Vogt2012-07-184-13/+59
* Add fuzzyCompare() to qmltestCharles Yin2012-07-186-27/+136
* Minor doc fixesYann Bodson2012-07-1811-53/+53
* Update element references to smooth.Michael Brasser2012-07-185-62/+3
* Remove the syntax topic page from docsChris Adams2012-07-172-155/+1
* Don't double reference items created following a model reset.Andrew den Exter2012-07-171-1/+3
* Trim trailing whitespaceStephen Kelly2012-07-172-65/+65
* Call handleRemovedWindows() before canvas renderingCharles Yin2012-07-171-2/+2
* QQuickCanvas renamesAlan Alpert2012-07-1756-937/+1007