summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-2/+1
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-301-3/+3
* Correct examples for int validation in QValidator documentationVolker Hilsheimer2021-06-081-2/+2
* Edid parser: fix performance issuesGiuseppe D'Angelo2021-05-052-34/+58
* Edid vendor table generator (3/N): regenerate the tableGiuseppe D'Angelo2021-04-211-37/+271
* Edid vendor table generator (2/N): use idiomatic C++Giuseppe D'Angelo2021-04-211-2/+2
* Fix compiler warnings in 32-bit buildsRobert Löhning2021-03-171-2/+2
* QTextureFileData: support key value metadataJonas Karlsson2021-02-094-3/+56
* Support cubemap ktx filesJonas Karlsson2021-02-011-16/+36
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-252-1/+94
* Add face support to texture fileJonas Karlsson2021-01-215-39/+85
* Remove the qmake project filesJoerg Bornemann2021-01-071-64/+0
* Add getDataView() method to QTextureFileDataJonas Karlsson2020-12-292-0/+13
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-309-12/+12
* Remove some code checker issues (L218 & L243)Jan Arve Sæther2020-11-131-36/+7
* Doc: fix \inmodule for classes moved to QtGuiv6.0.0-beta4Volker Hilsheimer2020-11-092-3/+3
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-172-7/+7
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Doc: Compile GUI util snippetsPaul Wicking2020-09-011-0/+1
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-5/+5
* Clean up int based convert() APILars Knoll2020-08-241-5/+5
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-6/+6
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-132-4/+4