summaryrefslogtreecommitdiffstats
path: root/examples/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-1/+2
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-2417-65/+0
* bindablesubscription: Remove duplicated file entryKai Köhne2021-12-241-1/+0
* mandelbrot example: Remove explicit linking against libmKai Köhne2021-12-172-8/+0
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-175-25/+0
* androidnotifier: Simplify example CMakeLists.txtKai Köhne2021-12-171-33/+35
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1617-18/+47
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1520-40/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-143-3/+3
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1017-41/+17
* Do not support Qt5 build in androidnotifier exampleKai Köhne2021-12-061-6/+3
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-0212-0/+267
* Add example showing the benefits of using bindable propertiesSona Kurazyan2021-12-0224-0/+1492
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1715-15/+15
* Android: trim down the examples manifests from obsolete tagsAssam Boudjelthia2021-07-011-62/+39
* Remove ministro codeAssam Boudjelthia2021-07-011-2/+0
* Move notification example from androidextras to qtbaseAssam Boudjelthia2021-06-0422-1/+613
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-265-14/+14
* Brush up the mandelbrot exampleFriedemann Kleint2021-04-145-12/+77
* Doc: Fix link issues for QtCoreTopi Reinio2020-10-291-3/+2
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2714-0/+56
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-1914-14/+14
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-6/+6
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-1/+1
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+0
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-242-3/+0
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-4/+3
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-4/+4
* CMake: Regenerate examplesAlexandru Croitor2020-07-0919-25/+79
* Use QList instead of QVector in examplesJarek Kobus2020-06-238-18/+18
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-4/+4
* High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-301-1/+0
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-165-21/+47
|\
| * Mandelbrot Example: Use High DPI scalingFriedemann Kleint2020-03-125-21/+47
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-113-33/+29
|\|
| * Polish the Mandelbrot ExampleFriedemann Kleint2020-03-103-33/+29
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+1
|\|
| * QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' insteadv5.15.0-alpha1Alexander Akulich2020-02-111-2/+1
* | Regenerate examplesAlexandru Croitor2020-02-0414-18/+71
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-294-18/+18
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-18/+18
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2410-95/+23
|\|
| * 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