Klaus Basan
5ffe3dc759
Improved order and handling in MainWindow gracefulShutdown
2014-01-16 02:41:08 +01:00
Klaus Basan
9470dc27ca
#98
...
Changed back signal/slot connection to old style
The described problem is one of the disadvantages of the new style,
when it comes to default values or different signatures
Also using a minimum value and adjusting the slider to any set value.
2014-01-16 01:04:22 +01:00
Klaus Basan
2cf097ae2e
Receiving errors as status message results in
...
a pop up message now.
2014-01-15 23:52:22 +01:00
Klaus Basan
9f103a35cc
Changed Window pointer ui tp QScopedPointer #95
...
Removed some default constructors from Member initializer list
Made member m_coreRuntime QScopedPointer
2014-01-15 19:33:28 +01:00
Klaus Basan
4c711dad82
Include Order MainWindow
2014-01-15 17:37:31 +01:00
Klaus Basan
f1482558fb
New signal / slot syntax
...
#88
Not all calls can be replaced by new sytnax
(e.g. cannot handle default value arguments)
2014-01-15 17:27:17 +01:00
Klaus Basan
ab2796862e
Infowindow, a popup window window showing important messages.
...
Example: user receives private chat message, while text message
window is hidden.
2014-01-13 01:32:55 +01:00
Klaus Basan
6adfd91dfc
New main for GUI, using the new intro window.
2014-01-13 01:25:01 +01:00
Klaus Basan
ccfdee64e0
Initial startup screen, here user can decide
...
to use DBus or local context, frameless window.
In the future likely more options, e.g. for bootstrapping
(setting the DBus server IP)
2014-01-13 01:20:06 +01:00
Klaus Basan
9ff197ff2c
Style sheets for the 3 widgets of the GUI:
...
Main window, initial start window, and
info window (which is something like a popup showing important messages)
2014-01-13 01:15:20 +01:00
Klaus Basan
b9ad793dd5
New GUI based on Qt style sheets. This is the main window.
2014-01-13 01:09:56 +01:00
Mathew Sutcliffe
66e0235193
Fixed sample_blackgui executable was not being copied to the same directory as the other binaries
2014-01-11 17:00:39 +00:00
Mathew Sutcliffe
784d93139b
CTextMessage: fromCallsign and toCallsign become sender and recipient (to and from looked like conversion methods)
...
refs #81
2014-01-10 00:20:22 +00:00
Klaus Basan
d15d0db431
post-voice changes in blackgui from the kbatclist branch
...
refs #81
2014-01-09 01:16:01 +00:00
Klaus Basan
bb61654a29
style and consistency:
...
* rename CStatusMessages to CStatusMessageList
* rename NetworkVatlib to CNetworkVatlib
* replace all occurrences of Realname with RealName (correct camel case)
* CSequence method corresponding to CList::append is push_back
* don't compile the qdbuscpp2xml metadata plugin by default
* CAircraftIcao string members always trimmed and capitalized
* added CComSystem::roundTo25KHz
* using epsilon comparison in a couple of places
refs #81
2014-01-09 01:15:56 +00:00
Klaus Basan
ab17dabd5b
samples and tests for all kbatclist branch changes
...
refs #81
2014-01-08 01:00:28 +00:00