summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement Qt::WA_AcceptTouchEvents on S60Bradley T. Hughes2009-09-231-1/+1
* Fixed background gradients in ObjectBoundingModeGunnar Sletta2009-09-221-2/+8
* Doc: Indicated that press and release events occur with double clicks.David Boddie2009-09-211-5/+7
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-9/+19
* Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-211-1/+1
* Give the soft key functionality it's own macro.Jason Barron2009-09-211-3/+3
* Refactor soft keys implementation.Jason Barron2009-09-211-70/+10
* Making Keypad Navigation more usableAlessandro Portale2009-09-191-5/+85
* Allow forcing an empty window title.Denis Dzyubenko2009-09-181-1/+1
* QCursor support for Symbian OSShane Kearns2009-09-151-1/+0
* Implement synthetic enter/leave events for QWS.Paul Olav Tvete2009-09-141-4/+8
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Improved the gesture api.Denis Dzyubenko2009-09-031-2/+0
* Doc: Said what happens when setFocus() is called on a widget in anGeir Vattekar2009-09-011-0/+2
* Make QMargins a proper classJens Bache-Wiig2009-08-311-1/+35
* doc: Fixed several qdoc errors.Martin Smith2009-08-311-1/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-5/+4
* | Doc: Widgets may ignore the role set with QWidget::setForegroundRole().Geir Vattekar2009-08-271-0/+8
* | doc: fixes qdoc warnings/errors related to the Graphics Effect framework.Bjørn Erik Nilsen2009-08-261-0/+9
* | Fix warning.Olivier Goffart2009-08-261-1/+3
* | fix warnings on Windows CEJoerg Bornemann2009-08-261-1/+4
* | Cocoa: bugfix for autocads plugin projectRichard Moe Gustavsen2009-08-251-0/+4
* | "d->" is not used. Fix MSVC warning.Alessandro Portale2009-08-211-2/+0
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-12/+191
|\ \
| * | Delete existing graphics effect when setting a new one.Bjørn Erik Nilsen2009-08-201-3/+14
| * | Fix the most obvious rendering bugs when applying an effect to QWidget.Bjørn Erik Nilsen2009-08-201-15/+80
| * | Add support for graphics effects on QWidget.Bjørn Erik Nilsen2009-08-201-3/+106
* | | Merge commit 'qt/master'Jason Barron2009-08-181-25/+24
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-22/+22
| * | Fixed coverity warningsThierry Bastian2009-08-141-3/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-131-5/+8
|\ \ \ | |/ /
| * | Update URL's to use new domain.Jason McDonald2009-08-121-1/+1
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | QWidget::isHidden documentation clarification.Jocelyn Turcotte2009-08-111-3/+6
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-12/+12
|\ \ \ | |/ /
| * | 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-57/+3
|\ \ \ | |/ /
| * | 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 commit 'origin/master'Jason Barron2009-08-041-32/+66
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-041-12/+12
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-20/+54