summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use American "canceled" in QPromise docsAndrei Golubev2020-10-221-5/+5
* Make QLatin1Char and QChar comparisons hidden friendsAllan Sandfeld Jensen2020-10-221-38/+44
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-222-1/+5
* QList docs: fix signature of removeAllGiuseppe D'Angelo2020-10-221-1/+1
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-9/+13
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-2116-106/+142
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-211-6/+15
* Fix compilation when using -no-mimetype-databaseHelio Chissini de Castro2020-10-211-0/+4
* Make QPoint*, QSize*, and QRect* binary operators hidden friendsAllan Sandfeld Jensen2020-10-214-243/+102
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-2128-83/+78
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-2125-220/+349
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-6/+3
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-202-2/+152
* Fix compiler warning from uninitialized membersVolker Hilsheimer2020-10-211-1/+1
* Fix qdoc warnings from QMutex and QMutexLockerVolker Hilsheimer2020-10-211-20/+7
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-2018-224/+224
* Convert QList alias definitions to 'using'Andrei Golubev2020-10-202-35/+37
* Fix QDoc warnings for QList/QVectorAndrei Golubev2020-10-203-19/+40
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-203-13/+7
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-201-19/+17
* QList::removeOne: make it generic as wellGiuseppe D'Angelo2020-10-202-2/+3
* QList::removeAll: make it genericGiuseppe D'Angelo2020-10-201-3/+11
* QFileSystemWatcher: use nullptr, instead of 0Giuseppe D'Angelo2020-10-201-1/+1
* QThread::create: mark as [[nodiscard]]Giuseppe D'Angelo2020-10-201-2/+2
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-2/+12
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-192-0/+60
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-1911-99/+88
* QLocale: do the inlining in the class body to save repetitionEdward Welbourne2020-10-191-36/+17
* Refine QLocale constructor documentationEdward Welbourne2020-10-191-1/+2
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-191-3/+1
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-192-33/+31
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-1/+3
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-192-58/+5
* CMake: Provide add_qt_gui_executable for a short timeAlexandru Croitor2020-10-191-0/+5
* QVLA: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-192-9/+15
* Add noexcept to d-ptr accessor functionsAllan Sandfeld Jensen2020-10-191-8/+9
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+14
* CMake: Rename add_qt_gui_executable to qt_add_executableAlexandru Croitor2020-10-191-1/+8
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* QRandomGenerator: optimize for the common use caseThiago Macieira2020-10-182-23/+29
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-187-68/+86
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-181-2/+2
* Consistenly deprecate QMultiMap insert, add moving unite overloadVolker Hilsheimer2020-10-172-20/+39