]> git.mxchange.org Git - flightgear.git/commit
In-app launcher for Mac, based on Qt5.
authorJames Turner <zakalawe@mac.com>
Fri, 26 Dec 2014 12:20:51 +0000 (15:20 +0300)
committerJames Turner <zakalawe@mac.com>
Tue, 6 Jan 2015 19:13:30 +0000 (19:13 +0000)
commit78e8f533124ad38c414d10470abcd2149b6d01e8
treec6fd4cb9f527e5decfa58e1e45c52e46651abaf7
parent0a28e951073fc5f51aa759aaa36e988b1a978475
In-app launcher for Mac, based on Qt5.

The old Mac launcher doesn’t work on Yosemite, add a tiny
Qt-based launcher inside the main process (no need to fork /
exec) which runs before the OSG window is created.

Will be merged for 3.4, hopefully with no impact on other
platforms.
23 files changed:
CMakeLists.txt
src/GUI/AirportDiagram.cxx [new file with mode: 0644]
src/GUI/AirportDiagram.hxx [new file with mode: 0644]
src/GUI/CMakeLists.txt
src/GUI/EditRatingsFilterDialog.cxx [new file with mode: 0644]
src/GUI/EditRatingsFilterDialog.hxx [new file with mode: 0644]
src/GUI/EditRatingsFilterDialog.ui [new file with mode: 0644]
src/GUI/Launcher.ui [new file with mode: 0644]
src/GUI/QtLauncher.cxx [new file with mode: 0644]
src/GUI/QtLauncher.hxx [new file with mode: 0644]
src/GUI/history-icon.png [new file with mode: 0644]
src/GUI/large-search-icon.png [new file with mode: 0644]
src/GUI/resources.qrc [new file with mode: 0644]
src/Include/config_cmake.h.in
src/Main/CMakeLists.txt
src/Main/fg_init.cxx
src/Main/fg_init.hxx
src/Main/main.cxx
src/Main/options.cxx
src/Main/options.hxx
src/Navaids/NavDataCache.cxx
src/Navaids/NavDataCache.hxx
src/Viewer/WindowBuilder.cxx