summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: Fix minimum and default window sizesHEADdevPiotr Wierciński40 min.2-19/+4
* QProperty: Use RefCounted as intendedUlf Hermann40 min.2-6/+10
* Doc: explain how to check for the existence of a font familyMitch Curtis7 hours1-1/+32
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø11 hours4-8/+2
* qxkbcommon: fix isKeypadYifan Zhu11 hours1-1/+40
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure12 hours1-6/+21
* QCborValueConstRef/QCborValueRef: use new comparison helper macrosTatiana Borisova12 hours2-27/+30
* QDBusArgument: disambiguate between QMap on std::pair and std::mapThiago Macieira14 hours1-1/+5
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt16 hours4-6/+66
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt16 hours4-0/+34
* qfloat16: further disable the -Wfloat-conversion warningThiago Macieira16 hours1-1/+3
* Fix dangling references - GCC 14Liang Qi16 hours1-1/+1
* QHttp2Connection: Send error for CONTINUATION without preceding dataØystein Heskestad16 hours1-1/+3
* QCborValue: use new comparison helper macrosTatiana Borisova16 hours2-1/+3
* cmake: Rename QT_UIKIT_SDK to QT_APPLE_SDKTor Arne Vestbø17 hours1-1/+1
* QByteArrayView: use new qdoc commands to document relational operatorsIvan Solovev19 hours1-0/+9
* Http/2: fix active streams countingMårten Nordheim19 hours3-8/+34
* Http2: fix streamsToUse logicMårten Nordheim19 hours1-4/+3
* QProperty: Destroy binding when refcount is 0Ulf Hermann19 hours2-9/+16
* tst_qstringapisymmetry: add qCompareThreeWay() checksIvan Solovev19 hours1-0/+19
* Rework QByteArrayView comparison helpersIvan Solovev19 hours4-14/+25
* QGraphicsProxyWidget: use focus abstraction instead of focus_next/prevAxel Spoerl19 hours1-5/+5
* QApplication: use focus abstraction instead of QWidget::focus_next/prevAxel Spoerl19 hours1-2/+2
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt21 hours3-7/+9
* Documentation: Clarify palette/font/stylesheet inheritance/propagationAxel Spoerl21 hours2-7/+16
* Condition inline fromString() definitions on datestring featureEdward Welbourne22 hours1-1/+1
* Introduce feature timezone_locale and begin implementing itEdward Welbourne22 hours5-0/+116
* QHttpConnection: Create new streams returns error when ids are exhaustedØystein Heskestad22 hours2-1/+3
* wasm: Only raise top level windows upon activationPiotr Wierciński22 hours1-2/+4
* Revert "Don't do font merging for PUA characters"Eskil Abrahamsen Blomfeldt27 hours1-2/+1
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir44 hours17-56/+55
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir47 hours14-35/+50
* QTimeZonePrivate: extract method for available zone idsAnton Kudryavtsev3 days1-22/+14
* SQL/PostgreSQL: use categorized loggerChristian Ehrlicher3 days1-22/+26
* SQL/PostgreSQL: Make sure the server returns datetime in UTCChristian Ehrlicher3 days1-3/+17
* wasm: Lift restriction on offscreen for fake context sharingEven Oscar Andersen3 days1-21/+16
* CMake: Avoid dsmyutil warnings on shared libraries using libjpegAlexandru Croitor3 days1-8/+28
* Revert default FlickDeceleration to 1500Shawn Rutledge3 days1-1/+1
* QFutureInterface: remove comment that was never trueMårten Nordheim4 days1-2/+1
* CMake: Check for qtpaths6.exe existence during windows deploymentAlexandru Croitor4 days2-2/+30
* Fix QTextEngine regression with large-ish textsPaul Olav Tvete4 days2-7/+6
* Optimize Newton-Raphson cuberoot with SSE2/SSE4.1Allan Sandfeld Jensen4 days1-0/+36
* QTextCursor: use QSV moreAnton Kudryavtsev4 days1-1/+1
* QDateTimeParser: port some methods to QSVAnton Kudryavtsev4 days2-7/+7
* QDateTimeParser: use rvalue overloads moreAnton Kudryavtsev4 days1-2/+2
* QMinimalFlatSet: support custom comparatorsMarc Mutz4 days1-7/+14
* QTest::qWaitFor: scope std::chrono using directive tighterMarc Mutz4 days1-2/+2
* QTest::qWaitFor: move ceil<> to after the checkMarc Mutz4 days1-4/+2
* Windeployqt: prevent output for --list optionTimothée Keller4 days1-4/+5
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus4 days1-16/+10