summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0977-837/+2097
|\
| * Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-094-8/+42
| |\
| | * fix QWizard issues on Windows CEJoerg Bornemann2009-11-061-0/+7
| | * fixes button size for Windows mobile styleJoerg Bornemann2009-11-061-5/+9
| | * compilefixes for qfeaturesThomas Hartmann2009-11-064-3/+26
| * | Merge file://t:/dev/qt-46-wt into widgetteamJan-Arve Sæther2009-11-084-185/+580
| |\ \
| | * | Use at() instead of operator[] for vectors and lists.Jan-Arve Sæther2009-11-071-24/+24
| | * | Merge branch 'cmarcelo-vertexsimplification' into 4.6Jan-Arve Sæther2009-11-072-171/+559
| | |\ \
| | | * \ Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/...Jan-Arve Sæther2009-11-072-171/+559
| | | |\ \
| | | | * | QGAL: avoid passing Orientation for interpolation functionsCaio Marcelo de Oliveira Filho2009-11-062-23/+16
| | | | * | QGAL: vertex simplificationCaio Marcelo de Oliveira Filho2009-11-062-73/+379
| | | | * | QGAL: allow parallel anchors simplify center anchorsCaio Marcelo de Oliveira Filho2009-11-062-16/+82
| | | | * | QGAL: fix leak when restoring anchorsCaio Marcelo de Oliveira Filho2009-11-061-36/+27
| | | | * | QGAL: Revamp the edge interpolation codeEduardo M. Fleury2009-11-062-29/+26
| | | | * | QGAL: Support for out-of-order parallel anchorsEduardo M. Fleury2009-11-062-10/+45
| | * | | | The sizePolicy property of QGraphicsWidget should be of type QSizePolicy of c...Jan-Arve Sæther2009-11-071-1/+1
| | |/ / /
| | * | | Merge branch 'fixes' of git://gitorious.org/~morphbr/qt/morphbrs-clone into m...Jan-Arve Sæther2009-11-062-0/+7
| | |\ \ \
| | | * | | Make sizePolicy a property of QGraphicsWidget tooArtur Duque de Souza2009-11-062-0/+7
| * | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-0695-712/+1674
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0656-239/+1066
| | |\ \ \ \
| | | * \ \ \ Merge branch 'feature' into 4.6Jørgen Lind2009-11-068-2/+53
| | | |\ \ \ \
| | | | * | | | Fix QT_NO_GRAPHICSVIEWJørgen Lind2009-11-061-0/+2
| | | | * | | | Fix QT_NO_WHEELEVENTJørgen Lind2009-11-061-0/+2
| | | | * | | | Fix QT_NO_WHATSTHISJørgen Lind2009-11-061-0/+2
| | | | * | | | Fix QT_NO_MENUBARJørgen Lind2009-11-061-0/+2
| | | | * | | | Fix QT_NO_SHORTCUTJørgen Lind2009-11-061-0/+2
| | | | * | | | Fix QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-065-2/+33
| | | | * | | | Fix QT_NO_TABLETEVENTJørgen Lind2009-11-061-0/+6
| | | | * | | | Fix QT_NO_STATUSTIPJørgen Lind2009-11-061-0/+2
| | | | * | | | Fix QT_NO_TOOLBARJørgen Lind2009-11-061-0/+2
| | | * | | | | Merge branch '4.6-s60' into 4.6axis2009-11-0612-42/+119
| | | |\ \ \ \ \
| | | * | | | | | Add preliminary QAccessibleImage interfaceHarald Fernengel2009-11-063-1/+31
| | | * | | | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-0614-150/+233
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | | * | | | | Fixed g++ compiler warnings in qpen.cpp.Samuel Rødal2009-11-061-1/+1
| | | | * | | | | Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-061-15/+2
| | | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-065-58/+104
| | | | |\ \ \ \ \
| | | | | * | | | | CompileEskil Abrahamsen Blomfeldt2009-11-061-1/+1
| | | | | * | | | | Fixed crash in qt_scale_image_16/32bit() when target is flipped.Kim Motoyoshi Kalland2009-11-061-8/+32
| | | | | * | | | | add support for the N'Ko writing system to QtLars Knoll2009-11-063-47/+70
| | | | | * | | | | Fixed uninitialized background artifacts in QWidget::render.Samuel Rødal2009-11-061-2/+1
| | | | * | | | | | don't do unessesary brush comparrisonsGunnar Sletta2009-11-061-8/+0
| | | | * | | | | | Revert micro optimization where NoPen == NoBrush as SVG relies on thisGunnar Sletta2009-11-061-3/+1
| | | | |/ / / / /
| | | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0619-29/+88
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Set strokes as non-convex by default.Gunnar Sletta2009-11-051-0/+4
| | | | * | | | | Use fallback stroker for cosmetic strokes with asymetric transformsGunnar Sletta2009-11-051-3/+6
| | | | * | | | | Fixed crash in QPixmap::resize_helper on mac and x11Gunnar Sletta2009-11-051-2/+2
| | | | * | | | | Fixed soft-light composition mode in raster and OpenGL1.Kim Motoyoshi Kalland2009-11-051-12/+10
| | | | * | | | | Fixed some debug and some minor optims to QPaintBuffergunnar2009-11-042-40/+60
| | | | * | | | | Made QPen== catch QPen(Qt::NoPen) == QPen(QBrush(Qt::NoBrush))gunnar2009-11-041-10/+13
| | | | * | | | | Added some helpful info to QBrush and QPen's QDebug operatorsgunnar2009-11-042-2/+34