summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-0712-98/+185
| | | | | | | |\ \ \ \
| | | | | | | | * | | | Some EGL implementations does not return a EGLNativeDisplayTypeJørgen Lind2010-05-061-1/+1
| | | | | | | | * | | | Fixed the sizing of the dock area with fixed size dock widgetsThierry Bastian2010-05-052-31/+19
| | | | | | | | * | | | QSortFilterProxyModel: Warning or assert failureGabriel de Dietrich2010-05-051-1/+1
| | | | | | | | * | | | Performance issue with QGraphicsItem::ItemClipsChildrenToShape.Bjørn Erik Nilsen2010-05-055-5/+95
| | | | | | | | * | | | Fixes crash in QGraphicsItem::mouseMove for untransformable items.Bjørn Erik Nilsen2010-05-051-1/+5
| | | | | | | | * | | | Pack Graphics View booleans in quint32 bit fields.Bjørn Erik Nilsen2010-05-054-49/+53
| | | | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-05-0511-176/+320
| | | | | | | | |\ \ \ \
| | | | | | | | | * | | | Fix a bug in QGraphicsItem::scroll.Alexis Menard2010-05-051-3/+4
| | | | | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-041-5/+1
| | | | | | | | | |\ \ \ \
| | | | | | | | | | * | | | Fixed the position of the dock widget when undockedThierry Bastian2010-05-041-5/+1
| | | | | | | | * | | | | | Fixes regression: SVG image loading would fail from QBuffer with pos!=0aavit2010-05-051-3/+7
| | | | | | | | | |/ / / / | | | | | | | | |/| | | |
| | | | * | | | | | | | | Fix off-by-one in text layouts and widget size hints on MacEskil Abrahamsen Blomfeldt2010-05-104-12/+16
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1382-220/+734
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1382-220/+734
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1282-220/+734
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-12126-2836/+3271
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Use qrand() instead of rand()Bradley T. Hughes2010-05-042-2/+2
| | | | * | | | | | | | | | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-12124-2834/+3269
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / /
| | | * | | | | | | | | | | qdoc: Yet another revision of the top doc page.Martin Smith2010-05-121-1/+3
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Added QDateTime::msecsTo()Jason Hollingsworth2010-05-112-8/+37
| | | * | | | | | | | | | Revert "Improve QUrl handling of local file paths"Morten Johan Sørvig2010-05-102-52/+22
| | | * | | | | | | | | | Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively"Morten Johan Sørvig2010-05-101-1/+1
| | | * | | | | | | | | | Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, no...Morten Johan Sørvig2010-05-101-1/+1
| | | * | | | | | | | | | Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs."Morten Johan Sørvig2010-05-102-13/+9
| | | * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0880-241/+758
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / | | | |/| | | | | | | | |
| | | | * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0780-241/+758
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / | | | | |/| | | | | | | |
| | | | | * | | | | | | | QtDeclarative: avoid waiting for a network load on URIs with empty schemes.Thiago Macieira2010-05-071-15/+22
| | | | | * | | | | | | | QtDeclarative: RFC 3986 requires schemes to be considered case-insensitivelyThiago Macieira2010-05-072-2/+2
| | | | | * | | | | | | | Add some debugging (disabled) to QUrl::resolvedThiago Macieira2010-05-071-0/+6
| | | | | * | | | | | | | QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not toThiago Macieira2010-05-071-1/+1
| | | | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0778-224/+728
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / | | | | | |/| | | | | | |
| | | | | | * | | | | | | Make QCompleter cope with restricted screen real estate (mobile devices)Dominik Holland2010-05-061-6/+15
| | | | | | * | | | | | | Don't initialize Wintab if QT_NO_TABLETEVENT is defined.Mirko Damiani2010-05-062-0/+4
| | | | | | * | | | | | | QDBusXmlGenerator: get the true name from QMetaType for the return typeThiago Macieira2010-05-061-1/+1
| | | | | | * | | | | | | Add missing newline to static XML snippetThiago Macieira2010-05-061-1/+1
| | | | | | * | | | | | | Fix compilation in C++0x mode (narrowing of constants)Thiago Macieira2010-05-061-1/+1
| | | | | | * | | | | | | isOnActiveSpace is available from 10.6.Carlos Manuel Duclos Vergara2010-05-061-7/+14
| | | | | | * | | | | | | QTcpServer: Fix documentation for previous commitMarkus Goetz2010-05-061-1/+2
| | | | | | * | | | | | | Keep support for maximum pending connections in derived QTcpServerRobin Helgelin2010-05-062-0/+16
| | | | | | * | | | | | | [QNAM FTP] Check for the "ftp" scheme case-insensitivelyThiago Macieira2010-05-051-1/+1
| | | | | | * | | | | | | Use QUrl::isLocalFile and fix the scheme checking in local URLs.Thiago Macieira2010-05-052-9/+13
| | | | | | * | | | | | | Improve QUrl handling of local file pathsThiago Macieira2010-05-052-22/+52
| | | | | | * | | | | | | Fixes a crash in QGestureManagerDenis Dzyubenko2010-05-051-0/+3
| | | | | | * | | | | | | Fixes a crash when unregistering a recognizer.Denis Dzyubenko2010-05-054-5/+23
| | | | | | * | | | | | | Don't leak QVistaHelper from QWizardBradley T. Hughes2010-05-051-1/+2
| | | | | | * | | | | | | QHostInfo: Avoid one tiny copy of QHostInfo object when emittingMarkus Goetz2010-05-051-1/+1
| | | | | | * | | | | | | QHostInfo: Emit postponed lookup results when finishing currentMarkus Goetz2010-05-052-0/+14
| | | | | | * | | | | | | QHostInfo: Immediately delete aborted lookup requests.Markus Goetz2010-05-051-0/+17
| | | | | | * | | | | | | Some minor code cleanupJens Bache-Wiig2010-05-052-20/+0