summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'staging/4.7' into bearermanagement/mobility-changes-squashAaron McCarthy2010-05-14177-977/+2332
|\
| * 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
| | | | | | | * | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-0416-19/+19
| | | | | | | * | Fix rtl issues with sliders in GTK styleJens Bache-Wiig2010-05-041-7/+16
| | | | | | | * | Merge commit 'refs/merge-requests/2379' of git://gitorious.org/qt/qt into int...David Boddie2010-05-041-0/+56
| | | | | | | |\ \
| | | | | | | | * | Add diagrams for illustrating the process of moving rows.Stephen Kelly2010-05-031-0/+56
| | | | | | | * | | Fix missing pressed state for scrollbars with QGtkStyleJens Bache-Wiig2010-05-041-0/+5
| | | | | | | * | | Suggestions' widget on another spaceCarlos Manuel Duclos Vergara2010-05-041-2/+21
| | | | | | | * | | Propperly escape title and creator in PDF documentsJakob Truelsen2010-05-042-20/+27
| | | | | | | * | | QNAM HTTP: Add doc since tags for new enumsMarkus Goetz2010-05-041-0/+7
| | | | | | | * | | QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-0413-16/+128
| | | | | | | * | | Ensure that the Mac specific Qt classes are namespacedAndy Shaw2010-05-0411-79/+78
| | | | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0416-16/+202
| | | | | | | |\ \ \
| | | | | | | | * | | add static QChar::is(High|Low)Surrogate methodsRitt Konstantin2010-05-032-2/+38