summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed antialiased rasterization bug in raster engine.Samuel Rødal2010-09-293-7/+41
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2810-80/+88
|\
| * Fixed potential crash when loading corrupt GIFs.Kim Motoyoshi Kalland2010-09-281-2/+11
| * Fixed regression in clipping.qps autotest on 64-bit.Samuel Rødal2010-09-281-1/+1
| * Fixed crash when using Qt::WA_DeleteOnClose on a QPrintDialog on Mac.Trond Kjernåsen2010-09-281-9/+0
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-277-68/+76
| |\
| | * Fixed performance regression in curve stroking.Samuel Rødal2010-09-273-6/+8
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-09-2724-229/+270
| | |\
| | | * fix documentation of drawText(int, int, int, int, ...Gunnar Sletta2010-09-271-1/+1
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Yoann Lopes2010-09-242-86/+103
| | | |\
| | | * | Fixes gray_raster incorrectly reporting out of memory error.Yoann Lopes2010-09-231-1/+3
| | * | | Avoid creating copy of an image in memory when storing as pngaavit2010-09-271-47/+45
| | * | | Optimization of pixel conversion when storing jpegaavit2010-09-241-13/+19
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-272-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-2412-170/+246
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Geir Vattekar2010-09-2411-85/+33
| |\ \ \ \
| * | | | | Doc: call qApp->precessEvents after QSplashScreen::showMessageGeir Vattekar2010-09-241-0/+7
| * | | | | Doc: Said that QApplication exits when not able to open X11 displayGeir Vattekar2010-09-241-0/+6
* | | | | | Moved the partial deployment section to qbase.pri.axis2010-09-271-15/+0
* | | | | | Made the Symbian menu close when switching native focus.axis2010-09-271-0/+4
| |_|/ / / |/| | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-241-84/+96
|\ \ \ \ \
| * | | | | Fixed floating point overflow issues in QRasterizer::rasterizeLineSamuel Rødal2010-09-231-60/+79
| * | | | | Fixed scaled point drawing with square cap in raster paint engine.Samuel Rødal2010-09-231-24/+17
| | |_|_|/ | |/| | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-231-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Incorrect translations for application menu items on Mac OS X.Prasanth Ullattil2010-09-231-2/+7
| | |/ / | |/| |
* | | | Compile on Symbian - rework the X11 mask patch a bit.Trond Kjernåsen2010-09-235-20/+17
* | | | Fix text direction setting in QTextBlock layoutJiang Jiang2010-09-231-6/+0
* | | | Fix text direction handling in QLabelJiang Jiang2010-09-232-11/+17
* | | | Fixed QPixmap::resize() for X11 pixmap with masks.Trond Kjernåsen2010-09-231-9/+14
* | | | QPainter not restored correctly in Graphics View.Bjørn Erik Nilsen2010-09-222-1/+4
* | | | Setting QGraphicsItem::ItemClipsChildrenToShape forces ItemClipsToShapeBjørn Erik Nilsen2010-09-221-45/+79
* | | | Fixed drawing of QPixmaps with masks in the GL 2 and X11 engines.Trond Kjernåsen2010-09-224-1/+17
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-223-7/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fix warning on MSVCOlivier Goffart2010-09-221-1/+1
| * | | Fix a crash with D&d on mingwThierry Bastian2010-09-221-6/+6
| * | | Revert "Keep other text format with QTextOption::SuppressColors tag on"Jiang Jiang2010-09-221-6/+2
| * | | Keep other text format with QTextOption::SuppressColors tag onJiang Jiang2010-09-221-2/+6
| * | | QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-221-0/+4
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-226-6/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix build with QT_NO_GESTURESRomain Pokrzywka2010-09-211-1/+1
| * | | remove extra includesRitt Konstantin2010-09-215-5/+0
| |/ /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-224-77/+31
|\ \ \
| * | | Fixed drawing a large number of glyphs with the same font under GL.Trond Kjernåsen2010-09-212-8/+18
| * | | Fixes bezier curves not being drawn when it is a line.Yoann Lopes2010-09-211-41/+0
| | |/ | |/|
| * | Avoid creating copy of an image in memory when storing as jpegaavit2010-09-211-28/+13
| |/
* | Button remains pressed if release event happens outside of widgetSami Merila2010-09-211-2/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-203-13/+10
|\
| * Fixed compile warning on Windows.Kim Motoyoshi Kalland2010-09-201-1/+1
| * Fixed color of cosmetic pens when printing under Windows.Trond Kjernåsen2010-09-201-1/+1
| * Fixed infinite loop when loading jpeg without EOI from memory.Kim Motoyoshi Kalland2010-09-201-11/+8