aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
Commit message (Collapse)AuthorAge
* Make a QAction from the Search buttonConfuSomu2023-08-02
| | | | | This allows us to have an action in the menu bar and a keyboard shortcut.
* Create QActions for Random & Copy buttonsConfuSomu2023-06-26
|
* Display ellipsis when list item is too longConfuSomu2023-06-16
| | | | | This removes the horizontal scrollbar and makes all items have a height of one line.
* Implement Announce activity supportConfuSomu2023-02-25
| | | | | | This commit adds support for listing Announce activities/reblogs in the status list. These can be hidden using the new "Show reblogs" action in the "View" menu.
* Add additional widgets for new featuresConfuSomu2023-01-06
| | | | | | | | This is done in a batch as it makes more sense to do multiple changes in Qt Designer in one go, instead of fighting with that software a few times and possibly breaking the layout unnecessarily (not that it has happened yet, as Qt Designer seems to always produce really deterministic XML output.
* Display status info when list item activatedConfuSomu2023-01-05
|
* Work on basic guiConfuSomu2022-12-26
|
* Initial commitConfuSomu2022-12-25
This project can also serve as a base for other Qt projects, as necessary.