summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add focus docs snippetsBea Lam2010-05-172-22/+28
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1714-88/+432
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-17401-429/+495
| |\
| | * ListModel::get() shouldn't print warnings for invalid indices since itBea Lam2010-05-172-14/+5
| | * Add \brief to TextInputBea Lam2010-05-171-1/+1
| * | Don't crash due to recursive positioning.Martin Jones2010-05-173-27/+65
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-16306-3218/+6499
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-146-16/+18
| |\ \ \
| * | | | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-149-46/+361
* | | | | Fix doc for status, add Image::onLoaded.Warwick Allison2010-05-173-5/+29
| |_|_|/ |/| | |
* | | | Add missing .proBea Lam2010-05-171-0/+5
* | | | Restructure the examples. They are now organized into variousBea Lam2010-05-16396-413/+483
* | | | graphicsWidgets doc example was previously removedBea Lam2010-05-161-1/+0
* | | | Doc fixBea Lam2010-05-161-0/+1
| |_|/ |/| |
* | | Update the dependencies in src.pro because we don't have a good buildsystemThiago Macieira2010-05-141-5/+15
* | | QtDeclarative doesn't use QtXml, so don't link to it or require others toThiago Macieira2010-05-141-2/+2
* | | Add new logo for QML Launcher (Mac OS X)Kai Koehne2010-05-143-0/+3
* | | Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-1412-46/+50
* | | Remove skins from qml launcher.Kai Koehne2010-05-144-271/+2
* | | Fix compilation of QtDeclarative module (gcc)Kai Koehne2010-05-141-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-14152-970/+1938
|\ \ \
| * | | Qt.include() support in worker scriptsAaron Kennedy2010-05-144-1/+69
| * | | Only add "include" property in non-workerscript threadsAaron Kennedy2010-05-141-1/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-141-4/+8
| |\ \ \
| | * | | Reduce the chance of AnchorAnimation animating geometry changes itMichael Brasser2010-05-141-4/+8
| * | | | Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-1410-12/+182
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-14166-1265/+1890
| |\ \ \ | | | |/ | | |/|
| | * | Fix crash in ParentAnimation.Michael Brasser2010-05-146-13/+16
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-05-1475-120/+529
| | |\ \ | | | |/
| | | * Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-1475-120/+529
| | * | Revert "Fix crash in ParentAnimation."Michael Brasser2010-05-141-9/+8
| | |/
| | * Revert "Use raster graphicssystem for qml.app on OS X."Michael Brasser2010-05-141-1/+1
| | * Fix crash in ParentAnimation.Michael Brasser2010-05-141-8/+9
| | * Minor declarative webview tweaksAlan Alpert2010-05-1323-575/+235
| | * Removed dependency of QDeclarativeWebView to private Qt (Declarative) APISimon Hausmann2010-05-133-185/+113
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-13151-596/+1602
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1318-63/+245
| | | |\
| | | | * Follow-up on Flickable changes.Yann Bodson2010-05-135-44/+94
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1310-6/+125
| | | | |\
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-132-11/+21
| | | | | |\
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-13151-772/+2271
| | | | | |\ \
| | | | | * | | Add an example spinner.Martin Jones2010-05-1310-6/+125
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1395-237/+631
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | | * | | ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-132-11/+21
| | | | | | |/ | | | | | |/|
| | | | * | | Fix crash on remote content.Warwick Allison2010-05-131-1/+3
| | * | | | | Note that you need to unset a flag to create a visual itemAlan Alpert2010-05-131-1/+4
| | | |/ / / | | |/| | |
| * | | | | Add Qt.include() method for scoped inclusion of JavaScript filesAaron Kennedy2010-05-1417-0/+540
| | |_|/ / | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1395-226/+611
| |\ \ \ \
| * | | | | Dates and variants are not considered nested objectsAaron Kennedy2010-05-131-1/+2
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1469-1242/+2000
|\ \ \ \ \ \