summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-221-5/+11
|\
| * QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-201-5/+11
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-1/+5
|\|
| * Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-121-1/+5
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-2430-647/+647
|/
* Update commercial license headersTarja Sundqvist2022-06-2130-647/+647
* QEdidParser: fix number of data blocksJonathan Liu2022-06-041-1/+2
* QtGui: includemocsMarc Mutz2022-05-312-0/+4
* Fix use-after-free because QByteArray::data() was copying dataDimitrios Apostolou2022-04-111-3/+3
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-041-2/+2
* 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
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-121-0/+3
* Revert "QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversion"Marc Mutz2021-12-091-10/+10
* Revert "QLayoutPolicy: de-inline the Policy constants"Marc Mutz2021-12-092-15/+7
* QLayoutPolicy: de-inline the Policy constantsMarc Mutz2021-12-082-7/+15
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Remove qshadergraph filesJuan Casafranca2021-10-0516-2840/+0
* Android: Enable QDesktopServiceLars Schmertmann2021-09-101-11/+40
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-2/+1
* 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
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-075-52/+52
* Add ; to Q_UNUSEDLars Schmertmann2020-07-074-4/+4
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-014-0/+2568
* Use QList instead of QVector in guiJarek Kobus2020-06-293-30/+32