summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect fallback for icon themesJens Bache-Wiig2009-09-091-18/+19
* CompileAnders Bakken2009-09-091-1/+1
* Fix crash (assert) in QTextDocumentmae2009-09-091-0/+2
* Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-091-2/+7
* Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-092-8/+14
* Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-092-9/+21
* Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-093-47/+4
* Make QtOpenGL link against EGL for OpenGL ESTom Cooksey2009-09-091-1/+1
* Removed some superfluous semicolonsAlessandro Portale2009-09-0910-13/+13
* QMenubar could popup a menu when undocking a toolbarThierry Bastian2009-09-091-5/+6
* Fix a possible crash when deleting the QMainWindow layoutThierry Bastian2009-09-091-1/+2
* Fixed all but one of the failures in the headers autotest.Martin Smith2009-09-091-1/+1
* Getting text widget OOM tests working in Symbianmread2009-09-091-1/+1
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091097-4461/+4535
|\
| * Fix crash on QGraphicsItem destruction related to focus handling (redone)Kai Koehne2009-09-091-1/+3
| * Update license headers again.Jason McDonald2009-09-091097-4394/+4394
| * Merge commit '4feb4019cfc144cef4cd9177d52e52dee9ebdf32' into 4.6Rohan McGovern2009-09-091-7/+7
| |\
| | * Fixed bug in drawImage() when fall-back code path is used.Samuel Rødal2009-09-081-7/+7
| * | Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-081-0/+1
| * | Fix crash when instantiating multiple QApplications on QWSPaul Olav Tvete2009-09-081-0/+7
| * | Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101
| * | Fixed usage of QMargins in QStyleSheetStyleThorbjørn Lindeijer2009-09-081-4/+4
| * | Fixed QLineEdit to correctly adjust the horizontal scrollingAdriano Rezende2009-09-082-1/+7
| * | Fixes a regression in QListView in 4.6 regarding the selectionThierry Bastian2009-09-081-0/+4
| * | doc: Fixed several qdoc errors.Martin Smith2009-09-082-0/+7
* | | Fixed 'use of function XXX is deprecated' warning reported by RVCT.Janne Anttila2009-09-091-2/+2
* | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-093-6/+2
* | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-093-15/+15
* | | Fixed 'illegal empty declaration' warning for Nokia X86 compiler.Janne Anttila2009-09-081-1/+1
|/ /
* | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-09-081-2/+12
|\ \ | |/
| * Doc: keypad navigation is supported on Windows CEJoerg Bornemann2009-09-081-2/+10
* | Fixed the spelling of canceled in the QGesture api brought up by David Boddie.Denis Dzyubenko2009-09-072-6/+6
* | Use icons on QDialogButtonBox in KDEJens Bache-Wiig2009-09-074-15/+52
* | Fix crash on QGraphicsItem destruction related to focus handlingKai Koehne2009-09-071-1/+1
* | Fix some issues with Shift-selection in QAbstractItemViewFrank Reininghaus2009-09-071-4/+3
* | Support setting font size in shorthand font propertiesEskil Abrahamsen Blomfeldt2009-09-071-1/+1
* | Fix tiled blit in 16-bit modePaul Olav Tvete2009-09-071-4/+7
* | Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-061-1/+0
* | Merge branch '4.5' into 4.6Rohan McGovern2009-09-051-2/+2
|\ \ | |/
| * Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
| * Wizard background images incorrect in Snow Leopard.Prasanth Ullattil2009-09-041-0/+1
| * Fix a regression with QListView::setRowHidden() when a root index is setAndy Shaw2009-09-041-4/+4
* | Fixed compile for S60.Rohan McGovern2009-09-051-1/+1
* | Only export internal raster classes in QWSAnders Bakken2009-09-042-3/+15
* | Doc: Clarified that certain KDE widgets are KDE 3 widgets.David Boddie2009-09-041-4/+4
* | Added multiple frames to QPaintBuffer.Samuel Rødal2009-09-042-7/+27
* | Avoided streaming multiple copies of images/pixmaps in QPaintBuffer.Samuel Rødal2009-09-041-1/+74
* | Optimize qt_format_text test operations: try not to detachOlivier Goffart2009-09-041-40/+28
* | Fix crashes when moving descendents during destruction.Andreas Aardal Hanssen2009-09-041-7/+11
* | Don't call pure virtuals on deleting QGraphicsItemAaron Kennedy2009-09-041-1/+3