summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-0636-391/+841
|\
| * Mention that image providers should be added before loading QML filesBea Lam2010-12-031-0/+3
| * Append qml import path individually for each available drive on SymbianJoona Petrell2010-12-022-2/+33
| * Update TextInput when echoMode changes.Yann Bodson2010-12-021-1/+1
| * Ensure semi-transparent rects paint correctly with radius == size/2.Martin Jones2010-12-021-0/+6
| * Rectangle should not paint with negative width or heightChristopher Ham2010-12-021-0/+2
| * ListView header is not visible initially.Martin Jones2010-12-012-12/+26
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-012-2/+26
| |\
| | * Change pen correctly when drawing cached textAaron Kennedy2010-12-011-0/+8
| | * Fix BorderImage painting at sizes less than margin size.Martin Jones2010-12-011-2/+18
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-302-5/+6
| |\ \ | | |/ | |/|
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Joona Petrell2010-11-3019-309/+620
| | |\
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-264-5/+9
| | |\ \
| | | * | Fix whitespace in previous 1e7b4e396ec3bacc1a769208b990c5e0450f0d3aFriedemann Kleint2010-11-261-1/+1
| | | * | Declarative: Fix compiler warnings (Linux/g++)Friedemann Kleint2010-11-264-5/+9
| * | | | Ensure header is considered when positioning content with snapping.Martin Jones2010-11-302-17/+26
| * | | | Fix integer overflow in QDeclarativeItemPrivate::origin enumerationJoona Petrell2010-11-301-1/+1
| * | | | Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-2/+9
| * | | | Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-3/+1
| * | | | Don't draw null pixmap in QDeclarativeImage paint functionJoona Petrell2010-11-301-1/+1
| | |_|/ | |/| |
| * | | Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2917-256/+599
| * | | Move KeyNavigation example to snippets, plus some doc rewordingBea Lam2010-11-291-51/+21
| * | | Fix warnings related to unused variables.Thiago Macieira2010-11-262-1/+2
| * | | Fix silly "will be initialised after" warning.Thiago Macieira2010-11-261-1/+1
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-262-31/+35
| |\ \
| | * | Fix type punning warnings from gccAaron Kennedy2010-11-262-31/+35
| | |/
| * | Repaint when text color changesAlan Alpert2010-11-261-5/+6
| |/
| * End painting of Rectangle pixmap before inserting it to pixmap cache to avoid...Joona Petrell2010-11-251-0/+8
| * Document KeyEvent::modifiersBea Lam2010-11-251-1/+29
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-259-26/+70
|\ \ | |/
| * Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-242-19/+34
| * Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+13
| * Avoid lockup in ListView when animating delegates.Martin Jones2010-11-241-0/+8
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-195-7/+12
| |\
| | * Don't leak QML compiled data objectsAaron Kennedy2010-11-193-7/+3
| | * Doc: clarify Flickable children vs. contentItem children.Martin Jones2010-11-191-0/+7
| | * Fix parent bug for QDeclarativeOpenMetaObjectMarco Bubke2010-11-181-0/+2
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-192-1/+5
| |\ \ | | |/
| * | Doc: Documented that border width does not affect rectangle geometry.David Boddie2010-11-191-0/+3
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-198-59/+106
|\ \ \ | | |/ | |/|
| * | Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747Martin Jones2010-11-162-0/+3
| * | VisualDataModel::count should be 0 until a valid delegate is set.Martin Jones2010-11-161-0/+2
| * | Doc: Remove default from PathView path propertyMartin Jones2010-11-161-1/+0
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-153-4/+4
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-153-4/+4
| | |\
| | | * Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-113-4/+4
| * | | ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-151-3/+3
| * | | ListView.SnapToItem with ListView.StrictlyEnforceRange is broken.Martin Jones2010-11-151-34/+20
| |/ /
| * | Fix PathView key navigation docs.Martin Jones2010-11-121-1/+15
| * | Ensure increment/decrementCurrentIndex always move items in the correct direc...Martin Jones2010-11-122-10/+24