summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Introducing icon theme supportJens Bache-Wiig2009-08-101-1/+3
* Manual mergeThomas Hartmann2009-08-101-3/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtThomas Hartmann2009-08-1016-216/+606
|\
| * Compile fix on Linux.hjk2009-08-103-16/+7
| * Doc: Fix qdoc warningsVolker Hilsheimer2009-08-101-1/+1
| * Removed unused member in QApplicationPrivateBradley T. Hughes2009-08-101-1/+0
| * Implemented QPinchGesture.Denis Dzyubenko2009-08-107-27/+316
| * Made the QGesture::reset function protected.Denis Dzyubenko2009-08-102-3/+4
| * Fix default QWidget size on X servers with XineramaBradley T. Hughes2009-08-101-0/+7
| * Refactor the code that reads the KDE config in one fileOlivier Goffart2009-08-076-173/+274
* | Gesture support for Windows Mobile 6.5Thomas Hartmann2009-08-101-17/+41
|/
* 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
* | 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 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
|\ \
| * | Disabling the close button didn't work correctlyDenis Dzyubenko2009-07-301-10/+11
| * | Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
| * | Added an ability to remove size constraints from a widget.Denis Dzyubenko2009-07-301-6/+15
| * | Gestures: fixed install event filter bugRichard Moe Gustavsen2009-07-301-2/+2
| * | Doc - Some more cleanups to beautify the documentationKavindra Devi Palaraja2009-07-301-39/+38
| * | Doc - Beautifying documentation of autoMaximizeThresholdKavindra Devi Palaraja2009-07-301-8/+9
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMorten Sørvig2009-07-301-6/+6
| |\ \