summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-1731-550/+740
* Reset QDeclarativeDeclarativeData::outerContext when the context is removedAaron Kennedy2010-03-171-0/+1
* Simplify QDeclarativeComponent::creationContext() logicAaron Kennedy2010-03-171-5/+2
* Optimization: Use id notifier for QtScript bindingsAaron Kennedy2010-03-173-5/+33
* Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-175-5/+30
* Fixes for the module importmae2010-03-162-38/+111
* Fix documentationmae2010-03-162-4/+4
* add alan's tic-tac-toe AImae2010-03-163-7/+151
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-16241-2984/+5781
|\
| * Remove test in .pro file alsoAlan Alpert2010-03-161-1/+0
| * Remove unneeded #include and add needed header to .priMartin Jones2010-03-162-2/+1
| * Add easing changes to QmlChanges.txtMartin Jones2010-03-161-0/+8
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1620-1220/+1549
| |\
| | * Doc fixes.Bea Lam2010-03-162-28/+27
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-16631-7320/+14860
| | |\
| | * | Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-1619-1220/+1551
| * | | Update more animation on property value source docs.Martin Jones2010-03-163-17/+19
| * | | QmlChanges.txt cleanup.Martin Jones2010-03-161-23/+26
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-16207-1517/+2539
| |\ \
| | * | Optimize drawPixmapFragments for the GL2 paint engine.Michael Brasser2010-03-152-12/+17
| | * | Optimize QRegion::intersects(QRect).Michael Brasser2010-03-152-16/+70
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15217-1679/+4055
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15217-1679/+4055
| | | |\ \
| | | | * | Compile with user defined Qt namespaceRoberto Raggi2010-03-151-2/+4
| | | | * | Fix regression from previous commitmae2010-03-153-7/+20
| | | | * | Import "content" with as qualifier to support network without qmldirmae2010-03-151-5/+5
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15215-1681/+4042
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-153-0/+252
| | | | | |\ \
| | | | | * | | Small fixes to photoviewer demoYann Bodson2010-03-152-12/+14
| * | | | | | | Split post alpha API changes into a separate section.Martin Jones2010-03-161-21/+27
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-158-2/+270
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fix benchmark.Michael Brasser2010-03-151-0/+1
| | * | | | | | Add basic QUrl benchmarks.Michael Brasser2010-03-152-0/+251
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-151-2/+2
| | |\ \ \ \ \
| | * | | | | | Add busy indicator to photoviewer demoYann Bodson2010-03-155-2/+18
| * | | | | | | Little more doc on QabstractItemModel and QML.Martin Jones2010-03-152-5/+21
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1527-165/+228
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-153-9/+20
| | |\ \ \ \ \
| | | * | | | | QDeclarative::isWritable optimization.Michael Brasser2010-03-151-5/+3
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15211-1674/+3768
| | | |\ \ \ \ \
| | | | * | | | | Make easing docs more consistent with other grouped property docs.Michael Brasser2010-03-141-4/+8
| | * | | | | | | fix installation of imports librariesYann Bodson2010-03-151-4/+3
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-143-8/+34
| | |\ \ \ \ \ \
| | | * | | | | | Fix typo.Michael Brasser2010-03-141-1/+1
| | | * | | | | | Use reliable local server for HTTP testing.Warwick Allison2010-03-142-7/+33
| | * | | | | | | Make the loader a focusscope.Yann Bodson2010-03-141-1/+3
| | |/ / / / / /
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-12210-1665/+3727
| | |\ \ \ \ \ \
| | | * | | | | | Fix installation of imports librariesTobias Hunger2010-03-123-8/+7
| * | | | | | | | Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRangeMartin Jones2010-03-151-2/+2
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-12108-552/+1297
| |\ \ \ \ \ \ \