summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting
Commit message (Expand)AuthorAgeFilesLines
* Fix composition example during OpenGL resizesAllan Sandfeld Jensen2018-11-071-2/+5
* Move arthurwidget based examples to new QOpenGL classesAllan Sandfeld Jensen2018-10-1718-239/+346
* Example: Close popup on mouse click without assigning new lens positionPaul Wicking2018-09-101-0/+4
* Add demo of the new QGradient presets to the gradients exampleEirik Aavitsland2018-07-243-3/+68
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-30/+48
|\
| * Doc: Update Gradients ExampleNico Vertriest2018-04-251-30/+48
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-0/+5
|\|
| * Add Qt::SvgMiterJoin option to pathstroke exampleKai Pastor2018-03-212-0/+5
* | Examples: replace QDesktopWidget::availableGeometry()/screenGeometry()Christian Ehrlicher2018-03-271-3/+4
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-205-0/+5
|\
| * qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-125-0/+5
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-082-3/+3
|/
* Doc: modify connect statement to new syntaxNico Vertriest2017-11-291-24/+24
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+1
|\
| * pathstroke example: Add Q_FALLTHROUGH to unmarked fallthrough seen by GCC 7Friedemann Kleint2017-07-091-0/+1
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-2/+2
|\|
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-282-2/+2
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-7/+3
|/
* Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-302-3/+8
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-5/+4
|\
| * Example: migrate the arthur code sample to use QRegularExpressionSamuel Gaist2017-02-151-5/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-162-9/+14
|\|
| * Fix compilation on platforms that don't support printingLars Knoll2016-12-012-6/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-132-4/+2
|\|
| * Fix compilation without QPrinter supportMaurice Kalinowski2016-11-232-4/+2
* | Fix fontsampler build with QT_NO_PRINTER / QT_NO_PRINTDIALOGJake Petroules2016-11-102-6/+8
|/
* Use qtConfig throughout in qtbaseLars Knoll2016-08-192-2/+2
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+1
| |\
| | * PathStrokeRenderer::initializePoints(): use float divisionEdward Welbourne2016-07-151-1/+1
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-1/+1
* | | Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-1512-58/+58
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-072-8/+0
|/ /
* | Unify license header usage.Jani Heikkinen2016-03-2926-78/+338
* | Updated license headersJani Heikkinen2016-01-2121-344/+701
|/
* examples: remove use of obsolete QStyleOption*V<N> typedefsMarc Mutz2015-11-021-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-071-1/+1
|/
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* Updated BSD licensed file headersJani Heikkinen2015-02-1526-78/+78
* MSVC: Remove use of -Zm argumentKai Koehne2015-02-131-6/+0
* Update copyright headersJani Heikkinen2015-02-1147-278/+280
* Simplify fontsampler example by using the automatic tristate feature.David Faure2015-01-251-40/+1
* Haiku: Make examples compile on HaikuTobias Koenig2015-01-141-1/+1
* New Qt logoAlessandro Portale2014-11-051-0/+0
* Update license headers and add new license filesMatti Paaso2014-09-2421-399/+231
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+5
|\
| * Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-1/+5