Roland Winklmeier
d68f678cc5
Upgrade to vatlib v0.9.7
2018-01-13 05:04:21 +01:00
Klaus Basan
dd0f4058f2
Ref T215, FP UI improvements
...
* check can be stricht or lenient
* help page for equipment codes
* prefix handling H (vPilot) and T (TCAS)
* values automtaically derived from DB data
2018-01-13 05:04:19 +01:00
Klaus Basan
8c539fab0a
Ref T215, FP value class
...
* split into prefix / aircraft ICAO / suffix
* suffix equipment code functions
* fixed FP remarks loading (JSON file)
* fixed missing sending of aircraft ICAO
2018-01-13 05:04:17 +01:00
Klaus Basan
d127f98d60
Ref T215, minor fixes for overlay messages
2018-01-13 05:04:15 +01:00
Klaus Basan
a2f985e308
Ref T215, containsAircraftIcaoDesignator web service function
2018-01-13 05:04:13 +01:00
Klaus Basan
0975abcc46
Ref T215, remember last server and model as cache value
...
* also remember last server not VATSIM server
* remember last model used
* server list selector uses remembered value
* login component sets those values
2018-01-13 05:04:11 +01:00
Klaus Basan
ee0d69faf2
Ref T215, validator can be restricted to a string list
2018-01-13 05:04:07 +01:00
Klaus Basan
77cd49cb0f
Ref T215, severity can be set for validation
2018-01-13 05:04:05 +01:00
Klaus Basan
b68e232f38
Ref T215, utility functions
...
* CServer
* ICAO List
2018-01-13 05:04:03 +01:00
Klaus Basan
9799fc1724
Ref T215, using "COverlayMessagesTabWidget" for FP UI
2018-01-13 05:04:01 +01:00
Klaus Basan
7be04f19d8
Quit own event loop when "shutting down"
2018-01-13 05:03:59 +01:00
Klaus Basan
75202eb4ce
Ref T215, overlay message frame can be used with multiple widgets (not only QFrame)
2018-01-13 05:03:57 +01:00
Klaus Basan
1c05927c0c
Ref T215, generator button
2018-01-13 05:03:55 +01:00
Klaus Basan
2e9f70f4ad
Login, password can be shown (temporarily)
2018-01-13 05:03:52 +01:00
Klaus Basan
b94e33ea97
Some UI settings like "window title" or "whats this?"
2018-01-04 21:29:51 +01:00
Klaus Basan
1a2b03873b
Ref T213, DSGVO
2018-01-04 21:29:49 +01:00
Klaus Basan
d8abb3f83b
Ref T172, server form supports ecosystem
2017-12-29 19:49:40 +01:00
Klaus Basan
1f9337609a
Ref T172, adjustments for ecosystem
...
* stricter equal comparison ("changed" flag)
* set VATSIM server type and ecosystem in VATSIM reader
2017-12-29 19:49:38 +01:00
Klaus Basan
5f90497626
Ref T172, added ecosystem column
2017-12-29 19:49:35 +01:00
Klaus Basan
426ac96f3e
Ref T172, combo box for ecosystems
2017-12-29 19:49:32 +01:00
Klaus Basan
2c60dfd133
Ref T172, using centralized swift test server
...
Remark: The credentials for the server were distributed in multiple places, now cnetralized in one
2017-12-29 19:49:30 +01:00
Klaus Basan
c1df30fc55
Ref T172, added ecosystem in CServer class
2017-12-29 19:49:22 +01:00
Klaus Basan
8724e3dc3a
Ref T172, ecosystem value class
2017-12-28 20:00:01 +01:00
Klaus Basan
efd4e110b7
Ref T172, formatting
...
* this->m_ => m_
* formatting
* comments / doxygen
2017-12-28 18:44:32 +01:00
Klaus Basan
ee1e5e8e95
Ref T199, setup loading widget can display a "copy from other swift versions" dialog
2017-12-28 18:41:38 +01:00
Klaus Basan
2509a1581b
Ref T199, copy configuration as dialog + some utility functions
2017-12-25 13:14:14 +01:00
Klaus Basan
be05afa542
Ref T199, data directory will be tagged
...
A information JSON file will be written into the data directory.
This can be used to display other swift versions.
2017-12-25 13:12:56 +01:00
Klaus Basan
6242111fda
Ref T199, help page URL
2017-12-25 13:10:38 +01:00
Klaus Basan
9ec3d69eaa
Ref T199, added some utility functions
...
* tag object can be read from data directory
* isNull
* some renamings
2017-12-25 13:10:15 +01:00
Klaus Basan
60b90d6582
Ref T199, some more details (members) in info
2017-12-25 13:06:56 +01:00
Klaus Basan
81ae6464ad
Ref T199, platform string from build config
2017-12-25 13:04:30 +01:00
Klaus Basan
69d1897f62
Ref T202, Ref T189 samples (based on RW's review and discussion)
2017-12-21 19:50:26 +01:00
Klaus Basan
379c53e0cc
Ref T189 and review follow up, replacing the changed values seems to be 4x faster
...
(tested in samples)
2017-12-21 19:50:23 +01:00
Klaus Basan
e81211775b
RW's review fixes Ref T202 Ref T189 Ref T210
...
* dmg comment and follow up issue created
* cppcheck-suppress passedByValue in cppcheck.supp
* renamed from Xsb -> XSwiftBus
* reverted wrong "static const QString dataStr"
2017-12-21 19:50:19 +01:00
Klaus Basan
5a24e40312
Ref T210, cppcheck fixes
...
a) 23 performance useInitializationList false Variable 'm_artifactsPilotClient' is assigned in constructor body. Consider performing initialization in initialization list.
b) 33 performance passedByValue false Function parameter 'il' should be passed by reference.
a) is clear, but b) seems to be wrong, hidden by "cppcheck-suppress"
2017-12-21 19:50:16 +01:00
Klaus Basan
1242c17e7a
Formatting
2017-12-21 19:50:13 +01:00
Klaus Basan
8b74acb3a9
Ref T210, moved "guess" into CApplicationInfo
...
* core unit test, set correct type
* guess application type now in CApplicationInfo
2017-12-21 19:50:09 +01:00
Klaus Basan
cb751306f8
Ref T211, fake and anonymous identifier static const
2017-12-21 19:50:06 +01:00
Klaus Basan
3cc3440bba
Ref T211, hotkey dialog fixes
...
* add identifier of current hotkey if any
* utility function getAllIdentifiers
* setWindowFlags to hide "?"
2017-12-21 19:50:03 +01:00
Klaus Basan
aaf4c35f80
Ref T211, formatting
2017-12-21 19:49:59 +01:00
Klaus Basan
fcd4f8cde9
Ref T210, adjusting application class
...
* unit test flag is redundant
* added own distribution
2017-12-21 19:49:55 +01:00
Klaus Basan
0f8bbbbfc2
Ref T210, adjusting classes to use new functions
2017-12-21 19:49:52 +01:00
Klaus Basan
4a2a059865
Ref T210, "local developer" distribution
2017-12-21 19:49:48 +01:00
Klaus Basan
3269d91baa
Ref T210, removed ApplicationModeFlag
2017-12-21 19:49:44 +01:00
Klaus Basan
0390ed83f8
Ref T210, removed branch flags
...
Our distribution concept allows dynamic assigments of the distribution.
So a particular version can change its stability.
2017-12-21 19:49:41 +01:00
Klaus Basan
265869dc1f
Ref T210, boolToEnabledDisabled
2017-12-21 19:49:37 +01:00
Klaus Basan
379357d5d5
Formatting
2017-12-21 19:49:34 +01:00
Klaus Basan
745fdb50d1
Follow up, made "private slots" -> "private"
2017-12-21 19:49:31 +01:00
Klaus Basan
fd4c7c09f6
Crashreport: https://swift-project.slack.com/archives/G7GD2UP9C/p1513012215000494
...
Fixed by ignoring all other property indexes
2017-12-21 19:49:28 +01:00
Klaus Basan
6701266a66
Made QTemporaryDir object static const
2017-12-21 19:49:24 +01:00