Klaus Basan
dfd3d9f884
Ref T531, use UNIT to obtain value. Not using the unit can result in "strange" formats
2019-02-22 20:36:16 +00:00
Klaus Basan
045f79d0bd
Ref T536, text message component
...
* register tab enum
* select tab by frequency
2019-02-22 20:36:13 +00:00
Klaus Basan
e46e89c03e
Ref T535, play different souns for private/supervisor message
2019-02-22 20:36:12 +00:00
Klaus Basan
27b9c5e8c8
Text message improvements
...
* css (text message style sheet)
* settings/send to group boxes NOT checked at beginning
* qss
* string concat with %
2019-02-22 20:35:36 +00:00
Klaus Basan
11daf3b418
Only update ATC buttons if visible
2019-02-22 20:35:36 +00:00
Klaus Basan
b706af4767
Ref T506, better highlite SUP messages
...
* use stylesheet with properties
* QSS
2019-02-22 20:35:31 +00:00
Klaus Basan
f2722d78f7
Ref T506, only use displayInInfoWindow if not an overlay text message widget
2019-02-22 20:35:25 +00:00
Klaus Basan
a08b2fff3c
Ref T506, SUP text message with red close buttons
2019-02-22 20:35:24 +00:00
Klaus Basan
eddaeddfc4
Ref T506, style
2019-02-22 20:35:24 +00:00
Klaus Basan
f6ce579f67
Ref T506, allow to init overlay messages, passivate text messages, improved tab widget selection
2019-02-22 20:35:23 +00:00
Klaus Basan
427c23c5e4
Ref T494, play notification for callsign mentioned
...
* added audio settings in text message component
* play sound for callsign mentioned in text body
2019-02-22 20:35:08 +00:00
Klaus Basan
03ac54cefa
Ref T491, style/minor tweaks
2019-02-22 20:35:05 +00:00
Klaus Basan
ea7694248e
Ref T491, prevent standard message tab from closing, search tabs from right to left
2019-02-22 20:35:04 +00:00
Klaus Basan
7a6a822432
Typo fixed, displaying station name on wrong tab
2019-02-22 20:35:04 +00:00
Mat Sutcliffe
7cb581f865
Ref T488 Fixed cppcheck warnings.
2019-02-22 20:34:57 +00:00
Mat Sutcliffe
225ff81252
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
2019-02-22 20:34:55 +00:00
Mat Sutcliffe
d6b5dca6b2
Return a default-constructed QString instead of implicitly converting an empty string literal.
2019-02-22 20:23:49 +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
9f85a7b560
Fixed clazy warnings: pass large objects by reference to const.
2019-02-22 20:23:33 +00:00
Mat Sutcliffe
333ea1b8df
Fixed clazy warnings: empty QStringLiteral.
2019-02-22 20:23:32 +00:00
Klaus Basan
9b06a159f2
Focus text in text entry of overlay text message
2018-12-10 03:41:16 +01:00
Klaus Basan
280c9a4e56
Improved size calculation of overlay text message
...
* larger text message overlay
* fixed min.size calculation
2018-12-07 02:37:13 +01:00
Klaus Basan
3edbd09732
Ref T438, allow to collapse "Message to" button area and disable icons
2018-11-23 19:57:33 +01:00
Klaus Basan
e9fd49731c
Ref T438, open text message from aircraft context menu
2018-11-22 19:55:04 +01:00
Klaus Basan
d9788115c7
Ref T432, display more detailed tooltip for COM frequency
2018-11-16 02:49:56 +01:00
Klaus Basan
228e686b77
Ref T384, ATC button component and integration in text message component
2018-10-05 17:40:00 +02:00
Klaus Basan
d556383090
Ref T384, text message component "self connecting" to contexts.
...
Also allow to remove "all messages" tab
2018-10-05 17:39:59 +02:00
Klaus Basan
b71936c6a1
Ref T384, addjusted text message component to be used with overlay text messages
...
* Tab enum in own file
* Funtions to change tab and hide UI elements
2018-10-05 17:39:58 +02:00
Klaus Basan
3d2c177637
Ref T369, text message component style / font size +/-
2018-10-03 03:03:39 +02:00
Klaus Basan
b9ae33d126
Ref T369, fixed findChildren by adding Q_OBJECT macro
...
https://swift-project.slack.com/archives/G7GD2UP9C/p1537898045000100
2018-09-27 02:35:19 +02:00
Klaus Basan
6962a7bddb
Ref T369, adjusted text message component to support settings
2018-09-23 20:12:45 +02:00
Klaus Basan
3d2d999f7a
Ref T338, style
2018-09-09 02:55:16 +02:00
Klaus Basan
30669a4d35
Ref T331, closing "X" on message tab
2018-09-09 02:55:15 +02:00
Klaus Basan
2270c8c38b
Ref T215, fixed text message sending from keypad command line
...
* context menu delete history
* signals to relay messages which are not "dot" commands
2018-01-13 05:04:29 +01:00
Klaus Basan
26b5a6ce28
Found during T215, rectify CIdentifier issues
...
* null/anonymous identifier
* CIdentifier can be linked with QObject and
* CIdentifier reflects name changes of QObject (UI components change name after ctor call)
2018-01-13 05:04:27 +01:00
Klaus Basan
1bf2f63589
Ref T180, text message component "private" -> "private slots"
2017-11-05 20:02:37 +01:00
Mathew Sutcliffe
0cf6034a29
Don't use member access notation to call static methods.
2017-10-10 00:56:54 +01:00
Klaus Basan
a7393b04e1
Formatting #897
2017-04-17 23:58:18 +01:00
Klaus Basan
371ee82f1b
Ensure tab index 0 is selected at startup
2017-02-24 15:20:51 +00:00
Klaus Basan
062f0671ea
refs #841 , UI to set text message settings and added this UI to textmessage component
2017-01-10 23:45:34 +00:00
Klaus Basan
fc3ac8b323
refs #787 , MS review items + discussion on slack
...
https://dev.vatsim-germany.org/issues/787#note-4
2016-12-13 19:01:39 +01:00
Klaus Basan
927343399c
refs #816 , some formatting in message component
2016-12-13 19:01:19 +01:00
Klaus Basan
aafff6cd82
Formatting this->ui to ui
2016-09-19 16:18:41 +02:00
Klaus Basan
d782839cb8
refs #703 , moved context to subdir
...
* ns: Context
* adjusted using classes
2016-07-14 18:49:08 +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
3588c5a601
refs #599 , fixes and improvements (assert/checks) for https://dev.vatsim-germany.org/issues/599#note-5
2016-03-30 03:07:14 +02:00
Klaus Basan
3829aaeae8
refs #485 , removal of CEnableForRuntime
2016-03-18 01:08:05 +00:00
Klaus Basan
d9aac6427b
refs #485 , renamed (CContextRuntime) to CCoreFacade
...
https://dev.vatsim-germany.org/issues/485#note-6
2016-03-18 01:07:58 +00:00
Michał Garapich
1b06e15b61
refs #510 Remove underscores from all the source file names
2015-11-22 12:53:09 +01:00
Klaus Basan
ac61a3458d
Removed settings context
...
* removed old settings related classes
* moved notifications to BlackMisc::Audio
* added audio settings where needed
refs #464
refs #337
2015-11-19 21:04:06 +00:00