summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* docs - quote code with snippets, other improvementsBea Lam2010-07-012-1/+7
* Remove a few more unnecessary exports.Martin Jones2010-07-014-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-017-82/+105
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-0156-237/+683
| |\
| * | Reformat whitespace according to coding styleMark Brand2010-06-305-80/+80
| * | QGraphicsView: Handle wheelEvents correctly with Qt::Popup widgets.Jocelyn Turcotte2010-06-301-0/+19
| * | QGraphicsProxyWidget: Fixes QComboBox popup closing issue.Jocelyn Turcotte2010-06-302-2/+6
* | | Don't export declarative private classesMartin Jones2010-07-0135-52/+52
| |/ |/|
* | Don't access uninitialized value.Martin Jones2010-06-301-10/+9
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-3056-227/+674
|\ \ | |/ |/|
| * Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-304-6/+111
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-301-2/+3
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-3051-198/+518
| | |\
| * | | Add ListView.nextSection attached propertyMartin Jones2010-06-303-5/+43
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-3016-10/+24
| |\ \ \ | | | |/ | | |/|
| | * | Docs - add more links to relevant examplesBea Lam2010-06-3016-10/+24
| * | | Remove the old font.outline documentationMartin Jones2010-06-303-18/+2
| |/ /
| * | Plug QdeclarativePixmapCache canceled request leak.Martin Jones2010-06-301-27/+29
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-3039-161/+465
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2939-161/+465
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2939-161/+465
| | | |\ \
| | | | * | Remove an unnecessary connect() in TextInputMartin Jones2010-06-291-3/+1
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-2933-272/+346
| | | | |\ \
| | | | | * | Fix flow layout not taking into account whether it's width and height are imp...Joona Petrell2010-06-291-2/+2
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2935-147/+448
| | | | | |\ \
| | | | * | | | Ensure micro focus is updated in TextEdit and TextInputMartin Jones2010-06-294-9/+14
| | | | | |/ / | | | | |/| |
| | | | * | | Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-291-1/+9
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2834-146/+439
| | | | |\ \ \
| | | | | * | | VisualDataModel hasModelChildren role shadowed user roles.Martin Jones2010-06-281-1/+1
| | | | | * | | Allow positioning of ListView items width sub-pixel precision.Martin Jones2010-06-281-7/+10
| | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-282-0/+7
| | | | | |\ \ \
| | | | | | * | | DocsBea Lam2010-06-282-0/+7
| | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-06-2823-484/+481
| | | | | |\ \ \ \
| | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-2841-400/+960
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-2510-14/+85
| | | | | | |\ \ \ \
| | | | | | | * | | | Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-252-1/+25
| | | | | | | * | | | Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-253-5/+23
| | | | | | | * | | | Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-253-6/+23
| | | | | | | * | | | Fix assertAaron Kennedy2010-06-251-2/+2
| | | | | | | * | | | Disallow global object properties as property namesAaron Kennedy2010-06-252-0/+12
| | | | | | * | | | | Test ListElement type via type system, not string comparison.Warwick Allison2010-06-256-3/+35
| | | | | | |/ / / /
| | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2416-115/+255
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2416-115/+255
| | | | | | | |\ \ \ \
| | | | | * | | | | | | Restore neutral movement state if a view is manually positioned.Martin Jones2010-06-245-6/+46
| | | | | | |_|/ / / / | | | | | |/| | | | |
| | | | | * | | | | | Prevent value source animations from being registered to start twice.Michael Brasser2010-06-241-0/+2
| | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-248-10/+42
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-06-2412-74/+193
| | | | | | |\ \ \ \ \ \
| | | | | * | | | | | | | Expose the Flickable's internal contentItemMartin Jones2010-06-245-41/+60
| | | | | | |/ / / / / / | | | | | |/| | | | | |
| | | | | * | | | | | | Ensure sourcesize is in pixmap cache key.Warwick Allison2010-06-241-0/+6
| | | | | * | | | | | | doc: note that calling methods before component completion may have no effectMartin Jones2010-06-233-0/+36