| Commit message (Expand) | Author | Age | Files | Lines |
| * | Examples: don't overflow a QRect with adjusted() | Thiago Macieira | 2025-08-27 | 1 | -2/+2 |
| * | Examples: fix UB calls into QElapsedTimer | Giuseppe D'Angelo | 2025-03-26 | 1 | -1/+1 |
| * | CMake: Add deployment API to our examples | Alexandru Croitor | 2024-03-22 | 1 | -9/+10 |
| * | Correct license for examples files | Lucie Gérard | 2024-03-07 | 1 | -1/+1 |
| * | Revamp Mandelbrot example: Declare slots as methods instead | Rym Bouabid | 2023-09-13 | 1 | -4/+3 |
| * | Revamp Mandelbrot example: Add const/constexpr when applicable | Rym Bouabid | 2023-09-13 | 2 | -25/+24 |
| * | Revamp Mandelbrot example: Fix too long lines | Rym Bouabid | 2023-09-11 | 1 | -2/+4 |
| * | Revamp Mandelbrot example: Use a Literal operator to create QString | Rym Bouabid | 2023-09-11 | 1 | -2/+4 |
| * | Revamp Mandelbrot example: Fix Includes | Rym Bouabid | 2023-09-11 | 4 | -7/+7 |
| * | examples/: fix compiler warnings -Wdeprecated-enum-float-conversion | Ahmad Samir | 2023-08-18 | 1 | -1/+1 |
| * | Examples: Use PRIVATE CMake linkage | Kai Köhne | 2022-11-30 | 1 | -1/+1 |
| * | Examples: Use qt_standard_project_setup() | Kai Köhne | 2022-11-17 | 1 | -2/+2 |
| * | Examples: Use Qt6:: to qualify Qt CMake packages | Kai Köhne | 2022-11-17 | 1 | -3/+3 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 1 | -1/+1 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 1 | -0/+3 |
| * | Support pinch zoom gesture in the Mandelbrot example | Nicholas Bennett | 2022-07-21 | 3 | -15/+54 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 5 | -245/+10 |
| * | Examples: Remove unneeded CMake options | Kai Köhne | 2022-01-24 | 1 | -4/+0 |
| * | mandelbrot example: Remove explicit linking against libm | Kai Köhne | 2021-12-17 | 2 | -8/+0 |
| * | Examples: Fix whitespace issues in CMakeLists.txt | Kai Köhne | 2021-12-13 | 1 | -1/+3 |
| * | Examples: Remove remaining conversion markers in CMakeLists.txt | Kai Köhne | 2021-12-13 | 1 | -2/+0 |
| * | Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom | Kai Köhne | 2021-12-10 | 1 | -3/+1 |
| * | Port to QImage and QPixmap deviceIndependentSize() | Morten Sørvig | 2021-09-01 | 1 | -2/+2 |
| * | Raise cmake_minimum_required to VERSION 3.16 in examples | Joerg Bornemann | 2021-08-17 | 1 | -1/+1 |
| * | Brush up the mandelbrot example | Friedemann Kleint | 2021-04-14 | 5 | -12/+77 |
| * | CMake: Regenerate examples to set the WIN32_EXECUTABLE property | Alexandru Croitor | 2020-10-27 | 1 | -0/+4 |
| * | CMake: Regenerate examples to use qt_add_executable | Alexandru Croitor | 2020-10-19 | 1 | -1/+1 |
| * | Port from devicePixelRatioF() to devicePixelRatio() | Morten Johan Sørvig | 2020-09-10 | 1 | -6/+6 |
| * | High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling | Tor Arne Vestbø | 2020-08-28 | 1 | -1/+0 |
| * | CMake: Regenerate examples | Alexandru Croitor | 2020-07-09 | 1 | -1/+5 |
| * | Replace calls to deprecated QEvent accessor functions | Shawn Rutledge | 2020-06-08 | 1 | -4/+4 |
| * | High-DPI: Remove usages of Qt::AA_UseHighDpiPixmaps | Morten Johan Sørvig | 2020-03-30 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Simon Hausmann | 2020-03-16 | 4 | -15/+28 |
| |\ |
|
| | * | Mandelbrot Example: Use High DPI scaling | Friedemann Kleint | 2020-03-12 | 4 | -15/+28 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-03-11 | 3 | -33/+29 |
| |\| |
|
| | * | Polish the Mandelbrot Example | Friedemann Kleint | 2020-03-10 | 3 | -33/+29 |
| * | | Regenerate examples | Alexandru Croitor | 2020-02-04 | 1 | -1/+12 |
| * | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-10-11 | 1 | -1/+1 |
| |\| |
|
| | * | Remove usages of deprecated APIs of QWheelEvent | Sona Kurazyan | 2019-08-23 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-06-14 | 1 | -1/+1 |
| |\| |
|
| * | | Fix compiling of examples on Android | Simon Hausmann | 2019-06-12 | 1 | -1/+2 |
| * | | Fix linking of examples | Simon Hausmann | 2019-06-12 | 1 | -1/+1 |
| * | | Allow to build examples as standalone project | Kevin Funk | 2019-06-05 | 1 | -19/+21 |
| * | | Merge commit 'dev' into 'wip/cmake-merge' | Tobias Hunger | 2019-04-16 | 4 | -8/+9 |
| |\| |
|
| | * | Fix some deprecation warnings in examples | Friedemann Kleint | 2019-02-06 | 1 | -1/+2 |
| | * | Cleanup QtCore examples | Christian Ehrlicher | 2019-02-06 | 4 | -7/+7 |
| * | | CMake: Add more examples | Tobias Hunger | 2019-03-26 | 1 | -0/+25 |
| |/ |
|
| * | Update usage of QFontMetrics::width() to new API | Eskil Abrahamsen Blomfeldt | 2017-12-08 | 1 | -1/+1 |
| * | Convert features.wheelevent to QT_CONFIG | Stephan Binner | 2017-06-28 | 2 | -2/+2 |
| * | Examples: Replace 'Q_DECL_OVERRIDE' by 'override' | hjk | 2016-06-15 | 2 | -8/+8 |