summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QS60Style: Itemviews are drawn incorrectlySami Merila2010-09-071-1/+5
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-071135-14755/+14755
* Add three new style-hints to QFont to match CSS' generic font familiesTor Arne Vestbø2010-09-066-1/+34
* Fix QStaticText copy constructor to also copy text option propertyEskil Abrahamsen Blomfeldt2010-09-061-3/+3
* Added missing code to bring web browser foreground in Symbian.Janne Anttila2010-09-061-0/+1
* Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-09-032-7/+7
* Fixed input context trying to squeeze content into a full widget.axis2010-09-031-0/+7
* Cleaned up position tracking in the Symbian input methods.axis2010-09-033-15/+18
* Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-033-16/+2
* Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments().Trond Kjernåsen2010-09-031-1/+1
* Fix compiling issue for FreeType version earlier than 2.1.10Jiang Jiang2010-09-031-2/+9
* Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-032-2/+10
* Ensure geometry of top-level widget accounts for S60 screen furnitureGareth Stockwell2010-09-031-13/+13
* Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-09-031-0/+2
* Prevent null pointer dereferenceGareth Stockwell2010-09-031-1/+1
* Refactored handling of window visibility events on SymbianGareth Stockwell2010-09-022-26/+37
* Replaced backing store reference count with list of visible widgetsGareth Stockwell2010-09-023-31/+58
* Fix for memory leak in qt_initShane Kearns2010-09-021-0/+2
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jason McDonald2010-09-0211-14/+14
* Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-09-023-16/+9
* Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-09-022-5/+10
* Register window types for Symbian system effectsJani Hautakangas2010-09-023-1/+61
* Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-09-024-98/+4
* Removed static on a member that didn't have to be.axis2010-09-022-5/+8
* Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-09-023-21/+33
* Fix crash caused by not clearing the QPixmapCache on application exit.Oleh Vasyura2010-09-021-0/+2
* Ensure native window is considered invisible when it gets destroyedGareth Stockwell2010-09-021-0/+6
* Fix QStaticText with OpenGL1 engineEskil Abrahamsen Blomfeldt2010-09-021-1/+2
* Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-09-021-4/+4
* Fix mispositioned text with QStaticText and OpenVG graphics systemEskil Abrahamsen Blomfeldt2010-09-021-2/+5
* Add text decoration support to QStaticTextJiang Jiang2010-09-021-13/+71
* Fix crash when all the items in a QListView are hiddenJason McDonald2010-09-021-1/+6
* Workaround for QTBUG-8013: Do not return an ascent of 0Alessandro Portale2010-09-011-1/+4
* Increase drag distance on Symbian to improve finger usability on capacitive s...Joona Petrell2010-09-011-1/+1
* Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2010-09-011-0/+2
* Cocoa: Demo browser can get stuck after closing modal dialogRichard Moe Gustavsen2010-09-011-0/+6
* Doc: Fixed qdoc warnings.v4.7.0-rc1Jesper Thomschutz2010-08-244-17/+56
* Cocoa: revert parts of cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15Richard Moe Gustavsen2010-08-191-4/+0
* Revert "Fix the rendering of lines with the X11 paint engine"Samuel Rødal2010-08-191-10/+12
* Revert "Outline / fill inconsistency in X11 paint engine."Samuel Rødal2010-08-191-4/+4
* Outline / fill inconsistency in X11 paint engine.Samuel Rødal2010-08-191-4/+4
* Cocoa: parent windows shows on screen when they should be hiddenRichard Moe Gustavsen2010-08-191-6/+16
* Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-08-181-1/+3
* Cocoa: Stacking order of modal dialogs is wrongRichard Moe Gustavsen2010-08-161-6/+6
* Multiple "Edit/Special Characters" menu entries on Mac OS X (Cocoa)Prasanth Ullattil2010-08-164-0/+19
* Properly emit geometryChanged() when the position change.Alexis Menard2010-08-131-1/+2
* Disable minRightBearing optimization in QTextLayout on MacEskil Abrahamsen Blomfeldt2010-08-121-0/+2
* Fix scrollbar randomly popping up in QPlainTextEditEskil Abrahamsen Blomfeldt2010-08-121-4/+17
* Fix QTextEngine overflow caused by extremely long textJiang Jiang2010-08-123-33/+87
* Fix RightBearing confusion in text layoutmae2010-08-121-1/+1