summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-263-42/+135
| | * | | QT_VG_EGL_CONFIG env var to specify explicit EGL configs for OpenVGRhys Weatherley2009-11-261-0/+36
| | * | | Don't ask for pbuffers when searching for an OpenVG configurationRhys Weatherley2009-11-261-3/+3
| * | | | Fix uninitialized error variable if the stream doesn't existGordon Schumacher2009-11-261-1/+1
| |/ / /
| * | | Remove unused variables in QGraphicsItem and QGraphicsScene.Bjørn Erik Nilsen2009-11-254-34/+20
| * | | Remove caching of QGraphicsItem::clipPath().Bjørn Erik Nilsen2009-11-253-191/+8
| * | | Fixing background painting after orientation switch.Alessandro Portale2009-11-252-1/+2
| * | | Fixed round joins generated by the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-251-49/+97
| * | | autotest fix: mac shows sizegrip when window is maximizedThierry Bastian2009-11-251-0/+5
| * | | Make the spinbox and doublespinbox better accept intermediate inputThierry Bastian2009-11-253-68/+104
| * | | Fix RCC testOlivier Goffart2009-11-251-2/+2
| * | | fix languagechange testOlivier Goffart2009-11-251-1/+2
| * | | Test for the clipboard presence in autotestThierry Bastian2009-11-251-0/+14
| * | | Offset in MDI subwindow bar buttons under Mac OS 10.6Gabriel de Dietrich2009-11-251-3/+5
| * | | stabilize tests on X11Olivier Goffart2009-11-253-16/+22
| * | | Merge commit 'upstream/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-2528-116/+273
| |\ \ \
| * | | | skip one test on mac because it uses native menu barsThierry Bastian2009-11-251-0/+3
| * | | | Make the animation timer more consistentThierry Bastian2009-11-251-2/+7
| * | | | Fixed subpixel text antialiasing with the GL2 engine on ATI.Kim Motoyoshi Kalland2009-11-251-4/+1
| * | | | Make sure the cursor of the lineedit doesn't blink when a key is pressedThierry Bastian2009-11-251-0/+4
| * | | | Make QVGCompositionHelper::blitWindow() more genericRhys Weatherley2009-11-252-7/+4
| * | | | Bind the EGL API type before calling eglMakeCurrent()Rhys Weatherley2009-11-251-0/+12
* | | | | Minor changelog updatesJason McDonald2009-11-271-9/+21
* | | | | Background in landscape mode on S60 5.0 is brokenSami Merilä2009-11-261-0/+1
* | | | | Fixing background painting after orientation switch.Alessandro Portale2009-11-262-1/+2
* | | | | Fix crash of QtWebKit on any page with Flash when compiled witn MinGW.Jocelyn Turcotte2009-11-251-2/+2
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-2534-107/+487
|\ \ \ \ \
| * | | | | On Windows Flash is played only while moving mouse inside the plugin.Prasanth Ullattil2009-11-251-1/+1
| | |/ / / | |/| | |
| * | | | Merge commit 'oslo-staging-2/4.6' into upstream/4.6Olivier Goffart2009-11-2531-99/+476
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Fix QTreeWidgetItem::setChildIndicatorPolicy not updating.Olivier Goffart2009-11-242-1/+54
| | * | Fixes rendering issues when rendering a QWidget to PDF with WindowsXP Style.Yoann Lopes2009-11-241-1/+1
| | * | Make paste + undo behave in QLineEdit as it does in QTextEditThierry Bastian2009-11-242-1/+44
| | |/
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-241-1/+1
| | |\
| | | * Small doc fix.axis2009-11-241-1/+1
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-staging2axis2009-11-2415-13/+127
| | |\ \
| | * | | Mac: Fixes painting artifacts in Graphics ViewBjørn Erik Nilsen2009-11-241-0/+7
| | * | | Mac: Fixes broken window decorations for QGraphicsProxyWidget.Bjørn Erik Nilsen2009-11-242-2/+26
| | * | | Itemview: Fixes statustip not clearedOlivier Goffart2009-11-242-2/+13
| | * | | Fix QFile::map in Linux 64bitOlivier Goffart2009-11-241-1/+1
| | | |/ | | |/|
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-242-19/+6
| | |\ \
| | | * | Removed window activation hack, unified and fixed title&icon setting.Janne Anttila2009-11-232-19/+6
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2009-11-2347-248/+837
| | |\ \ \
| | | * | | Fixed endless loop when printing a QTextDocument.Trond Kjernåsen2009-11-231-0/+6
| | | * | | Make the menubar filter out EScape only if there is a current actionThierry Bastian2009-11-232-1/+24
| | | * | | Compile fix for win32-icc.Jan-Arve Sæther2009-11-231-0/+12
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-11-2335-229/+636
| | | |\ \ \
| | | | * | | Fixes qlistview failing autotest: QTBUG_5877_skippingItemInPageDownUpLeonardo Sobral Cunha2009-11-231-1/+1
| | | | * | | Make the buttons react on mouse release only if it was pressedThierry Bastian2009-11-232-2/+6
| | | | * | | Merge 'upstream/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-2330-220/+564
| | | | |\ \ \
| | | | * | | | Fix QHeaderView when the model is reset and section have moved.Olivier Goffart2009-11-232-6/+65
| | | | | |/ / | | | | |/| |