summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/optional/nsphotolibrarysupport
Commit message (Expand)AuthorAgeFilesLines
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne9 hours1-0/+3
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-3/+3
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-7/+5
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-172-5/+6
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-172-4/+5
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-032-6/+0
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* QIOSFileEngineAssetsLibrary: bail out early on non-existing dirsTimur Pocheptsov2023-04-021-0/+12
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-12/+0
* Enable shared library build of Qt for iOSTor Arne Vestbø2023-01-101-0/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-166-228/+12
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-1/+1
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-5/+7
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-042-2/+5
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-032-6/+0
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-121-2/+3
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-30/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-26/+0
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-302-0/+2
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-0/+29
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-4/+4
* CMake Build: Fix iOS build with PCH and CMake 3.18.3Cristian Adam2020-09-251-0/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-271-1/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-2/+1
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-271-3/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-0/+30
|/
* Clean up our Objective-C usageJake Petroules2018-02-202-10/+10
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-4/+4
* QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-072-8/+0
* QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-272-0/+8
* IOS: Replace LGPL21 with LGPL license headerKai Koehne2017-02-283-42/+60
* iOS, nsphotolibrarysupport: force plugin to be staticRichard Moe Gustavsen2016-11-091-0/+4
* iOS, nsphotolibrarysupport: add missing framework dependencyRichard Moe Gustavsen2016-11-071-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-313-0/+13
|\
| * nsphotolibrarysupport: add missing namespace macrosRichard Moe Gustavsen2016-10-273-0/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-273-39/+57
|/
* qiosfileengineassetslibrary: replace Q_DECL_OVERRIDE with overrideRichard Moe Gustavsen2016-10-261-12/+12
* iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-268-0/+797