summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
* Allow to build examples as standalone projectKevin Funk2019-06-05166-3003/+3868
* Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-051-2/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-033-7/+21
|\
| * Icons example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * 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-0328-88/+596
|\|
| * Fix memory leak with arthur styleSimon Hausmann2019-05-231-3/+3
| * Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-6/+1
| * examples: port away from Java-style iteratorsMarc Mutz2019-05-231-5/+2
| * QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+0
| * QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-172-2/+2
| * Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-2/+4
| * Fix heading level in style combobox in TextEdit exampleShawn Rutledge2019-05-061-2/+2
| * TextEdit example: add indent/unindent featureShawn Rutledge2019-05-067-0/+55
| * Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-40/+0
| * Add task list checkbox manipulation features to the TextEdit exampleShawn Rutledge2019-05-027-9/+61
| * Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-0/+6
| * TextEdit example: add Markdown as a supported formatShawn Rutledge2019-05-022-4/+125
| * Basic foreign window support for QNXJames McDonnell2019-05-014-0/+315
| * Plug and paint example: Fix -Wweak-tablesJesus Fernandez2019-04-291-3/+3
| * QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-7/+5
* | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-2211-16/+85
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-2/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-16353-2233/+2907
|\|
| * factorial example: Fix issue with WinRT console outputMiguel Costa2019-04-031-2/+1
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-265-0/+9
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-205-0/+9
| | |\
| | | * Use High DPI pixmaps in prominent examples and testsFriedemann Kleint2019-03-155-0/+9
| * | | QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-052-7/+2
| * | | Examples: replace deprecated QComboBox functionsChristian Ehrlicher2019-03-046-9/+9
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2029-76/+75
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-192-4/+2
| | |\|
| | | * Add cmdline feature to qmakeJoerg Bornemann2019-02-182-4/+2
| | * | QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1313-26/+27
| | * | Fix some deprecation warnings in examplesFriedemann Kleint2019-02-0614-46/+46
| * | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-0/+2
| |/ /
| * | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-3/+3
| * | Cleanup Widgets examples - includesChristian Ehrlicher2019-01-2836-85/+66
| * | Cleanup Widgets examples - replace foreachChristian Ehrlicher2019-01-286-17/+25
| * | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-1/+1
| * | Cleanup Widgets examples - signals/slotsChristian Ehrlicher2019-01-2617-130/+134
| * | Cleanup EditableItemModel exampleChristian Ehrlicher2019-01-247-68/+66
| * | Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2318-49/+54
| * | Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2313-94/+74
| * | Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2318-69/+82
| * | Cleanup Widgets examples - nullptrChristian Ehrlicher2019-01-2354-90/+91
| * | Cleanup SimpleTreeModel exampleChristian Ehrlicher2019-01-235-37/+31
| * | Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-0710-41/+45
| * | Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-0621-138/+148
| * | Cleanup Widgets examples - new signal/slot syntaxChristian Ehrlicher2019-01-0614-140/+161