summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1411-11/+11
|\
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-1211-11/+22
* | Fix linking of examplesSimon Hausmann2019-06-1211-11/+11
* | Allow to build examples as standalone projectKevin Funk2019-06-0512-231/+286
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-5/+17
|\|
| * Composition example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-5/+17
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-034-6/+8
|\|
| * Fix memory leak with arthur styleSimon Hausmann2019-05-231-3/+3
| * QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-1/+1
| * Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-2/+4
* | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-221-2/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1630-458/+586
|\|
| * QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-052-7/+2
| * QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-135-13/+13
| * Fix some deprecation warnings in examplesFriedemann Kleint2019-02-061-2/+2
| * QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-3/+3
| * Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2312-61/+68
| * Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-0611-130/+146
| * 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
* | CMake: Add widgets examplesTobias Hunger2019-03-2613-0/+317
|/
* 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