Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
-
f5928ad2d (master), a8e79af67 (master)
Description
The messaging system is being redesigned. A new element are pop-up messages as alternative for InfoBars. Global notifications like available updates or missing sdk settings can be shown as those messages.
These messages are showing up on the lower right, in the area where Qt Creator already shows the progress of various operations. They could be interleaved with progress bars, or have their own list.. (up for discussion).
Like the renewed InfoBars (see QTCREATORBUG-32566), the Messages fall into Info/Warning/Error categories.
It could make sense to support that via the InfoBar class, allowing an InfoBar entry to be added to the layout of progresses (or to an equivalent message-only layout). Such am message has the same content and ui functionality as an InfoBar entry.