Commit Graph

2424 Commits

Author SHA1 Message Date
Klaus Basan
d131cd2d33 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
2015-11-19 21:07:58 +00:00
Klaus Basan
4d4d6fcdc9 Fixed value cache registerMetadata
(MS/KB slack)
2015-11-19 21:07:55 +00:00
Klaus Basan
f448d50e29 refs #507 download value object for download information 2015-11-19 21:07:53 +00:00
Klaus Basan
746985fa3c refs #507, adjustments for launcher
* renamed GUI enum to reflect where audio runs
* removed assumpted position, this is no longer possible as launcher is independet application
2015-11-19 21:07:50 +00:00
Klaus Basan
30e6831bf8 refs #507, launcher (new GUI) 2015-11-19 21:07:47 +00:00
Klaus Basan
54cb61db19 refs #507, core
* revised parameter handling
* adjusted to changes in CProject
2015-11-19 21:07:45 +00:00
Klaus Basan
864ca20be3 refs #507, improvements on frameless window base class
* handle minimized / normal in window base class
* removed initial on top flag

and project
* executable names
* version number check (for launcher)
2015-11-19 21:07:42 +00:00
Klaus Basan
63e1695e3b Icons, mainly for new launcher ( refs #507 )
Adjusted style sheets (qss) and resource files
2015-11-19 21:07:39 +00:00
Roland Winklmeier
06343c36bf Change logging severity to debug in CMetarDecoder 2015-11-19 21:07:36 +00:00
Klaus Basan
4d3d9fa6be refs #476, improvements on gracefulShutdown
* gracefulShutdown in metar reader and other readers
* made m_shutdown thread safe
* Demoted log level for reader
* helper function finished or shutdown
2015-11-19 21:07:33 +00:00
Klaus Basan
54448fd2b2 refs #337, added missing empty contexts 2015-11-19 21:07:31 +00:00
Klaus Basan
de011dab1e Formatting / style 2015-11-19 21:07:28 +00:00
Roland Winklmeier
6ff9df5c05 Launch shipped dbus-daemon if first connection attempt was unsuccessful 2015-11-19 21:07:25 +00:00
Roland Winklmeier
c14c25d278 Fix linker error with MinGW 2015-11-19 21:07:22 +00:00
Roland Winklmeier
55b4a0b2e2 Bitrock Installbuilder project
refs #486
2015-11-19 21:07:20 +00:00
Roland Winklmeier
509b90c87d Disable auto testcase install into QT_INSTALL_TESTS
refs #486
2015-11-19 21:07:17 +00:00
Roland Winklmeier
5eddef0f12 Add install targets
refs #486
2015-11-19 21:07:14 +00:00
Roland Winklmeier
2b63fd0a91 Add installer images
refs #486
2015-11-19 21:07:11 +00:00
Roland Winklmeier
991f42ca41 Workaround xbus causing X-Plane infinite loop on OSX platforms
xbus is causing an infinite loop on OSX platforms when using
QApplication. Until this is fixed, default to QCoreApplication.
The impact is no Qt Gui can be used inside a X-Plane plugin. So
this needs to be fixed before swift gui can be bundled into one.

refs #293
2015-11-19 21:07:08 +00:00
Roland Winklmeier
3f686ec017 Fix gcc clobbered warning 2015-11-19 21:07:06 +00:00
Roland Winklmeier
ec416c8028 Ignore cppcheck warnings
cppcheck 1.70 introduced a couple of new false positives which
need to be ignored.

refs #505
2015-11-19 21:07:03 +00:00
Roland Winklmeier
6474261c3c Remove unnecessary includes 2015-11-19 21:07:00 +00:00
Roland Winklmeier
63a9c9d1cd Style 2015-11-19 21:06:57 +00:00
Mathew Sutcliffe
c3b7b5c888 Skip INetwork unit tests if FSD test server is not reachable
The unit test fails in case the infrastructure is not available and
therefore declares the whole CI build as failure.

refs #456
2015-11-19 21:06:55 +00:00
Klaus Basan
a32c32f7f4 Fix handling of invalid variant
(Slack MS/KB)
2015-11-19 21:06:52 +00:00
Klaus Basan
99802cb98b Used new cache features ( #494 ) with GUI 2015-11-19 21:06:49 +00:00
Klaus Basan
71c219842f Fixed doxygen warnings, can be refined as required 2015-11-19 21:06:47 +00:00
Klaus Basan
b5d74c26e0 Fixed minimize/normal window states to support "normal" windows as well 2015-11-19 21:06:44 +00:00
Klaus Basan
4268f9c347 refs #473, added help / version option for core and made help box info type 2015-11-19 21:06:41 +00:00
Klaus Basan
a33558987c Added swift header / formatting / fixed mixing registerMetatype 2015-11-19 21:06:38 +00:00
Klaus Basan
6dd66284ca refs #473, own launcher subproject
* command line args for swift GUI
* removed _ from swiftgui_standard
* removed _ from swift_resources
2015-11-19 21:06:36 +00:00
Klaus Basan
8e57914e67 refs #471, removed old info window and migrated to overlay widget
* added small message display (more suitable for swift GUI)
* fixed nullptr bug with ESC key
* adjusted swift GUI
2015-11-19 21:06:33 +00:00
Klaus Basan
012543ef02 refs #471, allow to search server by name and occupy less height for form 2015-11-19 21:06:30 +00:00
Klaus Basan
ace3b60062 refs #471 tweaked project
* removed unused functions
* typos
2015-11-19 21:06:27 +00:00
Klaus Basan
81f7bde310 Resize GUI component 2015-11-19 21:06:25 +00:00
Klaus Basan
dda64d0879 refs #502, cookie manager
* use authenticated user data objects in databaseauthentication
* shared threadsafe cookie manager across the QNetworkAccessManagers
* use cookie manager in existing readers
2015-11-19 21:06:22 +00:00
Klaus Basan
98b86b6f27 refs #502, move the thread checks into own class in blackmisc
* we want to clean up the freefunctions anyway
* allows to use check in blackmisc namespace
2015-11-19 21:06:19 +00:00
Klaus Basan
e11e8e5716 refs #502, use user object / roles in GUI components 2015-11-19 21:06:16 +00:00
Klaus Basan
87a55edc04 refs #502, added role support and user as data object (for distribution) 2015-11-19 21:06:13 +00:00
Klaus Basan
23b310ac9b Formatting, typos 2015-11-19 21:06:11 +00:00
Mathew Sutcliffe
15b8363e30 refs #504 Fixed MSVC2013 compiler error regression. 2015-11-19 21:06:08 +00:00
Mathew Sutcliffe
3f8020d6e5 refs #504 Add paths to externals for MSVC2015. 2015-11-19 21:06:05 +00:00
Mathew Sutcliffe
5c2318ed37 refs #504 Remove vestigial support for MSVC2010. 2015-11-19 21:06:03 +00:00
Mathew Sutcliffe
e58afac883 Using safer casts. 2015-11-19 21:06:00 +00:00
Mathew Sutcliffe
fa6338bafa Explicit conversions to inhibit MSVC2015 warnings. 2015-11-19 21:05:57 +00:00
Mathew Sutcliffe
f1162813e9 refs #504 Explicit conversions to inhibit MSVC2015 warnings. 2015-11-19 21:05:54 +00:00
Mathew Sutcliffe
6c5c20c9c0 refs #504 Inhibit MSVC2015 warning by giving COptional's union a name, a constructor, and a destructor. 2015-11-19 21:05:52 +00:00
Mathew Sutcliffe
07c873a7c1 refs #489 Predefined log patterns with human readable names. 2015-11-19 21:05:49 +00:00
Mathew Sutcliffe
72f295447b refs #489 Predefined log category changes. 2015-11-19 21:05:46 +00:00
Mathew Sutcliffe
0ca4797bcf refs #494 Get the filename used for serializing a specific cached value, or list of all files used by whole cache. 2015-11-19 21:05:44 +00:00