]> git.mxchange.org Git - flightgear.git/commit
Initial work on native file dialog support.
authorJames Turner <jmt@Bishop.local>
Fri, 28 Dec 2012 14:48:19 +0000 (14:48 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 19 Jan 2013 14:41:45 +0000 (14:41 +0000)
commit2e1fb7972ef6146b275d20085a62c11ac7576813
tree610ef1b46fe4855f41e47098e01cecaff767d941
parenta138952ee5ea02976d54924d74f2c370c5596c4b
Initial work on native file dialog support.

Add an abstract interface, version that forwards to the existing PUI dialog, and a Cocoa-native version.
src/GUI/CMakeLists.txt
src/GUI/CocoaFileDialog.hxx [new file with mode: 0644]
src/GUI/CocoaFileDialog.mm [new file with mode: 0644]
src/GUI/FileDialog.cxx [new file with mode: 0644]
src/GUI/FileDialog.hxx [new file with mode: 0644]
src/GUI/PUIFileDialog.cxx [new file with mode: 0644]
src/GUI/PUIFileDialog.hxx [new file with mode: 0644]
src/Scripting/NasalSys.cxx