aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Update porting guide for positioner handling of item opacityBea Lam2012-08-072-23/+42
* Minor update for release notesBea Lam2012-08-072-0/+5
* MouseArea doc improvementsBea Lam2012-08-071-24/+59
* Rename QQuickShaderEffect culling -> cullModeBea Lam2012-08-071-1/+1
* Properly check for ability to use GL_REPEAT with npot texturesSean Harmer2012-08-072-2/+2
* Fixes a crash in QQuickImageParticleBerthold Krevert2012-08-061-2/+4
* Fix pasting with the middle button in TextInput and TextEdit.Andrew den Exter2012-08-063-4/+18
* Add tests for copy and paste using keyboard shortcuts.Andrew den Exter2012-08-061-2/+4
* doc: expanded Qt Quick internationalization guideGary Aish2012-08-031-41/+226
* Doc: QQuickMouseArea::acceptedButtons() accepts ALL MouseButtonsstockton2012-08-031-10/+10
* Add specifics of attached property syntaxBea Lam2012-08-031-0/+7
* Document that add transitions should not animate item heightBea Lam2012-08-032-4/+8
* Particle doc fixesBea Lam2012-08-033-8/+8
* Fix various broken links in documentationBea Lam2012-08-0368-209/+214
* Fix docs for FormatType enumBea Lam2012-08-031-23/+25
* 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