summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
* [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
* QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
* move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
* QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
* Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-201-1/+1
* Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3
* Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-171-0/+6
|\
| * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-171-0/+6
| |\
| | * Add names for pthreads in IntegrityJanne Koskinen2019-06-031-0/+6
* | | Doc: Correct documentation of QFuture::cancelPaul Wicking2019-06-112-9/+9
|/ /
* | Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
* | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-0/+86
* | Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
* | Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
* | Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
* | cmake: correct version dependency for qt5_add_big_resourcesLiang Qi2019-05-202-0/+7
* | Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* | Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-282-13/+23
* | QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-1/+1
|/
* Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
* Qt Core: Document CMake macrosKai Koehne2019-05-162-0/+238
* Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
* Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
* Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
* Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
* Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
* Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
* Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
* Document how to use CMake on Qt Core, Qt GUI's central pagesKai Koehne2019-05-074-71/+14
* fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
* Cocoa: Get the right zero digit for the localeAndy Shaw2019-05-021-1/+13
* QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-022-27/+4
* Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-022-15/+10
* Don't pass scope args to _exit trace pointsMilian Wolff2019-04-302-7/+7
* Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-302-25/+25
* Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10
* Make QFile::copy() less likely to create zero-sizedThiago Macieira2019-04-271-4/+10
* qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-262-0/+2
* Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSyncBogDan Vatra2019-04-251-2/+14
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-3/+2
|\
| * Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-04-091-3/+2
* | corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-2/+2
* | Correct the description of the "C" localeEdward Welbourne2019-04-112-1/+12
* | Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-2/+11
* | Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+6
* | Fix off-by-one error in QTranslatorPrivate::do_load()Edward Welbourne2019-04-091-1/+1