summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-032-1/+11
* Disable bogus GCC 7 warning about string op overflowThiago Macieira2017-06-031-0/+6
* QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-012-30/+47
* Doc: Fix a typo in QVariant::toPoint docsLeena Miettinen2017-06-011-1/+1
* qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-7/+14
* QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-1/+1
* QStorageInfo: Pass MNT_NOWAIT to getmntinfoThiago Macieira2017-05-301-1/+5
* QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-0/+1
* Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
* Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-4/+4
* Doc: fix grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
* QItemSelection: fix a quadratic loopMarc Mutz2017-05-221-12/+20
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-196-2748/+10505
|\
| * Revert "Add qt_safe_ftok wrapper for ftok"Thiago Macieira2017-05-183-16/+2
| * QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.8David Faure2017-05-081-2719/+10499
| * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
| * Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-0412-34/+74
| |\
| * | QItemSelectionRange: don't compare pointers with op<Marc Mutz2017-04-301-1/+4
* | | Remove unnecessary FunctionPointer::ChangeClassThiago Macieira2017-05-181-2/+0
* | | QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-162-0/+13
* | | 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
* | | 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