summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix docs for QStandardPaths::DesktopLocationAndre Hartmann2018-10-151-1/+2
* glib dispatcher: rework userEventSourcePrepare() event sourceGatis Paeglis2018-10-142-2/+3
* Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
* Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
* Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-082-5/+26
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-082-5/+26
| |\
| | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
| | * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* | | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-083-2/+40
|/ /
* | QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+1
* | QSFPM: setFilterRegExp and setFilterRegularExpression overloads to slotsSamuel Gaist2018-10-021-2/+2
* | Doc: fix QRegularExpression::wildcardToRegularExpression snippetSamuel Gaist2018-10-021-1/+4
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-3017-74/+46
|\|
| * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
| * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
| * Android: fix log output patternLuka Modric2018-09-271-3/+1
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-2714-62/+32
* | Windows: Fix QDir::drives() to no longer list ejected mediaFriedemann Kleint2018-09-291-6/+16
* | Fix QXmlStreamWriter xmlns attribute placementhjk2018-09-281-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-2713-72/+78
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-2713-72/+78
| |\|
| | * Modernize the "datestring" featureLiang Qi2018-09-2410-49/+52
| | * Modernize the "textdate" featureLiang Qi2018-09-244-18/+19
| | * Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
| | * Clarify docs regarding the states of a QFutureWatcher with no future setAndy Shaw2018-09-241-3/+5
| | * Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-151-1/+1
* | | Doc: Add link target to fix QDoc warning in Qt DeclarativePaul Wicking2018-09-271-0/+1
|/ /
* | Fix erroneous use of errno with qErrnoWarningThiago Macieira2018-09-251-1/+1
* | Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-253-4/+19
* | Tracepoints: trace signal activationGiuseppe D'Angelo2018-09-252-2/+23
* | Correct documentation about the datastream versionsAndy Shaw2018-09-251-1/+1
* | Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-252-3/+7
* | Fix some infelicities in the Q(Date|Time)+ docsEdward Welbourne2018-09-251-28/+28
* | No-thread: prevent double delete of QThreadPrivateMorten Johan Sørvig2018-09-251-0/+1
* | doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* | Fix binary compatibility with old generated moc filesOlivier Goffart2018-09-151-1/+2
* | Windows QPA: Dispatch skipped touch/pen events if compression is offRomain Pokrzywka2018-09-141-3/+7
* | Doc: Remove extra \a command causing QDoc macro expansion errorPaul Wicking2018-09-141-1/+1
* | QStringList: restore binary compatibility with Qt 5.11David Faure2018-09-102-0/+12
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-4/+4
|\|
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-4/+4
| |\
| | * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
* | | CBOR: Add missing clear() methods to the two container classesThiago Macieira2018-09-094-2/+24
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-073-16/+18
|\| |
| * | QString: Fix snippet explaining "non-spaced numbered place markers"Andre Hartmann2018-09-061-1/+1
| * | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-032-15/+17
| |/
* | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+1
* | QSFPM: cleanup QRegularExpression includesSamuel Gaist2018-09-032-2/+6
* | QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-032-2/+24