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 System2011-02-1814-110/+183
|\
| * Export symbols from qtestlib required for QtQuickTestRhys Weatherley2011-02-175-9/+43
| * Allow MouseArea to prevent mouse grab begin stolen by Flickable.Martin Jones2011-02-174-3/+44
| * Fix QTBUG-17008 XmlListModel blocks Windows system eventsCharles Yin2011-02-171-90/+80
| * QDeclarativeDebug: Fix crash when serializing list of QObjectsKai Koehne2011-02-161-8/+10
| * Update the input context when the pre-edit cursor position changes.Andrew den Exter2011-02-163-0/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-183-4/+4
|\ \
| * | QImage crash when invalid XPM is read.Niklas Kurkisuo2011-02-181-1/+1
| * | Fix an issue with removing rows in a table model.Michael Goddard2011-02-182-3/+3
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-183-3/+3
|\ \ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Eckhart Koppen2011-02-171-17/+0
| |\ \ \
| * | | | Changed the localized vendor name for Qt SIS packages to "Nokia"Eckhart Koppen2011-02-173-3/+3
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-171-95/+52
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | RGBA32 -> RGB565 dithering in Meego Graphicssystem,Tero Tiittanen2011-02-171-95/+52
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-171-17/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove sqlite3.sis from qt.sis.Miikka Heikkinen2011-02-171-17/+0
| | |/ / | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-163-1/+9
|\ \ \ \ | |/ / /
| * | | Made Q_ASSERT meaningful againEckhart Koppen2011-02-161-1/+1
| * | | Introduce new flag for splitview support in SymbianSami Merila2011-02-162-0/+8
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-152-5/+33
|\ \ \ \ | |/ / /
| * | | Fix for clipping failure in OpenVG paint engine.Jani Hautakangas2011-02-152-5/+33
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-151-0/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Use QML notation for documenting TextInput::accepted() signal.Andrew den Exter2011-02-151-4/+4
| * | | Document the TextInput accepted() signal.Andrew den Exter2011-02-151-0/+9
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-152-4/+18
|\ \ \ \ | |/ / /
| * | | Fix inheritance of widget input contexts.Andrew den Exter2011-02-152-4/+18
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-141-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for ARMV6 drawhelper blendingJani Hautakangas2011-02-141-2/+2
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-141-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | QStyleSheetStyle: dont crash in PE_WIDGET when widget is nullOlivier Goffart2011-02-141-1/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-141-4/+1
|\ \ \ \
| * | | | Keep sending posted events after commit 7196045b78b33cf135683d5c0b4e164f95231791Bradley T. Hughes2011-02-141-4/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-141-1/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Worked around a SC issue in S60 3.x vs 5.0 versions.axis2011-02-141-1/+13
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-1411-25/+93
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Don't leak ScopeChainNode'sAaron Kennedy2011-02-141-3/+1
| * | | Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-116-4/+4
| * | | Correct the "module not installed" error handlingAaron Kennedy2011-02-111-12/+13
| * | | Flickable uses the flick velocity to determine whether to retain grabMartin Jones2011-02-111-1/+6
| * | | Make addImportPath() work for windows paths starting with lower caseBea Lam2011-02-111-2/+4
| * | | Report any exceptions occurring in WorkerScript javascript codeBea Lam2011-02-111-3/+63
| * | | MouseArea docs - link to onCanceled() from onReleased()Bea Lam2011-02-111-0/+2
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-101-33/+19
|\ \ \ \ | | |/ / | |/| |
| * | | Fix QFileDialog Symbian native file dialog filename filtering.Miikka Heikkinen2011-02-101-33/+19
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-105-16/+48
|\ \ \ \ | | |/ / | |/| |
| * | | PathView items were not correctly updated when rootIndex changed.Martin Jones2011-02-101-16/+28
| * | | Allow text to selected in a TextEdit or TextInput inside a Flickable.Andrew den Exter2011-02-104-0/+20
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-103-5/+62
|\ \ \ \ | |/ / /
| * | | Update modules-related tests and docsBea Lam2011-02-102-2/+24
| * | | CLeanup registers after AddStringAaron Kennedy2011-02-101-3/+38