summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMeeGoLivePixmapData : when creating QImage, use constructor with pitch.Tapani Pälli2011-03-161-1/+1
* Added automatic graphicssystem switching on meego when app is minimized.Samuel Rødal2011-03-163-15/+178
* Adjust right bearing when breaking with line separatorsJiang Jiang2011-03-151-22/+25
* Prevented infinite recursion in QPainterPath::contains().Samuel Rødal2011-03-141-4/+4
* Fix QGraphicsScene returning incorrect focus item.Yoann Lopes2011-03-103-4/+12
* Not requiring valid QTextBlock in previous()Jiang Jiang2011-03-101-1/+1
* Partial update window surfaces always need a repaint before flush.Samuel Rødal2011-03-091-0/+5
* Fixed memory leak in GL texture cache with QRuntimePixmapData.Samuel Rødal2011-03-071-1/+1
* Invalidate the EGL surface of QMeeGoLivePixmapData when switching to RasterPauli Nieminen2011-03-074-0/+34
* Added image conversion flag to prevent conversions.Samuel Rødal2011-03-044-2/+10
* Fix Mac synthesized italic fonts clipping issue for QGLWidgetJiang Jiang2011-02-281-5/+10
* Merge branch 'graphics-team-text-4.7' into 4.7Eskil Abrahamsen Blomfeldt2011-02-281-2/+3
|\
| * Fix cursor position adjustment when removing stringsJiang Jiang2011-01-251-1/+3
| * Fix out of bounds handling in Mac shaperJiang Jiang2011-01-141-2/+3
* | QSortFilterProxyModel::reset() should invalidate.Olivier Goffart2011-02-252-7/+9
* | QRuntimeWindowSystem: Track window size properlySami Kyostila2011-02-241-0/+1
* | Prevent infinite loop in raster engine on zero dash pattern length.Samuel Rødal2011-02-221-0/+7
* | QImage crash when invalid XPM is read.Niklas Kurkisuo2011-02-181-1/+1
* | Fix an issue with removing rows in a table model.Michael Goddard2011-02-182-3/+3
* | RGBA32 -> RGB565 dithering in Meego Graphicssystem,Tero Tiittanen2011-02-171-95/+52
* | QStyleSheetStyle: dont crash in PE_WIDGET when widget is nullOlivier Goffart2011-02-141-1/+1
* | Fixed tst_qpixmap::toImageDeepCopy autotest for GL graphicssystem.Samuel Rødal2011-02-091-0/+6
* | Namespace compilation - OCI typedefs should be outside Qt namespace.Michael Goddard2011-02-041-3/+3
* | Fix some removeRows issues with QSqlTableModel.Michael Goddard2011-02-041-2/+5
* | Try to document that invalid database arguments use the default database.Michael Goddard2011-02-042-2/+4
* | Update some documentation about what happens with select()/setQuery().Michael Goddard2011-02-042-0/+4
* | Make sure that setRecord emits dataChanged() with OnManualSubmit.Michael Goddard2011-02-041-0/+3
* | QSqlTableModel/QSqlQueryModel and insertColumns problem.Michael Goddard2011-02-042-3/+13
* | Fix QMutex can deadlock when calling tryLockOlivier Goffart2011-02-021-1/+4
* | Fixed missing text when using static text items in GL 2 engine.Samuel Rødal2011-02-023-5/+14
* | Prevent recursion when creating window surface.Samuel Rødal2011-02-021-1/+7
* | document that QThread::exit will exit future event loopsOlivier Goffart2011-02-021-4/+6
* | Revert "Restore Qt 4.6 behaviour: exec() always enters the event loop."Olivier Goffart2011-02-021-1/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-2912-122/+138
|\ \
| * | Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
| * | Revert "Improve timer ID safety by using a serial counter per ID."Thiago Macieira2011-01-281-24/+6
| * | Invalidate QScriptPrograms when engine is destroyedKent Hansen2011-01-284-7/+42
| * | Fix alignment issue causing crash in QtScript/JavaScriptCoreKent Hansen2011-01-284-84/+76
| * | Restore Qt 4.6 behaviour: exec() always enters the event loop.Thiago Macieira2011-01-271-4/+1
| * | Make syncqt not complain about missing header macros.Thiago Macieira2011-01-271-0/+10
* | | Orientation control implementation for Symbianmread2011-01-273-3/+52
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-267-15/+53
|\ \
| * | Fix: define hotSpot for Gestures on MacZeno Albisser2011-01-261-0/+6
| * | Fix warnings in PSQL driver: handle VersionUnknown in switchThiago Macieira2011-01-261-0/+6
| * | Fix warning in ODBC driver: passing NULL to non-pointer.Thiago Macieira2011-01-261-2/+2
| * | QNAM FTP: switch to binary mode before sending a SIZE commandThiago Macieira2011-01-261-1/+3
| * | Change the D-Bus signal filter to return NOT_YET_HANDLED for signalsThiago Macieira2011-01-261-2/+3
| * | Check if the interpolators have already been deleted.Thiago Macieira2011-01-261-4/+9
| * | Improve timer ID safety by using a serial counter per ID.Thiago Macieira2011-01-261-6/+24
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-261-4/+12
|\ \ \