summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
* QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-161-3/+6
* QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3
* Fix QChar char constructors documentationSamuel Gaist2015-08-131-2/+10
* Do not use Q_GLOBAL_STATIC in the implementation of QMutexOlivier Goffart2015-08-131-1/+22
* Cocoa: fix integer multiplication overflow in qt_gettime()Michael Klein2015-08-131-0/+5
* QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-121-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-124-8/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-174-8/+9
| |\
| | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-195-5/+31
| | * Improve documentation for Qt::ItemNeverHasChildren.Florian Bruhin2015-06-011-0/+1
| | * Update QProcess doc to use non-deprecated setProcessEnvironmentSamuel Gaist2015-05-301-4/+4
| | * Correct calculation of filesystem data on unusual filesystemsThiago Macieira2015-05-301-3/+3
* | | QMimeDatabase: use QElapsedTimer instead of QDateTime::currentDateTime()David Faure2015-08-122-4/+4
* | | Doc: mark private QChar constructors as internalSamuel Gaist2015-08-061-0/+2
* | | Doc: add clarification about signals not being buffered when blockedSamuel Gaist2015-08-061-0/+2
* | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
* | | Add reference to QRegularExpressionSamuel Gaist2015-08-061-0/+4
* | | Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's themThiago Macieira2015-08-061-12/+12
* | | Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
* | | Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
* | | Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
* | | QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-3/+5
* | | do not warn about "untested" Windows versionsJoerg Bornemann2015-08-031-2/+0
* | | Disable #pragma diagnostic [push|pop] for gcc 4.5Kai Koehne2015-08-031-1/+1
* | | Revert "Fix performance of recursive read-write locks"Thiago Macieira2015-07-312-0/+58
* | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
* | | Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+1
* | | Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-3/+11
* | | Doc: Don't advertise QLocale::system() in QTranslator::load documentationKai Koehne2015-07-231-1/+1
* | | Doc:added doc to undocumented functionsNico Vertriest2015-07-229-18/+58
* | | Replace old C-style castAndré Klitzing2015-07-221-2/+2
* | | QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-6/+13
* | | Doc: update the Q_OS_MAC documentation to be less misleadingThiago Macieira2015-07-211-1/+1
* | | qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WINSebastian Schuberth2015-07-211-1/+1
* | | Remove attempt at detecting compile-time HLEThiago Macieira2015-07-202-5/+1
* | | Fix Q_BASIC_ATOMIC_INITIALIZER for std::atomicThiago Macieira2015-07-201-3/+3
* | | QtCore: Fix const correctness in old style castsThiago Macieira2015-07-2011-36/+37
* | | Also disable constexpr support in ICC with MSVC before MSVC2015Thiago Macieira2015-07-181-0/+3
* | | Don't complain about missing CPU features under ValgrindThiago Macieira2015-07-181-1/+10
|/ /
* | QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12
* | forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-171-9/+6
* | Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
* | Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
* | Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-1/+2
* | Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
* | Fix alignment of 64-bit atomics on iOSThiago Macieira2015-07-151-1/+4
* | Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
* | Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
* | Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2