summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Export QDeclarativeDebugHelper on Symbian for QTBUG-13762Joona Petrell2010-11-081-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-0822-61/+167
|\
| * Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-081-12/+46
| * Update QtOpenVg def files for bug QT-3589Joona Petrell2010-11-082-0/+2
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0525-110/+233
| |\
| | * Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-3/+25
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0524-107/+208
| | |\
| * | \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-055-9/+50
| |\ \ \
| | * | | Fix tst_symbols auto testHarald Fernengel2010-11-041-5/+5
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-045-8/+49
| | |\ \ \
| | | * | | trivial: fix buildHarald Fernengel2010-11-031-2/+2
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-035-8/+49
| | | |\ \ \
| | | | * | | Fix crashHarald Fernengel2010-11-021-2/+4
| | | | * | | Export isLikelyToBeNfs only if we have an internal buildHarald Fernengel2010-11-021-4/+10
| | | | * | | Fixed QFileInfo autotest to skip on NFS.Dominik Holland2010-11-021-4/+4
| | | | * | | Added environment variable for style overriding.Dominik Holland2010-11-021-2/+10
| | | | * | | Cleanup Meego Compositor detectionHarald Fernengel2010-11-022-28/+18
| | | | * | | Added Maemo 6 to the X11 desktopEnvironment listDominik Holland2010-11-022-0/+35
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-055-13/+26
| |\ \ \ \ \ \
| | * | | | | | Fix opening a network session multiple times in succession.Aaron McCarthy2010-11-051-1/+1
| | * | | | | | Fix synchronous dispatch in ICD in non-main threads.Aaron McCarthy2010-11-051-0/+2
| | * | | | | | QNAM HTTP: Download last chunk properly when readBufferSize() limitedMarkus Goetz2010-11-041-2/+3
| | * | | | | | Prevent access to non-existent memory in QGL2PEXVertexArrayTopi Reiniƶ2010-11-041-2/+3
| | * | | | | | Prevent excessive seeks in xbm detectionHarald Fernengel2010-11-041-8/+17
| | |/ / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-11-054-5/+15
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-035-3/+27
| | |\ \ \ \ \
| | * | | | | | Doc: Clarified the lifetime of the session bus connection.David Boddie2010-11-031-3/+3
| | * | | | | | Doc: Mentioned default values for the BorderImage tile modes.David Boddie2010-11-031-0/+2
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-0369-651/+916
| | |\ \ \ \ \ \
| | * | | | | | | Document the difference between +0.0 and -0.0 for QPointF and QSizeF.David Boddie2010-11-032-2/+10
| * | | | | | | | Remove code changes that were NOT intended as part of the fixSami Merila2010-11-042-19/+0
| * | | | | | | | Wordwrap QInputDialog label in SymbianJanne Koskinen2010-11-041-0/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Don't use stdint.h in our headers since it is a C99 header.Martin Jones2010-11-082-12/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add documentation about script evaluation context and allowed typesBea Lam2010-11-041-2/+28
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0423-105/+180
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix errors in example code. Also reverts the example code to the oldBea Lam2010-11-043-21/+27
| * | | | | | Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-042-7/+51
| * | | | | | Fix regression in 648eb76c and update visual tests.Martin Jones2010-11-041-0/+1
| * | | | | | Don't emit xChanged()/yChanged() twice.Martin Jones2010-11-041-4/+0
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0317-73/+101
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-0310-14/+53
| | |\ \ \ \ \ \
| | | * | | | | | Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-033-0/+15
| | | * | | | | | Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-027-2/+26
| | | * | | | | | Regression: Text element breaks when using \n for separating linesYann Bodson2010-11-021-12/+12
| | * | | | | | | Combining ListView.StrictlyEnforceRange and resizing currentItem stalls.Martin Jones2010-11-033-43/+31
| | |/ / / / / /
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-026-9/+9
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Removing a binding while it is being applied caused a crash.Martin Jones2010-11-024-16/+17
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-033-7/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | The lastCenterPoint should be equal to centerPoint for new gestures.Frederik Gladhorn2010-11-031-3/+5
| * | | | | | | PinchGesture: lastRotationAngle should start at 0.Frederik Gladhorn2010-11-031-1/+1