summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for autotest failure in qwidget::saveRestoreGeometry()Carlos Manuel Duclos Vergara2010-05-141-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-141-0/+22
|\
| * Mac: restoreGeometry()Carlos Manuel Duclos Vergara2010-05-141-0/+22
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-141-43/+14
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-111-43/+14
| |\
| | * Fixed scrolling bugs in widget graphics effect backend.Samuel Rødal2010-05-071-32/+3
| | * Fixed source pixmap bug in widget graphics effect backend.Samuel Rødal2010-05-071-1/+1
| | * Fix crash with stylesheet if widget change style in the changeEventOlivier Goffart2010-05-071-10/+10
* | | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-121-0/+6
|\ \ \ | |/ /
| * | Update the input method sensitivity in case of complex widgets in QGraphicsPr...Alexis Menard2010-04-291-0/+6
| |/
* | Fixes a crash when unregistering a recognizer.Denis Dzyubenko2010-05-051-0/+3
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-271-0/+27
|\
| * QTabWidget documentMode not working correctly on MacCarlos Manuel Duclos Vergara2010-04-271-0/+27
* | Revert "QDialog: user-moved dialog would not show on the same place after hide"Gabriel de Dietrich2010-04-271-3/+3
|/
* When using Qt::BypassGraphicsProxyWidget with QMenu the application is not st...Alexis Menard2010-04-221-1/+1
* QDialog: user-moved dialog would not show on the same place after hideGabriel de Dietrich2010-04-201-3/+3
* Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-151-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-131-1/+1
|\
| * CompileAaron Kennedy2010-04-071-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-2/+6
|\ \ | |/ |/|
| * QTBUG-4887 and other exception safety fixesmread2010-04-071-2/+6
* | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-221-0/+4
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-181-0/+2
|\ \ | |/
| * Fixed a bug where a proxy widget received FocusIn over and over.axis2010-03-181-0/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-5/+25
|\ \ | |/
| * Fix compileJens Bache-Wiig2010-03-031-1/+0
| * Bug with toolbar focus on MacCarlos Manuel Duclos Vergara2010-03-031-0/+18
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-261-5/+8
| |\
| | * ActiveQt Internet Explorer component causes Desktop Icons to flicker.Prasanth Ullattil2010-02-261-5/+8
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-041-29/+69
|\ \ \
| * | | Introduce a setAttribute_internal helperHarald Fernengel2010-03-031-21/+29
| * | | Stabilize QWidgetHarald Fernengel2010-03-031-2/+3
| * | | Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig2010-03-021-6/+37
* | | | Fix warnings on MSVCThierry Bastian2010-03-031-1/+0
|/ / /
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-0/+43
|\ \ \ | |/ /
| * | Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-251-0/+43
| |/
* | Prevent stale QWidget pointers in QCocoaViewMorten Johan Sørvig2010-02-231-0/+9
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-131-1/+1
|\ \ | |/
| * Fix to S60 softkeys when no active Qt window or native widget is shown.Janne Anttila2010-02-121-1/+1
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-1/+1
|\ \ | |/
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland2010-02-091-1/+1
| |\
| | * Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-041-1/+1
| | * Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-1/+28
|\ \ \ | |/ /
| * | Revert change 34f1758 on non-Synbian platformsPaul Olav Tvete2010-02-051-0/+2
| * | Merge remote branch 'origin/4.6' into 4.6Paul Olav Tvete2010-02-051-1/+14
| |\ \
| | * | Improve raster graphics system performance on Mac (second try).Morten Johan Sørvig2010-02-041-1/+14
| * | | Fix tst_QAccessiblity failure.Bjørn Erik Nilsen2010-02-051-1/+2
| * | | Crash when closing any top-level widget on Symbian.Bjørn Erik Nilsen2010-02-041-1/+10
| * | | Assert failure when setting a widget focus proxy as its successor in tab orderGabriel de Dietrich2010-02-011-0/+2
| |/ /