summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Made blur and drop shadow APIs use qreal instead of int for blur radius.Samuel Rødal2009-10-275-32/+32
| | * | | | | | | Made graphics effects autotest compile.Samuel Rødal2009-10-271-1/+2
| | * | | | | | | Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-278-18/+177
| | * | | | | | | 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-261502-16353/+43632
| | |\ \ \ \ \ \ \
| | | * | | | | | | 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
| * | | | | | | | | Merge branch 'vectorpath' into 4.6Gunnar Sletta2009-10-276-45/+74
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Make use of QVectorPath::isConvex() to speed up rounded rect fillingGunnar Sletta2009-10-271-3/+1
| | * | | | | | | | | 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
| * | | | | | | | | | Reset the GL error stack prior to checking for errors in bindTexture()Gunnar Sletta2009-10-271-0/+5
| |/ / / / / / / / /
| * | | | | | | | | Fixed crash when QPrintDialog parent is a subwidgetGunnar Sletta2009-10-271-1/+1
| * | | | | | | | | Kill a tiny few sin/cos/sqrt calls in the new strokerGunnar Sletta2009-10-262-3/+12
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Fixed keypad navigation in QFileDialog details viewMiikka Heikkinen2009-10-301-0/+10
* | | | | | | | | S60Style: List items should be taller for touch use (5th Edition)Sami Merilä2009-10-301-3/+12
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | QS60Style does not mix well with the stylesheetsSami Merilä2009-10-294-124/+146
* | | | | | | | Fixed: Variable res goes out of scope but is accessed later via pointerMiikka Heikkinen2009-10-291-3/+3
* | | | | | | | Fix for softkey visibility when dialog launched from fullscreen widget.Janne Anttila2009-10-291-0/+1
* | | | | | | | Removed mentions about certain flags being temporary for SymbianMiikka Heikkinen2009-10-291-13/+7
* | | | | | | | Fix QDateTime on S60 3.1Shane Kearns2009-10-292-5/+98
* | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-2941-626/+926
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | doc typoWarwick Allison2009-10-291-1/+1
| * | | | | | | Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.Warwick Allison2009-10-294-4/+4
| * | | | | | | Remove shader/program binary support for nowRhys Weatherley2009-10-282-222/+0
| * | | | | | | Remove QVGEGLWindowSurfaceQImage from QtOpenVGRhys Weatherley2009-10-283-80/+2
| * | | | | | | make magic comment parsing stricterOswald Buddenhagen2009-10-281-9/+9
| * | | | | | | QSslError: Actually make strings show up in the ts fileMarkus Goetz2009-10-281-29/+28
| * | | | | | | QNativeSocketEngine: Actually use translationsMarkus Goetz2009-10-281-26/+26
| * | | | | | | Delete the tst_QWebFrame::setHtmlWithBaseURL test until its fixedJocelyn Turcotte2009-10-281-23/+0
| * | | | | | | Greatly improve the performance of obtaining a state's transitionsKent Hansen2009-10-282-8/+17
| * | | | | | | Make Qt on QNX compile againHarald Fernengel2009-10-282-3/+3
| * | | | | | | Say hello to QScriptProgram :-)Kent Hansen2009-10-2810-59/+763
| * | | | | | | Fix namespace buildRichard Moe Gustavsen2009-10-282-0/+6
| * | | | | | | Fix namespace build.Richard Moe Gustavsen2009-10-281-3/+2
| | |_|_|/ / / | |/| | | | |
| * | | | | | qdoc: Update QGraphicsTransform docs after changes to QGraphicsRotationRhys Weatherley2009-10-281-0/+3
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Peter Yard2009-10-2850-341/+20957
| |\ \ \ \ \ \
| | * | | | | | Add 800x480 to the qvfb configuration dialogRhys Weatherley2009-10-282-1/+11
| | * | | | | | Doc: Fixed qdoc warning.David Boddie2009-10-271-1/+1
| | * | | | | | Doc: Remove unused file.David Boddie2009-10-271-149/+0
| | * | | | | | Guard shadow builds against stale qconfig.cppDonald Carr2009-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 into 4.6Peter Yard2009-10-2724-119/+589
| |\ \ \ \ \ \ \
| * | | | | | | | Add documentation on RPATH defines.Peter Yard2009-10-271-0/+15
* | | | | | | | | Fixed crash/drawing artifacts on rotation change on Symbian.axis2009-10-281-4/+3
* | | | | | | | | Increased block size for file IO in Symbian.Miikka Heikkinen2009-10-281-12/+16
* | | | | | | | | Fix EColor16M conversion in QPixmap::fromSymbianCFbsBitmap()Jani Hautakangas2009-10-282-6/+11
* | | | | | | | | Bad line ending in cabbff076f40eeeb56beb53220a40f124a2e0215Shane Kearns2009-10-281-1/+1
* | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Shane Kearns2009-10-282-0/+6
|\ \ \ \ \ \ \ \ \