summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'graphicseffect' into 4.6Jørgen Lind2009-11-0512-1/+59
|\
| * Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-0412-1/+59
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jørgen Lind2009-11-0549-185/+627
|\ \ | |/ |/|
| * Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-056-11/+67
| |\
| | * Fix retrieval of SQL type "TIME" information for PostgreSQLDerick Hawcroft2009-11-051-1/+1
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Derick Hawcroft2009-11-052-8/+3
| | |\
| | | * Fix memory leak in the Mac accessibility module.Morten Johan Sørvig2009-11-031-5/+0
| | | * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.5Morten Johan Sørvig2009-11-0210-89/+168
| | | |\
| | | * | Disable the move-by-scrolling optimization.Morten Johan Sørvig2009-11-021-3/+3
| | * | | Check success of query.Derick Hawcroft2009-11-051-1/+1
| | | |/ | | |/|
| | * | Fix a freeze in QFileDialog (Mac)Cédric Luthi2009-11-021-1/+1
| | * | Increase PowerVR memory alignment from 8 to 32 for SGX systems.Rhys Weatherley2009-11-021-1/+1
| | * | The shipped pvr2d.h/wsegl.h for PowerVR do not work with MBXRhys Weatherley2009-11-021-3/+4
| | * | Remove unnecessary PowerVR helper functionsRhys Weatherley2009-11-022-75/+0
| | * | Make screen rotation work properly with the PowerVR screen driverRhys Weatherley2009-11-029-9/+162
| | |/
| | * Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-40/+37
| * | Merge branch 'qtwebkit-4.6' into qt-4.6Jocelyn Turcotte2009-11-0434-152/+517
| |\ \
| | * | Re-apply change 62923e7edacf6a1d28accaff70cbdc0176890d62 by Joerg BornemannJoerg Bornemann2009-11-041-0/+11
| | * | Re-apply change cadd19cd98b9a6ff7ff8755f7774027400aadb0f by Shane KearnsShane Kearns2009-11-041-0/+15
| | * | Re-apply change b4be512bffba65bf4577a2b8275d7c38ce5501a1 by David BoddieDavid Boddie2009-11-041-0/+17
| | * | Re-apply change 7293097060383bcb75ee9f3e6a270de3b5bee2dc by Thiago MacieiraThiago Macieira2009-11-041-0/+37
| | * | Re-apply change cbb2efb13cdf05aabc245e2b0157883146cf069d by Thiago MacieiraThiago Macieira2009-11-041-1/+2
| | * | Re-apply change 914de965a8380e7620209c7b26e984ed9fbccc57 by David BoddieDavid Boddie2009-11-042-7/+91
| | * | Re-apply change 422c747c5108f9f0c544b5dd0789df32aa498fb7 by Martin SmithMartin Smith2009-11-041-1/+1
| | * | Re-apply change 2fbc823bb66db6ef6f6acc74d2baa96ebe1dec81 by Jocelyn TurcotteJocelyn Turcotte2009-11-041-2/+6
| | * | Re-apply change 1db4a133a9d35e00bad50541fb8d64079a7debea by Liang QILiang QI2009-11-044-2/+10
| | * | Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit/qtwebkit-4.6 ( 16a...Jocelyn Turcotte2009-11-0440-342/+530
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-0415-117/+237
| |\| |
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-049-22/+43
| |\ \ \
| | * | | Doc: Fixed qdoc warnings.David Boddie2009-11-048-24/+37
| | * | | Doc: fix broken link in QBitmapAndy Nichols2009-11-041-1/+1
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jørgen Lind2009-11-0481-887/+1368
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Eskil Abrahamsen Blomfeldt2009-11-0473-873/+1227
| |\| | |
| | * | | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-0440-580/+802
| | |\ \ \
| | | * | | Compile fix after the last gesture api changeDenis Dzyubenko2009-11-036-55/+47
| | | * | | Toolbar Icons are clipped on Leopard in Cocoa port.Prasanth Ullattil2009-11-031-1/+2
| | | * | | Gesture api review.Denis Dzyubenko2009-11-0324-265/+270
| | | * | | Modified gesture events propagation.Denis Dzyubenko2009-11-035-12/+54
| | | * | | Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-038-72/+90
| | | * | | Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-038-91/+123
| | | * | | Added QGraphicsObject::ungrabGesture()Denis Dzyubenko2009-11-033-4/+18
| | | * | | Documentation fixes related to gestures doc.Denis Dzyubenko2009-11-032-3/+4
| | | * | | Cocoa: fix double emit bug from file dialogRichard Moe Gustavsen2009-11-031-3/+7
| | | * | | Titlebar icon (for e.g. Assistant) not visible in Cocoa.Prasanth Ullattil2009-11-023-0/+31
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-10-305-22/+109
| | | |\ \ \
| | | | * | | Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-305-22/+109
| | | * | | | Fix QDesktopServices::DataLocation on Mac.Morten Johan Sørvig2009-10-302-12/+6
| | | * | | | Fix indentation.Morten Johan Sørvig2009-10-301-89/+89
| | | * | | | Fix issue with wrong QMessagebox icons on Mac.Morten Johan Sørvig2009-10-301-2/+3
| | | |/ / /
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-3043-397/+1344
| | | |\ \ \