Commit Graph

20 Commits

Author SHA1 Message Date
Klaus Basan
2d56167e65 Misc: removed redundant default value (settings), formatting, hide kill button 2017-04-18 00:08:25 +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
8ca8f51802 refs #883, overlay messages can have shadow 2017-02-24 15:22:06 +00:00
Klaus Basan
873823eaa1 refs #883, improved position and layout of overlay message frame 2017-02-24 15:22:04 +00:00
Klaus Basan
368b955c66 refs #883, Kill button for overlay error messages
Example: swift pilot client started for core, but core not running. There is no way to stop the application as there are permanent errors.
2017-02-24 15:21:38 +00:00
Klaus Basan
a7469d2959 refs #841, use settings to decide which text message is displayed 2017-01-10 23:45:36 +00:00
Klaus Basan
4e5413ff3f refs #832, overlay messages may be overridden with pending confirmation dialogs
found during #832
2016-12-13 19:02:26 +01:00
Mathew Sutcliffe
39188fa7a8 refs #800 Fixed logic error (all control paths lead to assert). 2016-12-13 19:00:33 +01:00
Klaus Basan
aafff6cd82 Formatting this->ui to ui 2016-09-19 16:18:41 +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
771c531125 Avoid scaling for null pixmaps (results in warnings) 2016-06-08 18:20:38 +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
b78308b059 follow up of refs #643, allow to display icon in overlay window
* some optimization to check if icon is available
* menus for context menu
* allow to display icon/image in overlay window
2016-05-05 20:49:17 +02:00
Klaus Basan
18a907086d refs #485, moved stylesheet utility into CGuiApplication 2016-03-18 01:10:32 +00:00
Klaus Basan
b1353cefd4 refs #485, renamed overlay messages functions 2016-03-18 01:09:09 +00:00
Klaus Basan
c0b66d93f1 refs #568, allow to confirm (OK/CANCEL) in overlay window
So we can display status messages in the same step and decide what to do
2016-01-28 16:31:45 +01:00
Klaus Basan
d3487bb375 Event accept 2015-12-20 16:57:53 +01:00
Klaus Basan
8e57914e67 refs #471, removed old info window and migrated to overlay widget
* added small message display (more suitable for swift GUI)
* fixed nullptr bug with ESC key
* adjusted swift GUI
2015-11-19 21:06:33 +00:00
Klaus Basan
4804d81857 refs #471, overlay widget for text messages and variant 2015-11-19 21:04:17 +00:00
Klaus Basan
61ace53989 refs #452 overlay messages (allows to display overlay messages in a widget)
* the overlay widget itself
* a QFrame derived class allowing to display such widgets as overlay
2015-11-19 20:59:41 +00:00