summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwidget.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Added reference counting to QWidgetBackingStoreGareth Stockwell1-8/+49
2010-04-07QTBUG-4887 and other exception safety fixesmread1-2/+6
2010-03-18Fixed a bug where a proxy widget received FocusIn over and over.axis1-0/+2
2010-03-03Fix compileJens Bache-Wiig1-1/+0
2010-03-03Bug with toolbar focus on MacCarlos Manuel Duclos Vergara1-0/+18
2010-02-26Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System1-5/+8
2010-02-26ActiveQt Internet Explorer component causes Desktop Icons to flicker.Prasanth Ullattil1-5/+8
2010-02-25Improvements to itemview keypad navigation in S60.Janne Anttila1-0/+43
2010-02-12Fix to S60 softkeys when no active Qt window or native widget is shown.Janne Anttila1-1/+1
2010-02-09Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland1-1/+1
2010-02-05Revert change 34f1758 on non-Synbian platformsPaul Olav Tvete1-0/+2
2010-02-05Merge remote branch 'origin/4.6' into 4.6Paul Olav Tvete1-1/+14
2010-02-05Fix tst_QAccessiblity failure.Bjørn Erik Nilsen1-1/+2
2010-02-04Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland1-1/+1
2010-02-04Crash when closing any top-level widget on Symbian.Bjørn Erik Nilsen1-1/+10
2010-02-04Improve raster graphics system performance on Mac (second try).Morten Johan Sørvig1-1/+14
2010-02-01Assert failure when setting a widget focus proxy as its successor in tab orderGabriel de Dietrich1-0/+2
2010-01-25Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System1-1/+1
2010-01-22Move avkon component transparency check to app initialization.Jani Hautakangas1-1/+1
2010-01-22Add a reference to adjustSize() from the size propertyAndy Shaw1-1/+1
2010-01-22Fix for symbian dialog background transparency.Jani Hautakangas1-0/+8
2010-01-06Fixes a crash when setting focus on a widget with a focus proxy.Denis Dzyubenko1-6/+13
2010-01-07Update copyright year to 2010Jason McDonald1-1/+1
2010-01-05doc: Added note explaining grabMouse() for Cocoa and Carbon.Martin Smith1-4/+10
2009-12-29Fixes crash when widget with WA_StaticContents child become toplevel.Olivier Goffart1-6/+5
2009-12-09Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into qt-integr...Qt Continuous Integration System1-0/+2
2009-12-08Fixed uninitialized background artifacts in QWidget::render.Donald Carr1-1/+1
2009-12-08Doc: Explicitly mention that QWidget/QGraphicsItem takes ownership of effects.Bjørn Erik Nilsen1-0/+2
2009-12-08Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into qt-integr...Qt Continuous Integration System1-10/+4
2009-12-07Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes1-10/+4
2009-12-03Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-staging1Denis Dzyubenko1-2/+8
2009-12-02Do not emulate mouse event out of touch pad eventsDenis Dzyubenko1-1/+3
2009-12-01Clarify the docs a bit when setting focus.axis1-2/+8
2009-11-25Fixes for tab/space usage in qwidget.cpp.Janne Anttila1-15/+15
2009-11-20avoid possible crash when showing a modal dialog from a widget destructorThierry Bastian1-2/+3
2009-11-18Merge remote branch 'staging/4.6' into 4.6Simon Hausmann1-2/+4
2009-11-17Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen1-9/+12
2009-11-17doc: Clarified function of setLayoutDirection()Martin Smith1-2/+4
2009-11-13Fix input method support on widgets that have a focus proxy set.Simon Hausmann1-9/+12
2009-11-13Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen1-0/+11
2009-11-11Code in gui/* should be completely namespacedhjk1-4/+5
2009-11-11Improvements to graphics effects API after review round.Samuel Rødal1-5/+5
2009-11-11doc change: remove duplicate entry in "see also" and stray focusWidget.Christian Kamm1-2/+1
2009-11-10Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen1-4/+5
2009-11-10Improvements to graphics effects API after review round.Samuel Rødal1-5/+5
2009-11-09Doc: Added an example to demonstrate the QWebElement class.David Boddie1-0/+11
2009-11-09Code in gui/* should be completely namespacedhjk1-4/+5
2009-11-09Doc: typo fixedJoerg Bornemann1-1/+1
2009-11-06Fixed uninitialized background artifacts in QWidget::render.Samuel Rødal1-2/+1
2009-11-04Add QT_NO_GRAPHICSEFFECTJørgen Lind1-1/+18