Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip paragraph tags | Konstantinos Sideris | 2018-09-13 | 1 | -4/+8 |
| | | | | fixes #438 | ||||
* | Move some info logs to debug | Konstantinos Sideris | 2018-09-12 | 1 | -4/+4 |
| | |||||
* | Trim whitespace from text messages | Konstantinos Sideris | 2018-09-12 | 1 | -2/+2 |
| | |||||
* | Remove debug prints | Konstantinos Sideris | 2018-09-07 | 1 | -3/+0 |
| | |||||
* | Initial support for sending markdown formatted messages | Konstantinos Sideris | 2018-09-07 | 1 | -2/+13 |
| | | | | fixes #283 | ||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -22/+24 |
| | |||||
* | Guard against flickering for items added to the top of the timeline | Konstantinos Sideris | 2018-08-31 | 1 | -4/+4 |
| | |||||
* | Don't block on empty from token | Konstantinos Sideris | 2018-08-31 | 1 | -7/+0 |
| | |||||
* | Handle some more edge cases in timeline | Konstantinos Sideris | 2018-08-31 | 1 | -3/+27 |
| | |||||
* | Stop calling /messages if the prev_batch token is empty | Konstantinos Sideris | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | Call adjustSize before showing the timeline widget | Konstantinos Sideris | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | Remove the reserved space gap for the typing notifications | Konstantinos Sideris | 2018-08-09 | 1 | -3/+6 |
| | |||||
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 1 | -3/+1 |
| | |||||
* | Align timeline widgets to the bottom | Konstantinos Sideris | 2018-07-25 | 1 | -0/+1 |
| | |||||
* | Remove spacer & set sizePolicy on the timeline view & widgets | Konstantinos Sideris | 2018-07-23 | 1 | -13/+13 |
| | | | | | This was causing some flickering when many messages were added. Mostly visible on macOS. | ||||
* | Clear timeline widgets when they exceed a certain limit (#158) | Konstantinos Sideris | 2018-07-21 | 1 | -2/+42 |
| | | | | | That's a fix to deal with long running sessions which will end up taking more & more memory given enough time. | ||||
* | Add user avatar after the 'encryption is enabled' message | Konstantinos Sideris | 2018-07-19 | 1 | -0/+3 |
| | | | | fixes #378 | ||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -1/+50 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+1459 |