Klaus Basan
1a45d8e1b8
Login component, hide server selection when displaying FSD details as otherwise there is not enough space
2018-11-16 02:49:54 +01:00
Klaus Basan
79547efe0a
Login UI improvements
2018-11-16 02:49:54 +01:00
Klaus Basan
4f74a36596
Ref T430, added FG simulator selector support
...
* FG can be disabled (normal scenarios)
* added combobox mode as well, as too many radio buttons are too wide, will gradually change to combobox in some UI scenarios
2018-11-16 02:49:54 +01:00
Klaus Basan
c88d02ff5f
Ref T429, allow to set heading in emulated driver so PBH can be tested
2018-11-16 02:49:54 +01:00
Klaus Basan
021a9a53e5
Ref T404, added horizontal combobox for hotkeys
2018-11-16 02:49:53 +01:00
Klaus Basan
f8efd19a3e
Ref T423, context menu to recalculate all aircraft positions
2018-11-16 02:49:52 +01:00
Klaus Basan
03257dfe55
UI minor update
2018-11-16 02:49:52 +01:00
Klaus Basan
755da55186
Ref T424, style sheet for disabled radio buttons
2018-11-16 02:49:51 +01:00
Klaus Basan
13566676f6
Ref T424, use "altitude dialog" in flight plan
2018-11-06 01:41:48 +01:00
Klaus Basan
b65ace7e48
Ref T424, altitude dialog for flight plans
2018-11-06 01:41:48 +01:00
Klaus Basan
0dbaf989e9
Ref T424, renamed altitude string functions and added "roundedToNearest100ft"
2018-11-06 01:41:48 +01:00
Klaus Basan
4ba14fe9a9
Ref T401, mapping tool login updates crashpad info
2018-11-04 17:43:06 +01:00
Klaus Basan
66a1b32f0f
Ref T401, login updates crashpad info
2018-11-04 17:43:06 +01:00
Klaus Basan
6755fd68dc
Ref T420, logoff countdown time configurable
2018-11-04 17:42:48 +01:00
Klaus Basan
699684bce0
Ref T421, UI for the interpolation log.messages
2018-11-04 17:42:47 +01:00
Klaus Basan
2581ec5582
Maximize button for launcher config wizard
2018-11-04 17:42:47 +01:00
Klaus Basan
5091a6be2b
Ref T412, Ref T407, Ref T227, update aircraft UI if aircraft was moved
2018-11-04 17:42:47 +01:00
Klaus Basan
febcf3a49e
Scrollbar more obvious
2018-11-04 17:42:47 +01:00
Klaus Basan
eeabbf6e39
Ref T413, also add registered/remote identifiers to combobox
2018-11-04 17:42:47 +01:00
Klaus Basan
fd94772094
Matcher minor UI adjustments
2018-11-04 17:42:46 +01:00
Klaus Basan
a543ac89ae
Status message model with tooltip
2018-11-04 17:42:46 +01:00
Klaus Basan
541fd4bd61
Matcher settings as dialog so they can be changed in mapping tool model matcher for testing
2018-11-04 17:42:46 +01:00
Klaus Basan
620cbe3882
Ref T415, vPilot format and improved voice capability parsing
2018-11-04 17:42:46 +01:00
Klaus Basan
11c5ded3b5
Minor UI/style fixes
2018-11-04 17:42:45 +01:00
Klaus Basan
4370f2c614
Ref T397, do not show context menu for fast position updates if FSD has disabled it
2018-11-04 17:42:45 +01:00
Klaus Basan
b977b87177
Avoid issue when shutting down
2018-11-04 17:42:45 +01:00
Klaus Basan
ee73f93c13
Ref T415, adjusted FP UI so multiple formats can be loaded
2018-11-04 17:42:45 +01:00
Klaus Basan
b1942282f5
Reorder login page
...
* 2 sections: login/logoff status
* select server, then details (not in same tab widget which is misleading)
* call readonly on subforms
2018-11-04 17:42:44 +01:00
Klaus Basan
3cbdfc1675
Ref T408, add callsign to window title when connected
2018-11-04 17:42:44 +01:00
Klaus Basan
c52101709a
Ref T408, function to append extra info to title
2018-11-04 17:42:44 +01:00
Klaus Basan
d7380966de
Style
2018-11-04 17:42:44 +01:00
Klaus Basan
793265722f
Ref T411, set SimObject directory from file browser + UI adjustments
2018-11-04 17:42:44 +01:00
Klaus Basan
07f44fc520
Ref T411, confirmation before values are overridden
2018-11-04 17:42:44 +01:00
Klaus Basan
10f0f175c8
Minor fixes in login component
2018-11-04 17:42:44 +01:00
Klaus Basan
10c6c1fc0f
UI adjustment
2018-11-04 17:42:43 +01:00
Klaus Basan
4a82621a1d
Ref T400, swift needs to start even without network connection, especially for mapping tool
...
* count errors and call "manageSetupAvailability" to update cache availability
* minor adjustments
2018-11-04 17:42:43 +01:00
Klaus Basan
c010149686
Ref T397, add menu items for aircraft view
2018-11-04 17:42:43 +01:00
Klaus Basan
9dc154fe72
Adjusted wizard
...
* always start with 1st page (legal)
* select XSwiftBus copy page as default.
2018-11-04 17:42:42 +01:00
Klaus Basan
e9386f676a
Fixed issue seen in crash report
2018-11-04 17:42:42 +01:00
Klaus Basan
f4822b69dd
Allow to save "selected objects" only as JSON
2018-11-04 17:42:42 +01:00
Klaus Basan
6d696cfd91
UI fixes
2018-11-04 17:42:42 +01:00
Klaus Basan
fbfa014fff
Login component style
2018-11-04 17:42:42 +01:00
Klaus Basan
4123101e34
Use Qt::QueuedConnection for UI
2018-11-04 17:42:42 +01:00
Roland Winklmeier
f6ea2a9107
Move CInputManager from singleton to CApplication member
...
The main reason why CInputManager was singleton is the easy access across
the code. That had the negative side effect that time of destruction was
at a very late stage of the shutdown and could not be controlled by us.
My moving it to CApplication, the access is equally easy (using sApp) and
allows to be cleaned up properly during graceful shutdown.
ref T391
2018-11-04 17:42:42 +01:00
Klaus Basan
705a56b1cb
Ref T401, adjusted settings used in components
2018-11-04 17:42:42 +01:00
Klaus Basan
5e070f1f8c
Crash dump related, check getMappingComponent
2018-11-04 17:42:41 +01:00
Klaus Basan
1fbe914cdc
Ref T367, Ref T400 global setup loading dialog adjustments
...
* little delay before retry is triggered
* check for sGui
2018-11-04 17:42:41 +01:00
Klaus Basan
ffc903de34
Ref T367, Ref T400 style
2018-11-04 17:42:41 +01:00
Klaus Basan
5d4bab4be0
Allow to disable size grip
2018-11-04 17:42:41 +01:00
Klaus Basan
d7de7785af
Ref T398, style
2018-11-04 17:42:41 +01:00