summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Compile fix: add NetBSD define for ffsll usageRalf Nolden2016-05-231-1/+1
* Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* Compile fix: undefine types before defining themRalf Nolden2016-05-232-0/+40
* Add OpenBSD to list of BSD systems defines using kqueue tooRalf Nolden2016-05-231-2/+2
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-3/+4
|\
| * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1214-47/+64
| |\
| * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
* | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
* | | Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
* | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
* | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
* | | Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| |/ |/|
* | QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
* | QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
* | QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
* | QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
* | Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
* | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
|/
* 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