summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-1217-62/+223
|\
| * Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
| * QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-071-8/+19
| * QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-10-051-0/+4
| * QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
| * QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-09-271-3/+8
| * Don't unload libraries on Darwin-based operating systemsTor Arne Vestbø2021-09-181-0/+5
| * QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-181-0/+5
| * Update Android default SDK from 29 to 30Juha Vuolle2021-09-151-1/+1
| * Fix QTextCodec::canEncode() for ICU codecIvan Solovev2021-09-081-1/+37
| * qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-021-3/+30
| * Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-021-13/+19
| * Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-283-10/+22
| * QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-271-3/+32
| * Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
| * QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-191-0/+5
| * QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-191-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-1632-14446/+14707
|\|
| * Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
| * Revert "QString::lastIndexOf: fix off-by-one for zero length matches"Tarja Sundqvist2021-08-181-2/+2
| * CMake: Prevent multiple creation of the targets 'aab' and 'apk'Joerg Bornemann2021-08-171-18/+22
| * Doc: Fix QList<T>::fromVector example in QList<T> documentationLuca Di Sera2021-08-101-1/+1
| * Turn off feature timezone for emscriptenEdward Welbourne2021-08-101-0/+1
| * QObject: cleanup the orphaned connection lists on destructionGiuseppe D'Angelo2021-08-061-2/+17
| * Fix crash in concurrent disconnectFabian Kosmale2021-08-062-17/+37
| * cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-08-062-6/+26
| * QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-08-061-0/+41
| * QFuture: fix result reporting in the filter modeSona Kurazyan2021-08-051-1/+1
| * Don't report results when the results list is emptySona Kurazyan2021-07-282-0/+8
| * QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-07-271-1/+1
| * macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-07-171-2/+2
| * Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-3/+7
| * QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-141-2/+3
| * QDuplicateTracker: fix the static buffer size calculationMarc Mutz2021-07-141-1/+7
| * macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-121-1/+9
| * Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-051-5/+1
| * Doc: Use https for links to unicode.orgPaul Wicking2021-07-053-18/+16
| * macOS: Notify socket notifier on connection errorMorten Johan Sørvig2021-07-021-3/+11
| * QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-07-011-1/+3
| * Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
| * QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
| * Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
| * Update public suffix listMårten Nordheim2021-06-172-14309/+14419
| * Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
| * Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-141-2/+2
| * Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
| * Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-141-13/+26
| * QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-06-101-0/+8
| * Fix augmentation of UI language listEdward Welbourne2021-06-092-24/+2
| * macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-081-1/+3