aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix PinchArea stealing events while disabledOleg Shparber2013-01-091-1/+1
* Doc: Updated docs for examples and etcXingtao Zhang2013-01-0910-112/+112
* Fix bug where a tap over stacked mouse areas generates a double clickDaniel d'Andrada2013-01-092-5/+25
* Flickable: Fix bug when flicking twice using touchesDaniel d'Andrada2013-01-091-0/+5
* Fix warnings about nonexistent signals in QQuickScreenOleg Shparber2013-01-091-10/+2
* Don't try to grab Windows with invalid or a zero sizeDominik Holland2013-01-081-0/+3
* Documentation for scene graph examples.Gunnar Sletta2013-01-071-0/+23
* Accessibility: Send value updatesFrederik Gladhorn2013-01-042-0/+10
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-231-4/+4
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-235-4/+7
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-199-1/+21
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-8/+31
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-2/+0
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-154-5/+5
* Fixed samegame tutorial part 4 to reflect Quick2 stateOliver Wolff2012-12-141-2/+2
* Update porting docsv5.0.0-rc2Alan Alpert2012-12-121-1/+10
* Change virtual folders in .qdocconf to qtqml and qtquickhjk2012-12-121-1/+1
* Work towards supporting front-to-back reordering of opaque items.Michael Brasser2012-12-122-10/+9
* Fixed abstractitemmodel exampleOliver Wolff2012-12-121-1/+1
* Improved the scene graph overview a bitGunnar Sletta2012-12-111-9/+48
* centralize and fixup example sources install targetsOswald Buddenhagen2012-12-103-4/+4
* Don't generate duplicate doc pagesPaul Olav Tvete2012-12-101-4/+0
* Fix doc links to submodelsPaul Olav Tvete2012-12-101-4/+4
* QtDeclarative: Add qtlinguist to the doc dependecies.David Schulz2012-12-041-1/+1
* Doc: Edited qdocconfig files to change QCH titles and redirects.Jerome Pasion2012-12-031-8/+10
* Qt Quick high-dpi support.Morten Johan Sørvig2012-12-012-3/+9
* Update SGNode after pixmap is invalidatedAlan Alpert2012-11-301-1/+1
* Compile with QT_NO_VALIDATOR.Volker Krause2012-11-301-3/+3
* Compile with -no-feature-cursor.Volker Krause2012-11-301-0/+4
* Fix example lists for Qt QuickEskil Abrahamsen Blomfeldt2012-11-302-23/+13
* Add calqlatr to qmldemos group and move qmldemos listEskil Abrahamsen Blomfeldt2012-11-301-75/+0
* Remove superfluous function callAlan Alpert2012-11-301-1/+0
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-298-1279/+0
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-2913-26/+25
* Warn about potential abuse of QQuickPaintedItem::paint().Gunnar Sletta2012-11-291-0/+3
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-293-67/+80
* Remove QML intro and QML Application Development pagesGunnar Sletta2012-11-282-1306/+2
* Remove superflous "defining reusable components" documentation.Gunnar Sletta2012-11-282-532/+1
* docfix: Some of the scenegraph overview content did not make sense.Gunnar Sletta2012-11-282-15/+20
* docfix: Move image to correct locationGunnar Sletta2012-11-281-0/+0
* Docfix: Move images to correct location and fix bugs in code sample.Gunnar Sletta2012-11-282-0/+0
* Fix the QML Effects docs up a bitGunnar Sletta2012-11-274-60/+36
* Fix qdoc typoGunnar Sletta2012-11-271-1/+1
* Qt Quick (2) is not dependent on LGPL codeLars Knoll2012-11-271-5/+0
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-2617-11/+277
* Fix deployment docs.Lars Knoll2012-11-261-9/+13
* QQuickWindow cannot rely on QWindowPrivate.geometryShawn Rutledge2012-11-261-2/+3
* Nested Flickables with pressDelay flick incorrect FlickableMartin Jones2012-11-261-0/+16
* Reduce number of relocationsMarc Mutz2012-11-232-4/+4
* Support requestPixmap if platform has ThreadedPixmaps featureAlbert Astals Cid2012-11-232-8/+27