aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Dialogs: Create directory structure for documentationCaroline Chao2013-05-281-1/+1
* Do not draw negative-size ShaderEffect(Source) items.Gunnar Sletta2013-05-282-3/+3
* Prevent tab focus from wrapping endlesslyLiang Qi2013-05-271-4/+28
* Doc: Added Qt 5.1 information in Qt Quick's release notes.Jerome Pasion2013-05-271-1/+29
* Doc: Add Qt Quick Dialogs to Qt Quick submodules listCaroline Chao2013-05-271-0/+2
* Doc: Add Dialogs/Controls/Layouts in submodules sectionCaroline Chao2013-05-271-0/+6
* QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-271-1/+1
* Cut performance cost in QSGContext::prepareMaterial()Gunnar Sletta2013-05-233-1/+10
* add private export to image and rectangle nodesGunnar Sletta2013-05-232-2/+2
* Fix TextEdit content size calculationJ-P Nurmi2013-05-221-1/+3
* Avoid redundant QColor::alphaF() calls.Gunnar Sletta2013-05-221-5/+5
* Avoid using QColor::xxxF functions.Gunnar Sletta2013-05-222-29/+22
* QQuickTextControl: emit cursorPositionChanged() only if it changedJ-P Nurmi2013-05-221-1/+4
* Android: Make Qt5QuickParticles a dependency of Qt QuickEskil Abrahamsen Blomfeldt2013-05-221-1/+4
* Fix PropertyAnimation docAlan Alpert2013-05-201-2/+2
* Doc: Fix some broken linksSze Howe Koh2013-05-204-22/+22
* Respond appropriately to textFormat changedAlan Alpert2013-05-171-0/+1
* Fix a warning when setActiveFocusOnTab(false) for root itemLiang Qi2013-05-171-1/+1
* Fix a crash in QQuickRepeater::clear()J-P Nurmi2013-05-161-5/+6
* improve docs of QSGGeometry::set[Vertex|Index]DataPatternGunnar Sletta2013-05-161-2/+4
* Doc: Move snippet into correct moduleSze Howe Koh2013-05-161-0/+125
* Document Flickable.pixelAligned.Mitch Curtis2013-05-161-0/+12
* Make Canvas respect smooth: true/falseGunnar Sletta2013-05-151-0/+1
* Fix warnings about unused parameters.Friedemann Kleint2013-05-152-0/+4
* Fix documentation of QtQuick2::DragEvent::accepted, it's a bool.Sérgio Martins2013-05-151-1/+1
* Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-154-13/+13
* Doc: Removed pages from the "qml-features" group.Jerome Pasion2013-05-154-4/+0
* Doc: Fixed a bunch of missing snippets.Jerome Pasion2013-05-154-272/+0
* Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-153-9/+9
* Fix sorting of QSGTextMaskMaterial (native glyph drawing).Gunnar Sletta2013-05-141-1/+1
* Fix typos in QQuickDrag documentation.Sérgio Martins2013-05-141-5/+5
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-142-1/+43
* Fix assertion in qt_create_image_data().Mitch Curtis2013-05-101-1/+1
* Don't fix up x/y while initializingAlan Alpert2013-05-101-0/+4
* Revert "Mac: respect the system settings in Full Keyboard Access"Liang Qi2013-05-082-37/+1
* The resources property should be independent from QObjectThomas Hartmann2013-05-083-15/+35
* Add QQuickWindow::closing signal, and ability to ignore the eventShawn Rutledge2013-05-084-0/+85
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-082-1/+37
* Move xmlrole.qml to the correct locationJan Arve Saether2013-05-081-0/+81
* Doc: Make Qt Quick demos accessible from Qt documentationSze Howe Koh2013-05-071-1/+4
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-065-68/+68
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-067-91/+208
* mouse synthesis: don't say the left button is pressed during a releaseShawn Rutledge2013-05-041-1/+1
* Make sure correct files are bundled on AndroidEskil Abrahamsen Blomfeldt2013-05-041-0/+4
* Made Canvas blur better match the one in HTML 5 Canvas.Samuel Rødal2013-05-032-34/+70
* Fixed wrong rendering offset / clipping with shadowBlur in Canvas.Samuel Rødal2013-05-031-74/+125
* Canvas: Do not apply transform to text twiceFrederik Gladhorn2013-05-031-1/+0
* Enable touch events on Mac for MultiPointTouchAreaMorten Johan Sørvig2013-05-032-0/+30
* Enable touch events on Mac for PinchAreaShawn Rutledge2013-05-032-0/+30
* Remove from hover list on destructionAlan Alpert2013-05-031-2/+1