Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Fix coverity warnings | Thierry Bastian | 2009-08-17 | 5 | -9/+6 | |
| | * | | QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated code | Gunnar Sletta | 2009-08-17 | 5 | -72/+69 | |
| | * | | Transforms do not obey AnchorUnderMouse with viewport margins set | Gabriel de Dietrich | 2009-08-17 | 2 | -2/+39 | |
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Morten Sorvig | 2009-08-17 | 59 | -104/+157 | |
| | |\ \ | ||||||
| | | * | | Better handling of qreal with QVariant | Thierry Bastian | 2009-08-17 | 8 | -26/+33 | |
| | | * | | Fixed coverity warnings | Thierry Bastian | 2009-08-17 | 8 | -13/+13 | |
| | | * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 34 | -52/+68 | |
| | | * | | Add LIBS_PRIVATE to qmake. | Thiago Macieira | 2009-08-17 | 8 | -13/+27 | |
| | | * | | doc: Eliminated two qdoc error reports. | Martin Smith | 2009-08-17 | 1 | -0/+10 | |
| | | * | | qpdf: fix memory leak detected by coverity | Thierry Bastian | 2009-08-17 | 1 | -0/+3 | |
| | | * | | Doc: Mention that destroying an item that belongs to a QGraphicsScene is inne... | Olivier Goffart | 2009-08-17 | 1 | -0/+3 | |
| | * | | | Fix compiler flags setting for .mm files on Mac. | Morten Sorvig | 2009-08-17 | 1 | -2/+1 | |
| | |/ / | ||||||
| | * | | Snippet files for gesture overview documentation | Peter Yard | 2009-08-17 | 4 | -0/+734 | |
| | * | | Doc: Fix links and silence qdoc warnings. | Volker Hilsheimer | 2009-08-16 | 3 | -24/+25 | |
| | * | | Fixed compile. | Rohan McGovern | 2009-08-14 | 1 | -3/+3 | |
| | * | | Fixed compile. | Rohan McGovern | 2009-08-14 | 1 | -1/+1 | |
| * | | | Doc: Fixed number of commercial editions. | David Boddie | 2009-08-17 | 1 | -2/+1 | |
| |/ / | ||||||
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-08-14 | 9 | -69/+206 | |
| |\ \ | ||||||
| | * | | Autotest for correct word wrapping on text next to floating object | Eskil Abrahamsen Blomfeldt | 2009-08-14 | 1 | -0/+39 | |
| | * | | Avoid wrapping outside word boundaries in QTextDocument unless necessary | Eskil Abrahamsen Blomfeldt | 2009-08-14 | 1 | -9/+10 | |
| | * | | Reimplement qSwap and Q_DECLARE_SHARED differently. | Thiago Macieira | 2009-08-14 | 6 | -41/+92 | |
| | * | | Perform license checks on source files. | Frans Englich | 2009-08-14 | 1 | -19/+65 | |
| * | | | Doc: Removed claims that QDialog supports border style sheet settings. | David Boddie | 2009-08-14 | 1 | -3/+3 | |
| |/ / | ||||||
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-08-14 | 357 | -8753/+20007 | |
| |\ \ | ||||||
| | * | | QVariant: more work on avoinding conversion between float and doubles | Thierry Bastian | 2009-08-14 | 5 | -16/+16 | |
| | * | | Fixed Coverity defect CID 1528. | Gabriel de Dietrich | 2009-08-14 | 1 | -1/+1 | |
| | * | | Removing some unused variables. | Alessandro Portale | 2009-08-14 | 6 | -16/+0 | |
| | * | | QCssParser: reordering initializers to match declaration | Thierry Bastian | 2009-08-14 | 1 | -1/+1 | |
| | * | | Fixed coverity warnings | Thierry Bastian | 2009-08-14 | 16 | -37/+26 | |
| | * | | QVariant: added toFloat and toReal | Thierry Bastian | 2009-08-14 | 14 | -48/+90 | |
| | * | | Set the QMAKE_BUNDLE_LOCATION to 'Contents/MacOS' only if it's not set | Tor Arne Vestbø | 2009-08-14 | 1 | -1/+1 | |
| | * | | Cocoa: Fix several issues with the event dispatcher | Richard Moe Gustavsen | 2009-08-14 | 6 | -193/+308 | |
| | * | | Our modifications to freetype | Harald Fernengel | 2009-08-14 | 8 | -23/+292 | |
| | * | | Add freetype 2.3.9 | Harald Fernengel | 2009-08-14 | 661 | -0/+292236 | |
| | * | | Deleted freetype 2.3.6 | Harald Fernengel | 2009-08-14 | 650 | -282668/+0 | |
| | * | | Simplify WebKit import into src/3rdparty/webkit | Simon Hausmann | 2009-08-14 | 1 | -2/+2 | |
| | * | | QTextFormat: better use QVariant::userType over QVariant::type | Thierry Bastian | 2009-08-14 | 1 | -15/+15 | |
| | * | | Fix WebKit import into src/3rdparty/webkit | Simon Hausmann | 2009-08-14 | 1 | -0/+3 | |
| | * | | Fix trailing space in snippet file for gesture documentation. | Peter Yard | 2009-08-14 | 1 | -1/+1 | |
| | * | | Gesture Overview Documentation | Peter Yard | 2009-08-14 | 5 | -0/+1163 | |
| | * | | Make Qt::NoGesture visible. Needed for QGesture subclassing. | Peter Yard | 2009-08-14 | 1 | -1/+1 | |
| | * | | Add stringbuilder auto test to auto.pro | hjk | 2009-08-14 | 1 | -0/+1 | |
| | * | | Fix MLS test | Warwick Allison | 2009-08-14 | 1 | -1/+2 | |
| | * | | spel | Warwick Allison | 2009-08-14 | 4 | -14/+14 | |
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Warwick Allison | 2009-08-14 | 7993 | -16559/+24002 | |
| | |\ \ | ||||||
| | | * | | qmake's include function now supports three arguments | Keith Isdale | 2009-08-14 | 1 | -2/+4 | |
| | | * | | Fixed audio auto tests. | Kurt Korbatits | 2009-08-13 | 4 | -129/+229 | |
| | | * | | Removed a few bogus includes | Alessandro Portale | 2009-08-13 | 3 | -11/+0 | |
| | | * | | Compile fix. | Alessandro Portale | 2009-08-13 | 1 | -1/+1 | |
| | * | | | QT_NO_URL_CAST_FROM_STRING, like QT_NO_CAST_FROM_ASCII | Warwick Allison | 2009-08-14 | 2 | -0/+28 | |