summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-14239-318/+318
|\
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-12237-218/+454
* | Fix linking of examplesSimon Hausmann2019-06-12218-218/+218
* | Fix Standalone Example build when crosscompilingLeander Beernaert2019-06-061-36/+2
* | Allow to build examples as standalone projectKevin Funk2019-06-05249-4212/+5995
* | Fix OpenGL vs. GLESv2 linkage, attempt number threeSimon Hausmann2019-06-051-2/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-038-28/+60
|\|
| * RelationalTableModel example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-4/+6
| * HTTP example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-10/+22
| * ThreadedOpenGL example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * Torrent example: Replace the last Java-style iterator with STL onesMarc Mutz2019-05-231-5/+7
| * 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-0340-155/+645
|\|
| * Torrent example: replace a QMultiMap with a sorted vectorMarc Mutz2019-05-251-7/+7
| * Torrent example: add missing qAsConst()Marc Mutz2019-05-231-2/+2
| * Torrent example: rewrite some very convoluted codeMarc Mutz2019-05-241-17/+13
| * Torrent example: replace Java-style iteration with STL iteratorsMarc Mutz2019-05-231-5/+5
| * Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-4/+0
| * 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-234-19/+6
| * QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+0
| * QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-172-2/+2
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-3/+3
| | |\
| | | * hellogles3: Request core profile contextLaszlo Agocs2019-05-111-3/+3
| * | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
| * | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-073-3/+5
| * | | 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
| * | | Prefix textstream operators with Qt::Lars Knoll2019-05-023-13/+13
| * | | 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
* | | | Regenerate more projects that are using uicAlexandru Croitor2019-05-235-9/+59
* | | | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-2221-35/+123
* | | | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-2/+1
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-16439-2476/+3146
|\| | |
| * | | factorial example: Fix issue with WinRT console outputMiguel Costa2019-04-031-2/+1
| * | | Fix use of qrand/qsrand in an exampleEdward Welbourne2019-04-011-3/+4
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-311-3/+3
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-3/+3
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-3/+3
| | | |\|
| | | | * Examples: properly parse more than one element in maps and listsThiago Macieira2019-03-221-3/+3
| * | | | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-311-5/+2
| |/ / /