summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Fix qprocess.h include guards to match QProcess usageJuha Vuolle2025-03-311-1/+1
* QDoubleValidator: don't assume the locale's exponent separator is 'e'Edward Welbourne2025-03-201-2/+14
* Add Qt-Security tags to texture file reading codeEirik Aavitsland2025-03-154-0/+4
* QGridLayout: make QHVContainer's preconditions machine-readableMarc Mutz2025-03-041-6/+8
* QDesktopServices: don't use openDocument if the URL has a queryThiago Macieira2025-02-131-2/+2
* QLayoutPolicy: use qCountTrailingZeroBits() in setControlType()Marc Mutz2025-02-131-9/+1
* Fix bug QGridLayoutEngine::cellRect()Jan Arve Sæther2025-01-281-2/+2
* Replace qdebug.h include with forward-declarations in private headersAhmad Samir2025-01-161-1/+2
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-092-3/+2
* QEdidParser: optimize the hardcoded EDID vendor tableGiuseppe D'Angelo2024-12-212-2475/+7682
* QGraphicsFrameCaptureMetal: silence deprecation warningsTim Blechmann2024-10-081-1/+3
* Logging: use qCDebug/Warning/Info when for categorized loggingVolker Hilsheimer2024-07-161-24/+24
* Add few qdoc \targets to QDesktopServicesJuha Vuolle2024-06-041-0/+2
* QDesktopServices: clean up pre-Qt-6.6 codeMarc Mutz2024-05-151-33/+0
* Update macOS URL handling documentationJuha Vuolle2024-05-031-4/+5
* Layouts: Compile fix #ifdeffed out debug codeJan Arve Sæther2024-04-251-2/+2
* QGridLayoutEngine: print stringified layout item in warningsMitch Curtis2024-04-082-2/+8
* Add configure feature for MetalTor Arne Vestbø2024-03-192-3/+3
* 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