summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes casing issue in the PSQL driver.Bill King2009-08-051-5/+5
* Fix compilation after my last change to qobject_p.hThiago Macieira2009-08-041-3/+3
* Fixed bug where Q[Styled]ItemDelegate edition wouldn't terminate whenGabriel de Dietrich2009-08-043-13/+35
* Restore the old name for QObjectDeletionNotification.Thiago Macieira2009-08-042-8/+7
* Revert "Remove currentChildBeingDeleted from QObjectPrivate."Thiago Macieira2009-08-042-12/+18
* qregext filter changed to support additional parameter/unicodeMatthew Cattell2009-08-041-1/+2
* Added the license header to the example.Denis Dzyubenko2009-08-042-0/+82
* Add QWeakPointer::data, which thread-unsafely returns the tracked pointerThiago Macieira2009-08-042-2/+75
* Reorganise QObjectPrivate so that it's easier to tell what's in it.Thiago Macieira2009-08-043-70/+66
* Clean up old Jambi code: there's a way of getting the QObject d-pointerThiago Macieira2009-08-041-8/+1
* Don't try to make direct system calls on Linux.Thiago Macieira2009-08-043-99/+10
* Removed the startPos/lastPos/pos from the gesture classes.Denis Dzyubenko2009-08-046-118/+6
* Removed the QTapAndHoldGestureDenis Dzyubenko2009-08-048-123/+167
* 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-047-19/+27
* QNAM HTTP Code: Moved append() functions to the reply objectMarkus Goetz2009-08-044-36/+37
* QHttpNetworkConnection: Moved channel slots to channel objectMarkus Goetz2009-08-045-267/+249
* Fix build on HarmattanTom Cooksey2009-08-041-4/+7
* Added input hints to QGraphicsItem.jasplin2009-08-046-2/+93
* QParallelAnimationGroup pause resume fixedThierry Bastian2009-08-042-1/+35
* Animations: better handling of the timerThierry Bastian2009-08-042-27/+6
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-0454-376/+669
|\
| * Assistant: Use non-GUI version of QApplication for command-line tasks.ck2009-08-041-1/+15
| * qdoc: Added \annotated list command to qdoc3.Martin Smith2009-08-046-14/+40
| * Assistant: Added search history.ck2009-08-041-57/+238
| * fix warning on MSVCThierry Bastian2009-08-041-2/+1
| * QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-042-5/+18
| * Fixes selectionModel::hasSelection return value after model::resetLeonardo Sobral Cunha2009-08-042-1/+2
| * fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-046-12/+17
| * Mac: Remove debug work outputRichard Moe Gustavsen2009-08-041-1/+0
| * Modify imagewidget example so it works with new APIRichard Moe Gustavsen2009-08-041-31/+15
| * Add support for pan gesture on mac (carbon and cocoa)Richard Moe Gustavsen2009-08-042-0/+70
| * Remove the "preliminary support" warning for 10.6Morten Sorvig2009-08-041-4/+1
| * Build on snow leopard.Morten Sorvig2009-08-041-1/+1
| * Make Cocoa builds 64-bit by default on snow leopard.Morten Sorvig2009-08-041-8/+14
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMorten Sorvig2009-08-0432-234/+232
| |\
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-041-26/+21
| | |\
| | | * Fixes failed queries when mysql auto-preparesBill King2009-08-041-26/+21
| | * | Fix incorrect license headers.Jason McDonald2009-08-047-31/+41
| | |/
| | * Fix obsolete license headersJason McDonald2009-08-0410-18/+18
| | * Doc fixesAaron Kennedy2009-08-043-1/+9
| | * Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-032-1/+37
| | * Fix compile error on WinCE.Prasanth Ullattil2009-08-032-1/+16
| | * Fixed some perspective transform rendering bugs.Samuel Rødal2009-08-034-155/+82
| | * Wizard background images incorrect in Snow Leopard.Prasanth Ullattil2009-08-031-0/+1
| | * Fix deadlock in the fsevents file watcher.Norwegian Rock Cat2009-08-032-1/+7
| * | Fix spelling error.Morten Sorvig2009-08-032-10/+10
| |/
* | have QPainter::begin() return false on null paint engineGunnar Sletta2009-08-041-1/+1
|/
* fixed broken integration of qwindowsurface_raster.cppGunnar Sletta2009-08-031-1/+1
* Sync with QtCreator source, add's help startup options.kh12009-08-036-40/+158