summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed reference to setSize(), which is in QRectF.Martin Smith2010-05-311-2/+4
* Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-05-31198-1507/+2441
|\
| * 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-26120-358/+279251
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Remove deprecated Flickable::overshoot property.Martin Jones2010-05-262-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
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Redraw issues when removing a fully transparent QGraphicsItem from the scene.Bjørn Erik Nilsen2010-05-262-0/+61
| | * | | | | | Fixes a proxymodel sorting odity.Pierre Rossi2010-05-262-1/+37
| |/ / / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-264-8/+47
| |\ \ \ \ \ \
| | * | | | | | tst_qxmlstream: fix in shadowbuildOlivier Goffart2010-05-262-6/+8
| | * | | | | | QXmlStreamWriter: Auto-formatting does not behave properly with processing in...Jakub Wieczorek2010-05-262-1/+19