summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable'Jason Barron2009-08-1017-275/+502
|\
| * Refactor the code that reads the KDE config in one fileOlivier Goffart2009-08-076-173/+274
| * build fix for mingwThierry Bastian2009-08-061-0/+1
| * Fix compile on WindowsJens Bache-Wiig2009-08-061-1/+1
| * Cocoa: Add support for native gesturesRichard Moe Gustavsen2009-08-062-13/+51
| * Make sure QWidget::setStyle() relayouts its children.Jan-Arve Sæther2009-08-061-1/+3
| * Compile fix for gestures.Denis Dzyubenko2009-08-061-5/+4
| * Support _NET_WORKAREA on Xinerama setups in QDesktopWidgetBradley T. Hughes2009-08-061-8/+18
| * Fixes a regression in qwidget when setting a large minimum size.Denis Dzyubenko2009-08-061-9/+9
| * Small fix for native gestures on windows.Denis Dzyubenko2009-08-061-7/+2
| * Enable pan gesture on all QAbstractScrollArea-based widgets.Denis Dzyubenko2009-08-061-0/+3
| * Changed setting state in a QGestureDenis Dzyubenko2009-08-064-40/+55
| * Rearranged the gesture code a bit for future native gestures on Windows.Denis Dzyubenko2009-08-066-17/+74
| * Merge commit 'origin/4.5'Rohan McGovern2009-08-061-0/+6
| |\
| | * Cocoa: Menus show old selected values.Richard Moe Gustavsen2009-08-051-0/+6
| * | QTapAndHoldGesture is gone, remove referenceVolker Hilsheimer2009-08-051-1/+1
* | | Update license headers according to commit 858c70f768e.axis2009-08-0611-32/+32
* | | Replaced $MODULE$ with hardcoded module names.axis2009-08-0611-11/+11
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0629-30/+30
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-0611-271/+180
|\ \ \ | |/ /
| * | 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
| * | Removed the startPos/lastPos/pos from the gesture classes.Denis Dzyubenko2009-08-045-114/+2
| * | Removed the QTapAndHoldGestureDenis Dzyubenko2009-08-043-115/+16
| * | Moved the native window gesture handling code to the right place.Denis Dzyubenko2009-08-046-77/+121
| * | Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-045-17/+25
| * | fix warning on MSVCThierry Bastian2009-08-041-2/+1
| * | Add support for pan gesture on mac (carbon and cocoa)Richard Moe Gustavsen2009-08-042-0/+70
* | | Merge commit 'origin/master'Jason Barron2009-08-061-18/+26
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-059-99/+97
| |\ \ \
| * | | | protecting against leak in QSymbianControl when QWidget construction failsmread2009-08-051-18/+26
* | | | | Compile with Q_DECLARE_SCOPED_PRIVATE.Jason Barron2009-08-041-2/+2
* | | | | Merge commit 'origin/master'Jason Barron2009-08-0450-225/+327
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-049-100/+98
| |/ / /
| * | | fixed qt_pixmapToNativeBitmap name merge problemmread2009-08-031-4/+4
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0348-129/+217
| * | | Restored window title after another top-level window was closed.Janne Anttila2009-07-311-3/+9
| * | | Removed unnecessary code, UID is associated to wserv by framework.Janne Anttila2009-07-311-5/+0
| * | | Swicthed back to original way of using AddToStackL and RemoveFromStackJanne Anttila2009-07-301-13/+28
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-0417-176/+210
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5'Thiago Macieira2009-08-036-66/+52
| |\ \ \ | | | |/ | | |/|
| | * | Cocoa with namespace breaks the buildRichard Moe Gustavsen2009-07-311-2/+2
| | * | Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
| | * | Remove mem leak / warning in the cocoaportRichard Moe Gustavsen2009-07-301-0/+1
| | * | Unable to change focus between two line edits on macRichard Moe Gustavsen2009-07-301-37/+12
| | * | Doc - Renamed the cursor's images to illustrate splitV and splitH properlyKavindra Devi Palaraja2009-07-291-2/+2
| | * | Roll back the fancy updating of translucent windows.Gunnar Sletta2009-07-271-4/+1
| | * | Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-242-21/+34
| * | | Revert "Fix QFormLayout which allowed fields to be smaller that their minimum...Olivier Goffart2009-07-311-5/+1
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-315-72/+92
| |\ \ \