aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
Commit message (Collapse)AuthorAge
* Move activity list to a tab widgetConfuSomu2024-01-03
| | | | | | | | 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!
* Remove duplicate status info widgetConfuSomu2023-11-18
|
* Implement basic Mastodon API supportConfuSomu2023-08-24
| | | | | | | Implement support for OAuth 2.0 code entry, which is then used to retrieve a token that is stored in the application's settings. Authentification allowed the implementation of a basic "get post from URL" feature mostly made for testing.
* Implement settings dialogConfuSomu2023-08-15
|
* Fix ellipsis being outside of viewport in listConfuSomu2023-08-02
| | | | | | | | | | Some list widget items have lines which where horizontally extending outside of the viewport, creating a horizontal scrollbar and placing ellipsis outside of the visible area. This commit fixes this problem by making sure that ellipsis are placed at the end of the visible lines, made possible by forbidding horizontal scroll bars which forbids horizontal scrolling (hopefully this is not a bug as I don't see any similar property that can be adjusted).
* 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.