summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QGVLauncher from the WebKit import.Simon Hausmann2009-09-242-330/+0
* Fix the area above the menubar to have the right backgroundAndy Shaw2009-09-241-1/+1
* Added BlurType to blur graphics effect API.Samuel Rødal2009-09-245-25/+87
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Andy Shaw2009-09-241-0/+4
|\
| * QTextDocument initial revision after setPlainText/setHtmlmae2009-09-241-0/+4
* | Ensure that the gradient is not given an invalid stop pointAndy Shaw2009-09-241-7/+7
|/
* Added some documentation for a hackish workaround into the mac codeRichard Moe Gustavsen2009-09-241-4/+11
* Prevented crash in svgviewer in graphics system OpenGL with QGLWidget.Samuel Rødal2009-09-241-0/+2
* Updated WebKit from /home/joce/dev/qtwebkit3/ to qtwebkit-4.6-snapshot-240920...Jocelyn Turcotte2009-09-24486-6489/+9572
* Only account for a negative right bearing in QTextLayoutEskil Abrahamsen Blomfeldt2009-09-241-1/+1
* Fixed a text drawing problem in the GL2 engine under X11.Trond Kjernåsen2009-09-241-1/+1
* Uninitialised variable fix for qfilesystemwatcher_symbianmread2009-09-241-1/+1
* Fix QTextDocument::revision()mae2009-09-243-23/+17
* Made fast blur in GL 2 engine be radius independent.Samuel Rødal2009-09-242-140/+97
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ...Justin McPherson2009-09-2420-524/+274
* Mac audio; emit stateChanged on start, don't flush in push mode.Justin McPherson2009-09-242-0/+9
* Mac audio; Remove signal re-decleration.Justin McPherson2009-09-242-8/+0
* Fix cubic paths in OpenVGRhys Weatherley2009-09-231-3/+3
* Fix 3.1 build - move unimplemented RFs API to the S60 pluginShane Kearns2009-09-239-10/+124
* Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-234-0/+11
* Merge branch 'imhintsAdditions' into 4.6axis2009-09-232-6/+16
|\
| * Cleaned up input method hints documentation a bit.axis2009-09-231-6/+15
| * Added ImhEmailCharactersOnly flag.axis2009-09-231-0/+1
* | Don't disable painting with multiple screens and VNCJeremy Katz2009-09-233-8/+18
|/
* Merge branch 's60MainHelperClasses' into 4.6axis2009-09-2313-470/+527
|\
| * Corrected typo.axis2009-09-231-1/+1
| * Added support for using custom application objects on S60.axis2009-09-2313-469/+526
* | Avoid calling ensureContext() in setGeometry.Jason Barron2009-09-231-1/+0
* | Small change in the API of animationsThierry Bastian2009-09-2311-30/+24
* | QTextCursor selection extension when inserting charactersmae2009-09-231-2/+6
* | Added QSlider to tst_QStyleSheetStyle::complexWidgetFocus.Gabriel de Dietrich2009-09-232-7/+15
* | When using style sheets, the focus flag was not propagated to the children ofGabriel de Dietrich2009-09-231-1/+1
* | Modify functions for native pixmap data conversion on Symbian.Jason Barron2009-09-237-351/+376
* | Implement advanced pointer handling on S60Bradley T. Hughes2009-09-233-2/+80
* | Implement Qt::WA_AcceptTouchEvents on S60Bradley T. Hughes2009-09-233-1/+14
* | Fix a warning about an unused variable.Jason Barron2009-09-231-1/+1
* | Fixed parsing of html header in the qtextcodec.Denis Dzyubenko2009-09-231-6/+8
* | Don't warn of an unused 'window' argument.Jan-Arve Sæther2009-09-231-0/+2
* | Fall back to pixmaps in xp style when toplevel is translucentGunnar Sletta2009-09-231-1/+10
* | QRingBuffer: Try to minimize memory consumption while it is emptyMarkus Goetz2009-09-231-5/+18
* | QNAM HTTP Code: Properly remove aborted requests from processingMarkus Goetz2009-09-234-4/+41
* | Make gtkstyle work on non-developer machines againHarald Fernengel2009-09-231-1/+2
* | Merge branch 'QTBUG-3524' into 4.6Jan-Arve Sæther2009-09-232-0/+19
|\ \
| * | Small API addition: Make addChildLayoutItem available for subclasses.Jan-Arve Sæther2009-09-232-0/+19
* | | Added a comment to clarify the purpose of a piece of code.Trond Kjernåsen2009-09-231-1/+1
* | | QJpegImageHandle: Avoid smooth scalling when it should not.Olivier Goffart2009-09-231-1/+5
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-2339-200/+299
|\ \
| * | fix QApp::translate() callsOswald Buddenhagen2009-09-221-5/+5
| * | don't crash in property access after script class has been set to 0Kent Hansen2009-09-222-5/+10
| * | Fixed crash in QFileSystemWatcher for addPath(nonExistingFile)gunnar2009-09-221-0/+6