mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #507, changed setup reader and simplied global setup and setup reader
* a single base URL (shared), derived URLs by appended path * simplified dir structure shared with sub directories * renamed functions * automatically synchronize setup with DB when initialized * trigger download info loading when setup is completed * allow to automatically read after setup data have been synchronized * read DB data when setup has been loaded * allow to reload from threaded reader * improved handling (log messages, skip reading) when data are not available
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4d4d6fcdc9
commit
d131cd2d33
@@ -7,8 +7,8 @@ CONFIG -= qt
|
||||
OTHER_FILES += data/images/flags/*.png
|
||||
OTHER_FILES += data/images/airlines/*.png
|
||||
OTHER_FILES += swiftDB/*.*
|
||||
OTHER_FILES += bootstrap/0.6/productive/*.*
|
||||
OTHER_FILES += bootstrap/0.6/development/*.*
|
||||
OTHER_FILES += bootstrap/productive/*.*
|
||||
OTHER_FILES += bootstrap/development/*.*
|
||||
OTHER_FILES += local.env.template/*.*
|
||||
OTHER_FILES += local.env.template/bootstrap/*.*
|
||||
OTHER_FILES += local.env.template/bootstrap/0.6/*.*
|
||||
@@ -16,8 +16,8 @@ OTHER_FILES += local.env.template/bootstrap/0.6/*.*
|
||||
COPY_FILES += $$PWD/data/images/flags/*.png
|
||||
COPY_FILES += $$PWD/data/images/airlines/*.png
|
||||
COPY_FILES += $$PWD/swiftDB/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/0.6/productive/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/0.6/development/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/productive/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/development/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/bootstrap/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/bootstrap/0.6/*.*
|
||||
|
||||
Reference in New Issue
Block a user