summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-3/+0
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-1/+1
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Add qHash implementation for QPointMitch Curtis2020-09-151-13/+0
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+2
* Fix vulkan example build with MSVCLaszlo Agocs2020-09-141-1/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-125-5/+5
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-102-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-106-14/+14
* Doc: Move example file that was left behindPaul Wicking2020-09-101-0/+0
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-6/+1
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-073-3/+3
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-042-8/+8
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-033-14/+14
* Remove "fallback session management"Andreas Hartmetz2020-09-011-1/+0
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-10/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-2816-45/+1
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-5/+11
* 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