summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | Fixed crash when scrolling with deleted backingstoreJanne Koskinen2009-11-252-0/+40
| | | | |/ / /
| | | * | | | Fixes performance problem with scribble avoiding to redraw whole screen on ev...Daniil Ivanov2009-11-261-2/+3
| | | * | | | Fix a crash in KDE/Plasma with QGraphicsView. TopLevel list of itemsAlexis Menard2009-11-262-1/+34
| | | * | | | Moved functions from .h to .cpp in the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-262-219/+208
| | | * | | | Fixed miter joins generated by the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-261-17/+36
| | | * | | | Background in landscape mode on S60 5.0 is brokenSami Merilä2009-11-261-0/+1
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2009-11-266-52/+188
| | | |\ \ \ \
| | | | * | | | QGraphicsTextItem::setDefaultTextColor check change before calling update()Olivier Goffart2009-11-262-7/+14
| | | | * | | | 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
* | | | | | | | Two way WorkerScript communicationsAaron Kennedy2009-11-309-159/+276
|/ / / / / / /
* | | | | | | Qt.quit() added to qml.Tapani Mikola2009-11-306-0/+23
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-11-3012-105/+505
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-11-3032-63/+360
| |\ \ \ \ \ \
| | * | | | | | Support disabling a Behavior.Michael Brasser2009-11-304-3/+80
| * | | | | | | Add ListView snapMode to ensure flicking settles on an item boundary.Martin Jones2009-11-305-96/+298
| * | | | | | | Add GridView.positionViewAtIndex().Martin Jones2009-11-273-6/+127
* | | | | | | | Basic WorkerScript functionalityAaron Kennedy2009-11-307-5/+609
* | | | | | | | DocAaron Kennedy2009-11-301-2/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-11-309-3/+44
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-2910-28/+21
| |\ \ \ \ \ \ \
| | * | | | | | | Fix tutorial3.Michael Brasser2009-11-291-1/+1
| | * | | | | | | Fix use of XmlHttpRequest in examplesAlan Alpert2009-11-273-0/+3
| * | | | | | | | Some UTF8Warwick Allison2009-11-291-1/+1
| * | | | | | | | atob and btoa functions (as per JS window functions)Warwick Allison2009-11-292-0/+24
| * | | | | | | | Fix and test ListModel UTF8 reading.Warwick Allison2009-11-292-1/+15
* | | | | | | | | Support array-literal Script::source valuesAaron Kennedy2009-11-2917-42/+227
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Handle more HTML non-errorsAaron Kennedy2009-11-271-6/+8
* | | | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-11-274-12/+8
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |