Commit Graph

2584 Commits

Author SHA1 Message Date
Mathew Sutcliffe
56d8bf4651 refs #457 Workaround GCC 4.7.2 internal compiler error. 2015-11-19 20:58:25 +00:00
Mathew Sutcliffe
f50400bd94 refs #457 Use cases for CWorker non-void tasks and thenWithResult(). 2015-11-19 20:58:24 +00:00
Mathew Sutcliffe
3cc9468d63 refs #457 CWorker support for non-void tasks and thenWithResult(). 2015-11-19 20:58:23 +00:00
Mathew Sutcliffe
6131030267 refs #457 Refactored SFINAE into a protected part of CWorker. 2015-11-19 20:58:22 +00:00
Mathew Sutcliffe
08716705ca refs #450 Last-minute fix for settings synchronization logic. 2015-11-19 20:58:20 +00:00
Mathew Sutcliffe
51c97264f5 refs #459 Removed compare() workaround in CActionHotkeyList. 2015-11-19 20:58:19 +00:00
Mathew Sutcliffe
00cd4f4f87 refs #459 Removed CAircraftParts::m_correspondingCallsign per Slack discussion MS/RW. 2015-11-19 20:58:18 +00:00
Mathew Sutcliffe
d1955ba61f refs #459 Fixed bugs in aircraft parts. 2015-11-19 20:58:17 +00:00
Mathew Sutcliffe
fc4745fc66 refs #459 Fixed JSON deserialization of qint64 values. 2015-11-19 20:58:16 +00:00
Mathew Sutcliffe
5e02b5defe refs #459 Fixed "CVariant requested unsupported operation" errors. 2015-11-19 20:58:15 +00:00
Mathew Sutcliffe
e457e088a7 refs #450 When GUI connects to core, it needs to have all current core settings inserted into its core settings cache. 2015-11-19 20:58:13 +00:00
Mathew Sutcliffe
af3775c8ea refs #450 Changed path for log files in accordance with our new directory structure. 2015-11-19 20:58:12 +00:00
Mathew Sutcliffe
f872186866 refs #450 Make disk file saving and loading available in core settings. 2015-11-19 20:58:11 +00:00
Mathew Sutcliffe
54bc3f265a refs #450 Added disk file saving and loading of CValueCache. 2015-11-19 20:58:10 +00:00
Mathew Sutcliffe
ca9256be82 refs #450 Corrected emission of log messages from value cache validation. 2015-11-19 20:58:09 +00:00
Mathew Sutcliffe
91e54be78b refs #450 Added missing signal relay. 2015-11-19 20:58:07 +00:00
Roland Winklmeier
08a1de995a refs #454 #455 #458 Remove obsolete code 2015-11-19 20:58:06 +00:00
Roland Winklmeier
be7ac1aa74 refs #455 Examples how to register actions 2015-11-19 20:58:05 +00:00
Roland Winklmeier
2636d53b45 refs #454 Remove old hotkey settings 2015-11-19 20:58:04 +00:00
Roland Winklmeier
9b6126c5db refs #454 Adapt sample_hotkeys to new hotkey settings component 2015-11-19 20:58:03 +00:00
Roland Winklmeier
5a82e2e6bf refs #454 Improve hotkey settings component 2015-11-19 20:58:02 +00:00
Roland Winklmeier
6644c73703 refs #453 Simplify hotkey action registration and relaying 2015-11-19 20:58:00 +00:00
Roland Winklmeier
199a1e5fcb refs #453 Refactor CInputManger and low level input handlers 2015-11-19 20:57:59 +00:00
Roland Winklmeier
63c7c6be0d refs #453 Refactor Input value classes
All previous Hardware classes have been refactored and moved into
the Input namespace.
2015-11-19 20:57:58 +00:00
Roland Winklmeier
41e17aa0c7 Add CSequence::removeIfIn(const CSequence &other)
Remove all elements if they are in other
2015-11-19 20:57:57 +00:00
Roland Winklmeier
a7b71d974b Fix segfault in CSequence::operator <() 2015-11-19 20:57:55 +00:00
Roland Winklmeier
6351ed1a11 Fix user joined/left signals for voice channel 2 2015-11-19 20:57:54 +00:00
Roland Winklmeier
e4ef6e4058 Replace qint32 with int 2015-11-19 20:57:53 +00:00
Roland Winklmeier
3e8b9dc0c9 Allocate CFileLogger on the heap instead of a local variable 2015-11-19 20:57:52 +00:00
Roland Winklmeier
e644e2a572 Fix QCombobox popup background color on Linux 2015-11-19 20:57:51 +00:00
Roland Winklmeier
5fbf8a227d Fixed friend compare() method in CContainerBase 2015-11-19 20:57:50 +00:00
Roland Winklmeier
c5a2136ebd refs #448 Use new METAR source in context and gui
Previously the metar source used to be the FSD connection. Since
all METARs are also available via a webservice, use this source
instead. This allows to retrieve and use METARs even if we are
not connected.
2015-11-19 20:57:48 +00:00
Roland Winklmeier
20ebb07723 refs #448 worker to download and decode VATSIM metars 2015-11-19 20:57:47 +00:00
Roland Winklmeier
d9ab612154 refs #448 metar decoder and unit tests 2015-11-19 20:57:46 +00:00
Roland Winklmeier
a94ea5618f refs #448 metar value classes 2015-11-19 20:57:45 +00:00
Roland Winklmeier
047e408597 Add missing BLACKMISC_EXPORT
This caused a MinGW build failure as symbols were not exported.
2015-11-19 20:57:44 +00:00
Roland Winklmeier
04b84295c8 Fix wrong usage of QString::arg()
QString::arg() does not change the object itself, but returns a copy
with the place marker replaced.
2015-11-19 20:57:42 +00:00
Roland Winklmeier
e9c362f8ac Fix DBus signal signature in CContextNetworkProxy 2015-11-19 20:57:41 +00:00
Roland Winklmeier
86b238a092 refs #449 Remove internal usage of QTime in CTime
QTime does not support values greater than 24 hours. Therefore
parsing from such values or conversions failed. This commit
reimplements all necessary methods without using QTime.
2015-11-19 20:57:40 +00:00
Roland Winklmeier
2d9e9863c2 refs #449 Implement SubdivisionConverters with less precision errors 2015-11-19 20:57:39 +00:00
Klaus Basan
e3b0720295 Made value object regular expressions thread safe
(note: which is important because the RegEx is static)
2015-11-19 20:57:38 +00:00
Klaus Basan
f8c83ce2a3 some fixes
* as of slack discussion with MG, made area finding a bit more robust
* removed unused function in keypadarea
* added unit test subproject for GUI
2015-11-19 20:57:37 +00:00
Klaus Basan
03e16e37e7 refs #445, simulator info for database operations 2015-11-19 20:57:35 +00:00
Klaus Basan
6a1f5e8347 as discussed in slack: added default swift testserver (FSD servers) if no settings can be loaded 2015-11-19 20:57:34 +00:00
Klaus Basan
d8e0ff83e6 refs #445, as discussed with #445 added receiver
(QObject:connec robust to threading issues)
2015-11-19 20:57:33 +00:00
Klaus Basan
938c0f3dc8 refs #445, settings for global network/readers values 2015-11-19 20:57:32 +00:00
Klaus Basan
4120608532 refs #445, change livery in XP driver.
(still work in progress)
2015-11-19 20:57:30 +00:00
Klaus Basan
d7bd20dd26 refs #445, data entry GUI
* component for main info area
* component for data mapping
* new subproject
2015-11-19 20:57:29 +00:00
Klaus Basan
a2527e69e3 refs #445, prepared for data entry GUI
* unified init of GUIs
* used CProject::swiftVersionString()
2015-11-19 20:57:28 +00:00
Klaus Basan
13df4302d7 refs #445, adjusted the drivers to reflect changes (liveries) 2015-11-19 20:57:27 +00:00