aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2855-216/+0
* Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-2422-5564/+230
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-231-3/+7
|\
| * Fix crash in PathViewTasuku Suzuki2013-01-181-3/+7
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-189-1573/+55
* | Merge branch 'stable' into devGunnar Sletta2013-01-17151-247/+261
|\|
| * Merge branch 'release' into stableGunnar Sletta2013-01-172-2/+2
| |\
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-172-2/+2
| * | Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-162-68/+52
| * | Fixing a mistake in the GridView documentationFabian Bumberger2013-01-141-2/+2
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-142-6/+6
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10151-151/+151
| * | Fix PinchArea stealing events while disabledOleg Shparber2013-01-091-1/+1
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-2/+2
| * | 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
| * Accessibility: Send value updatesFrederik Gladhorn2013-01-042-0/+10
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-8/+2
* | Filter key press events through shortcut map.Frederik Gladhorn2013-01-141-0/+6
* | Deinline QQuickKeysAttached::keyToSignal.Robin Burchell2013-01-082-21/+22
|/
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-234-4/+5
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-199-1/+21
* Accessibility: Improve interface handling in QuickFrederik Gladhorn2012-12-193-8/+31
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-154-5/+5
* 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
* Remove superfluous function callAlan Alpert2012-11-301-1/+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
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-2615-11/+273
* 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-231-2/+2
* Improved documentation of Text.textFormat property.Samuel Rødal2012-11-221-1/+5
* Expose QMatrix4x4 properties as mat4 uniforms in shadersChris Adams2012-11-221-0/+3
* Ungrab mouse upon leave event.Frederik Gladhorn2012-11-211-0/+2
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-4/+4
|\
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Jerome Pasion2012-11-0223-228/+179
| |\
| * | doc: fix some typos.Alexandr Akulich2012-10-221-4/+4
* | | Allow margin changes during Flickable drag operationMatt Vogt2012-11-191-8/+11
* | | Use threaded renderer even without BufferQueueingOpenGL.Samuel Rødal2012-11-161-2/+5
* | | Deduplicate checking of conditions.Alexandr Akulich2012-11-121-2/+2
* | | Preparation for changing QWindow::windowState to visibilityShawn Rutledge2012-11-101-1/+5
* | | Examples and fixes for QML Window propertiesShawn Rutledge2012-11-091-0/+1
* | | Don't use design metrics with NativeRendering on TextInputEskil Abrahamsen Blomfeldt2012-11-091-0/+3