summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
* QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-044-45/+68
* QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-047-0/+7
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-3/+4
* Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11
* Doc: Added link to Declarative State Machine FrameworkNico Vertriest2015-09-042-2/+3
* Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
* QString perf improvement : removal of useless testJulien Blanc2015-08-261-2/+0
* Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
* QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
* 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