summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QUrl regression with setHost("::ffff:129.144.52.38")David Faure2009-10-131-2/+7
* QMetaObject::activate: reordered mutex locks/unlocks around spyFlorian Vichot2009-10-131-2/+3
* Itemview: fix regression concerning Ctrl+rubber band selectionsFrank Reininghaus2009-10-131-1/+1
* Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6Alexis Menard2009-10-1259-1391/+2041
|\
| * Compile fix after the latest change to gesture api.Denis Dzyubenko2009-10-121-8/+1
| * Fixed warnings autotest.Denis Dzyubenko2009-10-122-2/+2
| * Removed the QGesture contructor that we don't really need.Denis Dzyubenko2009-10-122-9/+9
| * Fixed enum values in Qt::GestureContext.Denis Dzyubenko2009-10-121-2/+2
| * Revert merge commit 3945fd75a93d790434b33c2d23aOlivier Goffart2009-10-121-1/+1
| * QUuid::createUuid() not unique when using threads on UnixBradley T. Hughes2009-10-122-4/+37
| * Don't delete an fbo's texture if the fbo isn't using a textureRhys Weatherley2009-10-122-2/+4
| * 2009-10-09 Joe Ligman <joseph.ligman@nokia.com>Joe Ligman2009-10-117-5/+116
| * Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-10-102-5/+6
| |\
| | * Fixed getting an icon for a file on the filesystem with gnome.Denis Dzyubenko2009-10-091-3/+6
| | * Fixed compilation warning by removing unused variables.Denis Dzyubenko2009-10-091-2/+0
| * | Fix compilation with aCC 6: this compiler has broken for scopingThiago Macieira2009-10-091-0/+5
| * | Fix compilation with aCC 6: cannot redefine a variable in the same scopeThiago Macieira2009-10-091-1/+1
| * | Fix compilation with xlC 7: you can't forward-declare enums.Thiago Macieira2009-10-091-6/+1
| |/
| * A new implementation of the Gesture API.Denis Dzyubenko2009-10-0938-1315/+1832
| * Doc: Created a snippet to generate the global colors image.David Boddie2009-10-091-12/+15
| * Workaround for softkeys not working in modal dialogs on S60 5.0Shane Kearns2009-10-091-0/+1
| * Fix compile error on symbian platformShane Kearns2009-10-091-0/+4
| * Fix printing bitmap fonts on X11 with FontConfig enabledEskil Abrahamsen Blomfeldt2009-10-093-11/+24
| * Revert "Workaround for OpenC daylight saving cache issue when using localtime...Aleksandar Sasha Babic2009-10-091-30/+2
* | Fixed keyboard navigation for QTableViewGabriel de Dietrich2009-10-123-71/+140
* | Update lastTick on all timerTicks in QAbstractAnimationLeonardo Sobral Cunha2009-10-091-7/+4
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-0925-128/+218
|\ \ | |/
| * Fixed crash when printing to files under CocoaGunnar Sletta2009-10-091-0/+6
| * Fixed text positioning when printing in HighResolution on Mac OS XGunnar Sletta2009-10-091-3/+4
| * Fix qdoc warning about undocumented parameterSimon Hausmann2009-10-091-1/+1
| * Fix for tst_qfile::map auto test in Symbian OS 3.1.Janne Anttila2009-10-091-2/+13
| * Made QPen::setDashOffset() work with non-custom dashed lines.Kim Motoyoshi Kalland2009-10-091-3/+11
| * Add a way to allow tracking the originating object with QNetworkRequest.Simon Hausmann2009-10-093-0/+35
| * Fixed doc for softkeys in the qwidget doc.Denis Dzyubenko2009-10-091-2/+1
| * Fix QHostInfo IP resolution when there's no reverse for the IP.Thiago Macieira2009-10-092-50/+30
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jan-Arve Sæther2009-10-0946-263/+438
| |\
| | * Check the framebuffer format against a format, not a texture targetRhys Weatherley2009-10-091-1/+1
| | * Suppress unnecessary warning messages if pbuffers are not supportedRhys Weatherley2009-10-091-3/+10
| | * EGL_SAMPLES should be 1, not -1, to select number of samplesRhys Weatherley2009-10-091-1/+1
| | * Prevent double-destroy of a pbuffer's EGLSurfaceRhys Weatherley2009-10-081-1/+1
| | * Fix detection of pbuffers on OpenGL/ES systemsRhys Weatherley2009-10-081-1/+1
| | * Don't print EGL buffer size if it isn't set.Rhys Weatherley2009-10-081-2/+2
| | * Color role with higher contrast for focusrectAlessandro Portale2009-10-081-1/+1
| | * QS60Style: Re-enable color-from-skin-part extractionAlessandro Portale2009-10-081-5/+4
| | * Merge branch '4.5' into 4.6Thiago Macieira2009-10-083-4/+6
| | |\
| | | * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-10-071-4/+8
| | | * ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
| | | * Fix ASSERT caused by Plastique style when setting an application font with a ...Bradley T. Hughes2009-10-071-1/+1
| | | * Bump version number of 4.5 branch to 4.5.4.Jason McDonald2009-10-053-4/+4
| | | * Fix regressions in qeventloop, qtimer, and qsocketnotifier autotestsBradley T. Hughes2009-10-053-31/+112