summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | | QGraphicsView: Replace update() with updateAll().Bjørn Erik Nilsen2009-06-112-22/+20
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-1170-466/+444
|\ \ \ \ | |/ / /
| * | | Use the original order if two files are equivalent for the sort of QDirBenjamin Poulain2009-06-111-1/+2
| * | | Sort QDir with qSort instead of qStableSortBenjamin Poulain2009-06-111-2/+1
| * | | Fixed ToolBar layout so that when a toolbar is resized to its sizeHintThierry Bastian2009-06-111-3/+4
| * | | small change in a string, using startsWithThierry Bastian2009-06-111-1/+1
| * | | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-1147-180/+178