summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup private QWidget functions.Bjørn Erik Nilsen2009-05-121-65/+0
* Reduce QWidget footprint and do some cleanup.Bjørn Erik Nilsen2009-05-121-65/+65
* Ensure that windows hidden by deletion affect closeOnLastWindowNorwegian Rock Cat2009-05-121-1/+1
* Merge branch '4.5'Thiago Macieira2009-05-111-0/+14
|\
| * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-081-0/+14
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+1
|\ \ | |/
| * Crash in QWidget::render when passing an untransformed QPixmap painter.Bjoern Erik Nilsen2009-05-061-1/+1
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-291-2/+7
|\ \ | |/
| * Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip.Bjoern Erik Nilsen2009-04-291-2/+7
* | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-4/+4
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-271-0/+5
|\ \ | |/
| * Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent.Bjoern Erik Nilsen2009-04-271-0/+1
| * Document what QWidget::winId() returns on Mac OS X.Norwegian Rock Cat2009-04-271-0/+4
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-251-4/+7
|\ \ | |/
| * Sometimes wrong clipping in QWidget::render() when passing a device orBjoern Erik Nilsen2009-04-241-4/+7
* | Remove the Direct3D engine.Gunnar Sletta2009-04-241-21/+0
* | Merge branch '4.5'Thiago Macieira2009-04-201-3/+4
|\ \ | |/
| * Fixed incorrect documentation.axis2009-04-201-3/+4
* | Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-1/+1
* | Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-1/+1
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-12/+36
|\ \ | |/
| * BT: Fix regression when tooltips dissappear suddenly in Unified toolbarNorwegian Rock Cat2009-04-071-2/+22
| * Fixes: Calling repaint() during a top-level resizeGunnar Sletta2009-04-071-10/+14
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-011-26/+8
|\ \ | |/
| * Marked QWidget::resetInputContext() function as obsolete.Denis Dzyubenko2009-04-011-4/+8
| * Removed obsolete internal function that focuses input context.Denis Dzyubenko2009-04-011-22/+0
* | Give input context focus only when widget is enabled.Denis Dzyubenko2009-04-011-2/+11
* | Improved IME handling on Windows.Denis Dzyubenko2009-04-011-14/+0
* | Provide a previousInFocusChain for consistancyOlivier Goffart2009-03-301-0/+14
|/
* Creating a native window handle doesn't reset input context on X11.Denis Dzyubenko2009-03-271-1/+10
* Creating an instance of the QDesktopWidget breaks clipboard on X11.Denis Dzyubenko2009-03-271-2/+9
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+11398