summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | Fixes some issues with large files in 32-bit systemsJoão Abecasis2009-10-212-2/+5
| | | * | | | | | | | | | | | (Windows) Don't create a file mapping for each view that is mappedJoão Abecasis2009-10-213-62/+34
| | | * | | | | | | | | | | | Fix 32/64-bit issues with QFile::map/unmap() on *nix systemsJoão Abecasis2009-10-212-11/+22
| | | * | | | | | | | | | | | Introducing QT_MMAPJoão Abecasis2009-10-2151-0/+81
| | * | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0612-70/+210
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | 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
| | | * | | | | | | | | | | | | update documentationLars Knoll2009-11-061-2/+3
| | | * | | | | | | | | | | | | add support for the N'Ko writing system to QtLars Knoll2009-11-064-49/+72
| | | * | | | | | | | | | | | | update harfbuzz once again, adding N'Ko supportLars Knoll2009-11-064-6/+99
| | | * | | | | | | | | | | | | Fixed uninitialized background artifacts in QWidget::render.Samuel Rødal2009-11-061-2/+1
| | | * | | | | | | | | | | | | fix painting on Windows CEMaurice Kalinowski2009-11-061-2/+2
| | * | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | Updated testcase since soft-light algorithm rewrite.Gunnar Sletta2009-11-061-3/+3
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0689-368/+2042
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Fix bad merge from 4.5 in powervr codeRhys Weatherley2009-11-061-61/+0
| | | * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Martin Jones2009-11-0637-175/+1328
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | Doc: Fixed qdoc warnings.David Boddie2009-11-0510-38/+57
| | | | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-051-2/+4
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / | | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | | Doc: Added a link to the online version of the Qt book (2nd edition).David Boddie2009-11-051-2/+4
| | | * | | | | | | | | | | | Make declarative support in configure.exe auto.Martin Jones2009-11-062-1/+5
| | * | | | | | | | | | | | | Fixed bad joins in the new stroker... Normal generation was broken.gunnar2009-11-051-4/+2
| | * | | | | | | | | | | | | Fixed warning in lance on printf with wrong typesgunnar2009-11-051-2/+2
| | * | | | | | | | | | | | | Fix a bug in malayalam renderingLars Knoll2009-11-052-0/+6
| | * | | | | | | | | | | | | update harfbuzz to fix assamese shaping bugLars Knoll2009-11-052-2/+16
| | * | | | | | | | | | | | | Set strokes as non-convex by default.Gunnar Sletta2009-11-051-0/+4
| | * | | | | | | | | | | | | Use fallback stroker for cosmetic strokes with asymetric transformsGunnar Sletta2009-11-052-3/+14
| | * | | | | | | | | | | | | Fix docs for QGLFramebufferObject & add warnings in bind/releaseTom Cooksey2009-11-051-7/+16
| | * | | | | | | | | | | | | Remove unnessisary QGLFBOGLPaintDevice re-implementationsTom Cooksey2009-11-052-33/+0
| | * | | | | | | | | | | | | Fixed crash in QPixmap::resize_helper on mac and x11Gunnar Sletta2009-11-051-2/+2
| | * | | | | | | | | | | | | Add test for QEventTransition when filtering on a QApplication instanceEskil Abrahamsen Blomfeldt2009-11-051-0/+31
| | * | | | | | | | | | | | | Don't crash in QStateMachine when event transition listens toEskil Abrahamsen Blomfeldt2009-11-051-3/+2
| | * | | | | | | | | | | | | Removed the FBO stacking behaviour and the test attached to it.Trond Kjernåsen2009-11-053-133/+9
| | * | | | | | | | | | | | | Fixed soft-light composition mode in raster and OpenGL1.Kim Motoyoshi Kalland2009-11-053-351/+371
| | * | | | | | | | | | | | | Modify QGLShader and QGLShaderProgram in response to API reviewRhys Weatherley2009-11-059-207/+257
| | * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | stabilize testOlivier Goffart2009-11-061-1/+1
| * | | | | | | | | | | | | | Fix autotests that expected QTextControl to always eat mouse eventsThierry Bastian2009-11-061-4/+4
| * | | | | | | | | | | | | | docs: Add a section about known issues for the anchor layout.Jan-Arve Sæther2009-11-061-4/+17
| * | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-065-6/+231
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fix QGraphicsScene::isActive if the view is shown while the window is active.Olivier Goffart2009-11-062-0/+201
| | * | | | | | | | | | | | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-063-5/+29
| | * | | | | | | | | | | | | | Compile on MacOlivier Goffart2009-11-061-1/+1
| * | | | | | | | | | | | | | | Use 0 instead of NULL.Jan-Arve Sæther2009-11-061-6/+6
| * | | | | | | | | | | | | | | Add documentation for the new min/pref/maxSize properties.Jan-Arve Sæther2009-11-061-0/+21
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-11-061-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fix Phonon's video renderer on windows with openglThierry Bastian2009-11-061-1/+6