summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-242-2/+6
|\
| * Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-05-071-2/+2
| * QtGui: includemocsMarc Mutz2022-05-062-0/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-232-2/+24
|\|
| * QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-161-0/+18
| * QPkmHandler: make const what it never modifiedMarc Mutz2022-02-131-1/+1
| * QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-131-1/+2
| * QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-131-0/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-2/+2
|\|
| * Correct examples for int validation in QValidator documentationVolker Hilsheimer2021-06-081-2/+2
* | Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-2238-773/+773
|/
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-2838-773/+773
* Fix Clang 10 warning about LLONG_MAX being inexact in doubleThiago Macieira2020-05-201-2/+3
* Enable Universal Links on iOSLars Schmertmann2020-05-191-0/+17
* Compile fixes for clang10Lars Knoll2020-05-051-1/+1
* QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-011-2/+7
* Make vulkan-flavored GLSL known to QShaderFormatJean-Michaƫl Celerier2020-03-132-2/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-28/+36
|\
| * QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-201-6/+3
| * QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-201-28/+39
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-202-3/+86
|\|
| * QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-191-0/+47
| * Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-191-3/+39
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-5/+12
|\|
| * QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-171-5/+12
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-2/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-15/+15
* | Don't use QHash::unite to merge hashesLars Knoll2019-12-051-1/+1
* | QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-051-1/+1
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-3/+3
|/
* Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-0/+2
* QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-2/+2
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-1/+1
* Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-221-2/+7
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-30/+208
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-032-30/+208
| |\
| | * Only generate temporaries when it makes sensePaul Lemire2019-05-022-30/+208
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-244-4/+104
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-164-4/+104
| |\|
| | * QShaderGenerator: don't generate temporary variables for global inputsPaul Lemire2019-04-101-2/+60
| | * QShaderGenerator: fix substitution for attributes on GL2/ES2Paul Lemire2019-04-104-2/+44
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-114-133/+137
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-104-133/+137
| |\|
| | * QShaderGenerator: stop abusing from auto everywherePaul Lemire2019-04-094-133/+137
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-0512-85/+85
* | | More nullptr usage in headersKevin Funk2019-03-141-4/+4
* | | Add Q_ENUM for QValidator::StateAlexander Akulich2019-03-041-0/+1
|/ /
* | QTextureFileReader: add support for astc format filesEirik Aavitsland2019-02-274-3/+249
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-088-7/+9
|\|
| * Include relevant example code in documentation of setUrlHandlerVolker Hilsheimer2019-02-061-0/+2