summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Initialize QDeclarativeData even when not using a QDeclarativeEngineAaron Kennedy2010-04-082-5/+14
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-085-25/+53
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-088-37/+38
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-085-25/+53
| | | * | | | | | | | Fix location of error message.Warwick Allison2010-04-081-2/+2
| | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Revert "Add QListModelInterface::modelReset() signal and emit this in"Bea Lam2010-04-085-23/+12
| | | * | | | | | | Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-081-12/+10
| | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-084-11/+30
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0810-109/+84
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Revert "Support QList<QObject*> properties"Aaron Kennedy2010-04-089-105/+70
| | | | | * | | | | | Document behavior of conflicting when clauses.Michael Brasser2010-04-081-4/+14
| | | | * | | | | | | Don't emit clicked() after pressAndHold()Martin Jones2010-04-081-1/+1
| | | | |/ / / / / /
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0810-75/+119
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Support QList<QObject*> propertiesAaron Kennedy2010-04-089-70/+105
| | | | * | | | | | | Fix setting of pointSize and pixelSize in different items.Martin Jones2010-04-082-6/+15
| | | * | | | | | | | Give error if attempt to import from a version that is not installed.Warwick Allison2010-04-081-0/+12
| | | * | | | | | | | Test actual error messages. Fix error messages. Test module-not-available error.Warwick Allison2010-04-081-2/+4
| | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Update Repeater docs.Michael Brasser2010-04-071-5/+14
| | | |/ / / / / /
| | | * | | | | | Build on Windows.Martin Jones2010-04-071-1/+6
| | | * | | | | | Make sure Loader doesn't leak when component has errors.Michael Brasser2010-04-071-3/+3
| | | * | | | | | Cleanup (remove QDeclarativeScriptClass)Aaron Kennedy2010-04-0713-142/+34
| | | * | | | | | Disallow nested elements in ListModelAaron Kennedy2010-04-072-1/+9
| | | * | | | | | Fix warningMartin Jones2010-04-071-1/+1
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-078-17/+28
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-0725-78/+259
| | | | |\ \ \ \ \ \
| | | * | | | | | | | Disallow creation of attached objects Keys and KeyNavigationMartin Jones2010-04-073-35/+36
| | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0719-50/+166
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Allow iteration over the Item.children propertyAaron Kennedy2010-04-072-3/+22
| | | | * | | | | | | Add QListModelInterface::modelReset() signal and emit this inBea Lam2010-04-075-12/+23
| | | | * | | | | | | CompileAaron Kennedy2010-04-071-1/+1
| | | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-07300-5506/+10227
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Optimization: Only allocate QScriptValue if we need tooAaron Kennedy2010-04-013-10/+13
| | | | * | | | | | | | Crash: Assign context in CreateSimpleObject tooAaron Kennedy2010-04-011-6/+6
| | | | * | | | | | | | Optimization: Minor object allocation speedupAaron Kennedy2010-04-011-1/+7
| | | | * | | | | | | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeDataAaron Kennedy2010-04-0110-24/+101
| | | * | | | | | | | | Keep track of the item count to avoid calling model->count() during batched c...Martin Jones2010-04-073-22/+55
| | | * | | | | | | | | Allow MouseArea.Drag.target to be reset.Martin Jones2010-04-072-1/+10
| | | * | | | | | | | | Document MouseEvent.accepted.Martin Jones2010-04-071-0/+11
| | | * | | | | | | | | Initialize drag movement correctly if drag.target is set after mouse move.Martin Jones2010-04-071-3/+3
| | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-07294-5432/+10118
| | | |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | Don't crash if a target isn't specified for AnchorChanges.Michael Brasser2010-04-061-0/+12
| | | * | | | | | | | | Honor the startDragThreshold in MouseArea drag.Martin Jones2010-04-071-2/+2
| * | | | | | | | | | | Add some TextInput properties and methodsAlan Alpert2010-04-122-4/+94
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-122-1/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add meta-data keys for embedded images.Andrew den Exter2010-04-122-1/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-1017-517/+1124
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-1017-517/+1124
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix build error in QtGui armv5 udebShane Kearns2010-04-091-1/+1
| | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-04-08520-6258/+14888
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Update Symbian def files for 4.7Shane Kearns2010-04-0713-510/+1109