summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
| | * Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+13
|\| |
| * | Avoid using deprecated APIs on iOS 10.0+Lars Schmertmann2017-10-061-0/+13
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-9/+9
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
|/ /
* | GLSL 1.00 ES must be selected using "#version 100"Kevin Ottens2017-08-041-1/+1
* | Implement graph layers support in QShaderGeneratorKevin Ottens2017-08-022-5/+13
* | Add support for layers in QShaderGraphLoader formatKevin Ottens2017-08-021-0/+14
* | Implement graph layers support in QShaderGraphKevin Ottens2017-08-022-8/+34