summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-1/+10
|\
| * Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-1/+10
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-291-4/+5
|\ \ | |/
| * Send ParentChanged event to QGLWidgets when the wId changes on EGLTom Cooksey2009-05-281-4/+5
* | Don't enable WM_TOUCH* messages on all windowsBradley T. Hughes2009-05-261-0/+6
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-2/+2
|\ \ | |/
| * Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-201-5/+18
|\ \ | |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-5/+18
| |\
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
| | * Prevent a crash with brushed metal windows and a qApp style sheetNorwegian Rock Cat2009-05-181-4/+17
* | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-2/+20
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-131-131/+66
|\ \ \ | |/ /
| * | 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 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-121-0/+14
|\ \ \ | |/ /
| * | 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
* | | Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-111-0/+8
* | | Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-14/+21
* | | Removed QWidget::gestureEvent() functions since adding a new virtualDenis Dzyubenko2009-05-111-6/+1
* | | More documentation fixes.Denis Dzyubenko2009-05-111-4/+4
* | | Extended the gesture documentation.Denis Dzyubenko2009-05-111-4/+16
* | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-34/+32
* | | Added some documentation.Denis Dzyubenko2009-05-111-3/+24
* | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+45
* | | by default, ignore touch events if the widget is disabledBradley T. Hughes2009-05-081-0/+3
|/ /
* | 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