]> git.mxchange.org Git - flightgear.git/commit
Message box support.
authorJames Turner <zakalawe@mac.com>
Wed, 6 Nov 2013 23:49:58 +0000 (15:49 -0800)
committerJames Turner <zakalawe@mac.com>
Thu, 14 Nov 2013 22:02:29 +0000 (22:02 +0000)
commit136cd6ac51fe8d34f1acc1445ab42c92b4232922
treef08fdac1d5417eadeb755e24a54d388092387df6
parent7e90c8aa2b675acc0aec14288748ed3ce40faba1
Message box support.

This allows us to display a platform-native dialog for problems
which occur early in startup (before we can show a PUI/Canvas dialog).

In particular this improves feedback where FG_HOME, FG_DATA or
aircraft selection is wrong, all of which happen very early in startup.
src/GUI/CMakeLists.txt
src/GUI/CocoaAutoreleasePool.hxx [new file with mode: 0644]
src/GUI/CocoaMessageBox.mm [new file with mode: 0644]
src/GUI/CocoaMouseCursor.mm
src/GUI/FGCocoaMenuBar.mm
src/GUI/MessageBox.cxx [new file with mode: 0644]
src/GUI/MessageBox.hxx [new file with mode: 0644]
src/Main/bootstrap.cxx
src/Main/fg_init.cxx
src/Main/options.cxx