summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-16307-4004/+4004
* Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-151-1/+1
* QDeclarativeDebug: Remove unused fileKai Koehne2011-02-152-1/+0
* QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2011-02-157-264/+54
* QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2011-02-159-95/+383
* QDeclarativeDebug: Decouple QDDServer, QDDService classesKai Koehne2011-02-155-311/+541
* Fix declarative autotest compilation on SymbianJoona Petrell2011-02-151-1/+1
* Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-151-2/+4
* Update modules-related tests and docsBea Lam2011-02-152-2/+24
* PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-101-1/+1
* Support seperate versions of installed modulesmae2011-02-091-12/+64
* positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-223-5/+5
* BorderImage fails for .sci source containing a URLMartin Jones2011-01-221-5/+5
* Fix memory leakAaron Kennedy2011-01-211-0/+5
* Request font sizes with only 0.5pt resolution.Martin Jones2011-01-216-20/+54
* 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-201-2/+6
* Don't crash Qt Creator when debugging an object aliasAaron Kennedy2011-01-181-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-11297-299/+299
* Fix loaded() signal to be emitted only onceBea Lam2011-01-102-27/+35
* 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
* 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-232-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 branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-223-8/+31
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-152-22/+35
| |\
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1412-67/+122
| |\ \
| * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-112-2/+7
| |\ \ \
| * \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-091-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-041-0/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-034-3/+42
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-026-19/+58
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-0124-331/+658
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-283-2/+3
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-273-36/+41
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-262-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-254-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
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Doc: Fixed broken link by referring to the errors() method instead.David Boddie2010-11-221-3/+4
* | | | | | | | | | | | | | | Setting TextInput.cursorPosition outside bounds crashed.Martin Jones2010-12-202-0/+4