summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-137-11/+16
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-10-132-1/+4
|\
| * Doc: clarified what addDatabase() returns if the driver cannot be loadedStian Sandvik Thomassen2009-10-131-0/+2
| * Fixes issue with multiple lookups to same table/fieldBill King2009-10-131-1/+2
* | Implement qDrawPixmaps for the OpenVG paint engine.Rhys Weatherley2009-10-132-0/+117
|/
* Remove the surface holder from the PowerVR screen driverRhys Weatherley2009-10-134-148/+11
* Update the OpenGL for Qt/Embedded documentationRhys Weatherley2009-10-131-0/+6
* Remove the hybrid screen driver.Rhys Weatherley2009-10-127-961/+0
* Fix save() and restore() for the OpenGL2 paint engine.Rhys Weatherley2009-10-122-13/+15
* Doc: Minor corrections and additions to i18n documentation.David Boddie2009-10-121-1/+1
* Doc: Gesture API documentation review.David Boddie2009-10-126-80/+124
* Fix default action in s60 drag'n'drop managerShane Kearns2009-10-121-2/+2
* Make QTextControl give the right default action to Drag managerShane Kearns2009-10-121-2/+6
* Fix for poor performance during screen orientation switchShane Kearns2009-10-121-2/+2
* Make writing out word-spacing use the right property.Thomas Zander2009-10-121-2/+2
* Fixed a bug visible in QPrintPreview with the X11 XLFD font engine.Trond Kjernåsen2009-10-121-1/+1
* QHttpNetworkConnectionChannel: Limit the socket read bufferMarkus Goetz2009-10-121-0/+5
* 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