summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix hellowindow exampleMichal Klocek2020-05-252-59/+30
* Examples/RegularExpressionDialog: remove deprecated optionsChristian Ehrlicher2020-05-232-13/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-3/+2
* Get rid of QTextCodec in the textedit exampleLars Knoll2020-05-141-10/+8
* Doc: Use nullptr instead of 0 in examplePaul Wicking2020-05-111-1/+1
* Torrent example: fix crashGiuseppe D'Angelo2020-05-111-2/+2
* torrent example: fix premature pessimisationMarc Mutz2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+1
|\
| * torrent example: fix stripping of file extensionMarc Mutz2020-04-271-1/+1
* | Remove a couple of QTextStream usagesLars Knoll2020-05-011-3/+3
* | CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-2916-29/+163
* | Mark widget gallery example as "gallery"Friedemann Kleint2020-04-291-0/+1
* | examples: avoid int -> QChar conversionsMarc Mutz2020-04-293-3/+3
* | Do not mention Qt XML's SAX API anymore in examples/xml/READMEKai Koehne2020-04-241-5/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+1
|\|
| * SslSocketClient - fix example not to crashTimur Pocheptsov2020-04-221-0/+1
* | CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-225-7/+9
* | Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-2/+2
* | Port example over to QRegularExpressionLars Knoll2020-04-155-26/+44
* | Convert the example to use QRegularExpressionLars Knoll2020-04-152-17/+32
* | Fix example documentation to not mention QRegExp anymoreLars Knoll2020-04-132-5/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-5/+7
|\|
| * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-5/+7
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-088-11/+10
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-035-7/+7
| * More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-241-2/+1
| * QAbstractSocket: Fix usage of deprecated error signal in exampleMårten Nordheim2020-03-241-1/+1
| * Doc: replace deprecated references to QGLWidgetChristian Ehrlicher2020-03-203-13/+13
* | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-1/+1
* | Remove the regexp exampleLars Knoll2020-03-319-436/+18
* | Move undo framework out of Qt WidgetsMitch Curtis2020-03-301-1/+1
* | High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-3011-29/+0
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-296-3/+6
* | Re-generate various CMake projects and configure after mergeSimon Hausmann2020-03-162-0/+4
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1611-38/+77
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1611-38/+77
| |\|
| | * Mandelbrot Example: Use High DPI scalingFriedemann Kleint2020-03-125-21/+47
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-116-17/+30
| | |\
| | | * examples: Fix build for configurations that do not have printsupportOliver Wolff2020-03-056-17/+30
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-2/+2
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-2/+2
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-1110-33/+40
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1110-33/+40
| |\| |
| | * | Polish the Mandelbrot ExampleFriedemann Kleint2020-03-103-33/+29
| | * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-065-0/+5
| | * | Doc: Let SQL Drill Down example show correct use of qgraphicsitem_castPaul Wicking2020-03-062-0/+6
* | | | QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-111-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0422-15/+97
|\| |