summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt-s60-public into 4.6Janne Anttila2009-10-231326-12049/+35540
| | | | |\ \ \
| | | | * | | | Fixed softkey autotest build after 5370e5ff.Janne Anttila2009-10-231-7/+18
| | | * | | | | Softkeys should not put exit by default on RSK for dialogs and popups.Janne Anttila2009-10-231-1/+2
| | | | |/ / / | | | |/| | |
| | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-231326-12049/+35540
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | QtGui def file updateShane Kearns2009-10-221-0/+2
| | | * | | | Fix def file error for qtcoreShane Kearns2009-10-221-2/+0
| | | * | | | update QtGui def fileShane Kearns2009-10-221-1/+1
| | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-22121-3789/+6984
| | | |\ \ \ \
| | | * | | | | Update 4.6 def filesShane Kearns2009-10-222-8/+38
| | | * | | | | QtGui release/debug binary compatibilityShane Kearns2009-10-226-18/+12
| | | * | | | | Lowering toplevel widget puts app to background.Miikka Heikkinen2009-10-221-2/+7
| | * | | | | | Fix integer overflow in string.remove len parameterMarkus Goetz2009-10-272-3/+12
| | * | | | | | Carbon: active window not restoredRichard Moe Gustavsen2009-10-271-2/+9
| | * | | | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-275-87/+38
| | | |_|_|/ / | | |/| | | |
| | * | | | | Fix OpenVG window composition when opacity != 1Rhys Weatherley2009-10-271-20/+16
| | * | | | | Use vgClear() to clear the background during screen compositing.Rhys Weatherley2009-10-271-18/+46
| | * | | | | Fixes Oracle batchExec using strings as out params.Bill King2009-10-272-2/+63
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Peter Yard2009-10-2724-119/+589
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Autotest: fix building tst_qsqlquery.Thiago Macieira2009-10-261-1/+1
| | * | | | | Revert "Re-apply change 8e0fbc2caa3edefb78d6667721235b783bc1a850 by Iain"Iain2009-10-261-13/+0
| | * | | | | Doc: Added internal or hidden placeholder documentation.David Boddie2009-10-261-0/+17
| | * | | | | Doc: Fixed qdoc warnings.David Boddie2009-10-263-7/+3
| | * | | | | Doc: Fixed qdoc warnings.David Boddie2009-10-261-2/+21
| | * | | | | Doc: Fixed whitespace issue.David Boddie2009-10-261-4/+3
| | * | | | | QSslSocket: Add \reimp to the socket option functionsMarkus Goetz2009-10-261-0/+6
| | * | | | | tst_qtcpsocket: Increased some of the timeouts to increase stabilityMarkus Goetz2009-10-261-7/+7
| | * | | | | QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-262-0/+24
| | * | | | | Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-10-261-0/+37
| | * | | | | Fix linking of WebKit on Linux 32-bit.Thiago Macieira2009-10-261-1/+2
| | * | | | | Fixed typo in configure usage (superfluous hyphen).Erik Verbruggen2009-10-261-1/+1
| * | | | | | Add documentation on RPATH defines.Peter Yard2009-10-271-0/+15
* | | | | | | Compile with -no-qt3supportAaron Kennedy2009-10-291-2/+2
* | | | | | | Fix warning in qvariant.h header + make sure QVariant in QVariant works as ex...Olivier Goffart2009-10-282-27/+257
* | | | | | | Fixed bug in QTableView spans.Gabriel de Dietrich2009-10-283-2/+85
* | | | | | | Fixed missing repaints on QTreeView when moving the mouseThierry Bastian2009-10-281-2/+6
* | | | | | | Extand test of qBinaryFindOlivier Goffart2009-10-281-1/+16
* | | | | | | Use qLowerBound in qBinaryFindPascal Létourneau2009-10-281-32/+10
* | | | | | | Wrong caching of opaque children in QWidget.Bjørn Erik Nilsen2009-10-283-14/+51
* | | | | | | Stabilize tst_QGraphicsView::optimizationFlags_dontSavePainterState2Bjørn Erik Nilsen2009-10-281-2/+6
* | | | | | | Compile on 64bitOlivier Goffart2009-10-281-2/+2
* | | | | | | Allow to put the central widget in a QMainWindow after it was shownThierry Bastian2009-10-282-6/+9
* | | | | | | Changing the time we wait for the end of the animationThierry Bastian2009-10-281-3/+3
* | | | | | | Make the QPropertyAnimation pass on windows by waiting slightly longerThierry Bastian2009-10-281-4/+4
* | | | | | | Fix initial focus bug in ItemIsFocusScope.Andreas Aardal Hanssen2009-10-282-14/+112
* | | | | | | Double-clicking a dock widget titlebar could make it disappearThierry Bastian2009-10-282-4/+25
* | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-289-20/+160
|\ \ \ \ \ \ \
| * | | | | | | QSplitter would not show previously collapsed widgets.Gabriel de Dietrich2009-10-282-2/+49
| * | | | | | | Qt::escape(): also escape the quote (")Olivier Goffart2009-10-283-24/+32
| * | | | | | | Fix XML entities in QTextDocument::toHtml()Thorvald Natvig2009-10-283-9/+57
| * | | | | | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-283-7/+44