aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Adding DesignerWindowManager for Qt Quick DesignerMarco Bubke2012-10-152-7/+17
|/
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-113-8/+42
* Fix emitting originYChanged signals even when originY wouldn't changeGabriel de Dietrich2012-10-032-2/+12
* Allow grabbing windows rendered without showing for testing.Balazs Kelemen2012-09-285-21/+24
* Android also needs <ctype.h> for isspace() to be found.Samuel Rødal2012-09-251-1/+1
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-242-0/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23152-3652/+3652
* Fix Flickable movementEnded() signal emissionAndras Becsi2012-09-181-11/+15
* Fix calculation of QML_RENDER_TIMING valuesThomas McGuire2012-09-102-4/+4
* QML_RENDER_TIMING: Add time since last frame to outputThomas McGuire2012-09-102-2/+10
* Add QML_RENDER_TIMING output for the single-threaded caseThomas McGuire2012-09-101-0/+22
* Use DEFINE_BOOL_CONFIG_OPTION for QML_RENDER_TIMINGThomas McGuire2012-09-101-5/+5