| Commit message (Expand) | Author | Age | Files | Lines |
| * | Docs: Add note about need for <!-- %%INSERT_PERMISSIONS -> in Manifest | Sheree Morphett | 10 days | 1 | -1/+5 |
| * | Add note about limitations of permission API types | Tor Arne Vestbø | 2025-11-01 | 1 | -0/+4 |
| * | Doc: Remove spurious characters | David Boddie | 2025-08-20 | 1 | -2/+2 |
| * | Long live \constraints! | Marc Mutz | 2025-02-28 | 1 | -4/+4 |
| * | doc: Fix broken links and incorrect information | David Boddie | 2025-02-10 | 1 | -2/+2 |
| * | Android: add note about using qt_add_android_permission() | Assam Boudjelthia | 2025-01-31 | 1 | -1/+2 |
| * | Android: add note on using custom AndroidManifest.xml for permissions | Assam Boudjelthia | 2025-01-31 | 1 | -0/+4 |
| * | Doc: Fix typo in in scope resolution operator | Andreas Eliasson | 2025-01-20 | 1 | -2/+2 |
| * | Fix Qt version in Android permission documentation | Juha Vuolle | 2024-11-06 | 1 | -1/+1 |
| * | Prioritize Android permissions of the application manifest | Juha Vuolle | 2024-08-22 | 1 | -0/+2 |
| * | Decouple location and bluetooth permissions if API level >= 31 | Juha Vuolle | 2024-08-22 | 1 | -11/+8 |
| * | Doc: Replace mentioning of non-existing Qt permissions API | Kai Köhne | 2024-07-09 | 1 | -2/+2 |
| * | permissions: Add note about specifying custom Info.plists | Tor Arne Vestbø | 2024-06-09 | 1 | -1/+6 |
| * | Doc: Fix \fn template arguments for Qt Core | Luca Di Sera | 2023-11-30 | 1 | -2/+2 |
| * | permissions: Remove need to check QT_CONFIG(permissions) in user code | Tor Arne Vestbø | 2023-05-25 | 1 | -7/+23 |
| * | QBluetoothPermission: introduce fine-grained permissions | Ivan Solovev | 2023-04-26 | 1 | -1/+52 |
| * | Darwin: Document that permissions can only be requested in GUI apps | Tor Arne Vestbø | 2023-04-03 | 1 | -0/+3 |
| * | QBluetoothPermission: support new Android permissions | Ivan Solovev | 2023-04-03 | 1 | -1/+20 |
| * | Fix QPermission documentation for accessing typed permissions | Ivan Solovev | 2023-03-31 | 1 | -1/+1 |
| * | permissions: Replace deprecated location permission usage key | Tor Arne Vestbø | 2023-02-08 | 1 | -2/+6 |
| * | Q<Typed>Permission: add alignment checks for future BC changes | Marc Mutz | 2023-02-02 | 1 | -0/+7 |
| * | Q{Contacts,Calendar}Permission: bool readWrite → enum AccessMode | Marc Mutz | 2023-02-02 | 1 | -22/+44 |
| * | Q<Typed>Permission: don't use external state | Marc Mutz | 2023-01-26 | 1 | -47/+41 |
| * | [doc] QPermission: some fixes | Marc Mutz | 2023-01-17 | 1 | -2/+2 |
| * | QPermission: replace T data<T>() with std::optional<T> value<T>() | Marc Mutz | 2023-01-13 | 1 | -11/+7 |
| * | [doc] QCalendarPermission: fix cut'n'paste error | Marc Mutz | 2023-01-13 | 1 | -1/+1 |
| * | QPermission: don't hide SFINAE constraints | Marc Mutz | 2023-01-13 | 1 | -6/+16 |
| * | QPermission: fight template bloat in data() | Marc Mutz | 2023-01-13 | 1 | -0/+16 |
| * | Q{Contact,Calendar}Permission: rename isReadOnly → isReadWrite | Marc Mutz | 2023-01-12 | 1 | -18/+22 |
| * | QPermission: add missing \since 6.5 | Marc Mutz | 2023-01-12 | 1 | -0/+1 |
| * | Q{Calendar,Contact}Permission: invert default state of isReadOnly | Marc Mutz | 2023-01-11 | 1 | -6/+6 |
| * | QPermission: unexport, make fully inline | Marc Mutz | 2023-01-11 | 1 | -8/+2 |
| * | Doc: Fix snippet in Applications Permissions page | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | Fix minor permission doc typo | Juha Vuolle | 2022-12-17 | 1 | -1/+1 |
| * | Plumb public permission APIs to Android backend | Tor Arne Vestbø | 2022-11-09 | 1 | -0/+33 |
| * | Add permission API backend for macOS and iOS | Timur Pocheptsov | 2022-11-03 | 1 | -1/+31 |
| * | Long live QPermissions! | Tor Arne Vestbø | 2022-11-01 | 1 | -0/+493 |