summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-11-233-12/+102
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | QGAL: sizeHint constraints needed by anchors parallel with the layoutEduardo M. Fleury2009-11-202-6/+46
| | | * | | QGAL: deal correctly with anchors in parallel with the layoutCaio Marcelo de Oliveira Filho2009-11-203-6/+56
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-235-6/+57
| | |\ \ \ \
| | | * | | | Add support for opening Real Media RAM files.Frans Englich2009-11-202-0/+49
| | | * | | | Docs: Symbian: correct capabilities wrt. Helix Phonon plugin.Frans Englich2009-11-201-5/+2
| | | * | | | Symbian: Add capability NetworkServices.Frans Englich2009-11-201-0/+2
| | | * | | | Fix ICON keyword to work with absolute paths also in SBSv2.Janne Anttila2009-11-201-1/+4
| * | | | | | Fix positioning of diacritics in .otf fonts on WindowsEskil Abrahamsen Blomfeldt2009-11-232-44/+63
| |/ / / / /
* | | | | | 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