summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-3/+153
|\
| * Multitouch, Cocoa: First revision of multi touch in Qt/CocoaRichard Moe Gustavsen2009-06-191-2/+2
| * Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-0/+37
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
| |\
| | * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| | |\
| | | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * | | Compile after botched mergeBradley T. Hughes2009-06-161-1/+1
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-2/+2
| |\ \ \ | | |/ /
| | * | doc: Fixed several qdoc errors.Martin Smith2009-06-161-1/+1
| * | | Merge of masterBradley T. Hughes2009-06-151-4/+4
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-18/+18
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-081-12/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-1/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-291-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
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-201-5/+18
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-121-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 commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-201/+124
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-121-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
| * | | | | | | | | | | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-2/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-12/+12
| * | | | | | | | | | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-4/+4
| * | | | | | | | | | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-101-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-12/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-1/+10
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Send ParentChanged event to QGLWidgets when the wId changes on EGLTom Cooksey2009-05-281-4/+5
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-2/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-5/+18
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+1
| |\ \ \ \
| * \ \ \ \ Merge commit 'origin/4.5'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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-251-4/+7
| |\ \ \ \ \ \ \