summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-053-12/+21
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-05314-9/+106257
|\
| * Test SizeItemToLoader to SizeLoaderToItem resizeMode change.Martin Jones2010-02-041-0/+6
| * Merge branch 'kinetic-declarativeui' of git://git-nokia.trolltech.com.au/qtso...Warwick Allison2010-02-04314-9/+106251
| |\
| | * Add bug note.Michael Brasser2010-02-041-1/+1
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Michael Brasser2010-02-04102-686/+1222
| | |\
| | | * Document margins propertyAlan Alpert2010-02-031-0/+2
| | | * doc: There is no easeNone, it is called easeLinearThorbjørn Lindeijer2010-02-031-1/+1
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2010-02-0397-679/+1166
| | | |\
| | | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-034-24/+42
| | | | |\
| | | | | * Don't create one QNetworkAccessManager per XMLHttpRequestAaron Kennedy2010-02-034-31/+49
| | | | * | Really run image reader in its own thread.Martin Jones2010-02-037-159/+138
| | | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-031-12/+32
| | | | |\ \ | | | | | |/
| | | | | * XMLHttpRequest redirectionAaron Kennedy2010-02-031-12/+32
| | | | * | We use JavaScript, not ECMAScript.Martin Jones2010-02-032-3/+3
| | | | |/
| | | | * update Image.paintedWidth and Image.paintedHeight when the source changesYann Bodson2010-02-032-0/+5
| | | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-031-2/+5
| | | | |\
| | | | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-035-25/+80
| | | | | |\
| | | | | * | Don't enforce lower-case starting letters for ids yet; just print aBea Lam2010-02-031-2/+5
| | | | * | | Remove debug.Martin Jones2010-02-031-4/+0
| | | | | |/ | | | | |/|
| | | | * | Add a PathView.onPath property to help deal with unrequested items.Martin Jones2010-02-032-15/+66
| | | | * | Avoid crash on shutdown if model is destroyed before view.Martin Jones2010-02-032-6/+10
| | | | * | Compile.Martin Jones2010-02-031-4/+4
| | | | |/
| | | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-035-17/+73
| | | | |\
| | | | | * Honor default property orderingAaron Kennedy2010-02-031-2/+49
| | | | | * Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan.Joona Petrell2010-02-032-6/+6
| | | | | * Ensure unrequested items are placed outside the visible area.Martin Jones2010-02-032-9/+18
| | | | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-035-8/+15
| | | | |\ \ | | | | | |/
| | | | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-031-2/+8
| | | | | |\
| | | | | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-033-6/+6
| | | | | | |\
| | | | | | * | Fix Loader crash when Loader.item causes a new item to be loadedMartin Jones2010-02-031-2/+8
| | | | | * | | Compile.Warwick Allison2010-02-034-6/+7
| | | | | | |/ | | | | | |/|
| | | | * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-0376-445/+773
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-023-2/+31
| | | | | |\ \ | | | | | | |/
| | | | | | * Handle wheel events in Flickable.Martin Jones2010-02-023-2/+31
| | | | | * | The depot (4.6.2) does not have the Value patch yet, adjust version checksWarwick Allison2010-02-023-6/+6
| | | | | |/
| | | | | * Fix insertion and deletion of multiple items in GridView.Martin Jones2010-02-024-114/+72
| | | | | * Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-02-0267-323/+664
| | | | | |\
| | | | * | | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-032-3/+6
| | | | |/ /
| | | | * | Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-2/+3
| | | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-0111-10/+120
| | | | |\ \
| | | | | * | Tests for NaN values in the property x, y, widht and height setters ofMarco Bubke2010-02-012-0/+14
| | | | | * | Add transformOriginChanged signal to QmlGraphicsItemMarco Bubke2010-02-012-1/+3
| | | | * | | Compile on machines without SCHED_IDLEMartin Jones2010-02-011-1/+1
| | | * | | | Focus focusScope from focusing for focusOnPressAlan Alpert2010-02-032-3/+18
| | | | |/ / | | | |/| |
| | | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-011-1/+1
| | | |\ \ \
| | | * | | | Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-013-3/+35
| | * | | | | Fix elision and multilength strings when resizing a Text element.Michael Brasser2010-02-041-1/+10
| | | |/ / / | | |/| | |
| | * | | | Support animating attached properties.Michael Brasser2010-02-011-1/+1
| | |/ / /
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-01239-5147/+7409
| | |\ \ \