summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-3041-566/+1011
|\
| * QDeclarativeDebug: Make autotests more robustKai Koehne2010-09-302-0/+4
| * Add sendParentChangeNotification to QGraphicsItemMarco Bubke2010-09-302-4/+16
| * Use setParentItem() instead of setParentItemHelper if componentComplete is trueMarco Bubke2010-09-302-9/+34
| * QDeclarativeDebugClient: Make sure status is consistentKai Koehne2010-09-301-2/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-3039-553/+958
| |\
| | * Doc clarification.Michael Brasser2010-09-301-0/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-292-181/+269
| | |\
| | | * Recreate Qt 4.7 branch QtDeclarative def files on top of changes made to Qt 4...Joona Petrell2010-09-292-181/+269
| | * | Fallback to A8 text rendering on Mac when LCD smoothing is disabledAaron Kennedy2010-09-291-0/+7
| | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-294-176/+107
| | |\
| | | * Correct property type of PathAttribute::value in the docs.Michael Brasser2010-09-291-1/+1
| | | * Remove unused AST node destructors.Michael Brasser2010-09-281-146/+3
| | | * Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-281-1/+1
| | | * Documentation.Michael Brasser2010-09-282-24/+98
| | | * Documentation fix for Flickable (mark content properties as real, not int).Michael Brasser2010-09-281-4/+4
| | * | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2913-17/+17
| | * | Register QtQuick 1.0 module.Aaron Kennedy2010-09-294-31/+145
| | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-2817-148/+411
| | |\
| | | * QDeclarativeDebugClient: Fix gcc warningKai Koehne2010-09-281-1/+1
| | | * QmlDebugService: Check that there is a receiver before sending messagesKai Koehne2010-09-281-2/+4
| | | * If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-286-10/+34
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-287-111/+304
| | | |\
| | | | * Make QmlDebug protocol more robustKai Koehne2010-09-287-111/+304
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-2852-374/+824
| | | |\ \ | | | | |/
| | | * | 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-303-5/+12
|\ \ \ \ \
| * | | | | Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2010-09-301-2/+5
| * | | | | 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
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-302-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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-3014-39/+110
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Update frameGeometry when the unified toolbar visiblity is toggledAndy Shaw2010-09-291-0/+1
| * | | | Initialise pointer variables.Aaron McCarthy2010-09-291-2/+2
| * | | | An aborted QNetworkSession on Maemo must emit SessionAbortedError.Alex2010-09-291-2/+5
| * | | | GtkStyle: memory leaks in widget map are fixedDenis Mingulov2010-09-282-8/+17
| * | | | Fixed performance issue in QML clipping with OpenGL 2.0 paint engine.Samuel Rødal2010-09-281-4/+4
| * | | | Fixed antialiased rasterization bug in raster engine.Samuel Rødal2010-09-283-7/+41
| * | | | Small optimizations the gray raster for 64-bit.Samuel Rødal2010-09-281-4/+4
| * | | | Fixed a painting glitch with checked menu icons on WindowsXPJens Bache-Wiig2010-09-281-1/+1
| * | | | QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-282-9/+30
| * | | | Insert the result of QHostInfo::fromName into the hostinfo cache, too.David Faure2010-09-281-1/+4
| * | | | Use quint64 (long long) instead of long for the GCC assembly code.Thiago Macieira2010-09-281-1/+1
| |/ / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-285-3/+23
|\ \ \ \ | |/ / / |/| | |