summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting
Commit message (Expand)AuthorAgeFilesLines
* Deprecate all methods that use QMatrixJarek Kobus2020-01-283-5/+5
* Cleanup QtWidgets examplesChristian Ehrlicher2019-10-1114-67/+84
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-1/+1
* Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-132-3/+3
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-2/+2
* Composition example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-5/+17
* 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
* 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
* 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