summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in QMutex's free-list's Sizes[3]Edward Welbourne2017-06-081-1/+1
* json: Add operator[] to QJsonDocument for implicit object and array accessTor Arne Vestbø2017-06-082-0/+56
* json: Add operator[] to QJsonValue for implicit object and array accessTor Arne Vestbø2017-06-082-0/+56
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0711-45/+111
|\
| * Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
| * 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
* | QScopedArrayPointer: document the most important ctorMarc Mutz2017-06-062-12/+7
* | Remove QWinOverlappedIoNotifierJoerg Bornemann2017-06-023-522/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-05-3011-2767/+10543
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-2911-2767/+10543
| |\|
| | * 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
* | | | | QXmlStream: don't create QStrings just to look up entities in a hashMarc Mutz2017-05-303-39/+63
* | | | | QThread: Refine check for presence of std::futureFriedemann Kleint2017-05-291-2/+6
|/ / / /
* | | | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-232-2/+17
* | | | 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