summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+2
|\
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-2/+2
* | Remove QOpenGLTexture dependency from QTextureFileDataJohan Klokkhammer Helsing2020-01-031-11/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-095-17/+17
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-252-3/+3
|\|
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-3/+3
* | Don't try to insert items out of boundsLars Knoll2019-10-301-1/+1
|/
* 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
| * QtGui: Unify license headersKai Koehne2019-01-297-7/+7
* | Gui: Q_GADGET is missing in qlayoutpolicy_p.hTobias Hunger2018-10-311-0/+1
|/
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-24/+4
* Texture file support: add mipmap reading to ktx handlerv5.12.0-alpha1Eirik Aavitsland2018-09-121-10/+20
* Graph loader can load prototypes stored in the graphJuan Jose Casafranca2018-09-083-2/+22
* Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-1/+1
* Fix potential out of bounds read in qpkmhandlerEirik Aavitsland2018-08-061-1/+1
* QTextureFileData: Fix build with -no-openglJüri Valdmann2018-08-061-0/+1
* Make local symbols of some leaked namesThiago Macieira2018-08-031-1/+1
* Add API for reading and decoding graphical texture filesEirik Aavitsland2018-07-2410-2/+1137
* iOS: Document how to handle URL requests from external applicationsTor Arne Vestbø2018-07-091-0/+22
* QIntValidator: Intermediate for number if digits equal or less than maxTuomas Heimonen2018-06-291-4/+14
* QDoubleValidator: Allow intermediate values as close as possible to one consi...Andy Shaw2018-04-171-5/+13
* Enable BuiltIn input in the shader graph builderJuan Jose Casafranca2018-04-102-0/+5
* Pass on local html links with a fragment to openUrl()Andy Shaw2018-04-061-2/+5
* Modernize the "regularexpression" featureUlf Hermann2018-03-202-5/+7
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-8/+9
|\
| * Fix shader graph metatypes for static buildsLaszlo Agocs2017-11-112-8/+9
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-3/+5
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-162-3/+5
| |\