summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove legacy SDK and deployment target check macrosTor Arne Vestbø2023-06-071-10/+1
* macOS: Remove fallback defines for MAC_OS_X_VERSION_MIN_REQUIREDTor Arne Vestbø2023-06-071-11/+0
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2023-06-071-1/+5
* rhi: metal: Fix a swapchain debug print crashLaszlo Agocs2023-06-071-1/+2
* rhi widget compositor: Use Nearest filteringLaszlo Agocs2023-06-071-1/+1
* rhi: gl: Switch back to Nearest filtering when resolvingLaszlo Agocs2023-06-071-1/+1
* QCoreApplicationPrivate::initLocale(): report correct encodingEdward Welbourne2023-06-071-4/+7
* Replace 0 with nullptr where the parameter is meant to be NULLEdward Welbourne2023-06-071-1/+1
* Fix what we can of macOS's divergence for pre-1900 datesEdward Welbourne2023-06-071-1/+11
* 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-061-0/+2
* 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-061-0/+1
* 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-061-0/+39
* 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-052-14/+47
* 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-054-628/+250
* 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
* 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