summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2017-10-111-20/+9
* Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-2/+2
* Apple OS: Resolve QStandardPaths test data locations based on real locationsTor Arne Vestbø2016-10-041-29/+4
* Add support for Apple tvOSMike Krus2016-05-171-2/+2
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\
| * OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
* | Refactor standard paths for OS X and iOS.Jake Petroules2015-09-091-83/+121
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-0/+1
|\
| * Add missing AppDataLocation caseMorten Johan Sørvig2015-01-161-0/+1
* | QStandardPaths: add AppConfigLocation.David Faure2015-01-091-2/+8
|/
* Implement Download folder path retrieval on OS XSamuel Gaist2014-11-241-0/+239