summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-2/+2
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-24187-14242/+1
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-242-6/+6
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-243-6/+6
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-242-3/+0
* CMake: Workaround building DBus 'car' example with qmakeAlexandru Croitor2020-08-231-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-208-16/+15
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-195-25/+25
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-2/+2
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-7/+7
* Don't depend on tools for the qtestlib examplesAndy Shaw2020-08-122-2/+2
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* Fix compiler warning about qsizetype/int mismatchLars Knoll2020-08-041-1/+1
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-1/+1
* Polish the settingseditor exampleFriedemann Kleint2020-07-104-107/+227
* 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