aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-8/+27
* | | Prevent crash when doing threaded rendering of multiple windows.Samuel Rødal2012-11-082-5/+8
* | | qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-052-0/+27
* | | transformOriginPoint is deprecatedShawn Rutledge2012-11-051-1/+1
* | | Fix conditional jump based on an uninitialized value.Jędrzej Nowacki2012-11-021-1/+1
| |/ |/|
* | Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-293-6/+0
* | Change qml list interfaceMarco Bubke2012-10-233-22/+36
* | Make Rectangle border be inner instead of centered on the outline.Samuel Rødal2012-10-223-50/+2
* | Change Q_ASSERTs in qquick[threaded]windowmanager.cpp to qWarning().Friedemann Kleint2012-10-202-11/+22
* | Fix QQuickTextInput::moveCursorSelection()Konstantin Ritt2012-10-191-5/+4
* | Fix list functions for the data propertyMarco Bubke2012-10-181-11/+27
* | QQuickItem: handle QEvent::StyleAnimationUpdateJ-P Nurmi2012-10-171-0/+3
* | QQuickScreen attached obj handles screenChanged and geometryChangedShawn Rutledge2012-10-162-7/+22
* | Remove interim compatibility measuresAlan Alpert2012-10-168-109/+46