summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-032-11/+20
* Add ImInputItemClipRectangleJan Arve Saether2016-05-022-0/+4
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0210-18/+48
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2910-18/+48
| |\
| | * Make it clear that QObject::tr() falls back to QString::fromUtf8()Sérgio Martins2016-04-281-3/+3
| | * Unhide QObject::parent() from QFileSystemModel and QIdentityProxyModelAlexander Volkov2016-04-281-0/+1
| | * Use C++11 alignas() for Q_DECL_ALIGN, if possibleThiago Macieira2016-04-281-0/+5
| | * Fix QArrayData::allocate() to guard against integer overflowsThiago Macieira2016-04-281-3/+10
| | * QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
| | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-265-6/+19
| | * Add missing initializersTimur Pocheptsov2016-04-251-0/+2
* | | QDateTime: use default ctor to create invalid objectAnton Kudryavtsev2016-04-301-1/+1
* | | QDateTimeParser: enable RVO in format()Anton Kudryavtsev2016-04-301-4/+1
* | | Don't bother asking if Linux supports a monotonic clock: it doesThiago Macieira2016-04-301-1/+5
* | | Decompress QResources only when needed.Volker Krause2016-04-301-9/+18
|/ /
* | Add an early-out to QVector::operator+= and QHash::unite for empty LHSUlf Hermann2016-04-282-21/+29
* | Improve the script itemization algorithm to match Unicode 8.0Konstantin Ritt2016-04-271-47/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-276-12/+57
|\|
| * Also update filter rules if there is a custom filter installed.Volker Krause2016-04-241-3/+0
| * QMessagePattern: Fix indentation and use QVector for a large structThiago Macieira2016-04-231-3/+6
| * QMimeDatabase: fix mimeTypeForUrl for mailto URLsDavid Faure2016-04-231-1/+1
| * Windows/QProcess::startDetached(): Fall back to ShellExecuteEx() for UAC prompt.Friedemann Kleint2016-04-231-0/+40
| * qlockfile_unix - code cleanupTimur Pocheptsov2016-04-221-5/+7
| * QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3
* | Disallow non-character Unicode codepoints in QUrl/QUrlQueryThiago Macieira2016-04-261-0/+24
* | QJsonObject: use reserve() to reduce memory allocationsAnton Kudryavtsev2016-04-261-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-2614-24/+84
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2514-24/+84
| |\|
| | * Doc: Fix links to QProcess::start(const QString &, OpenMode)Joerg Bornemann2016-04-201-3/+5
| | * Doc: Fix typo in QAtomicPointer::loadAcquire documentationKai Koehne2016-04-201-1/+1
| | * Improve performance of socket notifications on WinCEAlex Trotsenko2016-04-192-2/+27
| | * Fix build on Linux/x32 systems (x86-64 ILP32)Thiago Macieira2016-04-191-2/+2
| | * QWindowsLocalCodec::convertFromUnicode(): preclude stack overflow.Edward Welbourne2016-04-151-3/+5
| | * QWinEventNotifier: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-04-141-2/+2
| | * Fix QSysInfo::windowsVersion() on WinCETobias Koenig2016-04-141-0/+5
| | * Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
| | * Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
| | * Work around Clang false-positive warning on returning default parametersThiago Macieira2016-04-131-0/+4
| | * Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-132-6/+2
| | * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-1/+1
| | * winrt: Try to acquire CoreDispatcher from multiple sourcesMaurice Kalinowski2016-04-131-2/+29
* | | QLockFile: move early out earlier to avoid allocations.Anton Kudryavtsev2016-04-251-2/+2
* | | qTopLevelDomain: use QStringRef moreAnton Kudryavtsev2016-04-252-5/+14
* | | QtCore: mark more types as primitive/movableMarc Mutz2016-04-254-0/+8
* | | QMutexPool: avoid QVarLengthArray of QAtomicPointersMarc Mutz2016-04-242-8/+8
|/ /
* | Mime type browser example: Add documentation.Oswald Buddenhagen2016-04-192-2/+2
* | QStringListModel: proper construction of vectorAnton Kudryavtsev2016-04-181-1/+1
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-1820-40/+44
* | Mark some QByteArray relational operators nothrowMarc Mutz2016-04-131-18/+18
* | Fix some qdoc-warnings in 5.7.Friedemann Kleint2016-04-132-3/+9