mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Misc. imorvements as discussed in RW/KB worksho
* preparation for a context menu to send text messages from ATC/aircraft view * preparation for context menu for fast pos. updates * reverse ICAO lookup at login screen * display fast updates / parts in GUI * moved max- aircraft into settings * made serverselection own component
This commit is contained in:
@@ -51,6 +51,10 @@ namespace BlackGui
|
||||
//! \copydoc CListModelBase::getModelsStartsWith
|
||||
BlackMisc::Simulation::CAircraftModelList findModelsStartingWith(const QString modelName, Qt::CaseSensitivity cs);
|
||||
|
||||
signals:
|
||||
//! Request a text message
|
||||
void requestTextMessage(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
protected:
|
||||
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
|
||||
virtual void runtimeHasBeenSet() override;
|
||||
@@ -75,9 +79,6 @@ namespace BlackGui
|
||||
//! Model selected (in view)
|
||||
void ps_onModelSelectedInView(const QModelIndex &index);
|
||||
|
||||
//! Apply new max remote aircraft
|
||||
void ps_onApplyNewMaxRemoteAircraft();
|
||||
|
||||
//! Save changed aircraft
|
||||
void ps_onSaveAircraft();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user