summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Documentation.Michael Brasser2010-09-282-24/+98
| | | | * | Documentation fix for Flickable (mark content properties as real, not int).Michael Brasser2010-09-281-4/+4
| | | * | | Add test for Qt 4.7 moduleAaron Kennedy2010-09-295-1/+183
| | | * | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291101-1424/+1424
| | | * | | Register QtQuick 1.0 module.Aaron Kennedy2010-09-295-31/+146
| | | |/ /
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2828-220/+596
| | | |\ \
| | | | * | QDeclarativeDebugClient: Fix gcc warningKai Koehne2010-09-281-1/+1
| | | | * | QmlDebugService: Check that there is a receiver before sending messagesKai Koehne2010-09-281-2/+4
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-281-1/+4
| | | | |\ \
| | | | | * | QmlViewer: Fix typo in commentKai Koehne2010-09-281-1/+1
| | | | | * | QmlViewer: Fix assert on exit (Windows)Kai Koehne2010-09-281-0/+3
| | | | * | | If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-289-10/+62
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-2814-182/+457
| | | | |\ \ \ | | | | | |/ /
| | | | | * | QDeclarativeDebugService: Add bc autotestKai Koehne2010-09-283-2/+95
| | | | | * | Make QmlDebug protocol more robustKai Koehne2010-09-2812-180/+362
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-2888-509/+1544
| | | | |\ \ \ | | | | | |/ /
| | | | * | | Minimize parameter changes on glyph cache texturesAaron Kennedy2010-09-283-5/+32
| | | | * | | Only set maskTexture sampler uniform onceAaron Kennedy2010-09-282-6/+13
| | | | * | | Only repopulate the glyph cache when we know something could have changedAaron Kennedy2010-09-281-11/+16
| | | | * | | Remove unnecessary attribute changesAaron Kennedy2010-09-231-2/+0
| | | | * | | Invalidate QStaticText coord cache when texture size changesAaron Kennedy2010-09-231-1/+8
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-305-8/+81
| |\ \ \ \ \ \
| | * | | | | | Some 4.7.1 changes.Bjørn Erik Nilsen2010-09-301-0/+10
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-305-5/+53
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Added support for unsigned smart installer package creation in SymbianMiikka Heikkinen2010-09-303-4/+49
| | * | | | | Fix QApplication::desktop()->availableGeometry() for SymbianMiikka Heikkinen2010-09-301-0/+3
| | * | | | | QS60Style: Possible NULL pointer use when drawing frameSami Merila2010-09-301-1/+1
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-3054-69/+170564
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-3013-67/+294
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | Skip tst_QFont::lastResortFont() for Q_WS_QWSAlessandro Portale2010-09-291-0/+5
| | * | | | | Fixed failure of benchlibcallgrind selftest on some platforms.Rohan McGovern2010-09-291-6/+16
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-2812-61/+273
| | |\ \ \ \ \ | |/ / / / / /
| | * | | | | Fix QFontMetrics::lineWidth() for fonts with defined point sizeAlessandro Portale2010-09-282-1/+25
| | * | | | | Implemeting, exporting and autotesting QFont::lastResortFont()Alessandro Portale2010-09-284-0/+19
| | * | | | | Fixed compile error on non-Symbian platforms.axis2010-09-281-0/+2
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-276-61/+228
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Fixed regression when typing in QTextControl based widgets on Symbianaxis2010-09-272-55/+208
| | | * | | | Fixed incorrect snippet in BLD_INF_RULES documentationMiikka Heikkinen2010-09-272-1/+8
| | | * | | | Streamlined smart installer package creationMiikka Heikkinen2010-09-272-5/+12
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-2857-4653/+861
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge commit 'refs/merge-requests/828' of git://gitorious.org/qt/qt into inte...David Boddie2010-10-013-6/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix a link that no longer exists in documentation.Robin Burchell2010-09-271-1/+1
| * | | | | | Remove obsolete reference to qregexp.tex.Robin Burchell2010-09-271-4/+0
| * | | | | | Reference to QStringList::find() is incorrect, should be QStringList::filter().Robin Burchell2010-09-271-1/+1
* | | | | | | Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2010-09-302-5/+62
* | | | | | | QAxBase::dynamicCall() returns invalid QVariantPrasanth Ullattil2010-09-301-2/+4
* | | | | | | Fixes cursor shape when widget becomes native on X11.Denis Dzyubenko2010-09-301-1/+3
* | | | | | | Update changesJens Bache-Wiig2010-09-301-0/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Add declarative changelog entries for 4.7.1Joona Petrell2010-09-301-0/+92
* | | | | | connman backendLorn Potter2010-09-301-0/+1