summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QS60Style: QDateEdit - Layout issuesSami Merila2010-10-051-7/+2
* Fix QTBUG-13730. QGraphicsScene::render clipping bug. Includes test case.Chris Meyer2010-10-041-1/+1
* Fixed antialiased rendering error in raster engine due to wrong merge.Samuel Rødal2010-10-011-2/+0
* FocusOut even when QGraphicsItem gets hidden.Frederik Gladhorn2010-10-011-3/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-0123-449/+143
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-3023-449/+143
| |\
| | * Fixed accessing freed memory in raster engine.Kim Motoyoshi Kalland2010-09-301-2/+2
| | * Moving QPdf::stripSpecialCharacter to fontengineJørgen Lind2010-09-307-37/+23
| | * Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine"Thierry Bastian2010-09-304-318/+13
| | * Fixed a layout issue where you could get NaN as dimensionsThierry Bastian2010-09-301-12/+11
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-3012-89/+135
| | |\
| | | * Fix double painting when adding an item into a linear layoutThierry Bastian2010-09-291-2/+6
| | | * 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/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-302-4/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Add sendParentChangeNotification to QGraphicsItemMarco Bubke2010-09-302-4/+16
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-301-1/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fixes cursor shape when widget becomes native on X11.Denis Dzyubenko2010-09-301-1/+3
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-302-1/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix QApplication::desktop()->availableGeometry() for SymbianMiikka Heikkinen2010-09-301-0/+3
| * | | | | | | | QS60Style: Possible NULL pointer use when drawing frameSami Merila2010-09-301-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-308-24/+68
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Update frameGeometry when the unified toolbar visiblity is toggledAndy Shaw2010-09-291-0/+1
| * | | | | | GtkStyle: memory leaks in widget map are fixedDenis Mingulov2010-09-282-8/+17
| * | | | | | Fixed performance issue in QML clipping with OpenGL 2.0 paint engine.Samuel Rødal2010-09-281-4/+4
| * | | | | | Fixed antialiased rasterization bug in raster engine.Samuel Rødal2010-09-283-7/+41
| * | | | | | Small optimizations the gray raster for 64-bit.Samuel Rødal2010-09-281-4/+4
| * | | | | | Fixed a painting glitch with checked menu icons on WindowsXPJens Bache-Wiig2010-09-281-1/+1
| |/ / / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-283-3/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix QFontMetrics::lineWidth() for fonts with defined point sizeAlessandro Portale2010-09-281-1/+7
| * | | | | Implemeting, exporting and autotesting QFont::lastResortFont()Alessandro Portale2010-09-281-0/+10
| * | | | | Fixed regression when typing in QTextControl based widgets on Symbianaxis2010-09-271-2/+4
| |/ / / /
* | | | | 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
| |_|/ / / |/| | | |