aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor and document QQuickChangeSet.Andrew den Exter2012-08-035-251/+396
* Make QQmlScriptString opaque.Michael Brasser2012-08-0313-81/+168
* Doc: fix typo in qtquick.qdocconfCasper van Donderen2012-08-021-1/+1
* Particles module doc fixesBea Lam2012-08-026-16/+17
* Move QtQuick.Window module docsBea Lam2012-08-022-15/+16
* Use \b instead of \boldBea Lam2012-08-026-21/+21
* Add missing types for canvas related propertiesBea Lam2012-08-021-4/+4
* Mark QQmlFile \internalBea Lam2012-08-021-0/+2
* These docs should use \ingroup not \groupBea Lam2012-08-027-13/+13
* Update docs now that all basic types can also be property typesBea Lam2012-08-021-32/+18
* Visual coordinates documentationAlan Alpert2012-08-022-1/+52
* Minor restructuring of application developer resourcesChris Adams2012-08-021-34/+56
* Fix handling of changes to the root index of a VisualDataModel.Andrew den Exter2012-08-024-4/+49
* Document readonly property syntaxBea Lam2012-08-011-1/+28
* Document qmlAttachedPropertiesObject()Bea Lam2012-08-012-1/+34
* Refactor context2d thread logicCharles Yin2012-07-317-289/+158
* Fix folder list model when changing drives on Windows.Glenn Watson2012-07-311-4/+13
* 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
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-3116-13/+194
* 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