Commit Graph

30 Commits

Author SHA1 Message Date
Klaus Basan
b5bfe301d2 Misc. wizard UI adjustments
- toolbox layout for terrain probe/XSwiftBus
- load overview URLs in table
- size adjustments
2018-10-07 16:17:27 +02:00
Klaus Basan
1b92144f40 Use Qt::QueuedConnection for reader -> UI component signal/slots
For DB load overview also text descriptions (long/short) are adjusted
2018-08-26 15:27:03 +02:00
Klaus Basan
ea5a38faa4 Ref T246, data can also be loaded from resource files 2018-07-17 19:05:08 +02:00
Klaus Basan
0dc6b63ba5 Ref T201, info component
* removed private signal, no longer needed as a newer signature does not require an input signal
* timestamp format
* fixed !entities.testFlag
2017-12-21 19:47:43 +01:00
Klaus Basan
5d2531080b Ref T150, use new checks in load/status UI components 2017-09-24 20:28:36 +01:00
Klaus Basan
fe01a9d4aa Formatting, typos 2017-09-24 19:54:28 +01:00
Klaus Basan
6f7e827492 Ref T148, in CDbLoadOverviewComponent do not trigger info object read if DB cannot be connected
(only results in error messages)
2017-09-24 19:54:09 +01:00
Klaus Basan
ca651877cd Load overview component fixes and formatting
* this->m_XX => m_XX
* private slots => private
* GUI updates only via digest signal, and slower (was called too often)
* flag to avoid gui updates when another gui update is still in progress (possible because of canConnect/processEvent situation)
2017-09-24 19:53:09 +01:00
Klaus Basan
94fbfeefdb Fixed bug in load overview 2017-05-05 23:08:32 +01:00
Klaus Basan
65a716a61d Ref T28, renaming to getLatestDbEntityTimestamp 2017-05-05 23:07:49 +01:00
Klaus Basan
8ad7c1e3c7 Fixed issue with still using header instead of info object data
plus some utility functionality
2017-05-05 22:40:10 +01:00
Klaus Basan
65f4d1f9e2 Increase timeout a bit (WLAN experience) 2017-04-20 20:35:48 +02:00
Klaus Basan
9eb67edddf refs #921, avoid issue when called during shutdown 2017-04-18 00:06:50 +01:00
Klaus Basan
24af0f044f refs #911, utility class to easily enable class for load indicator
and used it with CDbLoadOverviewComponent
2017-04-18 00:05:25 +01:00
Klaus Basan
5323491eb9 Improved handling for "unexpected shutdown"
(such as DBus down/unavailable)
2017-04-17 23:59:23 +01:00
Klaus Basan
d495424041 refs #886, unified function names in CDbLoadOverviewComponent 2017-04-17 23:57:03 +01:00
Klaus Basan
b94eab581e refs #886, added wizard component for initial data load
* added buttons to CDbLoadOverviewComponent
* wizard component/page
* added to wizard
2017-04-17 23:56:59 +01:00
Klaus Basan
1177cd862a refs #855, re-center load indicator when resizing load overview 2017-01-10 23:47:25 +00:00
Klaus Basan
e0b38fb296 refs #832, unnecessary restriction to single entity
(assert removed)
2016-12-13 19:02:25 +01:00
Klaus Basan
603bfd9dc4 refs #787, using digest signals in load component 2016-12-13 19:01:56 +01:00
Klaus Basan
1b69a65b00 refs #787, support for shared files in load component
Display component in swift pilot client (under settings)
2016-12-13 19:01:32 +01:00
Mathew Sutcliffe
6f972035ab refs #800 Fixed some declaration shadows variable in outer scope warnings. 2016-12-13 19:00:27 +01:00
Klaus Basan
04a5a74dc3 ref #803, do not use synchronize from another thread
* changed info component to use admit
* removed web service synchronize
2016-12-13 19:00:10 +01:00
Klaus Basan
6e6a1d1519 Minor adjustments based on a slack discussion with MS
(already call admit in ctor to start loading)
2016-12-13 19:00:05 +01:00
Klaus Basan
52cd84dd99 refs #787, display shared files timestamp in UI 2016-12-06 09:46:19 +01:00
Klaus Basan
9d51ee5bc8 refs #748, further airport from DB follow up fixes
* Ignore mode, not all applications need to load everything (mapping tool no airports)
* removed signal in airport reader which is already in base class
* added "virtual" keyword
* fixed another syncronize typo
* added allDbEntiiesUsed() to also reflect the config (ignore flag)
* ensure allSwiftDbData are signaled correctly even with ignore flag
2016-12-06 09:33:54 +01:00
Klaus Basan
34a68ca336 refs #748, added airports in cache overview UI 2016-12-06 09:33:45 +01:00
Klaus Basan
435f345cc6 refs #709, launcher GUI finetuning
* don`t always init caches, only when needed
* init caches when component is 1st displayed
* smaller LEDs
2016-07-28 21:08:21 +02:00
Klaus Basan
31921f34ef refs #709, use load indicator for load overview
(indicating reloading)
2016-07-28 21:08:19 +02:00
Klaus Basan
10a1fcebf7 refs #709, load info GUI component 2016-07-28 21:08:16 +02:00