summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Examples: enable HighDPI scaling for examples on AndroidAssam Boudjelthia2020-03-0316-1/+49
* QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-031-1/+1
* Examples: use QDialog::showMaximaized() for AndroidAssam Boudjelthia2020-03-033-1/+14
* Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-289-10/+12
* Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-287-8/+8
* QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-277-13/+11
* Examples: request Android storage permissions when using QStandardPathsAssam Boudjelthia2020-02-262-1/+24
* Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-263-4/+4
* Remove bearer management from remaining network examplesMårten Nordheim2020-02-196-139/+9
* Remove the bearermonitor exampleMårten Nordheim2020-02-1910-2012/+0
* Remove usage of bearer management from lightmaps exampleMårten Nordheim2020-02-192-46/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-5/+1
|\
| * Doc: remove link to Qt Quarterly in examplePaul Wicking2020-02-141-5/+1
* | Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-171-4/+4
* | Deprecate one overload of QInputDialog::getDouble() for 5.15Jan Arve Sæther2020-02-121-1/+2
* | QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' insteadv5.15.0-alpha1Alexander Akulich2020-02-111-2/+1
* | Remove unused variableJan Arve Sæther2020-02-101-1/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-0421-33/+39
|\|
| * Markdown importer: use Unicode decodingGiuseppe D'Angelo2020-02-031-4/+4
| * Examples: fix compile without printsupportChristian Ehrlicher2020-01-3110-11/+11
| * Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-306-18/+19
| * Doc: Specify install path for Vulkan examplesTopi Reinio2020-01-305-0/+5
* | Examples: Replace deprecated QLabel APISze Howe Koh2020-02-015-11/+11
* | QButtonGroup: deprecate overloaded signalsChristian Ehrlicher2020-01-284-12/+14
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-285-9/+9
* | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-1/+1
* | Fix some qdoc-warningsFriedemann Kleint2020-01-241-1/+1
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-2310-89/+89
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-182-18/+11
|\|
| * Pad Navigator example: Remove duplicated property animationsTopi Reinio2020-01-162-18/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-5/+5
|\|
| * Fix Mandelbrot Example documentation with regards to qRegisterMetaType()Friedemann Kleint2020-01-131-5/+5
* | Add documentation for the widget galleryFriedemann Kleint2020-01-141-0/+36
* | Build the securesocketclient example for other SSL backendsMårten Nordheim2020-01-141-1/+1
* | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-8/+2
* | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-137-8/+8
* | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-103-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-094-7/+7
|\|
| * Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-094-7/+7
* | Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-094-82/+10
* | Add a widget gallery exampleFriedemann Kleint2020-01-096-1/+650
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-063-42/+46
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-063-42/+46
| |\|
| | * styles example: Implement standarPalette()Tor Arne Vestbø2020-01-023-42/+46
* | | Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-0612-895/+0
|/ /
* | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-164-4/+30
|\|
| * styles example: Set default style up front, and react to style changesTor Arne Vestbø2019-12-124-4/+30
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-1510-15/+15
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-18/+41
|\|