summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-097-100/+215
|\
| * Make Qt relocatableAlexandru Croitor2019-09-072-53/+175
| * Android: Fix cmake generatorBogDan Vatra2019-09-071-1/+1
| * Clarify documentation of daysInMonth()Edward Welbourne2019-09-051-3/+4
| * Optimize QEventDispatcherWinRT::runOnMainThread()Marc Mutz2019-09-051-11/+12
| * Refine QCalendar::hasYearZero()'s documentationEdward Welbourne2019-09-051-23/+23
| * Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-052-9/+0
* | QSemaphoreReleaser: two minor code improvementsMarc Mutz2019-09-051-5/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0574-6227/+12506
|\|
| * Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-049-48/+51
| * Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-042-3/+3
| * QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-044-2722/+2695
| * Doc: Remove 'f.i.'Kai Koehne2019-09-042-2/+2
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-0410-170/+165
| |\
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-0410-170/+165
| | |\
| | | * QRegexp: Fix MSVC2019 warning about fallthrough not being followed by a case ...Friedemann Kleint2019-09-031-15/+9
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-312-2/+2
| | | |\
| | | | * Doc: Clarify QJsonDocument::toJson()Joerg Bornemann2019-08-301-1/+1
| | | | * Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
| | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Allan Sandfeld Jensen2019-08-271-2/+2
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-2/+2
| | | | |\|
| | | | | * Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
| | | * | | Docs: Some cleanup of class documentationKavindra Palaraja2019-08-271-140/+127
| | | |/ /
| | | * | Also fall back to direct write for Android content: URLs in QSaveFileVolker Krause2019-08-241-5/+9
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-222-1/+10
| | | |\|
| | | | * Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
| | | | * Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
| | | * | Merge "Merge remote-tracking branch 'qt/5.12' into 5.13"Paul Olav Tvete2019-08-201-1/+1
| | | |\ \
| | | | * | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-1/+1
| | | | |\|
| | | | | * 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
| * | | Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
| * | | 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
| * | | QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-292-32/+37
| * | | QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
| * | | 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