summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Fix unsigned/signed mismatch warning in KTX file readingMatthias Rauter2024-02-131-1/+1
* Improve KTX file reading memory safetyJonas Karlsson2024-02-092-52/+183
* Do not assert when preferred{Width|Height} is infinityJan Arve Sæther2023-12-201-2/+6
* QGraphicsFrameCapture : Add getters for frames namesHatem ElKharashy2023-12-205-3/+41
* no-thread: add QProcess config checkMorten Sørvig2023-10-312-3/+7
* Fix build with -no-feature-libraryTasuku Suzuki2023-10-251-2/+4
* Add getters for QGraphicsFrameCaptureHatem ElKharashy2023-08-293-0/+24
* Fix build with -no-feature-openglTasuku Suzuki2023-08-231-0/+3
* Fix build with -no-feature-threadTasuku Suzuki2023-08-232-1/+14
* QValidator: return State::Intermediate for certain trailing charactersAhmad Samir2023-07-241-3/+0
* QLocaleData:: port bytearray/stringTo{U}LongLong to QSimpleParsedNumberAhmad Samir2023-07-221-7/+7
* QLocaleData: change validateChars() to return validation StateAhmad Samir2023-07-221-21/+27
* QValidator: de-duplicate some codeAhmad Samir2023-07-221-22/+24
* Add a private API to capture a graphics frameHatem ElKharashy2023-07-117-0/+750
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-3/+3
* Add uniformCellWidths and uniformCellHeights to QGridLayoutEngineMatthias Rauter2023-05-312-0/+59
* QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-161-5/+11
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-031-6/+6
* Android: use FileProvider with QDesktopServices::openUrl()Assam Boudjelthia2023-02-241-0/+7
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-032-9/+9
* Port from container.count()/length() to size()Marc Mutz2022-10-045-24/+24
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Improve QDoubleValidator's docsEdward Welbourne2022-08-081-14/+28
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-081-1/+5
* QEdidParser: fix number of data blocksJonathan Liu2022-06-041-1/+2
* Make it possible to create QTextureFileData from imagesPaul Olav Tvete2022-05-272-17/+55
* Use SPDX license identifiersLucie Gérard2022-05-1630-1144/+64
* QtGui: includemocsMarc Mutz2022-04-292-0/+4
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-282-3/+7
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-133-6/+8
* Fix use-after-free because QByteArray::data() was copying dataDimitrios Apostolou2022-04-121-3/+3
* Fix a few more {QString, QByteArray}::count() deprecation warningsSona Kurazyan2022-03-171-1/+1
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-1/+3
* De-inline dtors of QTextureFileHandler hierarchyMarc Mutz2022-03-118-1/+12
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-243-1/+5
* QDesktopServices: make QOpenUrlHandlerRegistry a non-QObjectMarc Mutz2022-02-181-7/+5
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-151-0/+18
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-121-0/+3
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* QLayoutPolicy: un-export the classMarc Mutz2021-11-271-5/+5
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Remove qshadergraph filesJuan Casafranca2021-10-0516-2840/+0
* Introduce QDoubleValidator::setRange overload with two parametersIvan Solovev2021-09-202-4/+20
* Introduce QDoubleValidator::fixup()Ivan Solovev2021-09-172-2/+89
* Android: Enable QDesktopServiceLars Schmertmann2021-09-101-11/+40