summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-0436-248/+282
|\ \
| * | fix warning on MSVCThierry Bastian2009-08-041-2/+1
| * | QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-041-5/+6
| * | Fixes selectionModel::hasSelection return value after model::resetLeonardo Sobral Cunha2009-08-041-0/+1
| * | fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-046-12/+17
| * | Mac: Remove debug work outputRichard Moe Gustavsen2009-08-041-1/+0
| * | 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
| * | 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-046-10/+10
| * | Doc fixesAaron Kennedy2009-08-042-0/+8
| * | Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-1/+1
| * | 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
* | | 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
* | Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-4/+14
* | Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-031-10/+28
* | Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+3
* | Cleanup old code in QSharedPointerThiago Macieira2009-08-031-18/+16
* | Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-031-3/+1
* | Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-1/+22
* | Merge branch 'master' of git:qt/qtThiago Macieira2009-08-0310-25/+30
|\ \
| * | Warning --Alexis Menard2009-08-031-2/+2
| * | Fixed warnings on phonon/ds9 with mingw (gcc 4)Thierry Bastian2009-08-039-23/+28
* | | Merge branch '4.5'Thiago Macieira2009-08-0327-356/+484
|\ \ \ | |/ / |/| / | |/
| * Cocoa with namespace breaks the buildRichard Moe Gustavsen2009-07-311-2/+2
| * Coverty warnings --. This switch was missing a break.Alexis Menard2009-07-301-0/+1
| * 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
| * Mac: Fix crash in QCoreTextFontEngineMulti when disabling font kerning.Morten Sørvig2009-07-301-1/+1
| * Unable to change focus between two line edits on macRichard Moe Gustavsen2009-07-301-37/+12
| * Fixes hack around show queries not allowed to be prepared.Bill King2009-07-301-3/+3
| * Doc - Renamed the cursor's images to illustrate splitV and splitH properlyKavindra Devi Palaraja2009-07-291-2/+2
| * Comment one of my changes from yesterdayRichard Moe Gustavsen2009-07-291-4/+7
| * Qtify void* func => void *funcAnders Bakken2009-07-281-2/+2
| * Refactor QDirectFBPaintDeviceAnders Bakken2009-07-287-34/+37
| * Make autorepeat work for DirectFBAnders Bakken2009-07-281-5/+24
| * Fix crash in when resizing directfb windowsAnders Bakken2009-07-282-5/+11
| * Compile with DirectFB < 1.0Anders Bakken2009-07-281-0/+2
| * Regression: QColorDialog crash on Mac when accepting with keyboardRichard Moe Gustavsen2009-07-283-119/+134
| * Fixed drawImage() so that it doesn't sample outside the source image.Kim Motoyoshi Kalland2009-07-281-4/+4
| * Don't use layered windows for non-translucent windowsGunnar Sletta2009-07-281-2/+2
| * Remove ignore system clip stuff in dfbpaintengineAnders Bakken2009-07-282-5/+1
| * Fix off-by-one bug in QDirectFBScreen::flipSurfaceAnders Bakken2009-07-281-4/+4