Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -380/+0 |
| | |||||
* | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 1 | -19/+50 |
| | |||||
* | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 1 | -0/+3 |
| | |||||
* | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 1 | -0/+5 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -13/+1 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -1/+13 |
| | |||||
* | Show Matrix ID tooltip when hovering over display name | Konstantinos Sideris | 2018-05-26 | 1 | -3/+40 |
| | | | | fixes #212 | ||||
* | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 1 | -2/+2 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 2018-05-26 | 1 | -1/+3 |
| | |||||
* | Fix "jumpy messages" regression | Konstantinos Sideris | 2018-05-24 | 1 | -9/+1 |
| | | | | Caused by the commit addressing #193 | ||||
* | Fix line break issue on timeline with long words | Konstantinos Sideris | 2018-05-23 | 1 | -1/+46 |
| | | | | fixes #193 | ||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -2/+2 |
| | |||||
* | Remove the extra top margin from timeline widgets | Konstantinos Sideris | 2018-05-04 | 1 | -2/+2 |
| | |||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -19/+8 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -0/+6 |
| | | | | fixes #291 | ||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -10/+34 |
| | |||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -2/+4 |
| | |||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 1 | -27/+22 |
| | |||||
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 1 | -0/+2 |
| | | | | fixes #265 | ||||
* | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 1 | -1/+10 |
| | | | | fixes #261 | ||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| | |||||
* | Apply fixed width for checkmark for all messages | Chris Tarazi | 2018-02-07 | 1 | -0/+2 |
| | |||||
* | Fix #217: create space for checkmark beforehand | Chris Tarazi | 2018-02-07 | 1 | -0/+1 |
| | |||||
* | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 1 | -0/+1 |
| | |||||
* | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 1 | -7/+26 |
| | |||||
* | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 1 | -0/+1 |
| | |||||
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 1 | -4/+7 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -2/+6 |
| | |||||
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 1 | -2/+3 |
| | | | | fixes #157 | ||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -27/+16 |
| | |||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 1 | -0/+7 |
| | | | | fixes #115 | ||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 1 | -3/+59 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -0/+155 |