Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 1 | -13/+2 | |
| | ||||||
* | Clear user colors on theme change | Nicolas Werner | 2020-02-20 | 1 | -0/+3 | |
| | ||||||
* | Paginationg != Paginating in debug message | Adasauce | 2020-02-17 | 1 | -1/+1 | |
| | ||||||
* | Don't delete messages received out of order (fixup the flickering fix) | Nicolas Werner | 2020-02-16 | 1 | -11/+1 | |
| | ||||||
* | Try to fix flickering, if sync return event before send completes | Nicolas Werner | 2020-02-16 | 1 | -0/+14 | |
| | ||||||
* | use QStandardPaths locations for all file dialogs. | Adasauce | 2020-02-14 | 1 | -1/+2 | |
| | ||||||
* | use the standard system download path for downloads | Adasauce | 2020-02-14 | 1 | -3/+5 | |
| | | | | | | | | | | | | | QFileDialog's dir arg (which was set to the incoming file name from the Matrix download) can take a full path to suggest. By prepending QStandardPaths::DownloadLocation, it opens to the system's download folder and proposes the filename as the download name. Using QStandardPaths should make this work on other platforms, and from what I read, its possible for this to return an empty string on platforms where it doesn't support it, so this should essentially revert to the previous functionality if Qt can't determine the system's download location. | |||||
* | Fix <displaynames> | Nicolas Werner | 2020-02-02 | 1 | -1/+1 | |
| | ||||||
* | Fix newlines in plain text messages again | Nicolas Werner | 2020-01-27 | 1 | -1/+1 | |
| | ||||||
* | Fix reply rendering without markdown in riot | Nicolas Werner | 2020-01-27 | 1 | -3/+20 | |
| | ||||||
* | Add missing thread include | Nicolas Werner | 2020-01-26 | 1 | -0/+1 | |
| | ||||||
* | Show event type string in placeholder | Nicolas Werner | 2020-01-23 | 1 | -0/+11 | |
| | ||||||
* | Implement display of membership events | Nicolas Werner | 2020-01-23 | 1 | -2/+100 | |
| | ||||||
* | Fix colors in typing display, when username contains emoji | Nicolas Werner | 2020-01-21 | 1 | -3/+28 | |
| | ||||||
* | Linkify links before sending | Nicolas Werner | 2020-01-21 | 1 | -9/+8 | |
| | ||||||
* | Move typing display to qml | Nicolas Werner | 2020-01-17 | 1 | -0/+30 | |
| | ||||||
* | Fix duplicate messages in timeline after sending | Nicolas Werner | 2020-01-14 | 1 | -0/+11 | |
| | ||||||
* | Escape blacklisted html tags | Nicolas Werner | 2020-01-14 | 1 | -2/+2 | |
| | ||||||
* | Fix replies in encrypted rooms | Nicolas Werner | 2020-01-13 | 1 | -4/+8 | |
| | | | | The relation needs to be unencrypted... | |||||
* | Fetch missing events for replies | Nicolas Werner | 2020-01-11 | 1 | -53/+96 | |
| | ||||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -3/+13 | |
| | | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them. | |||||
* | Simplify read message logic with inverted timeline | Nicolas Werner | 2020-01-06 | 1 | -1/+1 | |
| | ||||||
* | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 1 | -31/+44 | |
| | ||||||
* | invert timeline | Nicolas Werner | 2020-01-06 | 1 | -12/+40 | |
| | ||||||
* | Move visitors out of TimelineModel | Nicolas Werner | 2019-12-27 | 1 | -445/+144 | |
| | ||||||
* | Reduce includes of MatrixClient.h, as it is the most expensive header | Nicolas Werner | 2019-12-15 | 1 | -0/+10 | |
| | ||||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -12/+11 | |
| | ||||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -79/+78 | |
| | ||||||
* | Fix preview of sent encrypted images | Nicolas Werner | 2019-12-13 | 1 | -10/+11 | |
| | ||||||
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 1 | -0/+32 | |
| | ||||||
* | Restore linkification of messages | Nicolas Werner | 2019-12-06 | 1 | -2/+2 | |
| | ||||||
* | Implement decryption of images | Nicolas Werner | 2019-12-03 | 1 | -0/+13 | |
| | | | | It is a bit of a hack, but it works... | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -0/+184 | |
| | ||||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 1 | -1/+4 | |
| | ||||||
* | Only mark messages as read, when room is active | Nicolas Werner | 2019-11-23 | 1 | -1/+2 | |
| | ||||||
* | Lint | Nicolas Werner | 2019-11-23 | 1 | -5/+3 | |
| | ||||||
* | Fix replies to encrypted events | Nicolas Werner | 2019-11-23 | 1 | -1/+5 | |
| | ||||||
* | Fix windows build | Nicolas Werner | 2019-11-23 | 1 | -3/+5 | |
| | | | | No idea, why apply visitor doesn't work with temporaries? | |||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -2/+95 | |
| | ||||||
* | Show only messages in room list | Nicolas Werner | 2019-11-23 | 1 | -7/+30 | |
| | ||||||
* | Remove old timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+1220 | |