summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2716-63/+124
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2616-63/+124
| |\
| | * 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
* | | | | Fix some qdoc-warnings.Friedemann Kleint2015-08-271-2/+2
|/ / / /
* | | | Be more tolerant with multiple differerent metatype registrationsOlivier Goffart2015-08-261-17/+8
* | | | Document QStateMachine::running property in single placeLouai Al-Khanji2015-08-251-10/+2
* | | | Fix documentation typoLouai Al-Khanji2015-08-251-1/+1
* | | | Fix qdoc warning by documenting function argumentLouai Al-Khanji2015-08-251-2/+2
* | | | Add #ifdef to avoid qdoc missing function warningLouai Al-Khanji2015-08-251-0/+5
* | | | Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-2/+7
* | | | Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-0/+2
* | | | Fix invalid documentation function referenceLouai Al-Khanji2015-08-251-2/+2
* | | | Move QCoreApplication::quitLockEnabled documentation to single placeLouai Al-Khanji2015-08-251-16/+4
* | | | Fix permissions on qalgorithms.hThiago Macieira2015-08-251-0/+0
* | | | Fix compilation with ICC on WindowsThiago Macieira2015-08-251-5/+5
* | | | Avoid recreating QVariantLists when extracted from a QVariantJocelyn Turcotte2015-08-242-18/+3
* | | | QLoggingRegistry: Look up logging configuration in Qt data pathKai Koehne2015-08-243-29/+37
* | | | Add support for same-file intrinsics with Clang 3.7Thiago Macieira2015-08-221-2/+3
* | | | Fix Clang warning about copy elisionThiago Macieira2015-08-191-1/+1
* | | | Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-194-8/+2
* | | | qthread_win.cpp: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-181-3/+3
* | | | Merge dev into 5.6Oswald Buddenhagen2015-08-1711-136/+140
|\ \ \ \
| * | | | doc: Add a few missing const keywords in \fn commandsMartin Smith2015-08-162-4/+4
| * | | | qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-1/+1
| * | | | QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+10
| * | | | Use QScopedPointer for library pathsUlf Hermann2015-08-131-31/+21
| * | | | winrt: Refactor platform plugin for XAML supportAndrew Knight2015-08-132-50/+62
| * | | | QStandardPaths: on Windows, add APPDIR and APPDIR/data for GenericDataLocationDavid Faure2015-08-132-5/+3
| * | | | Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-112-45/+39