summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge commit 'oslo-staging-2/4.6' into upstream/4.6Olivier Goffart2009-11-2531-99/+476
| |\
| * \ Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-2569-309/+991
| |\ \
| | * \ Merge commit '0d20ec8604b318ceafd6c35dfe1d73519bf024d3' of oslo-staging-1 int...Simon Hausmann2009-11-2520-53/+156
| | |\ \
| | | * | QNetworkCookieJar: don't do path checking when receiving cookiesPeter Hartmann2009-11-242-5/+25
| | | * | Fix accept call in q3processMarkus Goetz2009-11-241-1/+1
| | | * | Fix QWindowsSystemProxy::initMarkus Goetz2009-11-241-1/+4
| | | * | Namespace build fails for webkit exampleRichard Moe Gustavsen2009-11-241-0/+2
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-2422-20/+211
| | | |\ \
| | | * | | update autotest to match 4.6 behaviorKent Hansen2009-11-231-9/+14
| | | * | | Add reference to JIRA task for expected test failureKent Hansen2009-11-231-1/+1
| | | * | | Add references to JIRA tasks for expected test failuresKent Hansen2009-11-234-9/+9
| | | * | | Fixes: Fuzzy standard icons with Ubuntu Humanity themeJens Bache-Wiig2009-11-231-15/+13
| | | * | | Don't crash in eval() function when QtScript debugger is attachedKent Hansen2009-11-232-2/+36
| | | * | | Mac: Make gestures available when building Qt against SDK < 10.6Richard Moe Gustavsen2009-11-232-8/+25
| | | * | | Cocoa: native dialogs might hang the application on closeRichard Moe Gustavsen2009-11-231-2/+8
| | | * | | Mac: remove superflucious callRichard Moe Gustavsen2009-11-231-1/+0
| | | * | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-11-235-1/+51
| | | * | | Mac: added some useful comments onlyRichard Moe Gustavsen2009-11-231-0/+3
| | * | | | Fixes implicit grabbing in Qt/CocoaDenis Dzyubenko2009-11-252-30/+29
| | * | | | Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
| | * | | | Fix links to docs in INSTALL and READMEJason McDonald2009-11-252-9/+9
| | * | | | Fix softkeys for QDialogButtonBoxes created without a parent.Jason Barron2009-11-242-16/+68
| * | | | | StandardDialogs example: Fix warning about QKeySequence::mnemonic.Friedemann Kleint2009-11-251-1/+1
| * | | | | Fix build on AIX: all of the .a file is linked into the program.Oswald Buddenhagen2009-11-242-7/+10
* | | | | | 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