summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | fix class/struct mismatch in the bootstrap magicOswald Buddenhagen2009-11-251-2/+4
| | * | | | another shot at fixing directory separators in build commandsOswald Buddenhagen2009-11-252-2/+2
| | * | | | Assistant: Move tab widget allocation up.ck2009-11-251-1/+1
| * | | | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-2752-663/+857
| |\ \ \ \ \
| | * | | | | Fixed memory leak in QImagePixmapCleanupHooks.Kim Motoyoshi Kalland2009-11-272-23/+8
| | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2009-11-274-26/+16
| | |\ \ \ \ \
| | | * | | | | Fixed non-compiling Q*SpinBox auto-testsGabriel de Dietrich2009-11-272-2/+4
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-271-12/+12
| | | |\ \ \ \ \
| | | | * | | | | Fixed typo in Symbian installation instructions.Janne Anttila2009-11-271-12/+12
| | | * | | | | | Fix infinite recursion in OpenVG scissor-only clippingRhys Weatherley2009-11-271-12/+0
| | * | | | | | | Fix compilation on Windows CEEskil Abrahamsen Blomfeldt2009-11-272-0/+4
| | |/ / / / / /
| | * | | | | | QSortProxyModel: Crash when changing model with 2-level proxy and selected itemsGabriel de Dietrich2009-11-262-1/+42
| | * | | | | | Don't crash via proxy model when moving QModelIndexesStephen Kelly2009-11-262-1/+22
| | |/ / / / /
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-2611-78/+120
| | |\ \ \ \ \
| | | * | | | | Fixed context menu placement partially outside screen bug in Symbian.Janne Anttila2009-11-261-6/+6
| | | * | | | | Tidyup QS60Style - remove unused constants, replace magic valuesSami Merilä2009-11-262-12/+3
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-11-262-9/+9
| | | |\ \ \ \ \
| | | | * | | | | Made layout of the Softkeys example more compactMiikka Heikkinen2009-11-262-9/+9
| | | * | | | | | Background in landscape mode on S60 5.0 is brokenSami Merilä2009-11-261-0/+1
| | | |/ / / / /
| | | * | | | | Remove some white-space from QS60StyleSami Merilä2009-11-261-5/+5
| | | * | | | | Fixing background painting after orientation switch.Alessandro Portale2009-11-252-1/+2
| | | * | | | | Fix for "saxbookmarks - file dialog starts in wrong directory (winscw)"Janne Anttila2009-11-251-2/+5
| | | * | | | | Micro optimizationAlessandro Portale2009-11-251-1/+1
| | | * | | | | Fixed context menu not to have "Options" action.Janne Anttila2009-11-251-0/+1
| | | * | | | | Fixes for tab/space usage in qwidget.cpp.Janne Anttila2009-11-251-15/+15
| | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2009-11-253-28/+35
| | | |\ \ \ \ \
| | | | * | | | | Removed unused setThemePalette(QStyleOption *option)Alessandro Portale2009-11-252-7/+0
| | | | * | | | | Fix crash in QApplication::beep() on S60Shane Kearns2009-11-251-21/+35
| | | * | | | | | 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