Klaus Basan
8df74ce0e6
Ref T259, Ref T243 split mapping info area, new interpolation info area
...
* new interpolation info area
* added interpolation and parts history to that area
* adjusted keypad and main swift GUI
2018-04-13 23:36:55 +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
63fbeecc00
Ref T192, formatting and minor tweaks
2017-12-21 19:46:33 +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
d6aa535236
Fixed minor UI issues in keypad area
2017-10-10 00:28:14 +01:00
Klaus Basan
f815f7734d
Ref T166, use command input in main keypad area
2017-09-29 23:26:23 +02:00
Klaus Basan
adfd341cbc
Ref T146, avoid double clicks for "connect button" using disableButtonBriefly
2017-09-24 19:53:57 +01:00
Klaus Basan
b6ca59eda8
Ref T146, minor adjustments in keypad area
...
* removed keypadIdentifier()
* private slots -> private
2017-09-24 19:53:56 +01:00
Klaus Basan
a8eae0ea55
Some UI formatting / padding
2017-06-18 22:51:10 +02:00
Klaus Basan
05761b6e07
refs #927 , added audio button in keypad area
2017-04-18 00:07:17 +01:00
Klaus Basan
a737b27ce8
refs #894 , display dot commands HTML help as tooltip (in command line)
2017-04-17 23:57:52 +01:00
Klaus Basan
5b3780543f
Saving history of line edit for command line ("dot commands")
2017-02-24 00:19:26 +00: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
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
Mathew Sutcliffe
a6d17efc31
refs #472 Removed static_cast<int> for enums in blackcore, no longer needed.
2015-11-19 21:02:19 +00:00
Klaus Basan
6ca0d480d3
refs #452 adjusted GUI components to
...
* changed classes (e.g. CAircraft -> CSimulatedAircraft)
* changes signatures in contexts / providers
* minor fixes as renamed GUI widgets, asserts, paint event
2015-11-19 20:59:35 +00:00
Klaus Basan
f8c83ce2a3
some fixes
...
* as of slack discussion with MG, made area finding a bit more robust
* removed unused function in keypadarea
* added unit test subproject for GUI
2015-11-19 20:57:37 +00:00
Mathew Sutcliffe
d4d862927e
refs #441 Rename COriginator to CIdentifier and rename COriginatorAware to CIdentifiable.
2015-06-06 18:02:16 +01:00
Klaus Basan
a89c4a9775
#refs 432 using forward declaration to reduce includes in header
...
Remark: some related includes had to be updated
2015-05-28 23:57:28 +02:00
Roland Winklmeier
ee0bfd62fa
refs #428 Use COriginator instead of QString in internal API
2015-05-25 16:06:44 +02:00
Klaus Basan
f7158f17f9
Renamed aircrafts -> aircraft
2015-05-12 20:46:42 +01:00
Klaus Basan
269c65b578
As of workshop RW/KB, improved / fixed text messages
...
Also refs #351
* messages can be formatted with style sheet
* fixed: removed command from message
* added originator to command line
* msg parsing now in core
* using ITimestampBased for text messages and status messages
* allow to resize rows to content (view base)
* model / views for text messages
* removed old qt stylesheets
2015-03-20 17:10:58 +01:00
Roland Winklmeier
77e0165e9a
refs #371 Replace COM based volume methods by global output volume
2015-03-20 16:32:47 +01:00
Klaus Basan
9e5f228b08
using namespace in header removed, rectified resulting changes
...
* using namespace in context_runtime.h
* in same step also fixed some other using namespace issues
2014-12-28 22:20:09 +01:00
Roland Winklmeier
cb7ad005b0
refs #320 port Network to new vatlib
...
* CNetworkVatlib
* Contexts
* Samples
2014-12-27 11:08:32 +01:00
Klaus Basan
788078f72a
refs #288 , parseCommand in runtime, which distributes it to the contexts (easier, also for core command line)
2014-11-30 00:56:09 +01:00
Klaus Basan
ce78b65079
refs #77 , command line in text message component when floating
2014-11-30 00:55:57 +01:00
Klaus Basan
b8597ce8d8
refs #335 , refs #288 some GUI finetuning
...
* turned log component (from toolbox) into tab widget (for consistency)
* made keypad ident/mute buttons checkable so style sheets can be applied
2014-11-30 00:55:53 +01:00
Klaus Basan
3fd1f3c8c4
refs #335 , highlight selected info areas in keypad
2014-11-30 00:54:17 +01:00
Klaus Basan
cd69eebe8c
refs #77 , handling commands (aka dot commands)
...
* network, aircraft context consume command line commands
* hooked up with keypad area
2014-11-30 00:53:54 +01:00
Klaus Basan
3351791016
refs #335 , implemented the functionality for main keypad area,
...
old keypad was removed from main window
2014-11-30 00:53:31 +01:00
Klaus Basan
efb89dd7be
Renaming to ..component*
...
* mainkeypadareacomponent
* audiovolumecomponent
* audiosetupcomponent
2014-11-30 00:53:05 +01:00