Home
last modified time | relevance | path

Searched refs:SG_POPUP (Results 1 – 16 of 16) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DDefaultAircraftLocator.cxx15 SG_LOG(SG_GUI, SG_POPUP, "Failed to find required data file (defaults.xml)"); in loadXMLDefaults()
22 SG_LOG(SG_GUI, SG_POPUP, "Failed to read required data file (defaults.xml)"); in loadXMLDefaults()
27 SG_LOG(SG_GUI, SG_POPUP, "Failed to find /sim node in defaults.xml, broken"); in loadXMLDefaults()
H A DQtLauncher.cxx339 case QtFatalMsg: mappedPriority = SG_POPUP; break; in simgearMessageOutput()
/dports/devel/simgear/simgear-2020.3.11/simgear/debug/
H A Dlogstream.hxx201 if ((P) == SG_POPUP) sglog().popup(os.str()); \
204 # define SG_LOG(C,P,M) do { if((P) == SG_POPUP) SG_LOGX(C,P,M) } while(0)
H A Ddebug_types.h62 SG_POPUP, // Severe enough to alert using a pop-up window enumerator
H A DLogCallback.cxx73 case SG_POPUP: return "POPU"; in debugPriorityToString()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/
H A Dlogging.cxx63 else if (p == SG_POPUP) in capturedIO()
H A DtestSuite.cxx199 logPriority = SG_POPUP; in processLogPriority()
/dports/games/flightgear/flightgear-2020.3.11/src/Add-ons/
H A DAddon.cxx199 SG_LOG(SG_GENERAL, SG_POPUP, msg); in createStorageDir()
210 SG_LOG(SG_GENERAL, SG_POPUP, msg); in createStorageDir()
/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dsoundmgr_openal.cxx591 …SG_LOG(SG_SOUND, SG_POPUP, "Stereo sound detected:\n" << sample->get_sample_name() << "\nUse two s… in request_buffer()
595 …SG_LOG(SG_SOUND, SG_POPUP, "Stereo sound detected:\n" << sample->get_sample_name() << "\nUse two s… in request_buffer()
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dmain.cxx632 SG_LOG( SG_GENERAL, SG_POPUP, "" in fgMainInit()
H A Dfg_props.cxx179 case SG_POPUP: in getLoggingPriority()
H A Dfg_init.cxx514 SG_LOG(SG_GENERAL, SG_POPUP, "Failed to create mutex for multi-app protection"); in fgInitHome()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DYASim.cxx80 …SG_LOG(SG_FLIGHT, SG_POPUP, std::string("YASim flight dynamics problem:") + a->getFailureMsg()+"\n… in report()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/
H A DJSBSim.cxx185 case SG_POPUP: in FGJSBsim()
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A DFlightPlan.cxx1091 … SG_LOG(SG_NAVAID, SG_POPUP, "Unsupported flight plan version " << version << " loading " << path); in loadXmlFormat()
/dports/emulators/aranym/aranym-1.1.0/
H A DChangeLog7313 "flying dialogs". :) This code will need updating if we implement SG_POPUP