| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/6.6' into 6.5 | Michael Brüning | 2024-02-01 | 35 | -211/+301 |
| |\ |
|
| | * | Fix the background color issue in cookiebrowser | Anu Aliyas | 2024-01-07 | 2 | -2/+16 |
| | * | Add icons to recipebrowser example | Matthias Rauter | 2023-12-22 | 11 | -13/+72 |
| | * | Redesign spellchecker example | Karolina Sofia Bang | 2023-12-21 | 7 | -108/+112 |
| | * | Redesign printMe example | Karolina Sofia Bang | 2023-12-18 | 6 | -78/+54 |
| | * | Modify copyright format in qt_attribution.json | Lucie Gérard | 2023-12-14 | 2 | -18/+18 |
| | * | Modify the file system access request window title | Anu Aliyas | 2023-09-14 | 1 | -1/+1 |
| | * | Remove recipebrowser and simplebrowser from Application Examples | Kimmo Leppälä | 2023-09-12 | 2 | -2/+0 |
| | * | Add initial internal version page | Michal Klocek | 2023-08-14 | 1 | -1/+1 |
| | * | Add NSCameraUsageDescription and NSMicrophoneUsageDescription to plists | Michael Brüning | 2023-08-14 | 2 | -0/+11 |
| | * | Doc: Update example category names | Kai Köhne | 2023-08-10 | 12 | -9/+12 |
| | * | Do no load default style sheets in recipe browser | Michal Klocek | 2023-07-27 | 1 | -2/+1 |
| | * | Fix geolocation permissions to use new Qt Permissions API | Michael Brüning | 2023-07-26 | 4 | -1/+92 |
| | * | Set example category on Widgets examples | Allan Sandfeld Jensen | 2023-06-20 | 10 | -1/+11 |
| | * | Add Windows 10 compatible manifest to examples | Martin Negyokru | 2023-06-19 | 3 | -0/+29 |
| | * | Doc: Use the \examplecategory macro to tag examples | Topi Reinio | 2023-04-13 | 1 | -1/+1 |
| | * | Merge recipe browser, stylesheet browser and markdown editor examples | Yigit Akcay | 2023-04-05 | 62 | -1146/+1276 |
| | * | Simple browser example: Fix up the code | Friedemann Kleint | 2023-04-05 | 3 | -34/+6 |
| | * | Add Windows 11 related note for Geolocation settings | Yigit Akcay | 2023-04-03 | 1 | -0/+6 |
| | * | Simple browser example: Add helper function to remove key backspace | Friedemann Kleint | 2023-03-30 | 1 | -15/+16 |
| | * | Simple browser example: Fix clazy warnings | Friedemann Kleint | 2023-03-30 | 2 | -17/+13 |
| | * | Simple browser example: Use member initialization | Friedemann Kleint | 2023-03-28 | 9 | -25/+16 |
| | * | Simple browser example: Use modern string literals | Friedemann Kleint | 2023-03-28 | 6 | -19/+31 |
| | * | Remove webui example | Allan Sandfeld Jensen | 2023-03-24 | 11 | -450/+1 |
| | * | Move widgets minimal example to manual tests | Michal Klocek | 2023-03-22 | 7 | -129/+0 |
| | * | Doc: Fix example code | Andreas Eliasson | 2023-02-27 | 1 | -1/+1 |
| | * | Fix clang compiler warnings | Peter Varga | 2023-02-14 | 1 | -5/+3 |
| | * | Disable WebEngineContext dump by default | Peter Varga | 2023-01-19 | 1 | -0/+2 |
| | * | Doc: Fix warning and minor clean-up | Peter Varga | 2023-01-17 | 2 | -2/+2 |
| | * | Fix qdoc link failures | Michal Klocek | 2023-01-06 | 1 | -3/+3 |
| | * | Update push example after setPushServiceEndpoint change | Michal Klocek | 2022-12-22 | 7 | -7/+204 |
| | * | Fix qdoc warnings | Michal Klocek | 2022-12-16 | 16 | -20/+19 |
| * | | Modify copyright format in qt_attribution.json | Lucie Gérard | 2023-12-14 | 2 | -18/+18 |
| * | | Doc: Update example category names | Kai Köhne | 2023-08-10 | 12 | -9/+12 |
| * | | Do no load default style sheets in recipe browser | Michal Klocek | 2023-07-27 | 1 | -2/+1 |
| * | | Add Info.plist file to macos version of some examples | Michael Brüning | 2023-07-03 | 4 | -0/+92 |
| * | | Remove recipebrowser and simplebrowser from Application Examples | Kimmo Leppälä | 2023-06-27 | 2 | -2/+0 |
| * | | Set example category on Widgets examples | Allan Sandfeld Jensen | 2023-06-20 | 10 | -1/+11 |
| * | | Doc: Use the \examplecategory macro to tag examples | Topi Reinio | 2023-04-13 | 1 | -1/+1 |
| * | | Merge recipe browser, stylesheet browser and markdown editor examples | Yigit Akcay | 2023-04-06 | 62 | -1146/+1276 |
| * | | Simple browser example: Fix up the code | Friedemann Kleint | 2023-04-05 | 3 | -34/+6 |
| * | | Add Windows 11 related note for Geolocation settings | Yigit Akcay | 2023-04-04 | 1 | -0/+6 |
| * | | Simple browser example: Add helper function to remove key backspace | Friedemann Kleint | 2023-03-30 | 1 | -15/+16 |
| * | | Simple browser example: Fix clazy warnings | Friedemann Kleint | 2023-03-30 | 2 | -17/+13 |
| * | | Simple browser example: Use member initialization | Friedemann Kleint | 2023-03-28 | 9 | -25/+16 |
| * | | Simple browser example: Use modern string literals | Friedemann Kleint | 2023-03-28 | 6 | -19/+31 |
| * | | Remove webui example | Allan Sandfeld Jensen | 2023-03-24 | 11 | -450/+1 |
| * | | Move widgets minimal example to manual tests | Michal Klocek | 2023-03-24 | 7 | -129/+0 |
| * | | Doc: Fix warning and minor clean-up | Peter Varga | 2023-01-19 | 2 | -2/+2 |
| * | | Disable WebEngineContext dump by default | Peter Varga | 2023-01-19 | 1 | -0/+2 |