aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-0390-41516/+0
* Accessibility: Use new updateAccessibility() API in declarative.Friedemann Kleint2012-02-012-3/+3
* Don't use region.numRects()Lars Knoll2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3089-89/+89
* Fix segfault now that the signature of roleNames is changed.Stephen Kelly2012-01-251-2/+3
* Add missing include.Stephen Kelly2012-01-241-0/+1
* Remove Symbian specific code.Xizhi Zhu (Steven)2012-01-245-26/+9
* Update obsolete contact address.Jason McDonald2012-01-2389-89/+89
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-2031-31/+0
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-123-3/+4
* Initialize isAccessible to 0.Frederik Gladhorn2012-01-051-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-0588-88/+88
* Add accessibility to qmlFrederik Gladhorn2012-01-027-0/+266
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-201-1/+3
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-141-2/+2
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-092-18/+0
* Introduce more generic fast property handlingAaron Kennedy2011-12-052-13/+0
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-022-6/+9
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-022-29/+29
* Fix uninitialized member variable in QDeclarativeTextEditPekka Vuorela2011-12-011-1/+1
* Made TextInput mouse events commit preeditPekka Vuorela2011-12-011-30/+25
* TextInput elements not to have tentative commit in inputMethodQueryPekka Vuorela2011-11-241-1/+1
* Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-211-3/+4
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-1/+1
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-1/+2
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-172-15/+10
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-141-1/+1
* Manually apply SnapOneItem/Row changes from Qt 4.7Martin Jones2011-09-284-156/+223
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-09-161-9/+21
* Merge branch 'master' into refactorGunnar Sletta2011-09-122-3/+17
|\
| * Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-09-072-2/+16
| * Delay masking the last character in Password echo mode.Andrew den Exter2011-09-061-1/+1
* | Fix TextInput and TextEdit software input panel on qtquick1Pekka Vuorela2011-09-082-10/+6
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-317-10/+10
* | Merge branch 'master' into refactorGunnar Sletta2011-08-312-3/+3
|\|
| * QDeclarative::hasActiveFocus should return false for hidden itemsAlan Alpert2011-08-301-2/+2
| * Fix conversion of QAbstractItemModel::rowsMoved() parametersBea Lam2011-08-301-1/+1
* | Merge branch 'master' into refactorGunnar Sletta2011-08-2519-77/+99
|\|
| * Allow borderimage .sci source to be a quoted filenameChris Adams2011-08-171-0/+2
| * Copy the docs for QtQuick 1Alan Alpert2011-08-0917-69/+69
| * ListView with StrictlyEnforceRange skips over itemsMartin Jones2011-08-051-1/+3
| * Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-021-1/+0
| * Views with no delegate crash when items are inserted.Martin Jones2011-08-022-6/+6
| * Nesting PathView and Flickable causes PathView to stop at wrong offsetMartin Jones2011-08-023-0/+19
* | Merge branch 'master' into refactorGunnar Sletta2011-08-111-2/+2
|\|
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-1/+1
* | Build against refactor.Samuel Rødal2011-07-299-11/+15
|/
* Document how to have two MouseAreas simultaneously hovered.Michael Brasser2011-07-291-1/+27
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-291-1/+1