| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile fix on Linux. | hjk | 2009-08-10 | 3 | -16/+7 |
|
|
* | Doc: Fix qdoc warnings | Volker Hilsheimer | 2009-08-10 | 1 | -1/+1 |
|
|
* | Removed unused member in QApplicationPrivate | Bradley T. Hughes | 2009-08-10 | 1 | -1/+0 |
|
|
* | Implemented QPinchGesture. | Denis Dzyubenko | 2009-08-10 | 7 | -27/+316 |
|
|
* | Made the QGesture::reset function protected. | Denis Dzyubenko | 2009-08-10 | 2 | -3/+4 |
|
|
* | Fix default QWidget size on X servers with Xinerama | Bradley T. Hughes | 2009-08-10 | 1 | -0/+7 |
|
|
* | Refactor the code that reads the KDE config in one file | Olivier Goffart | 2009-08-07 | 6 | -173/+274 |
|
|
* | build fix for mingw | Thierry Bastian | 2009-08-06 | 1 | -0/+1 |
|
|
* | Fix compile on Windows | Jens Bache-Wiig | 2009-08-06 | 1 | -1/+1 |
|
|
* | Cocoa: Add support for native gestures | Richard Moe Gustavsen | 2009-08-06 | 2 | -13/+51 |
|
|
* | Make sure QWidget::setStyle() relayouts its children. | Jan-Arve Sæther | 2009-08-06 | 1 | -1/+3 |
|
|
* | Compile fix for gestures. | Denis Dzyubenko | 2009-08-06 | 1 | -5/+4 |
|
|
* | Support _NET_WORKAREA on Xinerama setups in QDesktopWidget | Bradley T. Hughes | 2009-08-06 | 1 | -8/+18 |
|
|
* | Fixes a regression in qwidget when setting a large minimum size. | Denis Dzyubenko | 2009-08-06 | 1 | -9/+9 |
|
|
* | Small fix for native gestures on windows. | Denis Dzyubenko | 2009-08-06 | 1 | -7/+2 |
|
|
* | Enable pan gesture on all QAbstractScrollArea-based widgets. | Denis Dzyubenko | 2009-08-06 | 1 | -0/+3 |
|
|
* | Changed setting state in a QGesture | Denis Dzyubenko | 2009-08-06 | 4 | -40/+55 |
|
|
* | Rearranged the gesture code a bit for future native gestures on Windows. | Denis Dzyubenko | 2009-08-06 | 6 | -17/+74 |
|
|
* | Merge commit 'origin/4.5' | Rohan McGovern | 2009-08-06 | 1 | -0/+6 |
|\ |
|
| * | Cocoa: Menus show old selected values. | Richard Moe Gustavsen | 2009-08-05 | 1 | -0/+6 |
|
|
* | | QTapAndHoldGesture is gone, remove reference | Volker Hilsheimer | 2009-08-05 | 1 | -1/+1 |
|
|
* | | Fix compilation after my last change to qobject_p.h | Thiago Macieira | 2009-08-04 | 1 | -3/+3 |
|
|
* | | Reorganise QObjectPrivate so that it's easier to tell what's in it. | Thiago Macieira | 2009-08-04 | 1 | -4/+3 |
|
|
* | | Removed the startPos/lastPos/pos from the gesture classes. | Denis Dzyubenko | 2009-08-04 | 5 | -114/+2 |
|
|
* | | Removed the QTapAndHoldGesture | Denis Dzyubenko | 2009-08-04 | 3 | -115/+16 |
|
|
* | | Moved the native window gesture handling code to the right place. | Denis Dzyubenko | 2009-08-04 | 6 | -77/+121 |
|
|
* | | Renamed internal WinGesture event to NativeGesture. | Denis Dzyubenko | 2009-08-04 | 5 | -17/+25 |
|
|
* | | fix warning on MSVC | Thierry Bastian | 2009-08-04 | 1 | -2/+1 |
|
|
* | | Add support for pan gesture on mac (carbon and cocoa) | Richard Moe Gustavsen | 2009-08-04 | 2 | -0/+70 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 6 | -66/+52 |
|\ \
| |/ |
|
| * | Cocoa with namespace breaks the build | Richard Moe Gustavsen | 2009-07-31 | 1 | -2/+2 |
|
|
| * | Allow maximize button on the titlebar for a fixed size window | Denis Dzyubenko | 2009-07-30 | 1 | -0/+5 |
|
|
| * | Remove mem leak / warning in the cocoaport | Richard Moe Gustavsen | 2009-07-30 | 1 | -0/+1 |
|
|
| * | Unable to change focus between two line edits on mac | Richard Moe Gustavsen | 2009-07-30 | 1 | -37/+12 |
|
|
| * | Doc - Renamed the cursor's images to illustrate splitV and splitH properly | Kavindra Devi Palaraja | 2009-07-29 | 1 | -2/+2 |
|
|
| * | Roll back the fancy updating of translucent windows. | Gunnar Sletta | 2009-07-27 | 1 | -4/+1 |
|
|
| * | Prematurely creating a dialog as a sheet causes problems | Richard Moe Gustavsen | 2009-07-24 | 2 | -21/+34 |
|
|
* | | Revert "Fix QFormLayout which allowed fields to be smaller that their minimum... | Olivier Goffart | 2009-07-31 | 1 | -5/+1 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Aaron Kennedy | 2009-07-31 | 5 | -72/+92 |
|\ \ |
|
| * | | Disabling the close button didn't work correctly | Denis Dzyubenko | 2009-07-30 | 1 | -10/+11 |
|
|
| * | | Allow maximize button on the titlebar for a fixed size window | Denis Dzyubenko | 2009-07-30 | 1 | -0/+5 |
|
|
| * | | Added an ability to remove size constraints from a widget. | Denis Dzyubenko | 2009-07-30 | 1 | -6/+15 |
|
|
| * | | Gestures: fixed install event filter bug | Richard Moe Gustavsen | 2009-07-30 | 1 | -2/+2 |
|
|
| * | | Doc - Some more cleanups to beautify the documentation | Kavindra Devi Palaraja | 2009-07-30 | 1 | -39/+38 |
|
|
| * | | Doc - Beautifying documentation of autoMaximizeThreshold | Kavindra Devi Palaraja | 2009-07-30 | 1 | -8/+9 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Morten Sørvig | 2009-07-30 | 1 | -6/+6 |
| |\ \ |
|
| | * | | Doc - some cleanups to beautify the paragraphs | Kavindra Devi Palaraja | 2009-07-30 | 1 | -6/+6 |
|
|
| * | | | Mac/Carbon: Fix issue causing update(QRegion) to fail on large widgets. | Morten Sørvig | 2009-07-30 | 1 | -1/+6 |
| |/ / |
|
* | | | Add NOTIFY attribute to QAction properties | Aaron Kennedy | 2009-07-31 | 1 | -15/+15 |
|
|
* | | | Fixing qml for QWidget support (crash) | Thomas Hartmann | 2009-07-31 | 1 | -0/+6 |
|/ / |
|