summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixes regression in QStyleSheet regarding QFrame:no-frameOlivier Goffart2009-09-101-1/+5
* | | restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-7/+14
* | | S60 font db more tolerant of failuremread2009-09-101-1/+6
* | | QTextDocument::contentsChanged() was emitted twice for a singlemae2009-09-101-1/+1
* | | Doc: Documented the standard keys in item views.Geir Vattekar2009-09-101-1/+39
* | | Fixed crash in raster paint engine.Samuel Rødal2009-09-101-1/+1
* | | Wrong opacity set on the painter in QGraphicsEffect::draw.Bjørn Erik Nilsen2009-09-101-0/+1
* | | Made raster respect SmoothPixmapTransform and Antialiasing hints better.Samuel Rødal2009-09-101-14/+5
* | | Fix focus policy propagation in QCompleter on QWSPaul Olav Tvete2009-09-101-1/+1
* | | Fix random selection when the order is descending.Alexis Menard2009-09-102-2/+17
* | | 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