summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-114-125/+140
|\
| * 64-bit versions of PREMUL, BYTE_MUL and INTERPOLATE_PIXEL_256Andreas Kling2010-08-111-73/+67
| * QXmlStreamReader: avoid unnecessary detachingPeter Hartmann2010-08-111-1/+1
| * QSslCertificate: support expiration dates > 2049Peter Hartmann2010-08-111-50/+71
| * Doc: Fixing typoMorten Engvoldsen2010-08-111-1/+1
* | doc: The QML Qt element was missing from the documentation.Martin Smith2010-08-111-3/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-1151-78/+87
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-112-11/+28
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-1051-78/+87
| |\ \
| | * | Fix memory leak in QtScript variable objectKent Hansen2010-08-102-2/+2
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-101-0/+5
| | |\ \
| | | * | QSslSocket: fix security vulnerability with wildcard IP addressesPeter Hartmann2010-08-101-0/+5
| | * | | doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-105-11/+11
| | |/ /
| | * | Mac: Fix crash when using style to draw on other things than widgetsRichard Moe Gustavsen2010-08-101-0/+3
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-1042-65/+66
| | |\ \
| | | * | Fix invalid memory write during recursive timer activationBradley T. Hughes2010-08-092-20/+15
| | | * | Added comment about calendarPopup in setCalendarWidget function documentation.Jerome Pasion2010-08-091-0/+1
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Jerome Pasion2010-08-099-12/+29
| | | |\ \
| | | | * | CreateFileMapping returns NULL on error , only tested with INVALID_HANDLE_VALUE.Carlos Manuel Duclos Vergara2010-08-091-0/+4
| | | | * | XmlListModel doc fixesBea Lam2010-08-091-1/+7
| | | | * | Explain Flipable example furtherBea Lam2010-08-091-4/+10
| | | | * | PathView required some diagonal movement before a drag was initiated.Martin Jones2010-08-091-1/+1
| | | | * | OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0.Christian Kamm2010-08-091-2/+2
| | | | * | doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+1
| | | | * | doc: Fixed some qdoc errors.Martin Smith2010-08-093-3/+4
| | | * | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-0934-39/+39
| | | |/ /
* | | | | Compile on SymbianMartin Jones2010-08-112-14/+10
| |_|_|/ |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-118-25/+83
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-101-1/+1
| |\ \ \
| | * | | Fix regression with SSL connections failing on symbianShane Kearns2010-08-101-1/+1
| | |/ /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-101-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Don't double-add item change listeners.Michael Brasser2010-08-101-2/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-106-22/+80
| |\ \ \ | | |/ / | |/| |
| | * | Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-08-093-16/+9
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-094-6/+71
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-064-6/+71
| | | |\ \ | | | | |/ | | | |/|
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-064-6/+71
| | | | |\
| | | | | * Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-08-062-5/+10
| | | | | * Register window types for Symbian system effectsJani Hautakangas2010-08-063-1/+61
* | | | | | Don't destroy ListModel child list nodes.Martin Jones2010-08-112-11/+28
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-102-5/+17
|\ \ \ \ \ | |/ / / /
| * | | | XmlListModel doc fixesBea Lam2010-08-091-1/+7
| * | | | Explain Flipable example furtherBea Lam2010-08-091-4/+10
* | | | | Associate qmlInfo() documentation with QDeclarativeEngineMartin Jones2010-08-101-0/+1
|/ / / /
* | | | PathView required some diagonal movement before a drag was initiated.Martin Jones2010-08-091-1/+1
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-0612-41/+123
|\ \ \ | |/ / |/| |
| * | Modified descriptions of QBasicTimer class and isActive() function.Jerome Pasion2010-08-061-3/+4
| * | Translation work for 4.7Pierre Rossi2010-08-061-1/+1
| * | doc: Fixed some qdoc errors.Martin Smith2010-08-061-2/+3
| * | doc: Fixed some qdoc errors.Martin Smith2010-08-061-28/+15