summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-303-4/+5
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Morten Johan Sørvig2009-10-3019-44/+91
| |\
| | * Merge branch '4.5' into 4.6Thiago Macieira2009-10-291-0/+2
| | |\
| | | * Plug some autorelease pool leaks.Norwegian Rock Cat2009-10-291-0/+2
| | | * Memory of fixedKernel is never returned, found by cppcheck.Daniël2009-10-271-0/+1
| | * | Fix namespace build.Richard Moe Gustavsen2009-10-281-3/+2
| * | | Fix the combobox popup 1-second fadeout regression on Carbon.Morten Johan Sørvig2009-10-271-1/+1
* | | | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-294-14/+26
* | | | Fixed highlighting of string components when inputting Japanese text.Kim Motoyoshi Kalland2009-10-291-20/+5
* | | | Fix raster paintengine handling with invalid imagesChristoph Feck2009-10-281-0/+3
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-285-11/+22
|\ \ \ \
| * | | | Fix QtOpenGL linker issue by exporting qt_getClipRectsThorbjørn Lindeijer2009-10-271-1/+1
| * | | | Use shared memory images when shared pixmaps are not available.Fredrik Höglund2009-10-274-10/+21
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-2817-41/+87
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | qdoc: Update QGraphicsTransform docs after changes to QGraphicsRotationRhys Weatherley2009-10-281-0/+3
| * | | Doc: Fixed qdoc warning.David Boddie2009-10-271-1/+1
| * | | Fix for Gtk+ toolbuttons and sliders.Robert Griebl2009-10-273-7/+34
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-10-2712-33/+49
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-2747-165/+400
| | |\ \
| | * | | Fixed select softkey for comboboxes (QTBUG-4702).Janne Anttila2009-10-271-10/+10
| | * | | Removed the need for extra Symbian traps after QApp construction.axis2009-10-262-0/+15
| | * | | Fixed a crash in the QApplication autotest.axis2009-10-261-1/+2
| | * | | Remove compilation warning from QtGuiSami Merilä2009-10-261-1/+1
| | * | | Softkeys should not put exit by default on RSK for dialogs and popups.Janne Anttila2009-10-231-1/+2
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-2331-283/+846
| | |\ \ \
| | * \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-2220-138/+319
| | |\ \ \ \
| | * | | | | QtGui release/debug binary compatibilityShane Kearns2009-10-226-18/+12
| | * | | | | Lowering toplevel widget puts app to background.Miikka Heikkinen2009-10-221-2/+7
* | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-279-82/+71
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Carbon: active window not restoredRichard Moe Gustavsen2009-10-271-2/+9
| * | | | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-274-71/+38
| | |_|_|/ / | |/| | | |
| * | | | | Doc: Fixed qdoc warnings.David Boddie2009-10-262-7/+0
| * | | | | Doc: Fixed qdoc warnings.David Boddie2009-10-261-2/+21
| * | | | | QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-261-0/+3
* | | | | | Fixed QPainterPath to properly set the convex hint on QVectorPath'sGunnar Sletta2009-10-272-14/+38
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-2711-629/+123
|\ \ \ \ \ \
| * | | | | | Made blur and drop shadow APIs use qreal instead of int for blur radius.Samuel Rødal2009-10-274-30/+30
| * | | | | | Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-277-18/+78
| * | | | | | Cocoa: Synthesize italic text correct way when adding glyphs to pathEskil Abrahamsen Blomfeldt2009-10-261-1/+1
| * | | | | | Fixed PDF generation for Windows.Trond Kjernaasen2009-10-261-4/+4
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-2677-622/+1425
| |\ \ \ \ \ \
| | * | | | | | Made sure we invalidate the cache when the effect rect changes.Samuel Rødal2009-10-261-2/+6
| | |/ / / / /
| * | | | | | Removed pixelize, bloom and grayscale filterGunnar Sletta2009-10-233-574/+4
* | | | | | | Reworked QVectorPath API to allow for caching and convex curved shapesGunnar Sletta2009-10-275-40/+72
* | | | | | | Removed a redundant if() check. Its checked in the containing conditionGunnar Sletta2009-10-271-2/+1
* | | | | | | Fixed crash when QPrintDialog parent is a subwidgetGunnar Sletta2009-10-271-1/+1
| |/ / / / / |/| | | | |
* | | | | | Fix ifdef around QMatrix4x4::rotate(QQuaternion)Rhys Weatherley2009-10-261-1/+1
* | | | | | Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-263-5/+111
* | | | | | Make compile on X11 systems where qreal == floatRhys Weatherley2009-10-261-1/+1
* | | | | | Fix a crash in shutdown of QGraphicsEffectRhys Weatherley2009-10-251-1/+1