summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WASM builds now handle bitmap and pixmap cursorsKevin Keating2024-02-091-5/+22
* Fix loading QRhiTexture from image on glesArtem Dyomin2024-02-091-37/+30
* QSpan: apply LWG 3346 work-aroundMarc Mutz2024-02-091-5/+8
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-092-4/+7
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-091-1/+12
* Deprecate QDataStream::readBytes(char *&, uint &) instead of removing itIvan Solovev2024-02-084-15/+40
* qfreetype: Fix caching of memory fontsMorten Sørvig2024-02-081-0/+9
* Disable unloading libraries on VxWorksJacek Poplawski2024-02-081-0/+2
* QBitArray: avoid overflow in storage-to-size calculationsMarc Mutz2024-02-082-23/+22
* QBitArray: use QDataStream::SizeLimitExeeded where applicableMarc Mutz2024-02-081-2/+2
* QBitArray: don't create invalid Qt 5 streamsMarc Mutz2024-02-081-0/+4
* CMake: Fix undefined symbol: qt_resourceFeatureZstd issueAlexandru Croitor2024-02-071-0/+14
* QDataStream: use SizeLimitExceeded status in write operationsIvan Solovev2024-02-072-12/+18
* QDataStream::readBytes(): make the growth of the buffer geometricIvan Solovev2024-02-071-2/+3
* Fix QDataStream::operator<<(const char *) to handle 64-bit lengthIvan Solovev2024-02-071-7/+3
* QDataStream: use qint64 to represent size while reading and writingIvan Solovev2024-02-073-32/+21
* Change license for examples filesLucie Gérard2024-02-0711-11/+11
* Change license for tools filesLucie Gérard2024-02-0720-20/+20
* QLogging: Add missing newline in win_message_handler()Johannes Grunenberg2024-02-071-1/+1
* Update bundled libpng to version 1.6.42Eirik Aavitsland2024-02-0710-99/+105
* Update Valgrind to version 3.22.0Edward Welbourne2024-02-072-3/+4
* Android: fix style extraction when set to noneAssam Boudjelthia2024-02-071-0/+3
* Change license of .qdoc filesLucie Gérard2024-02-078-8/+8
* Change doc snippet licenseLucie Gérard2024-02-078-8/+8
* QBitArray: DRY operator<<(QDataStream&)Marc Mutz2024-02-071-10/+6
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-072-2/+2
* Harden WidgetAttributes debug stream operatorTor Arne Vestbø2024-02-061-9/+10
* Android: Fix QtTextureView inverted opacity conditionTinja Paavoseppä2024-02-061-1/+1
* corelib: serialization - fix macos unity buildsTim Blechmann2024-02-061-42/+50
* Add missing QRestAccessManager constructor documentationJuha Vuolle2024-02-061-0/+8
* Add missing QHttpHeaders::isEmpty() documentationJuha Vuolle2024-02-061-0/+8
* core/gui: fix odr violationTim Blechmann2024-02-062-1/+8
* QDBusAbstractInterface/Doc: fix example to match the descriptionThiago Macieira2024-02-062-5/+17
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-056-19/+40
* iOS: Guard traitCollectionDidChange against lack of QGuiApplicationTor Arne Vestbø2024-02-051-0/+3
* Implement QCborContainerPrivate::compact()Ivan Solovev2024-02-052-14/+43
* iOS: Guard against displayLayer after platform window is goneTor Arne Vestbø2024-02-051-0/+3
* Doc: QDomDocument doc refers to QXmlQuery which doesn't exist in Qt6Jaishree Vyas2024-02-051-2/+2
* iOS: Remove QUIView from superview on QIOSWindow destructionTor Arne Vestbø2024-02-051-4/+5
* Update bundled libjpeg-turbo to version 3.0.2Eirik Aavitsland2024-02-0516-121/+148
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-057-9251/+9670
* Don't set ExplicitShowHide on children when showing parent widgetTor Arne Vestbø2024-02-052-23/+27
* Add logging, clarifications, and tests for QWidget show/hide behaviorTor Arne Vestbø2024-02-053-10/+66
* Don't rely on QRasterWindow::resizeEvent for marking window dirtyTor Arne Vestbø2024-02-053-3/+11
* QGenericUnixServices: make sure the picker returns a colorLiang Qi2024-02-031-3/+7
* qHash: provide the long double overload on Darwin systemsThiago Macieira2024-02-032-4/+0
* QMetaObject: clean up includesAhmad Samir2024-02-031-11/+8
* Fix usage of std::enable_if_t to SFINAE out QProperty APIsVolker Hilsheimer2024-02-022-15/+9
* Reapply: Remove const/ref debug operator for QDockWidgetVolker Hilsheimer2024-02-022-11/+9
* QLineEdit: disable cursor blinking on hideGiuseppe D'Angelo2024-02-021-0/+2