summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1922-327/+356
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1915-186/+182
* Printsupport: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-04-192-3/+3
* Printsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1912-51/+75
* Printsupport: stop using QL1Char constructor for creating char literalsSona Kurazyan2022-04-197-17/+16
* Update documentation of enum Qt::DockWidgetAreaAxel Spoerl2022-04-191-6/+10
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-196-141/+331
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-1917-29/+43
* wasm: propagate QWindow format to backing storeMorten Sørvig2022-04-191-5/+10
* Android: use libexec path for qmlimportscannerAssam Boudjelthia2022-04-191-3/+5
* QMimeData: return null string for null byte arrayLiang Qi2022-04-191-0/+2
* QFutureCallOutEvent: remove unused pseudo-copy-ctorMarc Mutz2022-04-151-12/+0
* wasm: use emscripten::val for specialHTMLTargetsLorn Potter2022-04-151-6/+8
* Fix race condition in futex-based QSemaphoreAllan Sandfeld Jensen2022-04-151-3/+6
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-04-142-0/+8
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-142-0/+53
* QFutureCallOutEvent: de-export againMarc Mutz2022-04-141-1/+1
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-146-391/+122
* Spacing-only change: fix indents and spacing in qtestcase.cppEdward Welbourne2022-04-141-73/+73
* qtestcase.cpp: s/QString::fromLatin1/QLatin1String/ where viableEdward Welbourne2022-04-141-15/+15
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-143-9/+9
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1411-382/+395
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1410-103/+101
* QBENCHMARK: Replace the double underscore with something not reservedThiago Macieira2022-04-141-4/+4
* QObjectPrivate:Connection:: use NSDMI for the ref countThiago Macieira2022-04-131-4/+2
* QObjectPrivate: deinline a bunch of stuff only used in QtCoreThiago Macieira2022-04-132-216/+229
* QObjectPrivate: use placement new/delete for SignalVectorThiago Macieira2022-04-131-2/+6
* QObjectPrivate: use ConnectionList's constructor instead of copy-assignmentThiago Macieira2022-04-131-1/+4
* FileChooser portal: set current_nameIlya Fedin2022-04-141-1/+6
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-133-0/+151
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1350-311/+307
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-133-0/+120
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-133-9/+112
* CMake: Fix error message for failing OpenGL testsJoerg Bornemann2022-04-131-1/+1
* Avoid rebuilds when changing sources belonging to bootstraplibJoerg Bornemann2022-04-131-69/+111
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-132-0/+21
* Fix build on CentOS 7Ilya Fedin2022-04-131-0/+2
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-132-0/+102
* QVarLengthArray: simplify SFINAE on resize(n, v)Marc Mutz2022-04-131-6/+6
* QXmlStreamSimpleStack: disable copy and move SMFsMarc Mutz2022-04-131-0/+2
* QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stackMarc Mutz2022-04-131-5/+5
* XmlStringRef: fix length truncationMarc Mutz2022-04-131-1/+1
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-122-0/+22
* QImageReader::read(): fetch filename onceShawn Rutledge2022-04-121-5/+3
* Android: Don't assert in add/removeWindowAssam Boudjelthia2022-04-121-4/+6
* wasm: fix qstweb::EventCallback destructorMorten Johan Sørvig2022-04-121-2/+5
* Android: wrap QAndroidInputContext's m_focusObject in a QPointerAssam Boudjelthia2022-04-121-1/+1
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-1216-68/+68
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1216-206/+228
* QtDBus: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-128-60/+60