summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QTimer: ensure that timer activation respects start orderThiago Macieira2023-06-063-6/+122
* Fix GCC 13 warning about freeing the global staticThiago Macieira2023-06-061-1/+1
* Add flag to hide eye dropper button from QColorDialogFabio Falsini2023-06-063-12/+17
* QTabBar: recalculate scroll offset when showingVolker Hilsheimer2023-06-062-0/+39
* Use parentheses for Xcode specific variablesAmir Masoud Abdol2023-06-061-3/+3
* CMake: Remove local __PPS targetKai Köhne2023-06-061-5/+3
* QFusionStyle: de-pessimize arrow paintingMarc Mutz2023-06-061-3/+2
* QFusionStyle: optimize cache-key generation for qt_fusion_draw_button():Marc Mutz2023-06-061-3/+4
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-062-0/+37
* Upgrade Harfbuzz to 7.3.0Eskil Abrahamsen Blomfeldt2023-06-0661-1129/+982
* uic: Generate QFont::WeightFriedemann Kleint2023-06-063-11/+44
* Fix can't create rhi if VkInstance is not enable VK_KHR_surfaceJiDe Zhang2023-06-061-7/+8
* CMake: Add version tagging sources only if the linker supports itJoerg Bornemann2023-06-061-13/+16
* Doc: Small fixes to QCommandLineParser overviewKai Köhne2023-06-061-10/+10
* Revert "QStringBuilder: remove unneeded specializations"Andy Nichols2023-06-062-0/+65
* Moc: check sizes of specific member QLists are within INT_MAX rangeAhmad Samir2023-06-063-16/+73
* Moc: pass a pointer to the parser to the GeneratorAhmad Samir2023-06-063-4/+7
* Moc: assert size of registered strings list is within INT_MAX rangeAhmad Samir2023-06-063-2/+10
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-053-16/+49
* Moc/Generator: fix 64-to-32 narrowing conversion warnignsAhmad Samir2023-06-051-10/+10
* Moc: remove STRINGDATA fallback codeAhmad Samir2023-06-052-77/+3
* Moc: remove GCC 9 ban for using QtMocHelpers::stringData()Thiago Macieira2023-06-051-3/+0
* Modernize the qtloaderMikolaj Boc2023-06-0510-637/+976
* QFileDialog: refactor a static helperAhmad Samir2023-06-051-12/+20
* QFileDialog: use ::sysconf() to get initial passwd struct buffer sizeAhmad Samir2023-06-051-4/+6
* QFileDialog: split a static helperAhmad Samir2023-06-051-20/+25
* 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
* QProgressDialog: minor refactorAhmad Samir2023-06-051-9/+7
* QProgressDialog: fix integral narrowing conversion warningsAhmad Samir2023-06-051-9/+13
* Add missing #includesAhmad Samir2023-06-057-0/+9
* Move widgets blurpicker example to manual testTor Arne Vestbø2023-06-0521-22/+0
* 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-043-0/+154
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-043-2/+10
* 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-032-8/+39
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-035-43/+64
* Move widgets Application example to manual testsAxel Spoerl2023-06-0420-470/+15
* QXmlStreamReader: Add key/value to "Invalid attribute" error messageAxel Spoerl2023-06-041-1/+1
* tst_QProcess: put the tests in the right orderThiago Macieira2023-06-031-75/+73
* 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-023-3/+69
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-024-5/+140
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-026-7/+130
* Generate and set a CFBundleIdentifier when none were provided on macOSAmir Masoud Abdol2023-06-021-50/+72
* CTF: Use static with operatorAntti Määttä2023-06-021-2/+2