summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: port drag and drop example to new connection styleSamuel Gaist2023-02-261-3/+3
* examples: port richtext example to new connection styleSamuel Gaist2023-02-261-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2313-13/+13
* SvgViewer example: fix deprecation warningsIvan Solovev2022-07-152-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-0713-0/+39
* Use SPDX license identifiersLucie Gérard2022-06-1345-2137/+90
* Improve examples CMakeLists.txtKai Köhne2022-03-1013-107/+33
* Replace 0 with nullptrZhang Hao2021-10-151-2/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-178-8/+8
* CMake: Switch examples to build as isolated sub-buildsAlexandru Croitor2021-06-155-9/+9
* CMake: Fix build of svggenerator exampleAlexandru Croitor2021-03-222-2/+4
* Add qtsvg examples to cmakeAllan Sandfeld Jensen2021-03-1018-7/+574
* delayedencoding example: adapt to QMimeType changeFabian Kosmale2020-09-232-2/+2
* Doc: Fix linking to Qt Designer ManualTopi Reinio2020-09-021-1/+1
* fluidlauncher: remove QStringRef header inclusionFabian Kosmale2020-08-241-1/+0
* weatherinfo: fix compilation after QXmlStreamReader QStringView changeFabian Kosmale2020-08-241-10/+10
* fluidlauncher: fix compilation after QXmlStreamReader QStringView changeFabian Kosmale2020-08-241-7/+7
* Use QTimeLine's easingCurve in preference to its curveShapeEdward Welbourne2020-07-161-1/+1
* Port QtSvg from QStringRef to QStringViewKarsten Heimrich2020-07-021-8/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-092-10/+10
* Use QList instead of QVectorJarek Kobus2020-06-081-6/+6
* Move QSvgWidget and QGraphicsSvgItem into separate moduleVolker Hilsheimer2020-05-295-4/+5
* svggenerator example: Remove custom slot definitionsFriedemann Kleint2020-05-052-72/+4
* Merge remote-tracking branch 'qt/5.15' into devPaul Olav Tvete2020-03-121-0/+1
|\
| * Fix build with recent qtbasev5.15.0-beta2Allan Sandfeld Jensen2020-03-101-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-0217-1632/+2
|\ \ | |/
| * Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
| * Remove bearercloud examplev5.15.0-beta1Mårten Nordheim2020-02-1916-1631/+1
* | svgviewer: Add a dependency on Qt OpenGLWidgetsJohan Klokkhammer Helsing2020-02-241-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-1/+1
|\ \ | |/
| * Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-161-1/+1
* | Update dependencies on 'dev' in qt/qtsvgQt Submodule Update Bot2019-12-1711-736/+2
|/
* Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-09-112-3/+3
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-08-262-2/+2
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-131-3/+3
* QtSvg: remove deprecated functions and enumerationsChristian Ehrlicher2019-05-277-24/+9
* Fix deprecation warningsv5.13.0-alpha1Friedemann Kleint2019-02-052-4/+4
* richtext example: Remove wince block as the platform is not supportedOliver Wolff2018-11-221-5/+0
* BearerCloud example: Fix warning about hiding a virtual functionv5.12.0-beta4v5.12.0-beta3v5.12.0-beta2v5.12.0-beta1Friedemann Kleint2018-09-203-3/+3
* SVG viewer example: Improve zoom facilityv5.11.0-beta3v5.11.0-beta2Friedemann Kleint2018-03-014-2/+67
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3036-114/+444
|\
| * Fix outdated FDL license headerv5.9.35.9.3Kai Koehne2017-10-173-15/+15
| * Fix outdated BSD license headerKai Koehne2017-10-1733-99/+429
* | Replace a float[128][128] with a single floatEdward Welbourne2017-07-141-3/+4
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-07-142-26/+14
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-3/+2
|/
* Fix building of examples without bearermanagenementUlf Hermann2017-03-072-2/+2
* Use the "process" feature to determine if QProcess is availableUlf Hermann2017-03-061-1/+1