summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-06-1016-37/+60
| | |\ \ | | | |/
| | | * QSslSocket: Wrong warning message in startServerEncryptionMarkus Goetz2009-06-101-1/+1
| | | * Fix compile error on TigerRichard Moe Gustavsen2009-06-101-1/+2
| | | * Make sure QImage::mirrored() doesn't crash if it runs out of memory.Trond Kjernåsen2009-06-101-0/+5
| | | * BT: QtDemo works far to sluggish on macRichard Moe Gustavsen2009-06-101-0/+2
| | | * BT: Fixes building qtdemo in the installed tree of sources.Thomas Zander2009-06-101-1/+3
| | | * Fixed compile of arthur tests when Qt is configured without opengl orRohan McGovern2009-06-105-5/+13
| | | * Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
| | | * BT: Fix missing animation in the Qt Demo BrowserJens Bache-Wiig2009-06-091-2/+6
| | | * Fix the qitemdelgate test.Olivier Goffart2009-06-091-14/+14
| | | * BT: Fix the installed browser source tree to compile.Thomas Zander2009-06-091-1/+1
| | | * BT: Make the spreadsheet demo install its header files so it will compile aft...Thomas Zander2009-06-091-1/+1
| | | * Skip empty parts in KDEDIRSJoão Abecasis2009-06-091-1/+1
| | | * Fixed a compile issue on Solaris.Trond Kjernåsen2009-06-091-10/+10
| | * | Spelling in docs.Jarek Kobus2009-06-101-1/+1
| | |/
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-06-0930-122/+489
| | |\
| | | * Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0Bernhard Rosenkraenzer2009-06-095-2/+59
| | | * Fixed intermittent failure of tst_selftests.Rohan McGovern2009-06-091-1/+1
| | | * Fixed crash in tst_qcombobox when Qt is built in debug mode.Rohan McGovern2009-06-091-1/+1
| | | * Fixed tst_qmake failing to compile when QMAKE_CROSS_COMPILED is defined.Rohan McGovern2009-06-091-1/+2
| | | * Make DirectFB compile with 0.9.22Anders Bakken2009-06-092-3/+8
| | | * Make the directfb plugin compile against 0.9Anders Bakken2009-06-085-4/+40
| | | * More entries for the change logJens Bache-Wiig2009-06-081-0/+12
| | | * Fixed a validation problem in QSvgIOHandler::canRead().Trond Kjernåsen2009-06-081-5/+30
| | | * Doc - fixed another typoKavindra Devi Palaraja2009-06-081-1/+1
| | | * Doc - fixed a typoKavindra Devi Palaraja2009-06-081-5/+5
| | | * Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-082-1/+16
| | | * Doc - removing redundant return statementsKavindra Devi Palaraja2009-06-085-14/+0
| | * | Bump qt-eclipse version number in docsJarek Kobus2009-06-091-1/+1
| * | | QMenu, QMenuBar: small cleanupThierry Bastian2009-06-127-20/+13
| * | | QGraphicsItems are repainted when outside the view's exposed region.Bjørn Erik Nilsen2009-06-122-5/+40
| * | | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-5/+32
| * | | add streaming ops for scriptdebugger object deltasKent Hansen2009-06-122-0/+22
| * | | Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-122-5/+17
| * | | Make repeated calls to QToolTip::hideText() still hide the textmae2009-06-121-8/+13
| * | | Fixed clipping bugs in GL 2 paint engine.Samuel Rødal2009-06-121-6/+2
| * | | doc: Fixed several qdoc warnings.Martin Smith2009-06-125-58/+116
| * | | Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-123-18/+52
| * | | refactor some codeThierry Bastian2009-06-121-31/+26
| * | | Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
| * | | Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1
| * | | Fixed qtextcodec autotest so it can be run from a build directory.Denis Dzyubenko2009-06-112-6/+6
| * | | UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-113-1/+77
| * | | Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-112-3/+15
| * | | Use the old codec if there is one available when reading data in qtextstream.Denis Dzyubenko2009-06-111-1/+1
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-111-1/+1
| |\ \ \
| | * | | Compile the qsettins autotestOlivier Goffart2009-06-111-1/+1
| * | | | Doc: Make it easier to find supported platform information from theDavid Boddie2009-06-111-0/+3
| |/ / /
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-114-32/+103
| |\ \ \
| | * | | Painting artifacts in QGraphicsView.Bjørn Erik Nilsen2009-06-114-10/+83