| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
This class still has improvements to be made, but it works and I am
satisfied with it!
|
| |
|
|
|
|
|
| |
I had to make the widget a QTextBrowser as QTextEdit does not allow easy
opening of hyperlinks.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This allows us to have more tabs in the future with additional
information, such as information about the Actor or even other activity
views.
This commit was quite a lot of work and refactoring!
|
| |
|
|
It is responsable of processing list items which are given to it, via
signals, and then displaying them on the interface. Making this widget
separate and modular will allow creating more advanced status views that
aren't only HTML-based and that are more intuitive to use.
|