aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Added examples on how to use FBOs with scene graph.Gunnar Sletta2013-03-031-1/+1
* Fix docs for Canvas.renderStrategy, the default is CooperativeGunnar Sletta2013-03-031-1/+1
* Allow shortcut overrides.Frederik Gladhorn2013-02-261-1/+1
* 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
* Don't print leak warnings on exit by defaultGunnar Sletta2013-02-201-8/+16
* 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-194-6/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-184-6/+7
| |\
| | * 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-151-2/+3
| | * A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-141-1/+1
| | * Remove use of QPainter::HighQualityAntialiasing. It has no effect.Gunnar Sletta2013-02-121-2/+2
* | | Let rounded rectangles be antialiased by defaultGunnar Sletta2013-02-191-1/+1
|/ /
* | QQuickItem::childAt(x, y) takes child transformations into accountShawn Rutledge2013-02-121-5/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-077-9/+99
|\|
| * Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-1/+1
| * 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
| * Document QQuickItem::itemChange and QQuickItem::window() properlyGunnar Sletta2013-01-311-3/+87
| * Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-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
* | Use the optimal image format for the spritesGunnar Sletta2013-02-021-1/+1
* | Window can have a transparent/translucent colorShawn Rutledge2013-01-311-0/+8
* | Allow aligning items in a gridFabian Bumberger2013-01-283-2/+135
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2855-216/+0
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-2422-5564/+230
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-231-3/+7
|\|
| * Fix crash in PathViewTasuku Suzuki2013-01-181-3/+7
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-189-1573/+55
* | Merge branch 'stable' into devGunnar Sletta2013-01-17151-247/+261
|\|
| * Merge branch 'release' into stableGunnar Sletta2013-01-172-2/+2
| |\
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-172-2/+2
| * | Greatly improved Scene Graph Overview documentationGunnar Sletta2013-01-162-68/+52
| * | Fixing a mistake in the GridView documentationFabian Bumberger2013-01-141-2/+2
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-142-6/+6
| * | 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
* | Do not force focus for non-focused windows.Gunnar Sletta2013-01-171-8/+2
* | Filter key press events through shortcut map.Frederik Gladhorn2013-01-141-0/+6
* | Deinline QQuickKeysAttached::keyToSignal.Robin Burchell2013-01-082-21/+22
|/