mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Fixed quick mapping wizard
* preselect rows if data are already from DB * guess simulator and filter distributors by simulator * allow to override simulator data (checkboxes) * improved validation messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
5eeb29bafe
commit
de4adda779
@@ -82,6 +82,9 @@ namespace BlackGui
|
||||
//! Set color filter
|
||||
void setColorFilter();
|
||||
|
||||
//! Set distributor filter
|
||||
void setDistributorFilter();
|
||||
|
||||
//! Livery assigned
|
||||
BlackMisc::Aviation::CLivery getFirstSelectedOrDefaultLivery() const;
|
||||
|
||||
@@ -95,7 +98,10 @@ namespace BlackGui
|
||||
BlackMisc::CStatusMessageList validateData() const;
|
||||
|
||||
//! Consolidate model data
|
||||
void consolidateModel();
|
||||
void consolidateModelWithUIData();
|
||||
|
||||
//! Guess simulator
|
||||
BlackMisc::Simulation::CSimulatorInfo guessSimulator() const;
|
||||
|
||||
//! Write the model to DB
|
||||
void writeModelToDb();
|
||||
|
||||
Reference in New Issue
Block a user