summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed searching and copy/paste from PDF documents.axis2009-12-081-1/+1
* Fixed a potential crash in QDockWidgetThierry Bastian2009-12-011-2/+5
* Fixed a crash in the GL engine when trying to draw invalid pixmaps.Trond Kjernåsen2009-11-261-1/+1
* Fix memory leak in the Mac accessibility module.Morten Johan Sørvig2009-11-031-5/+0
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.5Morten Johan Sørvig2009-11-021-1/+1
|\
| * Fix a freeze in QFileDialog (Mac)Cédric Luthi2009-11-021-1/+1
* | Disable the move-by-scrolling optimization.Morten Johan Sørvig2009-11-021-3/+3
|/
* Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-40/+37
* Plug some autorelease pool leaks.Norwegian Rock Cat2009-10-291-0/+2
* Memory of fixedKernel is never returned, found by cppcheck.Daniël2009-10-271-0/+1
* QWidget painting regression on Windows.Bjørn Erik Nilsen2009-10-221-1/+1
* QWindowsMobileStyle::drawPrimitive(PE_Frame) background color fixedJoerg Bornemann2009-10-221-4/+2
* move default QAbstractButton font setup on Win mobile to QApplicationJoerg Bornemann2009-10-222-24/+3
* make missing Key_Back and Key_Forward menu glyphs return 0 on mac(cocoa)Dean Dettman2009-10-201-2/+2
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.5Dean Dettman2009-10-201-2/+2
|\
| * Some sub menus are disabled in CocoaPrasanth Ullattil2009-10-151-2/+2
* | Adds Key_Back and Key_Forward menu glyphs on mac(carbon)Dean Dettman2009-10-201-0/+8
|/
* Fix regression while updating items in itemview.Olivier Goffart2009-10-131-1/+1
* Fix a crash in cocoa when a QMessageBox is destroyed from dropEvent()Prasanth Ullattil2009-10-121-11/+11
* QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-10-071-4/+8
* ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
* Fix ASSERT caused by Plastique style when setting an application font with a ...Bradley T. Hughes2009-10-071-1/+1
* Fix a bug when clipsChildrenToShape is set back to false.Alexis Menard2009-10-023-0/+18
* Fixed Designer property editor selection bug.Gabriel de Dietrich2009-10-011-1/+1
* Fixes clipboard handling on X11.Denis Dzyubenko2009-10-011-1/+3
* QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-16/+10
* QGraphicsItem with parent flag ItemClipsChildrenToShape not visibleAndreas Aardal Hanssen2009-09-281-1/+1
* Cocoa: Fix build cocoa port with namespaceRichard Moe Gustavsen2009-09-282-2/+3
* Doc: fixed typo in QTabBar::tabRect() docsStian Sandvik Thomassen2009-09-281-1/+1
* Fixes a crash in QDoubleSpinBoxJoão Abecasis2009-09-251-210/+4
* Fixed text drawing regression in Assistant.Trond Kjernåsen2009-09-241-0/+2
* Fixed clipping of non-cosmetic dashed strokes in raster paint engine.Kim Motoyoshi Kalland2009-09-231-9/+1
* Calling raise() on a hidden windows makes it visible on Cocoa.Prasanth Ullattil2009-09-231-1/+1
* Ensure that QStandardItem::clone() is used when a prototype is setAndy Shaw2009-09-222-4/+7
* Fix broken drop-down arrows on Windows 7Jens Bache-Wiig2009-09-221-11/+0
* Cached clip path not cleared correctly for ancestor that clips to shapeAndrew Christian2009-09-221-2/+4
* Application crashes when a menu is inserted twice on a menubar (Cocoa).Prasanth Ullattil2009-09-182-2/+18
* Fix crash or painting error when drawing dashed lines with penWidth > 1Eskil Abrahamsen Blomfeldt2009-09-172-2/+4
* Fix drawing text in QPicture and printing in right-to-left modeEskil Abrahamsen Blomfeldt2009-09-151-1/+5
* Fixed off-by-one error in call to XGetKeyboardMapping that meant that max_key...Thomas Sondergaard2009-09-141-1/+1
* Clean up properly in the QPF1 font enginePaul Olav Tvete2009-09-141-0/+6
* Fix memory leak when deleteLater is triggered via the main menu bar.Morten Sorvig2009-09-111-0/+2
* Run on 10.3.Morten Sorvig2009-09-111-1/+1
* Run on 10.3 Panther.Morten Sorvig2009-09-111-1/+4
* restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-5/+12
* Avoid garbled output on Windows for non-ascii-compatible textEskil Abrahamsen Blomfeldt2009-09-091-5/+5
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-081-7/+7
|\
| * Fixed bug in drawImage() when fall-back code path is used.Samuel Rødal2009-09-081-7/+7
* | Update license headers again.Jason McDonald2009-09-08981-3924/+3924
|/
* Doc: keypad navigation is supported on Windows CEJoerg Bornemann2009-09-081-2/+10