aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix docs for Canvas.renderStrategy, the default is CooperativeGunnar Sletta2013-03-031-1/+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-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-199-29/+41
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-189-29/+41
| |\|
| | * 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-152-5/+9
| | * 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
|/ /
* | GUI render loop did not render on expose, nor clean up properly.Gunnar Sletta2013-02-181-4/+13
* | 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-0714-22/+114
|\|
| * Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-1/+1
| * substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-061-6/+6
| * Fix lupdate-warnings.Friedemann Kleint2013-02-061-1/+1
| * Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-1/+3
| * Merge branch 'release' into stableSergio Ahumada2013-01-313-3/+3
| |\
| | * Doc: declarative-colors.png not visible in qmltypereference.qdocv5.0.1Nico Vertriest2013-01-281-0/+0
| | * Doc: Add QML Types to table of contents in AssistantTopi Reinio2013-01-251-1/+1
| | * Remove outdated macro usageChristian Stenger2013-01-241-2/+2
| | * Doc: Fixed "QML Types" node in AssistantJerome Pasion2013-01-221-1/+1
| * | Document QQuickItem::itemChange and QQuickItem::window() properlyGunnar Sletta2013-01-311-3/+87
| * | Fix unterminated commentSze Howe Koh2013-01-281-1/+1
| * | Doc: Fix "Command '\li' outside of '\list' and '\table'"Sze Howe Koh2013-01-281-1/+1
| * | Prevent possible leak with texture providers.Michael Brasser2013-01-251-0/+2
| * | Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-241-2/+2
| * | Doc: Fix uses of \sinceDebao Zhang2013-01-241-2/+2
| * | Fix alignment of Text element with implicit sizeEskil Abrahamsen Blomfeldt2013-01-241-0/+3
| * | Disconnect from previous loading image when loading a new image.Michael Brasser2013-01-241-0/+1
| * | Make HTML horizontal alignment work like in QtQuick 1Eskil Abrahamsen Blomfeldt2013-01-241-1/+1
* | | Make sure deleteLater gets run at the "correct" time.Gunnar Sletta2013-02-071-16/+116
* | | Add \qmlmodule commands for QtQml and QtQuickAlan Alpert2013-02-061-0/+13
* | | Avoid swizzling on OpenGL ES when possibleGunnar Sletta2013-02-061-17/+25
* | | Enable sorting of opaque items again in the default renderer.Gunnar Sletta2013-02-052-4/+3
* | | Warn if the OpenGL context lacks depth/stencil when requested.Gunnar Sletta2013-02-051-0/+8
* | | 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