summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Change monitor index detectionTimothée Keller2023-06-071-7/+7
* Windows QPA: Fix restore geometry after dragging from maximised - FixTimothée Keller2023-06-072-9/+17
* QDockWidget: Propagate window title when re-dockingAxel Spoerl2023-06-071-3/+9
* QCoreApplicationPrivate::initLocale(): report correct encodingEdward Welbourne2023-06-071-4/+7
* Fix what we can of macOS's divergence for pre-1900 datesEdward Welbourne2023-06-071-1/+11
* QFusionStyle: optimize cache-key generation for qt_fusion_draw_button():Marc Mutz2023-06-071-3/+4
* QFusionStyle: de-pessimize arrow paintingMarc Mutz2023-06-071-3/+2
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-071-0/+1
* Modernize the qtloaderMikolaj Boc2023-06-074-628/+250
* Upgrade Harfbuzz to 7.3.0Eskil Abrahamsen Blomfeldt2023-06-0761-1129/+982
* uic: Generate QFont::WeightFriedemann Kleint2023-06-073-11/+44
* QTabBar: recalculate scroll offset when showingVolker Hilsheimer2023-06-071-0/+2
* Revert "QStringBuilder: remove unneeded specializations"Andy Nichols2023-06-061-0/+39
* Doc: Small fixes to QCommandLineParser overviewKai Köhne2023-06-061-10/+10
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-052-14/+47
* Moc/Generator: fix 64-to-32 narrowing conversion warnignsAhmad Samir2023-06-051-10/+10
* Misc.: fix narrowing conversion warnings with explicit cast to intAhmad Samir2023-06-054-12/+13
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-057-70/+63
* CMake: Fix unnecessary rebuilds in Visual Studio projectsJoerg Bornemann2023-06-041-0/+12
* Default to WindowText color in QTextDocumentLayoutPrivate::drawBlock()Axel Spoerl2023-06-041-1/+1
* QString: add STL-style assign() [1/4]: non-(it,it) overloadsDennis Oberst2023-06-042-0/+56
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-042-0/+8
* QVariant: replace fromValue() specializations with if-constexprFabian Kosmale2023-06-041-12/+4
* QDnsLookup/Unix: cache previously decoded domain namesThiago Macieira2023-06-031-3/+29
* QDnsLookup/Windows: add a simple decoded domain cacheThiago Macieira2023-06-031-2/+14
* QDnsLookup: allow looking up the root domainThiago Macieira2023-06-031-0/+8
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-035-43/+64
* Move widgets Application example to manual testsAxel Spoerl2023-06-042-27/+10
* QXmlStreamReader: Add key/value to "Invalid attribute" error messageAxel Spoerl2023-06-041-1/+1
* macOS: Disable minimize button for Qt::Dialog windows by defaultTor Arne Vestbø2023-06-031-0/+7
* QVariant: add rvalue overload of fromStdVariant()Marc Mutz2023-06-022-3/+24
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-023-5/+117
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-026-7/+130
* CTF: Use static with operatorAntti Määttä2023-06-021-2/+2
* CTF: Properly handle invalid session fileAntti Määttä2023-06-021-9/+16
* CTF: Add qt_error_string to file open warningAntti Määttä2023-06-021-1/+2
* CTF: Fix coding styleAntti Määttä2023-06-021-4/+4
* CTF: Use QT_FSTAT to read file sizeAntti Määttä2023-06-021-6/+9
* CTF: Use access to check if location is writableAntti Määttä2023-06-021-5/+2
* Add Gui_sync_headers as the explicit dependency for Test moduleAlexey Edelev2023-06-021-0/+5
* Link to Application Permissions docs from Qt Core overviewTor Arne Vestbø2023-06-021-0/+1
* CTF: Do not check nullptr before deleteAntti Määttä2023-06-021-2/+1
* CTF: Use qEnvironmentVariableAntti Määttä2023-06-021-1/+1
* CTF: Remove extraneaus includeAntti Määttä2023-06-021-1/+0
* QVariant: fix shadowing of QVariant::Type/ListMarc Mutz2023-06-022-44/+44
* QVariant: Support emplaceFabian Kosmale2023-06-022-0/+102
* QByteArray: add STL-style assign()Dennis Oberst2023-06-022-0/+88
* qdbusxml2cpp: Fail if -c option is used with multiple interfacesIevgenii Meshcheriakov2023-06-021-1/+8
* QVariant::fromStdVariant(): protect against accidental fromValue() ADL pick-upsMarc Mutz2023-06-011-1/+1
* QHash: reduce duplication between two lookupsMårten Nordheim2023-06-011-16/+4