Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Rename ListItem class to StatusListItem | ConfuSomu | 2023-04-06 | |
| | | | | The new class name is more descriptive about how it is used. | |||
* | Move call to get status HTML info into ListItem | ConfuSomu | 2023-04-06 | |
| | | | | | This makes the code less of a mess and will allow moving more of the code that renders HTML status info into the ListItem class. | |||
* | Display Activity publish date following locale | ConfuSomu | 2023-04-04 | |
| | | | | | This is an improved user experience over displaying the raw ISO 8601 date stored in the ActivityStream JSON-LD. | |||
* | Display content language in status info | ConfuSomu | 2023-03-30 | |
| | ||||
* | Carry over state of include reblogs view toggle | ConfuSomu | 2023-03-23 | |
| | | | | | | | | Correctly carry over the internal state of the "include reblogs" view toggle when enabling the "All toots" view toggle in the interface. There was a mismatch between the checkbox state of "include reblogs" in the UI and the internal state of view_filters when enabling the "All toots" view option after switching to another filter. | |||
* | Implement Announce activity support | ConfuSomu | 2023-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. | |||
* | Fix comments | ConfuSomu | 2023-01-23 | |
| | | | | and remove misleading comment. | |||
* | Remove debug statement | ConfuSomu | 2023-01-21 | |
| | ||||
* | Display number of search results in status bar | ConfuSomu | 2023-01-21 | |
| | ||||
* | Display selected search result in detailed view | ConfuSomu | 2023-01-21 | |
| | ||||
* | Fix out of range errors in on_buttonSearch_clicked | ConfuSomu | 2023-01-21 | |
| | ||||
* | Implement basic search functionality | ConfuSomu | 2023-01-21 | |
| | ||||
* | Implement "copy status" button | ConfuSomu | 2023-01-11 | |
| | ||||
* | Implement "random status" button | ConfuSomu | 2023-01-09 | |
| | ||||
* | Add additional widgets for new features | ConfuSomu | 2023-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. | |||
* | Dynamically resize image depending on widget size | ConfuSomu | 2023-01-06 | |
| | ||||
* | Show hyperlink with attachment filename | ConfuSomu | 2023-01-06 | |
| | | | | | Only the hyperlink with filename is displayed for non-image attachment file types. | |||
* | Display image attachments in status info | ConfuSomu | 2023-01-05 | |
| | ||||
* | Allow only listing statuses which have attachments | ConfuSomu | 2023-01-05 | |
| | ||||
* | Display status info when list item activated | ConfuSomu | 2023-01-05 | |
| | ||||
* | Determine status type | ConfuSomu | 2022-12-28 | |
| | ||||
* | Only initialize each QIcon once | ConfuSomu | 2022-12-28 | |
| | ||||
* | Store metadata of items that are in status list | ConfuSomu | 2022-12-27 | |
| | | | | | | | There is more control and customizability of elements added to the status list, which allows us to set the icon used and also to store additional information about the status that has been selected, useful when we have to display it with more detail. | |||
* | Use pragma once in all headers | ConfuSomu | 2022-12-26 | |
| | ||||
* | Rename ViewTootTypes to ViewStatusTypes | ConfuSomu | 2022-12-26 | |
| | ||||
* | Relist statuses when changing view filters | ConfuSomu | 2022-12-26 | |
| | ||||
* | Clear list when opening a new file | ConfuSomu | 2022-12-26 | |
| | ||||
* | Strip HTML from statuses in list | ConfuSomu | 2022-12-26 | |
| | ||||
* | Implement initial list of statuses | ConfuSomu | 2022-12-26 | |
| | ||||
* | Implement initial archive parsing | ConfuSomu | 2022-12-26 | |
| | ||||
* | Work on basic gui | ConfuSomu | 2022-12-26 | |
| | ||||
* | Initial commit | ConfuSomu | 2022-12-25 | |
This project can also serve as a base for other Qt projects, as necessary. |