summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Enable Universal Links on iOSLars Schmertmann2020-05-191-0/+17
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-132-114/+1
* QGridLayoutEngine: remove now-unused enumMarc Mutz2020-05-061-7/+0
* Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-051-2/+3
* QGridLayoutEngine: port to QHVContainerMarc Mutz2020-05-052-82/+84
* Long live QHVContainer!Marc Mutz2020-05-052-29/+57
* QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Compile fixes for clang10Lars Knoll2020-04-151-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+7
|\
| * QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-2/+7
* | Make setRange methods in QValidator subclasses non-virtualVolker Hilsheimer2020-04-032-7/+3
* | Move undo framework out of Qt WidgetsMitch Curtis2020-03-306-0/+2279