summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add option to allow skipping app deployment when building in CIAlexandru Croitor2024-03-191-1/+123
* CMake: Evaluate genexes for extra deploy file pathsAlexandru Croitor2024-03-191-2/+2
* QCborArray: use new comparison helper macrosTatiana Borisova2024-03-193-18/+80
* Add configure feature for MetalTor Arne Vestbø2024-03-198-14/+19
* iOS: Replace deprecated UTType constantsTor Arne Vestbø2024-03-191-4/+4
* iOS: Remove support QClipboard::FindBufferTor Arne Vestbø2024-03-191-31/+8
* Add a means to send a PUT request with an empty bodyMate Barany2024-03-192-0/+18
* Add a means to send a POST request that has an empty bodyMate Barany2024-03-192-0/+19
* wasm: Fix minimum and default window sizesPiotr Wierciński2024-03-192-19/+4
* QProperty: Use RefCounted as intendedUlf Hermann2024-03-192-6/+10
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* qxkbcommon: fix isKeypadYifan Zhu2024-03-191-1/+40
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure2024-03-191-6/+21
* QCborValueConstRef/QCborValueRef: use new comparison helper macrosTatiana Borisova2024-03-192-27/+30
* QDBusArgument: disambiguate between QMap on std::pair and std::mapThiago Macieira2024-03-181-1/+5
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-184-6/+66
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-184-0/+34
* qfloat16: further disable the -Wfloat-conversion warningThiago Macieira2024-03-181-1/+3
* Fix dangling references - GCC 14Liang Qi2024-03-181-1/+1
* QHttp2Connection: Send error for CONTINUATION without preceding dataØystein Heskestad2024-03-181-1/+3
* QCborValue: use new comparison helper macrosTatiana Borisova2024-03-182-1/+3
* cmake: Rename QT_UIKIT_SDK to QT_APPLE_SDKTor Arne Vestbø2024-03-181-1/+1
* QByteArrayView: use new qdoc commands to document relational operatorsIvan Solovev2024-03-181-0/+9
* Http/2: fix active streams countingMårten Nordheim2024-03-183-8/+34
* Http2: fix streamsToUse logicMårten Nordheim2024-03-181-4/+3
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-182-9/+16
* tst_qstringapisymmetry: add qCompareThreeWay() checksIvan Solovev2024-03-181-0/+19
* Rework QByteArrayView comparison helpersIvan Solovev2024-03-184-14/+25
* QGraphicsProxyWidget: use focus abstraction instead of focus_next/prevAxel Spoerl2024-03-181-5/+5
* QApplication: use focus abstraction instead of QWidget::focus_next/prevAxel Spoerl2024-03-181-2/+2
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-183-7/+9
* Documentation: Clarify palette/font/stylesheet inheritance/propagationAxel Spoerl2024-03-182-7/+16
* Condition inline fromString() definitions on datestring featureEdward Welbourne2024-03-181-1/+1
* Introduce feature timezone_locale and begin implementing itEdward Welbourne2024-03-185-0/+116
* QHttpConnection: Create new streams returns error when ids are exhaustedØystein Heskestad2024-03-182-1/+3
* wasm: Only raise top level windows upon activationPiotr Wierciński2024-03-181-2/+4
* Revert "Don't do font merging for PUA characters"Eskil Abrahamsen Blomfeldt2024-03-181-2/+1
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-1717-56/+55
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-1714-35/+50
* QTimeZonePrivate: extract method for available zone idsAnton Kudryavtsev2024-03-161-22/+14
* SQL/PostgreSQL: use categorized loggerChristian Ehrlicher2024-03-161-22/+26
* SQL/PostgreSQL: Make sure the server returns datetime in UTCChristian Ehrlicher2024-03-161-3/+17
* wasm: Lift restriction on offscreen for fake context sharingEven Oscar Andersen2024-03-161-21/+16
* CMake: Avoid dsmyutil warnings on shared libraries using libjpegAlexandru Croitor2024-03-161-8/+28
* Revert default FlickDeceleration to 1500Shawn Rutledge2024-03-151-1/+1
* QFutureInterface: remove comment that was never trueMårten Nordheim2024-03-151-2/+1
* CMake: Check for qtpaths6.exe existence during windows deploymentAlexandru Croitor2024-03-152-2/+30
* Fix QTextEngine regression with large-ish textsPaul Olav Tvete2024-03-152-7/+6
* Optimize Newton-Raphson cuberoot with SSE2/SSE4.1Allan Sandfeld Jensen2024-03-151-0/+36