summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Qt containers: use std::move in take*() methodsMarc Mutz2017-05-235-10/+10
* QDateTimeParser: pass down an actual current value where expectedEdward Welbourne2017-05-221-1/+188
* Remove a QT_STRICT_ITERATORS ifdefSérgio Martins2017-05-201-6/+1
* QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-202-0/+16
* improve docs for qfloat16Glen Mabey2017-05-171-1/+5
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-165-0/+66
* QLatin1String: add constructor from pointer pairMarc Mutz2017-05-162-0/+20
* QStringView: add constructor from pointer pairMarc Mutz2017-05-162-0/+24
* Move Q_REQUIRED_RESULT to first in line in qstringalgorithms.hMarc Mutz2017-05-161-8/+8
* Make relation of currentChildBeingDeleted and isDeletingChildren more obviousBernhard Übelacker2017-05-121-1/+1
* Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-103-3/+6
|\
| * Fix missing handling of columns when merging selection rangesFilippo Cucchetto2017-05-091-1/+2
| * Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
| * Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* | Make qNextPowerOfTwo constexpr when building as C++14Tor Arne Vestbø2017-05-091-14/+8
* | Add QDebug operator for QFileInfoShawn Rutledge2017-05-092-0/+16
* | macOS: Add root level NSAutoreleasePool for objects autoreleased in main()Tor Arne Vestbø2017-05-083-0/+60
* | QMimeType: add Q_GADGETAlberto Mardegan2017-05-082-19/+89
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0770-120/+327
|\|
| * Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1
| * Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-10/+18
| * QtCore: include mocsThiago Macieira2017-05-0544-1/+105
| * QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
| * AreArgumentsCompatible: Replace a derived struct with template aliasThiago Macieira2017-05-051-1/+1
| * Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
| * alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-031-0/+7
| * QCFSocketNotifier: fix registering a source in the run loopAlex Trotsenko2017-05-031-2/+11
| * Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
| * [doc] QSet: fix return type of insert()Marc Mutz2017-05-031-1/+1
| * Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-032-17/+38
| * macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
| * QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-2/+2
| * Add two missing hyphensEdward Welbourne2017-04-302-2/+2
| * Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
| * do not wrap QAbstractEventDispatcher::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-3/+1
| * wrap QCoreApplication::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-0/+2
| * QSysInfo: Make use of the QT_WARNING_DISABLE_DEPRECATED macroThiago Macieira2017-04-271-5/+1
| * Fix warnings about unused private fields we can't removeThiago Macieira2017-04-261-0/+1
| * Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
| * Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
| * Android: add logging to QtCore JNI_OnLoadVyacheslav Koscheev2017-04-261-0/+12
| * QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-9/+36
| * Make QT_ASCII_CAST_WARN more informativeTor Arne Vestbø2017-04-241-1/+1
| * QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-2/+2
| * Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-224-14/+18
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
| * Doc: correct incorrect syntax \li commandNico Vertriest2017-04-211-0/+4
| * QLoggingRegistry: remove rules vectorMarc Mutz2017-04-212-33/+33
* | [doc] QStringView: remove documentation of removed constructorMarc Mutz2017-05-061-9/+0