summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Righ-to-left support for GridView and ListViewChristopher Ham2011-02-154-211/+732
* Merge branch '4.7' into qtquick11Joona Petrell2011-02-1538-276/+737
|\
| * Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-111-1/+1
| * Correct the "module not installed" error handlingAaron Kennedy2011-02-111-12/+13
| * Flickable uses the flick velocity to determine whether to retain grabMartin Jones2011-02-111-1/+6
| * Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-111-2/+4
| * Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-111-3/+63
| * MouseArea docs - link to onCanceled() from onReleased()Bea Lam2011-02-111-0/+2
| * PathView items were not correctly updated when rootIndex changed.Martin Jones2011-02-101-16/+28
| * Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-104-0/+20
| * Update modules-related tests and docsBea Lam2011-02-102-2/+24
| * CLeanup registers after AddStringAaron Kennedy2011-02-101-3/+38
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-097-24/+95
| |\
| | * PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-091-1/+1
| | * Use same values for Text.lineHeightMode and QTextBlock::lineHeightMode from m...Yann Bodson2011-02-092-6/+8
| | * Support seperate versions of installed modulesmae2011-02-081-12/+64
| | * Scroll TextInput to ensure preedit text is visible.Andrew den Exter2011-02-081-1/+11
| | * Changing header/footer size during creation caused recusionMartin Jones2011-02-072-4/+8
| | * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-071-0/+3
| * | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-092-50/+35
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2011-02-047-5/+34
| |\
| | * modelChanged() should not be emitted until view is repopulatedBea Lam2011-02-041-1/+1
| | * AnimatedImage does not notify on status change.Yann Bodson2011-02-042-3/+20
| | * Clarify case preservation in QDeclarativeImageProvidersAlan Alpert2011-02-042-1/+11
| | * Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-032-0/+2
| * | Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-033-6/+103
| |/
| * Correct error messageAaron Kennedy2011-02-031-2/+10
| * Correct assertAaron Kennedy2011-02-031-2/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2011-02-021-2/+2
| |\
| | * Make Flickable's wheel handling more like QAbstractScrollArea.Michael Brasser2011-02-021-2/+2
| * | Export QDeclarativeRefCount so that symbian compiles.Martin Jones2011-02-021-1/+1
| |/
| * Changing header or footer failed to delete the previous.Martin Jones2011-02-022-0/+16
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2011-02-026-67/+109
| |\
| | * Move Qt.application docs into Qt global object pageBea Lam2011-02-022-54/+59
| | * update What's New for QtQuick 1.1 and AnimatedImage docsBea Lam2011-02-021-0/+9
| | * Improve docs on Item::visible and Item::opacityBea Lam2011-02-021-10/+33
| | * Make sure we update Loader size if item size changes after creation.Martin Jones2011-02-021-1/+6
| | * Froze two more symbols and fixed compilation error (QtQuick11).juhvu2011-02-021-2/+2
| * | Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+1
| |/
| * PinchArea sometimes failed.Martin Jones2011-02-013-3/+6
| * Clarify that IntValidator performs locale specific validation.Andrew den Exter2011-02-011-0/+5
| * Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-016-71/+118
| * Use qobject_cast rather than dynamic_cast.Martin Jones2011-01-301-3/+3
| * Merge branch 'qtquick11' into 4.7Martin Jones2011-01-28125-1220/+6040
| |\
| * | Fix typo in error message.Martin Jones2011-01-281-1/+1
* | | Add support for anchor mirroringJoona Petrell2011-02-153-25/+96
| |/ |/|
* | Allow functions to be passed in as values for grouped propertiesBea Lam2011-01-281-3/+14
* | Adding support for group properties in Component::CreateObject()Christopher Ham2011-01-281-1/+5
* | Fix test breakage for qdeclarativeworkerscriptBea Lam2011-01-281-1/+3
* | Doc fix for lineHeight.Yann Bodson2011-01-281-1/+3