summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Restructure the examples. They are now organized into variousBea Lam2010-05-178-12/+12
| * | | | | | | | | Doc fixBea Lam2010-05-171-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
| * | | | | | | | Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-0/+5
| * | | | | | | | 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-1428-247/+789
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | 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-148-9/+63
| | |/ / / / / / /
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1459-545/+1033
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Fix crash in ParentAnimation.Michael Brasser2010-05-146-13/+16
| | | * | | | | | Revert "Fix crash in ParentAnimation."Michael Brasser2010-05-141-9/+8
| | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Fix crash in ParentAnimation.Michael Brasser2010-05-141-8/+9
| | | * | | | | Minor declarative webview tweaksAlan Alpert2010-05-131-2/+5
| | | * | | | | Removed dependency of QDeclarativeWebView to private Qt (Declarative) APISimon Hausmann2010-05-132-163/+106
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-1376-492/+1135
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1310-59/+155
| | | | |\ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | | | * | | | 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-133-3/+38
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-131-10/+18
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1343-367/+609
| | | | | | |\ \ \ \ \
| | | | | | * | | | | | Add an example spinner.Martin Jones2010-05-133-3/+38
| | | | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1327-136/+251
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|/ / / / | | | | | | |/| | | | |
| | | | | | * | | | | | ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-131-10/+18
| | | | | | | |/ / / / | | | | | | |/| | | |
| | | | | * | | | | | 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-142-0/+367
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1326-125/+231
| | |\ \ \ \ \ \ \
| | * | | | | | | | 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-1438-463/+397
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1338-463/+397
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Avoid running animation when loopCount == 0Leonardo Sobral Cunha2010-05-131-0/+3
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1237-463/+394
| | | |\ \ \ \ \ \
| | | | * | | | | | Compile fix on Windows.Kim Motoyoshi Kalland2010-05-123-3/+3
| | | | * | | | | | Remove an unnecessary assert.Trond Kjernåsen2010-05-121-2/+1
| | | | * | | | | | Skip definition of wintab functions in case of QT_NO_TABLETEVENT.Mirko Damiani2010-05-122-0/+7
| | | | * | | | | | Made curve tesselation be dynamically adjusted based on transform.Samuel Rødal2010-05-128-245/+50
| | | | * | | | | | Fix compiler warning in QT_REQUIRE_VERSIONOlivier Goffart2010-05-111-1/+1
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-1125-214/+334
| | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / | | | | | |/| | | / | | | | | |_|_|_|/ | | | | |/| | | |
| | | | | * | | | Really fix tst_QDockWidget::taskQTBUG_9758_undockedGeometry on LinuxOlivier Goffart2010-05-101-1/+4
| | | | | * | | | Made paint engine texture drawing work in GL ES 2 and updated docs.Samuel Rødal2010-05-101-27/+46
| | | | | * | | | Opt out of visual-config size checks with extensionNicolai de Haan2010-05-101-0/+5
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1482-220/+734
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1382-220/+734
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1282-220/+734
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-12126-2836/+3271
| | | | |\ \ \ \ \
| | | | | * | | | | Use qrand() instead of rand()Bradley T. Hughes2010-05-042-2/+2