summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make test work with shadow builds again.Andreas Aardal Hanssen2010-05-311-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-287-13/+156
|\
| * Fixed bug where testlib would not respect the -iterations option.Samuel Rødal2010-05-281-1/+1
| * Improve precision of testlib benchmarking.Samuel Rødal2010-05-282-1/+7
| * QMetaMethod::invoke: Document that the function does not check the argumentsOlivier Goffart2010-05-281-0/+7
| * add test for QMetaMethod::invokeOlivier Goffart2010-05-281-0/+51
| * Make QGLBuffer copiableRhys Weatherley2010-05-282-11/+90
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-285-320/+167
|\ \
| * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-2847-327/+566
| |\ \
| | * | fix visibility detection for g++ with a qualified binary nameOswald Buddenhagen2010-05-281-1/+1
| * | | qdoc: Fixed the model/view programming page; tried a style change.Martin Smith2010-05-284-319/+166
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2811-48/+85
|\ \ \ \ | |_|_|/ |/| | |
| * | | Active window focus gain should not open virtual keypadJoona Petrell2010-05-285-6/+27
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-28209-1644/+2959
| |\ \ \
| * | | | Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-286-42/+58
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-288-102/+146
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-278-102/+146
| |\ \ \ \
| | * | | | Wrong QGraphicsItem::childrenBoundingRect() when applying effects.Bjørn Erik Nilsen2010-05-272-3/+32
| | * | | | Fix a bug in QDirectFBPixmapData::fromImageAnders Bakken2010-05-272-16/+11
| | * | | | Replace memmove with memcpyEskil Abrahamsen Blomfeldt2010-05-271-6/+6
| | * | | | Fixed compilation of QtOpenGL.Samuel Rødal2010-05-272-2/+2
| | * | | | Optimize initialization of QStaticTextEskil Abrahamsen Blomfeldt2010-05-272-81/+101
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2810-83/+103
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix escaping - by not using evalOswald Buddenhagen2010-05-273-19/+19
| * | | | | escape backslashes in QMAKE_PRL_LIBSOswald Buddenhagen2010-05-271-1/+1
| * | | | | fix & unify path separator escapingOswald Buddenhagen2010-05-273-49/+58
| * | | | | Removed unused variableThorbjørn Lindeijer2010-05-271-1/+0
| * | | | | Upgrade harfbuzz to the latest versionLars Knoll2010-05-272-13/+25
| |/ / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2710-188/+130
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-27209-1531/+2875
| |\ \ \ \
| * | | | | Tweak aesthetics of QML viewer inside QtDemoAlan Alpert2010-05-278-175/+118
| * | | | | Add key event handling to the declarative web viewAlan Alpert2010-05-261-13/+8
| * | | | | Improve gradient docsAlan Alpert2010-05-261-0/+4
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-277-7/+52
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove superfluous forward declaration.kh12010-05-271-3/+0
| * | | | | Update documentation for the -font command line optionBradley T. Hughes2010-05-271-1/+2
| * | | | | Fixed a crash when creating QGtkStyle before QApplicationJens Bache-Wiig2010-05-272-2/+2
| * | | | | Added support for Indonesian language on Symbian.Denis Dzyubenko2010-05-271-1/+2
| * | | | | Ensure that activation object has been created before popping scope of native...Kent Hansen2010-05-272-0/+46
| | |_|_|/ | |/| | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2720-89/+321
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-27130-391/+279302
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | If a pathview delegate changes size, reposition center on pathMartin Jones2010-05-275-6/+46
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-27120-358/+279251
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Remove deprecated Flickable::overshoot property.Martin Jones2010-05-272-24/+0
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-267-166/+172
| | |\ \ \ \
| | * | | | | Don't display unnecessary copyright headers in docMartin Jones2010-05-267-10/+10
| * | | | | | Improve QML framerate debuggingAaron Kennedy2010-05-276-49/+265
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-27181-1433/+2409
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-2770-259/+1045
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-264-1/+98
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |