summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | Fix typo in description of feature datestringEdward Welbourne2019-08-151-1/+1
| | | | | * | | | | Fix building with -no-feature-codecsAllan Sandfeld Jensen2019-08-201-2/+5
| | | | | |/ / / /
| | | * | / / / / QUnicodeTables: pack Properties structMarc Mutz2019-09-042-2639/+2641
| | | |/ / / / /
| | | * | | | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-036-19/+26
| | * | | | | | QByteArray: Don't realloc when resizing to a smaller sizeMårten Nordheim2019-08-301-9/+2
| | * | | | | | QArrayData: Don't allocate space we cannot useMårten Nordheim2019-08-301-1/+1
| | * | | | | | Provide conversion between QVariant and QUuid in bootstrapUlf Hermann2019-08-282-6/+6
* | | | | | | | Fix up android architecture suffixingSimon Hausmann2019-10-142-4/+4
* | | | | | | | Fix Android build from multi-arch qmake changesLeander Beernaert2019-10-142-2/+2
* | | | | | | | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-143-50/+136
* | | | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-11116-3655/+10447
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-04115-3542/+10447
| |\| | | | | |
| | * | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-09-031-1/+2
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
| | * | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-319-114/+187
| | |\| | | | |
| | | * | | | | Fix spelling of primarily in QCalendar::isSolar()'s docEdward Welbourne2019-08-301-1/+1
| | | * | | | | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-302-83/+29
| | | * | | | | QDateTimeParser: replace QVector with QVarLengthArray<12>Marc Mutz2019-08-301-3/+6
| | | * | | | | Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-302-12/+12
| | | * | | | | Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-303-15/+139
| | * | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-292-32/+37
| | |\| | | | |
| | | * | | | | QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-292-32/+37
| | * | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-291-14/+14
| | |\| | | | |
| | | * | | | | QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
| | * | | | | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-2851-3179/+9399
| | |\| | | | |
| | | * | | | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-2714-115/+117
| | | |\ \ \ \ \
| | | * | | | | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-2513-66/+76
| | | * | | | | | Port away from QMutexLocker in public headersMarc Mutz2019-08-253-6/+15
| | | * | | | | | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-232-0/+32
| | | * | | | | | Add support for the Islamic Civil calendarSoroush Rabiei2019-08-2210-3/+1604
| | | * | | | | | Goodbye showYellowThingTor Arne Vestbø2019-08-221-4/+0
| | | * | | | | | Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-218-1/+1221
| | | * | | | | | Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-219-4/+444
| | | * | | | | | Add support for calendars beside GregorianSoroush Rabiei2019-08-2018-3103/+6015
| | * | | | | | | Improve docs of QSysInfoSona Kurazyan2019-08-271-0/+16
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Bump versionKari Oikarinen2019-08-271-0/+1
| | | |/ / / / | | |/| | | |
| | * | | | | Say hello to Android multi arch build in one goBogDan Vatra2019-08-262-0/+11
| | * | | | | Android: Set RTLD_NODELETE on API 23+BogDan Vatra2019-08-231-2/+9
| | * | | | | Android: Update clang mkspecsBogDan Vatra2019-08-221-9/+0
| | * | | | | Micro-optimize QAbstractItemModel::setItemDataGiuseppe D'Angelo2019-08-221-4/+11
| | * | | | | Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-0/+29
| | * | | | | Remove obsolete API after qtdeclarative migratedVolker Hilsheimer2019-08-222-28/+0
| | * | | | | Cbor: Add overloads for QStringViewUlf Hermann2019-08-223-23/+52
| | * | | | | forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-201-27/+2
| | * | | | | Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
| | * | | | | Fix build without feature.codecsTasuku Suzuki2019-08-201-0/+2
| | |/ / / /
| | * | | | Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
| | * | | | Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-182-1/+14
| | * | | | Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-162-15/+125
| | * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-162-9/+15
| | |\| | |