summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct doc snippet licenseLucie Gérard2024-02-2825-25/+25
* QTimeZonePrivate: avoid needless allocationAnton Kudryavtsev2024-02-281-3/+1
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-283-6/+13
* Android: Bring back QtActivityDelegate.insertNativeView()Soheil Armin2024-02-281-0/+41
* QGuiApplication: replace a QSet with QMinimalVarLengthFlatSetMarc Mutz2024-02-281-5/+5
* Windows: clean up System Tray Icon message iconVolker Hilsheimer2024-02-282-1/+10
* Add QNetworkRequest attribute support to QNetworkRequestFactoryJuha Vuolle2024-02-283-0/+105
* Doc: Fix typo in QSurfaceFormat::setDefaultFormat documentationAndy Nichols2024-02-271-1/+1
* Replace QWindowsComBase with QComObjectPavel Dubsky2024-02-2720-59/+50
* Prevent re-replacing state in setGeometryTomi Korpipää2024-02-271-1/+3
* Http2: handle empty hpack block for headersMårten Nordheim2024-02-271-12/+21
* Containers: add max_size()Giuseppe D'Angelo2024-02-2718-31/+92
* QDBusUtil: document the D-Bus signature grammarMarc Mutz2024-02-271-0/+15
* [docs] QDBusUtil::isValidObjectPath(): simplify descriptionMarc Mutz2024-02-271-3/+2
* QWidgetRepaintManager: Use textureChildSeen to determine deferred updateTor Arne Vestbø2024-02-271-3/+3
* Schannel: check that plainsocket is open before useMårten Nordheim2024-02-271-3/+8
* Change QRestAccessManager executeRequest() to use function_refJuha Vuolle2024-02-272-27/+30
* Add space character when combining QHttpHeaders values with commaJuha Vuolle2024-02-271-5/+5
* qmessagebox.h: Remove redundant semicolon after Q_ENUMAxel Spoerl2024-02-271-1/+1
* QProcess: set the error message and state if qt_create_pipe() failsThiago Macieira2024-02-262-8/+29
* QStringView: stop instantiating std::char_traits<QChar> and <uchar>Thiago Macieira2024-02-261-18/+36
* QPainterPath: detach and reset before streaming inThiago Macieira2024-02-271-8/+6
* Revert "QHeaderView: relayout on resetDefaultSectionSize"Jonas Karlsson2024-02-262-13/+14
* JNI: support construction of QJniArray from std::initializer_listVolker Hilsheimer2024-02-262-2/+10
* Doc: Use QDOC_PROPERTY for QRhiWidget::autoRenderTargetPaul Wicking2024-02-262-3/+4
* Doc: Add missing return type in QMap documentationPaul Wicking2024-02-261-1/+1
* Fix color fonts with DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-262-3/+4
* SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOWChristian Ehrlicher2024-02-262-1/+16
* Android: run runAction() actions in onPause stateLauri Pohjanheimo2024-02-261-2/+4
* corelib: settings - make qsettings.cpp unity buildableTim Blechmann2024-02-262-1/+7
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-263-4/+14
* QThread::currentThreadId: fix build on x32 (ILP32) ABIThiago Macieira2024-02-251-3/+3
* QMinimalFlatSet: fix UB (using op< on pointers) when is_pointer<value_type>Marc Mutz2024-02-251-2/+5
* Move QMinimalFlatSet from QtDeclarative to QtCoreMarc Mutz2024-02-252-0/+147
* QOperatingSystemVersion: clean up after QOSVBase extractionMarc Mutz2024-02-253-11/+18
* QSingleShotTimer: use nanoseconds precisionAhmad Samir2024-02-234-19/+43
* Add the external reference to CMake package creating docsAlexey Edelev2024-02-231-0/+5
* Network: includemocsMårten Nordheim2024-02-232-0/+3
* QIcc: Clean up implementation in preparation for bigger changesAllan Sandfeld Jensen2024-02-231-111/+131
* CMake: Bring back renamed parameters for qt_standard_project_setupJoerg Bornemann2024-02-231-0/+10
* QUrlQuery: Use new comparison helper macrosRym Bouabid2024-02-233-13/+31
* QLocal8Bit::convertToUnicode[win]: Fix order of growth and saturateMårten Nordheim2024-02-231-1/+1
* JNI: Move QJniArray constructor into the class bodyVolker Hilsheimer2024-02-231-11/+4
* JNI: don't depend on Qt-specific container API in QJniArrayVolker Hilsheimer2024-02-231-11/+13
* JNI: Support QStringList as a parameter of native functionsVolker Hilsheimer2024-02-232-9/+37
* JNI: implement support for native functions taking a listVolker Hilsheimer2024-02-231-0/+27
* RHI: fix Vulkan layout for PreserveDepthStencilContents depth texturesAurélien Brooke2024-02-231-1/+1
* rhi: gl: Fix multisample texture specificationLaszlo Agocs2024-02-231-2/+13
* rhi: gl: take sample count from textures too for RTsLaszlo Agocs2024-02-231-2/+2
* rhi: d3d11: Fix depth texture by porting from the d3d12 backendLaszlo Agocs2024-02-231-3/+3