summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13
* normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-032-7/+7
* Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
* QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
* Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
* QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-307-55/+66
* Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-303-22/+18
* 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
* 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
* 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
* Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
* Don't indicate which versions of OS X are supported in QSysInfo docs.Jake Petroules2016-04-111-7/+7
* dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-1/+2
* [doc] QElapsedTimer: mention more clearly which functions cause undefined beh...Marc Mutz2016-04-111-8/+14
* wince: Fix intrinsics for X86 platforms when SSE2 is enabledAndreas Holzammer2016-04-111-1/+7
* Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
* Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+3
* QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-10/+20
* QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-082-3/+4
* QDateTimeParser::parse(): improve readabilityEdward Welbourne2016-04-081-8/+3
* Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
* QStringRef: fix some QStringRef <> const char * relational operatorsMarc Mutz2016-04-061-6/+6
* Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
* Explain QTimeZonePrivate::isValidId a bit more carefully.Edward Welbourne2016-04-061-17/+40
* Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-062-25/+50
* QDateTimeParser: Avoid repetition in sectionMaxSizeEdward Welbourne2016-04-051-5/+6
* QDir: use QString::splitRef on all platformsAnton Kudryavtsev2016-04-051-6/+2