summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget
Commit message (Expand)AuthorAgeFilesLines
* Always recreate backing store when TLW transparency changesGareth Stockwell2011-09-271-1/+44
* Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-261-0/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-173-52/+52
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-133-52/+52
* | Fixes crash in QWidget::effectiveWinId.Bjørn Erik Nilsen2011-05-021-0/+25
|/
* Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* Non-hacky fix for qwidget autotestMiikka Heikkinen2010-12-131-27/+5
* Fix qwidget test crashMiikka Heikkinen2010-12-101-5/+27
* Fixed tst_qwidget::winIdChangeEventGareth Stockwell2010-11-241-12/+17
* Remove widget subtree from backing store tracker when reparentedGareth Stockwell2010-10-261-3/+21
* Made the Symbian menu close when switching native focus.axis2010-09-271-0/+33
* Fixed a case where a newly created native widget would lose focus.axis2010-09-011-0/+25
* Removed QEXPECT_FAIL macros for test case which now passesGareth Stockwell2010-08-181-1/+0
* Test backing store is deleted after reparenting a visible native child widgetGareth Stockwell2010-08-181-0/+37
* Test backing store is deleted after: partial reveal, full reveal, hideGareth Stockwell2010-08-181-0/+37
* Removed QEXPECT_FAIL macros from test cases which now passGareth Stockwell2010-07-261-3/+1
* Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-07-231-0/+23
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-201-19/+8
|\
| * Replace custom WAIT_FOR_CONDITION with semi-standard QTRY_COMPARERohan McGovern2010-06-161-14/+2
| * Attempt to stabilize tst_qwidget::taskQTBUG_4055_sendSyntheticEnterLeaveRohan McGovern2010-06-161-4/+4
| * Attempt to stabilize tst_qwidget::syntheticEnterLeaveRohan McGovern2010-06-161-1/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-121-1/+5
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-081-1/+5
| |\ \
| | * | Fix QApplication/QWidget to really take ownership of input contextsMichael Hasselmann2010-06-071-1/+5
* | | | QWidget::childAt for masked child widgets doesn't work properlyBjørn Erik Nilsen2010-06-101-0/+97
|/ / /
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-8/+250
|\ \ \ | |/ / |/| / | |/
| * Window visibility changes update TLW backing store reference countGareth Stockwell2010-06-021-1/+1
| * Added reference counting to QWidgetBackingStoreGareth Stockwell2010-06-021-9/+4
| * Added tst_QWidget::destroyBackingStoreWhenHiddenGareth Stockwell2010-06-021-0/+247
* | Fix compile errorsShane Kearns2010-05-101-0/+8
* | Cocoa: qwidget autotest fails on setToolTipRichard Moe Gustavsen2010-04-141-3/+0
* | Skip test for cocoa: setToolTipMorten Johan Sørvig2010-04-131-0/+3
* | Autotests: if you use X11 libs, you must link to X11 libs explicitly.Thiago Macieira2010-03-211-0/+4
|/
* HotFix for fluidlauncher default size caused by 6d44dadd.Janne Anttila2010-03-121-2/+2
* XFAIL for a new qwidget autotest on MAC and QWS.Janne Anttila2010-03-111-1/+5
* Fixed dialog resize not to move the dialog for Symbian.Janne Anttila2010-03-101-0/+53
* Fixed autotest tst_QWidget::translucentWidget() on Windows Vista & abovePrasanth Ullattil2010-02-261-1/+9
* Added qwidget test case which displays a native child widgetGareth Stockwell2010-02-091-0/+11
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-061-0/+224
|\
| * Whitespace/tab fixes.Jani Hautakangas2010-02-051-45/+45
| * s60 application loses normalGeometry when returning from fullscreenSamuel Nevala2010-02-051-0/+224
* | Assert failure when setting a widget focus proxy as its successor in tab orderGabriel de Dietrich2010-02-011-0/+14
|/
* revert parts of 10392eef4fd4f9Joerg Bornemann2010-01-221-26/+24
* Update copyright year to 2010Jason McDonald2010-01-063-3/+3
* Fixes crash when widget with WA_StaticContents child become toplevel.Olivier Goffart2009-12-291-1/+29
* Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-071-0/+16
* Fixed crash when scrolling with deleted backingstoreJanne Koskinen2009-11-251-0/+38
* avoid possible crash when showing a modal dialog from a widget destructorThierry Bastian2009-11-201-0/+25
* Fix input method support on widgets that have a focus proxy set.Simon Hausmann2009-11-131-0/+59
* tst_qwidget widgetAt now does not leave widget lowered if test failsGareth Stockwell2009-11-041-2/+3