summaryrefslogtreecommitdiffstats
path: root/examples/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-094-82/+10
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-155-8/+8
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-195-39/+8
|\|
| * examples: Fix -Wdeprecated-copy warningsAlbert Astals Cid2019-10-305-39/+8
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-171-2/+2
|\|
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-2/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-112-3/+3
|\|
| * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-232-3/+3
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1414-16/+16
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-1214-9/+23
* | Fix linking of examplesSimon Hausmann2019-06-129-9/+9
* | Allow to build examples as standalone projectKevin Funk2019-06-0515-210/+329
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-4/+4
|\|
| * Prefix textstream operators with Qt::Lars Knoll2019-05-022-4/+4
* | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-221-2/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1639-106/+80
|\|
| * Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-311-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-3/+3
| | |\
| | | * Examples: properly parse more than one element in maps and listsThiago Macieira2019-03-221-3/+3
| * | | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-311-5/+2
| |/ /