Klaus Basan
8143add432
Show distribution file URL in distribution component (tooltip)
2017-04-18 00:08:14 +01:00
Klaus Basan
5ab1ae7193
refs #902 , refs #887 , avoid oversize combobox
2017-04-18 00:07:37 +01:00
Klaus Basan
6863bf2937
refs #927 , linked button with component
2017-04-18 00:07:22 +01:00
Klaus Basan
81caa32003
refs #927 , streamlined audio/audio setup component
2017-04-18 00:07:20 +01:00
Klaus Basan
05761b6e07
refs #927 , added audio button in keypad area
2017-04-18 00:07:17 +01:00
Klaus Basan
ec297d5838
Formatting, typos
2017-04-18 00:06:53 +01:00
Klaus Basan
9eb67edddf
refs #921 , avoid issue when called during shutdown
2017-04-18 00:06:50 +01:00
Klaus Basan
83a80bf739
refs #921 , moved distribution info UI into an own component
2017-04-18 00:06:40 +01:00
Klaus Basan
929e2883d0
refs #921 , renaming follow ups
2017-04-18 00:06:34 +01:00
Klaus Basan
e787d50e47
refs #923 , use CVariant JSON to load/save flight plan
2017-04-18 00:06:22 +01:00
Roland Winklmeier
0eaab1753d
Unload simulator driver when unchecked in settings
...
refs #909
2017-04-18 00:06:01 +01:00
Klaus Basan
102a0d51a0
Added BLACK_VERIFY
2017-04-18 00:05:43 +01:00
Klaus Basan
46521c5560
refs #911 , copy menu
2017-04-18 00:05:41 +01:00
Klaus Basan
a5946e1727
refs #911 , load indicator for login component
2017-04-18 00:05:27 +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
b0fe4ce930
refs #911 , allow to set model dir relative to simulator directory
...
* utility functions in simulator info
* and fscommonutil
* and button in UI to set default
2017-04-18 00:05:15 +01:00
Klaus Basan
e8eb652cfd
refs #906 , changed concept
...
* no longer delete .rev file
* restrict number of caches which can be copied: only some cache like the models and modelset need to be copied
* use cache traits to create entries in .rev file by using the high level API
* made some functions private
2017-04-18 00:05:13 +01:00
Klaus Basan
9ee0b173c6
refs #906 , wizard improvements
...
* fixed text
* only init copy wizard when using "back" button
2017-04-18 00:05:11 +01:00
Klaus Basan
6825524025
Improved status message filtering
...
* avoid re-init of widget if already initialized
* allow icons instead of text for severity radio buttons
* changing severity filter directly triggers new filtering
* use icon for new button
* init this->showFilterBar() as default (otherwise not functional)
* widths for filter bar buttons
2017-04-18 00:04:59 +01:00
Klaus Basan
3575eed37b
refs #912 , static utility function lastStepSkipped for configuration wizard
2017-04-18 00:04:56 +01:00
Klaus Basan
f816c927ee
refs #917 , use utility functions in simulator settings
2017-04-18 00:04:52 +01:00
Klaus Basan
0544ab0193
refs #917 , fixed plugin ids in wizard
...
utility functions CSimulatorInfo -> plugin
2017-04-18 00:04:50 +01:00
Klaus Basan
e4c7a2b77f
refs #912 , added hotkey settings to wizard
2017-04-18 00:04:47 +01:00
Klaus Basan
946795a35f
refs #912 , settings hotkey component, added default hotkey entry for PTT
2017-04-18 00:04:45 +01:00
Klaus Basan
422e6626c8
refs #912 , formatting, typos, const
2017-04-18 00:04:37 +01:00
Klaus Basan
693d9631ff
refs #911 , wizard improvements
...
* disable enter button for next
* role QTextEdit size (logoff UI)
* no filter bar for log
2017-04-18 00:01:15 +01:00
Klaus Basan
b3df6bbc7b
refs #906 , delete .rev file (if applicable) when files are copied
2017-04-18 00:00:35 +01:00
Klaus Basan
0f2680ba2a
Formatting #910
2017-04-18 00:00:06 +01:00
Klaus Basan
3b0ddad8b9
Minor layout/text adjustments in load overview
2017-04-17 23:59:40 +01:00
Klaus Basan
1b56f498a9
refs #886 , added skip button (custom button) in config wizard
2017-04-17 23:59:39 +01:00
Klaus Basan
80b127bce8
refs #887 , copy nested directories in wizard
...
* added utility function
* removed preselectMissingOrOutdated, flag for initCurrentDirectories
* support for copying nested directories
2017-04-17 23:59:37 +01:00
Klaus Basan
423d18b0cd
Default for parts history UI
...
(enable for dev. version)
2017-04-17 23:59:31 +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
c5f89d0deb
refs #907 , menu to consolidate against own models
...
* restructured menu paths
* menu providing the functionality
2017-04-17 23:59:19 +01:00
Klaus Basan
60a937b5b6
refs #907 , model interface
...
* extended interface, function to get simulator
* made CDbMappingComponentAware an interface
* public getMappingComponent
2017-04-17 23:59:18 +01:00
Roland Winklmeier
077becfe32
Connect Ptt LED to push to talk hotkey
...
refs #881
2017-04-17 23:59:14 +01:00
Roland Winklmeier
9749bb5d31
Add the missing handling when user selects a different machine
...
So far, the case that a user selects a different machine, was not handled
yet.
refs #881
2017-04-17 23:59:10 +01:00
Roland Winklmeier
3a2618fadb
Pass application list directly to CHotkeyDialog constructor
...
The list of applications is already known when the CHotkeyDialog
object is constructed. So there was no good reason to defer this
to a later time with a setter.
In contrast, supporting a setter function was much more complex, since
internally all GUI signals were already connected and more carefull
case handling would be necessary (e.g. the machine combobox would
change its index). Therefore the setter is removed in favor of passing
the application list directly to the constructor.
This fixes also an issue that the machine name was not properly set up
in the dialog when editing a hotkey.
This also reverts the change from CIdentifier to string based machine
handling.
refs #881
2017-04-17 23:59:07 +01:00
Mathew Sutcliffe
42a13fceff
refs #905 When at least one sim plugin is disabled, sim settings component
...
would always reset the enabled sims setting even if nothing changed.
2017-04-17 23:59:03 +01:00
Mathew Sutcliffe
c9587e5ace
refs #905 Fixed unrelated potential undefined behaviour.
2017-04-17 23:59:01 +01:00
Klaus Basan
6e28dfbce3
refs #887 , improved copy wizard
...
* initAndPreselectDirectories when wizard page becomes visible
* completed copy function
2017-04-17 23:58:57 +01:00
Klaus Basan
83383f438c
Improved kill button handling, now it can be set even if frame is not yet initialized
...
* default is disabled
* only pilot client needs to enable it
2017-04-17 23:58:50 +01:00
Klaus Basan
3432dd56fe
Minor UI fixes (typos, layout)
2017-04-17 23:58:43 +01:00
Klaus Basan
b392992944
refs #901 , use CSingleApplicationUi for UI settings
...
plus stylesheet update to notice disabled component
2017-04-17 23:58:42 +01:00
Klaus Basan
6999a97f73
Allow to globally disable the kill button
...
(only needed in swift pilot client so far)
2017-04-17 23:58:35 +01:00
Klaus Basan
c6f7896939
Fixed pilot client UI "model set LED"
...
and some minor formatting adjustments
2017-04-17 23:58:32 +01:00
Klaus Basan
fef6cba645
refs #898 , rendered view update
...
* removed redundant function
* use token bucket for forced updated
* and timer updates to update speed, pos. etc., but not forced
2017-04-17 23:58:31 +01:00
Klaus Basan
a7393b04e1
Formatting #897
2017-04-17 23:58:18 +01:00
Klaus Basan
e30e9a7a94
No selection for airports
2017-04-17 23:58:14 +01:00
Klaus Basan
6a63bcf666
No updates when UI component is invisible or unchanged HTML code
2017-04-17 23:57:57 +01:00