summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate examplesAlexandru Croitor2020-07-09296-354/+1588
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-3/+3
* Use qsizetype in QListLars Knoll2020-07-065-12/+12
* Use QList instead of QVector in statemachineJarek Kobus2020-07-061-2/+2
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-1/+4
* Fix warnings in QtConcurrent image scaling exampleTor Arne Vestbø2020-07-011-2/+2
* macOS: Remove examples for deprecated QMac(NativeWidget|CocoaViewContainer)Tor Arne Vestbø2020-06-2610-337/+0
* Doc: Fix typoPaul Wicking2020-06-251-1/+1
* Example: Connect to correct slotPaul Wicking2020-06-231-1/+1
* Use QList instead of QVector in examplesJarek Kobus2020-06-2382-158/+156
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2022-1258/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Use | to OR some related flagsGiuseppe D'Angelo2020-06-191-1/+1
* Fix examples build after a061a646429c6e9d695458fc0ecb0021a30e12eeKarsten Heimrich2020-06-171-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-54/+54
* CMake: Fix lightmaps example to build in a namespaced QtAlexandru Croitor2020-06-122-1/+12
* Fix OpenGL mode in examples like compositionLaszlo Agocs2020-06-091-3/+5
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-084-4/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0836-134/+134
* Example compile fix with namespaced Qthjk2020-06-081-3/+1
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-043-7/+0
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* 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