aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0414-98/+106
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-2514-98/+106
| |\|
| | * Fix warnings about shadowing membersThiago Macieira2013-02-223-6/+6
| | * ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-1/+3
| | * Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-26/+21
| | * MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-221-30/+19
| | * Typos: tripple->tripleFrederik Gladhorn2013-02-212-21/+21
| | * Fix QQuickTimeLine::accel() & accelDistance()J-P Nurmi2013-02-201-3/+4
| | * Fixed build when Qt is configured with -no-opengl.Samuel Rødal2013-02-201-1/+1
| | * Docs: Slow Down Animations only exists in qml1Frederik Gladhorn2013-02-191-8/+0
| | * Clarify Component::createObject docsAlan Alpert2013-02-191-2/+2
| | * Fix embedding images in text elementsEskil Abrahamsen Blomfeldt2013-02-191-0/+1
| | * Doc: Update QtQuickTest documentationCaroline Chao2013-02-181-0/+28
* | | Enablers for input methods on AndroidPaul Olav Tvete2013-03-044-4/+20
* | | adding QtQuick.Dialogs, with FileDialog implementationShawn Rutledge2013-03-0426-0/+2382
* | | Do not print out leaked pixmaps by defaultGunnar Sletta2013-03-031-1/+12
* | | Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-035-17/+17
* | | Fix docs for Canvas.renderStrategy, the default is CooperativeGunnar Sletta2013-03-031-1/+1
* | | Fix the QtQml's use of plugins for value type providersThiago Macieira2013-03-012-2/+32
* | | 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-261-1/+2
* | | Improved documentation in the Screen attached propertyShawn Rutledge2013-02-251-9/+37
|/ /
* | Make sure exposeEvents trigger a render passGunnar Sletta2013-02-212-1/+5
* | 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-197-0/+190
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-1910-31/+43
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1810-31/+43
| |\|
| | * Doc: Correcting typo "without with"Marcel Krems2013-02-181-1/+1
| | * Fix missing TextInput::remove(int start, int end) docsJ-P Nurmi2013-02-151-1/+1
| | * Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-153-7/+11
| | * A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-141-1/+1
| | * DesignerSupport: Fix rendering in designer for if new items are addedMarco Bubke2013-02-121-0/+1
| | * Remove use of QPainter::HighQualityAntialiasing. It has no effect.Gunnar Sletta2013-02-122-4/+3
| | * Doc: Removed reference to QAbstractItemModel::setRoleNames()Venugopal Shivashankar2013-02-081-17/+25
* | | Let rounded rectangles be antialiased by defaultGunnar Sletta2013-02-191-1/+1
* | | Improved animations in the new render loopGunnar Sletta2013-02-192-98/+89
* | | Make the base URL available to QQmlExtensionPluginShawn Rutledge2013-02-195-7/+98
* | | Add qmlRegisterType for Composite TypesAlan Alpert2013-02-182-0/+38
|/ /
* | Add Composite Types to QQmlTypeAlan Alpert2013-02-1811-139/+265
* | 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
* | 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-0724-52/+158
|\|
| * Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-1/+1