summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename QWebGraphicsItem to QGraphicsWebViewAlexis Menard2009-10-018-96/+96
* Fixed typo in the doc.Denis Dzyubenko2009-10-011-1/+1
* Use "if (1) {} else" instead of "if (1); else" to silence compiler.Volker Hilsheimer2009-10-011-2/+2
* Reset timeout-checker before evaluating when processEventsInterval is usedKent Hansen2009-10-011-0/+2
* Add input method hint for URL input widgets.Volker Hilsheimer2009-10-012-0/+2
* S60 qt_init() fix to set system fontmread2009-10-011-0/+4
* remove unused member from QWidgetData on Windows CEJoerg Bornemann2009-10-014-10/+1
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-1/+1
* Fix: Abstract slider does not understand wheel events properlyRichard Moe Gustavsen2009-10-016-37/+50
* Fixed software input panel support on web input elements.Simon Hausmann2009-10-013-0/+45
* Implementation for QWebPage::inputMethodQuery and QWebPagePrivate::inputMetho...Simon Hausmann2009-10-014-36/+242
* qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-0116-0/+74
* fix minimizing for Windows CE and Windows mobileJoerg Bornemann2009-10-013-28/+30
* warning fix in qgraphicseffect_p.h for qreal == floatJoerg Bornemann2009-10-011-1/+1
* Enable qws/qvfb use for multiple users on one machineJeremy Katz2009-10-015-26/+32
* Fixed QPixmap::fromImage when using Format_Mono for Symbian.Janne Anttila2009-10-011-3/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-013-6/+23
|\
| * Doc: Mark new overloads with \since 4.6.Volker Hilsheimer2009-10-011-1/+6
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-10-011023-3545/+7949
| |\
| | * Fixes clipboard handling on X11.Denis Dzyubenko2009-10-011-1/+3
| * | Worked around S60 3.1 bug in CCoeControl::PositionRelativeToScreenMiikka Heikkinen2009-10-011-4/+14
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-011009-3504/+7709
|\ \ \ | | |/ | |/|
| * | Fix crash in S60 input methods after task switchingShane Kearns2009-10-011-5/+15
| * | qdoc: Added a missing "/" in a "<h2>".Martin Smith2009-10-011-105/+107
| * | Fix column number provided to QScriptEngineAgentKent Hansen2009-10-013-65/+81
| * | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4....Kent Hansen2009-10-016-15/+22
| * | Fix an issue that was uncovered by two tst_QAbstractItemView fails.Alessandro Portale2009-10-011-4/+5
| * | Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-3009200...Jocelyn Turcotte2009-10-01920-2312/+5816
| * | Fix translation strings.Frans Englich2009-10-017-349/+349
| * | Silence compiler warning.Frans Englich2009-10-011-1/+1
| * | Revert "Fix for Symbian window activation/focus problem."Jani Hautakangas2009-10-011-59/+0
| * | Fix for Symbian window activation/focus problem.Jani Hautakangas2009-10-011-0/+59
| * | Compile if QtCore is not in the include path when one includes <QtGui/QtGui>Olivier Goffart2009-10-011-1/+1
| * | Compilation with pedantic or when QtCore is not specified in the include pathOlivier Goffart2009-10-012-6/+2
| * | Fix warnings on mingwThierry Bastian2009-10-014-2/+6
| * | Split EGL config selection & surface creation into seperate functionsTom Cooksey2009-10-013-73/+105
| * | Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-015-21/+301
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-10-011-1/+1
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-10-011-1/+1
| | |\ \
| | * | | Made qpluginbase.pri include properly relative to s60pluginbase.priMiikka Heikkinen2009-10-011-1/+1
| * | | | QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-016-19/+29
| | |/ / | |/| |
| * | | Add unit tests for QGLShareRegisterRhys Weatherley2009-10-011-1/+1
| |/ /
| * | Use QGLSharedResourceGuard to track contexts in the shader managerRhys Weatherley2009-10-012-5/+5
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-10-014-59/+67
| |\ \
| | * | Fix a window opacity bug with DirectFBAnders Bakken2009-10-012-52/+60
| | * | Make sure gccaps is properly initialized for dfbpeAnders Bakken2009-10-011-0/+2
| | * | Clean up releaseSurface in QDirectFBPaintDeviceAnders Bakken2009-10-012-7/+5
| * | | Make QGLFramebufferObject crash-proof if QGLContext destroyed firstRhys Weatherley2009-10-012-26/+39
| |/ /
| * | optimize read() and readAll()Oswald Buddenhagen2009-09-301-20/+24
| * | optimize scan()Oswald Buddenhagen2009-09-301-2/+1