Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | QNativeSocketEngine windows: Fix performance degredation in write() | Markus Goetz | 2010-01-19 | 1 | -2/+11 | |
| | * | | | | | | Remove QtScript connection when receiver QObject has been deleted | Kent Hansen | 2010-01-19 | 1 | -1/+8 | |
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-01-19 | 1 | -17/+28 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-01-18 | 1 | -17/+28 | |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-01-16 | 1 | -17/+28 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-01-15 | 1 | -17/+28 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | use same small color dialog on S60 and Maemo 5 | Harald Fernengel | 2010-01-15 | 1 | -17/+28 | |
| * | | | | | | | | | Enhance QFileNetworkReply | Markus Goetz | 2010-01-18 | 4 | -65/+48 | |
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-18 | 3 | -56/+64 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix QSslCertificate issues | Markus Goetz | 2010-01-18 | 1 | -2/+12 | |
| | * | | | | | | | | QFile::readData: Simplify code | João Abecasis | 2010-01-18 | 1 | -6/+2 | |
| | * | | | | | | | | If the file is open, there must be an engine. | João Abecasis | 2010-01-18 | 1 | -6/+9 | |
| | * | | | | | | | | QFile: Fix a pre-mature pessimization | João Abecasis | 2010-01-18 | 1 | -44/+42 | |
| | * | | | | | | | | don't assert when calling QtScript-wrapped method of deleted QObject | Kent Hansen | 2010-01-18 | 1 | -1/+2 | |
* | | | | | | | | | | add QModelIndex::rowCount() and QModelIndex::ColumnCount convenience methods | Ritt Konstantin | 2010-01-21 | 2 | -1/+29 | |
* | | | | | | | | | | Make the animation api compile when QT_NO_THREAD is defined | Leonardo Sobral Cunha | 2010-01-21 | 3 | -0/+13 | |
* | | | | | | | | | | Changed QBrush::operator== to also compare the brush transforms. | Kim Motoyoshi Kalland | 2010-01-19 | 1 | -18/+18 | |
* | | | | | | | | | | Updated painter path caching in the GL2 engine after merge. | Kim Motoyoshi Kalland | 2010-01-19 | 1 | -3/+2 | |
* | | | | | | | | | | Merge branch '4.6' | Thiago Macieira | 2010-01-18 | 75 | -656/+796 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-18 | 9 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Workaround for compiler error with MWCC (Symbian emulator) | Shane Kearns | 2010-01-18 | 8 | -12/+12 | |
| | * | | | | | | | | Remove qmake warning by using appropriate variable. | axis | 2010-01-18 | 1 | -1/+1 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-18 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Fixes: When calling QDesktopWidget::screenGeometry() with a null | Andy Shaw | 2010-01-18 | 1 | -0/+10 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fix compilation on IA-64 with the Intel compiler: cast properly. | Thiago Macieira | 2010-01-16 | 1 | -1/+1 | |
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Avoid an unnecessary copy in QImage::scaled(). | Trond Kjernåsen | 2010-01-15 | 1 | -1/+1 | |
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fixes: Cosmetic fix for maemo spin box | Jens Bache-Wiig | 2010-01-15 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-15 | 5 | -5/+28 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-15 | 5 | -5/+28 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-14 | 5 | -5/+28 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Enable surface transparency support on Symbian^4. | Jason Barron | 2010-01-14 | 2 | -0/+12 | |
| | | | * | | | | Improve the behavior of expose events on Symbian. | Jason Barron | 2010-01-14 | 4 | -5/+16 | |
| * | | | | | | | Clarify the docs slightly for QPainter::beginNativePainting(). | Trond Kjernåsen | 2010-01-15 | 1 | -6/+11 | |
| * | | | | | | | Fixed the encoding of the Tile and Creator tags in the PDF engine. | Trond Kjernåsen | 2010-01-15 | 1 | -8/+18 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-14 | 2 | -7/+16 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | QListView in icon view mode, drop enabled items wouldn't receive anything | Gabriel de Dietrich | 2010-01-14 | 1 | -0/+7 | |
| | * | | | | | | Fixes wrong stroke clipping with the raster engine. | Yoann Lopes | 2010-01-14 | 1 | -7/+9 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-14 | 5 | -8/+27 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | QFile::remove: don't fail for unrelated errors | João Abecasis | 2010-01-14 | 1 | -0/+1 | |
| | * | | | | | Fix tst_qmlgraphicstext::letterSpacing tst_qmlgraphicstext::wordSpacing Sent ... | Warwick Allison | 2010-01-14 | 1 | -1/+9 | |
| | * | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-14 | 4 | -1/+18 | |
| | * | | | | | network internals: fix uploading of data | Peter Hartmann | 2010-01-14 | 1 | -1/+1 | |
| | * | | | | | File dialog mode is not correctly updated in Mac (Cocoa). | Prasanth Ullattil | 2010-01-14 | 2 | -6/+16 | |
| * | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-14 | 4 | -1/+18 | |
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Alan Alpert | 2010-01-14 | 3376 | -4814/+6597 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix QGLWidget::renderPixmap() on Windows. | Trond Kjernaasen | 2010-01-14 | 1 | -6/+6 | |
| | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-14 | 22 | -448/+530 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | |