summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure QWidget::setStyle() relayouts its children.Jan-Arve Sæther2009-08-061-1/+3
* Fixes a regression in qwidget when setting a large minimum size.Denis Dzyubenko2009-08-061-9/+9
* Rearranged the gesture code a bit for future native gestures on Windows.Denis Dzyubenko2009-08-061-2/+0
* Fix compilation after my last change to qobject_p.hThiago Macieira2009-08-041-3/+3
* Reorganise QObjectPrivate so that it's easier to tell what's in it.Thiago Macieira2009-08-041-4/+3
* Moved the native window gesture handling code to the right place.Denis Dzyubenko2009-08-041-53/+0
* Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-041-8/+8
* Merge branch '4.5'Thiago Macieira2009-08-031-0/+4
|\
| * Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-241-0/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-311-6/+15
|\ \
| * | Added an ability to remove size constraints from a widget.Denis Dzyubenko2009-07-301-6/+15
* | | Fixing qml for QWidget support (crash)Thomas Hartmann2009-07-311-0/+6
|/ /
* | Doc: The layout documentation is not a list of classes.Volker Hilsheimer2009-07-291-3/+3
* | Bad drawing of styled viewports within QAbstractScrollAreaOlivier Goffart2009-07-151-26/+32
* | Make the window title set by setWindowFilePath() match our docs.Norwegian Rock Cat2009-07-141-3/+1
* | Merge commit 'origin/4.5'Bill King2009-07-131-5/+2
|\ \ | |/
| * Fixed a crash with input methodsPierre Rossi2009-07-101-5/+2
* | Merge commit 'origin/4.5'Bill King2009-07-081-0/+5
|\ \ | |/
| * Document limitation in Cocoa cursor handling.Norwegian Rock Cat2009-07-071-0/+5
* | Fixes a crash when scrolling a scrollarea with a mouse wheel.Denis Dzyubenko2009-07-071-0/+1
* | Refactored gesture apiDenis Dzyubenko2009-07-021-107/+56
* | Compiler warnings.Bjørn Erik Nilsen2009-07-011-0/+2
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-4/+4
* | 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 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
| | * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-2/+2
* | | 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
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-081-12/+4
|\ \ \ | |/ /
| * | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-12/+4
* | | 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
|\ \ \ | |/ /