summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Actually call update in the Text ElementAlan Alpert2010-10-151-0/+1
| | | * | | | | Recalculate Text Element's alignment when width changesAlan Alpert2010-10-151-3/+4
| | * | | | | | Fix potential memory corruption in QDeclarativePropertyCacheAaron Kennedy2010-10-141-4/+7
| | |/ / / / /
| | * | | | | Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-142-58/+28
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-1413-547/+577
| | |\ \ \ \ \
| | | * | | | | Optimization: Don't generate intermediate QDeclarativeComponent'sAaron Kennedy2010-10-148-64/+48
| | | |/ / / /
| | * | | | | Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-142-34/+68
| * | | | | | Corrected spelling mistake and whitespace fixes.Jerome Pasion2010-10-181-2/+2
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-151-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-141-0/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | TextInput autoscroll now scrolls when the cursor movesAlan Alpert2010-10-141-0/+1
| | | |/ / / | | |/| | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-1429-541/+844
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-1329-541/+844
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
| | * | | | Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-1/+1
| | * | | | Fix alignment bugs in Text elementAaron Kennedy2010-10-132-481/+524
| | |/ / /
| | * | | Compile on WinCEAaron Kennedy2010-10-131-2/+2
| | * | | Compile on MSVC2008Aaron Kennedy2010-10-121-3/+2
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-121-0/+1
| | |\ \ \
| | | * | | Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+1
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-124-13/+84
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix autotest on windowsAaron Kennedy2010-10-111-0/+12
| | | * | | Allow objectName to be used in QML bindingsAaron Kennedy2010-10-114-13/+66
| | | * | | Install the declarative objectNameChanged callbackAaron Kennedy2010-10-112-0/+6
| | * | | | Update sections if model content changes.Martin Jones2010-10-124-3/+64
| | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-085-15/+71
| | |\ \ \
| | | * | | Allow aliases to value type propertiesAaron Kennedy2010-10-083-9/+62
| | | * | | Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-082-6/+9
| | * | | | Ensure GridView header is visible at the top of the view.Martin Jones2010-10-081-1/+8
| | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-085-3/+59
| | |\ \ \
| | | * | | Disable Text {} image caching by defaultAaron Kennedy2010-10-081-2/+2
| | | * | | Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-084-1/+57
| | * | | | Don't forward keys to invisible items.Martin Jones2010-10-081-4/+4
| | |/ / /
| | * | | Ensure that onRelease is called for doubleClick events.Martin Jones2010-10-082-7/+8
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-085-6/+0
| | |\ \ \
| | | * | | Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-085-6/+0
| | * | | | emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-3/+12
| | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-081-0/+3
| | |\ \ \
| | | * | | Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-081-0/+3
| | * | | | Ensure Flickable.contentX and Flickable.contentY return correct values.Martin Jones2010-10-081-2/+2
| | |/ / /
| | * | | Fix dragging items within a PathViewMartin Jones2010-10-071-3/+3
| | | |/ | | |/|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-0818-49/+176
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-0718-49/+176
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Connect property alias change signals on useAaron Kennedy2010-10-0713-42/+147
| | * Doc fix.Michael Brasser2010-10-071-3/+3
| | * Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-0/+2
| | * Ensure the TextInput cursor blinks immediately when enabled.Michael Brasser2010-10-061-1/+5
| | * Ensure PathView updates positions when path changes.Michael Brasser2010-10-062-2/+16
| | * Create Loader components in correct contextAaron Kennedy2010-10-061-1/+3
* | | Doc: Fixed qdoc warnings.David Boddie2010-10-071-6/+2