summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-08-2051-78/+224
|\
| * Trivial: fix includeHarald Fernengel2009-08-201-1/+1
| * Make qprintdialog_unix.cpp compile on some Unices.Jason Barron2009-08-201-0/+1
| * Tidy up the PRELOAD macro definitions in qdrawhelper.cpp.Jason Barron2009-08-191-7/+4
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-1949-67/+209
| |\
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-1913-31/+173
| | |\
| | | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAlan Alpert2009-08-1913-34/+189
| | | |\
| | | | * Fixed a crash when setting twice the same viewmode on a QListViewThierry Bastian2009-08-181-1/+3
| | | | * Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
| | | | * add QGraphicsObject Q_INTERFACES macroThierry Bastian2009-08-181-0/+1
| | | | * Compile fix with namespaceshjk2009-08-181-0/+2
| | | | * Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
| | | | * QItemSelectionModel: hasSelection can return true when no selectionThierry Bastian2009-08-181-11/+11
| | | | * QHeaderView: assertion when modifying the root iem of a treewidgetThierry Bastian2009-08-181-1/+2
| | | | * Fix build failure on Mac OS 10.5Richard Moe Gustavsen2009-08-181-2/+4
| | | | * Added support for gestures on Mac OS X CarbonRichard Moe Gustavsen2009-08-183-7/+76
| | | | * Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
| | | | * Fixed a possible crash in QTextCursorThierry Bastian2009-08-181-1/+2
| | | | * Avoid divide by zero on buggy Xlib/Xserver implementationsBradley T. Hughes2009-08-181-4/+14
| | | * | Rectify copy'n'paste error from the QLineControl refactoring.Alan Alpert2009-08-191-1/+1
| | * | | Changed names and URLs to reflect name change.axis2009-08-1936-36/+36
| * | | | Enabled contextmenu event for Symbian.Janne Anttila2009-08-192-4/+10
| |/ / /
* | | | Symbian clipboard to use UID3 of QtGui.Janne Koskinen2009-08-201-1/+1
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-08-18232-1083/+3394
|\ \ \
| * | | Remove qpaintdevice_s60.cpp.Jason Barron2009-08-182-74/+0
| * | | Merge commit 'qt/master'Jason Barron2009-08-18222-1022/+3414
| |\ \ \ | | | |/ | | |/|
| | * | Optimize QMatrix4x4::rotate() for 0, 90, 180, 270 degrees.Rhys Weatherley2009-08-181-4/+17
| | |/
| | * Make QWS compile againAnders Bakken2009-08-171-33/+0
| | * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-17164-312/+1970
| | * Implemented faster image transformation in the raster engine.Kim Motoyoshi Kalland2009-08-173-13/+664
| | * Doc - mentioned that if no QRegExp is set, or an empty string is set,Kavindra Devi Palaraja2009-08-171-3/+5
| | * Doc - some clean ups to QSortFilterProxyModel's documentationKavindra Devi Palaraja2009-08-171-89/+82
| | * Merge QGV delta from kinetic-declarativeui into master.Andreas Aardal Hanssen2009-08-179-11/+39
| | * Fix a crash in the destruction of QListViewThierry Bastian2009-08-171-2/+4
| | * More coverity warnings removedThierry Bastian2009-08-173-12/+2
| | * qdoc: Fixed the bug that made reporting NOTIFY signals not work.Martin Smith2009-08-171-2/+3
| | * QTextControl::print: fix coverity warningThierry Bastian2009-08-172-4/+3
| | * remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-175-82/+33
| | * Fix coverity warningsThierry Bastian2009-08-175-9/+6
| | * QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated codeGunnar Sletta2009-08-175-72/+69
| | * Transforms do not obey AnchorUnderMouse with viewport margins setGabriel de Dietrich2009-08-171-2/+2
| | * Better handling of qreal with QVariantThierry Bastian2009-08-175-11/+5
| | * Fixed coverity warningsThierry Bastian2009-08-176-9/+10
| | * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-179-10/+15
| | * qpdf: fix memory leak detected by coverityThierry Bastian2009-08-171-0/+3
| | * Doc: Mention that destroying an item that belongs to a QGraphicsScene is inne...Olivier Goffart2009-08-171-0/+3
| | * Doc: Fix links and silence qdoc warnings.Volker Hilsheimer2009-08-162-21/+22
| | * Avoid wrapping outside word boundaries in QTextDocument unless necessaryEskil Abrahamsen Blomfeldt2009-08-141-9/+10
| | * QVariant: more work on avoinding conversion between float and doublesThierry Bastian2009-08-141-3/+2
| | * Fixed Coverity defect CID 1528.Gabriel de Dietrich2009-08-141-1/+1