summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'integration'Yoann Lopes2011-02-021-0/+7
|\
| * Fixes compilation when using FreeType on Symbian.Yoann Lopes2011-01-311-0/+7
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-2513-68/+98
|\ \ | |/ |/|
| * BorderImage fails for .sci source containing a URLMartin Jones2011-01-211-5/+5
| * positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-213-5/+5
| * Revert "Fix loaded() signal to be emitted only once"Bea Lam2011-01-212-35/+27
| * TextEdit implicit size varied depending upon wrapMode.Martin Jones2011-01-191-2/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-186-20/+54
| |\
| | * Request font sizes with only 0.5pt resolution.Martin Jones2011-01-186-20/+54
| * | fix typo in error messagesOswald Buddenhagen2011-01-171-1/+1
| |/
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-172-0/+9
|\ \ | |/
| * Fix memory leakAaron Kennedy2011-01-141-0/+5
| * Clarify Component.createObject(null) behavior.Martin Jones2011-01-141-0/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17297-329/+337
|\ \ | |/
| * Don't crash Qt Creator when debugging an object aliasAaron Kennedy2011-01-131-1/+1
| * Doc: Fixed a few misspellings of FlipableThorbjørn Lindeijer2011-01-111-2/+2
| * Update copyright year to 2011.Jason McDonald2011-01-10297-299/+299
| * Fix loaded() signal to be emitted only onceBea Lam2011-01-102-27/+35
* | qt project files: create pkg-config files for mingwMark Brand2011-01-101-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-063-30/+10
|\ \ | |/
| * PathView crashed when the path is provided with undefined values.Martin Jones2011-01-061-1/+7
| * PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-061-1/+3
| * Doc fixes for introduction page and Item docsBea Lam2011-01-061-28/+0
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-239-20/+50
|\ \ | |/
| * WorkerScript could starve image loading of CPU.Martin Jones2010-12-231-1/+1
| * Improve docs on attached properties on view delegates.Martin Jones2010-12-233-0/+25
| * Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-231-0/+6
| * Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-231-1/+3
| * Nested flickables would react alternately to flicks.Martin Jones2010-12-231-2/+4
| * Improve QDeclarativeComponent test coverage.Michael Brasser2010-12-222-12/+0
| * Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-4/+10
| * XmlListModel requests should set 'Accept' header to 'application/xml'Bea Lam2010-12-221-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-233-8/+31
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-213-8/+31
| |\
| | * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-142-22/+35
| | |\
| | * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1312-67/+122
| | |\ \
| | * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-102-2/+7
| | |\ \ \
| | * \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-081-3/+7
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-0636-391/+841
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-031-0/+3
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-024-3/+42
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-016-19/+58
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-3024-331/+658
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-273-2/+3
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-263-36/+41
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-252-1/+37
| | | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fixed incorrect angle values in the RotationAnimation description.David Boddie2010-11-301-4/+4
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-244-19/+55
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Doc: Added documentation about Tab and Backtab key handling.David Boddie2010-11-241-1/+23
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-235-7/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \