summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure image loads are cencelled if item destroyed.Warwick Allison2009-06-195-6/+28
* Initialize declarative data members correctlyAaron Kennedy2009-06-181-1/+1
* Expose the row and column of an item as an attached propertyAaron Kennedy2009-06-182-0/+60
* Don't move item if it hasn't been draggedAaron Kennedy2009-06-181-2/+5
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-181-0/+10
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Rhys Weatherley2009-06-184-24/+138
| |\
| * | Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
* | | (Very) Basic FlowView prototypeAaron Kennedy2009-06-184-1/+426
| |/ |/|
* | Allow synthesized and extension meta objects to work togetherAaron Kennedy2009-06-182-3/+14
* | Use QContiguousCache for cached queriesIan Walters2009-06-182-21/+124
|/
* Don't defer properties if an id has been setAaron Kennedy2009-06-172-11/+17
* VC2008 CompileAaron Kennedy2009-06-171-0/+14
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-173-1/+19
|\
| * Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
| * Fixing qml for QWidget support (crash)Thomas Hartmann2009-06-161-0/+6
| * Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
* | Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
|/
* Make the default rect color whiteAaron Kennedy2009-06-162-1/+3
* Forward signals from extended objectsAaron Kennedy2009-06-163-3/+31
* Deferred properties mostly work.Aaron Kennedy2009-06-163-12/+39
* Invalidate the cache if the script resetsAaron Kennedy2009-06-161-2/+2
* Fix autotest crashAaron Kennedy2009-06-161-2/+2
* Revert "Compilation fix on MSVC"Aaron Kennedy2009-06-161-8/+38
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-16166-1624/+1898
|\
| * Export QmlStateGroup so that it can be used by non-QFxItem DUI'sRhys Weatherley2009-06-161-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-06-14269-4466/+5288
| |\
| | * Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-1222-177/+248
| | |\
| | | * QMenu, QMenuBar: small cleanupThierry Bastian2009-06-127-20/+13
| | | * QGraphicsItems are repainted when outside the view's exposed region.Bjørn Erik Nilsen2009-06-121-5/+6
| | | * doc: Fixed several qdoc warnings.Martin Smith2009-06-121-5/+32
| | | * add streaming ops for scriptdebugger object deltasKent Hansen2009-06-122-0/+22
| | | * Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-121-5/+10
| | | * Make repeated calls to QToolTip::hideText() still hide the textmae2009-06-121-8/+13
| | | * Fixed clipping bugs in GL 2 paint engine.Samuel Rødal2009-06-121-6/+2
| | | * doc: Fixed several qdoc warnings.Martin Smith2009-06-124-54/+109
| | | * Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-122-18/+21
| | | * refactor some codeThierry Bastian2009-06-121-31/+26
| | | * Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
| | | * Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1
| | * | Use standard cursor control for TextEdit.Michael Brasser2009-06-121-2/+4
| | * | Some XmlListModel cleanup.Michael Brasser2009-06-122-13/+3
| | * | Speed up XmlListModel.Michael Brasser2009-06-121-7/+22
| | * | Fixup headers.Michael Brasser2009-06-129-23/+21
| | * | Behavior fixes.Michael Brasser2009-06-124-22/+49
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-1112-21/+27
| | |\ \
| | | * | Help people find poor uses of QString -> QUrl conversion.Warwick Allison2009-06-111-0/+7
| | | * | More explicit QUrl <-> QString conversion.Warwick Allison2009-06-1111-21/+20
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-11101-979/+1132
| | |\ \ \ | | | | |/ | | | |/|
| | | * | UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-111-1/+10
| | | * | Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-111-2/+2