Commit graph

6 commits

Author SHA1 Message Date
Floris Bos
51a79c7229 Mac: set NSSupportsAutomaticGraphicsSwitching in plist
Closes #325
2022-01-23 16:37:05 +01:00
Floris Bos
86cf72bec2 Mac: add errno.h
Ref #221
2021-05-07 13:09:22 +02:00
Floris Bos
7e4f5c9045 Mac: open preferences for user if Imager is not allowed access
Normally the system will prompt the user to allow Imager access
to removable volumes.
Open preferences and ask user to allow Imager manually in a
corner case in which this does not occur.
2020-07-21 15:04:38 +02:00
Floris Bos
f90739a520 Mac: populate version info in .plist
Closes #88
2020-07-06 00:41:34 +02:00
Matt Lamont
4e46567438 Specify an NSPrincipalClass in Info.plist to enable Retina display support
The default Info.plist template provided by CMake doesn't have this key, and
CMake only has minimal support for settingstypically found in this file.
In order to specify NSPrincipalClass, we need to provide the whole Info.plist instead.

Info.plist is also specified as a dependancy to the application so that it will
appear in the project explorer, and changes to this file will trigger a rebuild.
2020-04-05 17:42:08 +12:00
Floris Bos
d7b361ba44 Qt/QML edition 2020-03-04 16:55:40 +01:00