summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Added documentation for the Gesture API.Denis Dzyubenko2009-10-128-28/+278
* | | | | Added support for singleshot gestures.Denis Dzyubenko2009-10-121-2/+4
* | | | | Fix for qapplication::testDeleteLaterProcessEvents autotest in Symbian.Janne Anttila2009-10-122-4/+5
| |_|_|/ |/| | |
* | | | 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 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
| | * | | Fix a bug when clipsChildrenToShape is set back to false.Alexis Menard2009-10-023-0/+18
| | * | | Fix support for 32-bit PowerVR screens with QGraphicsViewRhys Weatherley2009-10-021-5/+8
| * | | | Remove incorrect optimisation in S60 widget / control stack syncShane Kearns2009-10-081-3/+8
| * | | | Conservative fix for link error with ARM RVCT compiler on symbian sbsv2Shane Kearns2009-10-082-14/+29