aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickLoader: fix the recursion guard for size updatesJ-P Nurmi2013-03-171-3/+6
* Add TextEdit::selectByKeyboardJ-P Nurmi2013-03-154-2/+54
* QQuickWindow: expose activeFocusItem as a propertyJ-P Nurmi2013-03-152-0/+12
* QQuickView's equivalent in QtQuick1 is QDeclarativeViewDebao Zhang2013-03-151-1/+1
* Add some docs, improve scope of var.Frederik Gladhorn2013-03-142-1/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-144-36/+48
|\
| * Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-121-4/+15
| * Simplify function with early return.Frederik Gladhorn2013-03-111-30/+31
| * Fix TextEdit::persistentSelection docs (false by default)J-P Nurmi2013-03-011-1/+1
| * GridView: fix resetColumns() to calculate the amount of columns rightJ-P Nurmi2013-02-261-1/+1
* | Fix usages of \since for QML itemsThomas McGuire2013-03-135-5/+6
* | Documentation and versioning for new Window propertiesShawn Rutledge2013-03-132-3/+126
* | Fix remote image loading for AnimatedSpriteAlan Alpert2013-03-123-4/+12
* | Introduce QML_FBO_FLUSH_BEFORE_DETACH to work around FBO issue.Michael Brasser2013-03-121-0/+3
* | Support activeFocusOnTab in QQuickItemLiang Qi2013-03-123-2/+166
* | Fix displacement transition bug for horizontal caseGuenter Schwann2013-03-111-1/+1
* | Replace deprecated V8 functionsPeter Varga2013-03-111-23/+23
* | Remove comment about performance in qquickitem's clip property.Gunnar Sletta2013-03-111-4/+0
* | Fix MSVC warning C4819 under Chinese localeDebao Zhang2013-03-111-4/+4
* | Handle focus events directly in TextEdit.Frederik Gladhorn2013-03-073-29/+30
* | TextInput: Update text deselection on focus out eventCaroline Chao2013-03-071-1/+4
* | TextInput: Handle focus event directlyCaroline Chao2013-03-073-27/+31
* | Focus reasonCaroline Chao2013-03-075-24/+46
* | Android support: build fixesPaul Olav Tvete2013-03-051-1/+1
* | Fix crash for keypress without active focus.Frederik Gladhorn2013-03-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-046-78/+65
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-256-78/+65
| |\|
| | * 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 embedding images in text elementsEskil Abrahamsen Blomfeldt2013-02-191-0/+1
* | | Enablers for input methods on AndroidPaul Olav Tvete2013-03-044-4/+20
* | | 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
|\|