| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
Necessary as the pixmap may be deleted at any moment if another caller
requests a differently sized pixmap.
|
|
|
|
|
|
|
| |
This is similar to what the Mastodon web interface (and other clients,
such as SubwayTooter) does with header images, only in an empty zone
above the display name label. We could evidently change this with ease
in the future.
|
|
|
|
|
| |
This looks visually more attractive and is way better than squishing the
image to fit in the display name text boundaries.
|
| |
|
| |
|
|
|
|
|
|
| |
This should provide a light performance improvement as the QString is
built at compile time, with the generated data being stored in the
read-only segment of the built object file.
|
| |
|
| |
|
|
|
|
|
| |
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.
|