summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-088-17/+20
* Exploit QVector3D::length() instead of duplicating its workEdward Welbourne2017-07-071-1/+1
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-052-5/+7
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-044-4/+4
|\
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-284-4/+4
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-205-28/+20
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-1/+6
|\|
| * Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-301-1/+6
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-1/+1
|\|
| * Remove some more register keywordsMarc Mutz2017-05-061-1/+1
* | Examples: use std::atan2 for simper angle calculationsEdward Welbourne2017-02-233-16/+7
|/
* Examples: Remove more redundant virtual specifiers for overridersAlexander Volkov2016-11-292-3/+3
* Examples: Remove a redundant virtual specifier for overridersAlexander Volkov2016-11-255-35/+35
* Fix compilation without QPrinter supportMaurice Kalinowski2016-11-231-2/+0
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-192-2/+2
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-1525-122/+122
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-16/+16
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-16/+16
| |\
| | * Add missing indentationAllan Sandfeld Jensen2016-04-281-16/+16
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-072-8/+0
|/ /
* | Unify license header usage.Jani Heikkinen2016-03-2948-144/+624
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+2
| | |\
| | | * Use unique shortcuts for the different actionsAndy Shaw2015-12-111-2/+2
* | | | Updated license headersJani Heikkinen2016-01-2136-596/+1208
|/ / /
* / / Fixed memory leaks in the "40000 chips" example.Andrey Bienkowski2015-11-192-2/+2
|/ /
* / Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
|/
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Fix exclusion for legacy Open GL examples.Friedemann Kleint2015-05-151-5/+1
* Fixed license headersJani Heikkinen2015-02-1710-10/+10
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-163-10/+12
* Updated BSD licensed file headersJani Heikkinen2015-02-1548-144/+144
* MSVC: Remove use of -Zm argumentKai Koehne2015-02-131-7/+0
* Update copyright headersJani Heikkinen2015-02-1184-648/+568
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* New Qt logoAlessandro Portale2014-11-052-0/+0
* Update license headers and add new license filesMatti Paaso2014-09-2426-494/+286
* Make QOpenGLWidget publicLaszlo Agocs2014-08-011-1/+1
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-1525-122/+122
* Disable some more qtbase examples for dynamic gl buildsLaszlo Agocs2014-06-301-1/+1
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-135-71/+71
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-096-12/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-0/+6
|\
| * Boxes: Check for opengl version in .pro fileKai Koehne2013-04-031-0/+6
* | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1612-16/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-052-0/+4
|\|
| * Fixed qtbase examples build when configured with -no-openglSamuel Rødal2013-02-202-0/+4
* | Compile fix when QT_NO_PRINTDIALOG is definedPaul Olav Tvete2013-02-261-1/+1
|/