Mat Sutcliffe
fdce6824d2
Added missing includes
2020-01-07 19:57:25 +00:00
Klaus Basan
4fc151f4cb
Another fix for "dialog closing closes swift",
...
see https://discordapp.com/channels/539048679160676382/567139633964646411/620776182027386880
The signal for the navigator dialog closed
is not send or received in some cases, not clear why.
Using a reference directly to the main window as workaround.
2019-09-16 22:41:35 +01:00
Klaus Basan
79fc8683f9
Removed unused navigator code
2019-04-11 22:12:19 +01:00
Klaus Basan
5661180f3e
Minor cockpit navigator adjustments
2019-04-11 22:12:13 +01:00
Klaus Basan
eb5670abef
Ref T592, navigator dialog
...
* movable by mouse
* UI border
2019-04-11 22:12:10 +01:00
Klaus Basan
c45592f9b5
Ref T592, minor tweaks
...
* style
* hide wip_CockpitComPanelShowHideBar initially
* sGui guarding
* function initialFloating() public so it can be explicitly called
2019-04-11 22:12:09 +01:00
Klaus Basan
9f0daa58ea
Ref T592, made dock widget related slots Qt::QueuedConnection
...
Rational: the widget emits floating but is not yet in full floating state, so with a direct connection we deal a bit too early with the widget.
Much more stable (hopefully) using queued connection, then all the handling is done if the window is really a floating window.
2019-04-11 22:12:09 +01:00
Mat Sutcliffe
e9a4c49d68
Ref T547 Update license masthead in all source code files.
2019-02-22 20:36:43 +00:00
Mat Sutcliffe
ace7650ebe
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
2019-02-22 20:23:46 +00:00
Mat Sutcliffe
fc23a25ce1
Fixed clazy warnings: new-style signal/slot connect syntax.
2019-02-22 20:23:40 +00:00
Klaus Basan
e9beb2d353
Ref T447, navigator dialog improvements
...
* slots -> normal functions
* watchdog to bring back navigator in case it gets in background
2018-12-11 10:52:23 +01:00
Klaus Basan
93a56d6633
Navigator improvements
...
- auto focus
- tooltip for buttons
- style
2018-08-21 22:10:25 +02:00
Klaus Basan
4ca6bb11aa
Style change signals used Qt::QueuedConnection
2018-07-31 01:43:38 +02:00
Klaus Basan
a0b5258346
refs #883 , launcher can be started from the applications and navigator
2017-02-24 15:21:45 +00:00
Klaus Basan
281bae1e6e
GUI fixes
...
* added missing support for weather component in main info area
* closing the navigator needs to display main window (otherwise no windows is visible)
2016-12-13 19:00:06 +01:00
Klaus Basan
aafff6cd82
Formatting this->ui to ui
2016-09-19 16:18:41 +02:00
Klaus Basan
862a84b661
refs #697 , BlackGui settings renamed
2016-08-01 16:48:48 +02:00
Klaus Basan
47ae35a30a
refs 419, improved pilot client navigator
...
* added setting and allow to restore/save state
* allow to set margins
* fixed style sheet
* moved margin function to utility
2016-06-25 16:00:31 +02:00
Klaus Basan
635410857e
refs #419 , reviewed style sheet paintEvent code
...
* removed for QWidget
* added for QDialog
http://stackoverflow.com/questions/37952348/enable-own-widget-for-stylesheet
2016-06-25 16:00:30 +02:00
Klaus Basan
a25a0d1c0c
New slot style for navigator dialog
2016-06-08 18:20:48 +02:00
Roland Winklmeier
f4c2939253
Fix BlackGui header includes
...
* Include only what is used
* Use forward declaration when possible
* Sorted includes
refs #598
2016-05-20 01:31:11 +02:00
Klaus Basan
18a907086d
refs #485 , moved stylesheet utility into CGuiApplication
2016-03-18 01:10:32 +00:00
Klaus Basan
fb046ae1fb
refs #485 , moved central GUI functionality to sGui
...
* allow to send status message to main window (from everywhere)
* Use sGui::changedStylesheet where possible
* message when model is stashed
* improved application startup
2016-03-18 01:09:11 +00:00
Klaus Basan
518a975bea
refs #503 , thanks to RW`s research, changed to non-QDockwidget navigator
...
* QDialog based navigator
* Removed no longer used info area and navigator dock widget
* fixed style sheet
* added some space which can be used to drag navigator when frameless
* callback when frameless is toggled
Status: https://dev.vatsim-germany.org/issues/503#note-10
2016-02-05 17:59:50 +01:00
Roland Winklmeier
86ba56f75b
Add CNavigatorDialog
...
refs #503
2016-01-28 16:32:09 +01:00