aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | skip failing constantUpdatesOnWindow test for nowShawn Rutledge2013-03-011-0/+1
| | * | | | Allow shortcut overrides.Frederik Gladhorn2013-02-261-1/+1
| | * | | | Avoid ambiguous include guards in SG classesGunnar Sletta2013-02-2617-42/+42
| | * | | | Change Canvas to use Image and antialiasing by default.Gunnar Sletta2013-02-262-2/+4
| | * | | | Various improvements to Canvas examplesJens Bache-Wiig2013-02-2628-1020/+623
| | * | | | Improved documentation in the Screen attached propertyShawn Rutledge2013-02-251-9/+37
| | |/ / /
| | * | | Make sure exposeEvents trigger a render passGunnar Sletta2013-02-213-1/+29
| | * | | Don't print leak warnings on exit by defaultGunnar Sletta2013-02-204-27/+54
| | * | | QQuickScreen is exposed as an attached property on Window tooShawn Rutledge2013-02-201-0/+4
| | * | | Add QQuickTextDocumentFrederik Gladhorn2013-02-1911-0/+299
| | * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-1925-51/+1755
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1825-51/+1755
| | | |\ \ \
| | * | | | | Let rounded rectangles be antialiased by defaultGunnar Sletta2013-02-191-1/+1
| | * | | | | Improved animations in the new render loopGunnar Sletta2013-02-195-99/+168
| | * | | | | Make the base URL available to QQmlExtensionPluginShawn Rutledge2013-02-195-7/+98
| | * | | | | Add qmlRegisterType for Composite TypesAlan Alpert2013-02-189-5/+71
| | * | | | | qmlplugindump: don't crash if a composite type was a registeredShawn Rutledge2013-02-181-4/+6
| | |/ / / /
| | * | | | Add Composite Types to QQmlTypeAlan Alpert2013-02-1819-140/+354
| | * | | | GUI render loop did not render on expose, nor clean up properly.Gunnar Sletta2013-02-181-4/+13
| | * | | | QQuickPlatform: remove QT_{BEGIN,END}_HEADER macro usageJ-P Nurmi2013-02-151-4/+0
| | * | | | FolderListModel: prevent assertion failure when filter selects 0 filesShawn Rutledge2013-02-151-2/+4
| | * | | | Ensure EtcTexture always provides a valid textureId.Michael Brasser2013-02-152-4/+14
| | * | | | Add QQmlPlatform (exposed as Qt.platform)J-P Nurmi2013-02-146-2/+207
| | * | | | only instantiate variable when requiredMaurice Kalinowski2013-02-131-1/+1
| | * | | | QQuickItem::childAt(x, y) takes child transformations into accountShawn Rutledge2013-02-121-5/+6
| | * | | | Do pixel conversion on the pixmap decoder thread when possibleGunnar Sletta2013-02-122-5/+12
| | * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-0743-78/+337
| | |\ \ \ \
| | * | | | | Make sure deleteLater gets run at the "correct" time.Gunnar Sletta2013-02-071-16/+116
| | * | | | | Stabilize tst_qquickpositionersGunnar Sletta2013-02-071-80/+45
| | * | | | | Add \qmlmodule commands for QtQml and QtQuickAlan Alpert2013-02-062-4/+17
| | * | | | | Avoid swizzling on OpenGL ES when possibleGunnar Sletta2013-02-061-17/+25
| | * | | | | Use constFind instead of find in QQmlMetaType::qmlTypehjk2013-02-061-2/+2
| | * | | | | Qml: Use QString::append(QStringRef) overload in ProcessAST::asStringhjk2013-02-061-1/+1
| | * | | | | Enable sorting of opaque items again in the default renderer.Gunnar Sletta2013-02-052-4/+3
| | * | | | | Respect the default format from the scene graph adaptation layerGunnar Sletta2013-02-051-1/+1
| | * | | | | Warn if the OpenGL context lacks depth/stencil when requested.Gunnar Sletta2013-02-051-0/+8
| | * | | | | Add ETC1 texture provider example.Michael Brasser2013-02-029-0/+464
| | * | | | | Use the optimal image format for the spritesGunnar Sletta2013-02-021-1/+1
| | * | | | | Dereference the QImage once the corresponding texture is bound.Michael Brasser2013-02-013-1/+5
| | * | | | | Stabilize tst_qquicktextinput::remoteCursorDelegate()Michael Brasser2013-02-011-1/+1
| | * | | | | FolderListModel: use QDateTime for file timesAlberto Mardegan2013-02-011-2/+2
| | * | | | | Reenable tst_QQuickItem::simpleFocus and fix warnings.Gunnar Sletta2013-01-311-4/+2
| | * | | | | Window can have a transparent/translucent colorShawn Rutledge2013-01-311-0/+8
| | * | | | | Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-305-22/+140
| | * | | | | Debugger: Remove symbian specific pluginKai Koehne2013-01-306-735/+0
| | * | | | | Allow aligning items in a gridFabian Bumberger2013-01-288-3/+266
| | * | | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-28216-833/+0
| | * | | | | Added an example of the window container embedding a QQuickViewGunnar Sletta2013-01-256-0/+285
| | * | | | | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-2446-1477/+1520
| | * | | | | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-2431-282/+281