Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support voice calls | trilene | 2020-07-10 | 1 | -5/+16 |
| | |||||
* | Additional code cleanup | Joseph Donofry | 2020-06-11 | 1 | -20/+0 |
| | |||||
* | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 1 | -0/+1 |
|\ | |||||
| * | Added an optional feature to show bigger emoji-only messages with 3 or less ↵ | lkito | 2020-05-21 | 1 | -0/+1 |
| | | | | | | | | emoji | ||||
* | | Merge master into reactions | Joseph Donofry | 2020-05-14 | 1 | -0/+1 |
|\| | |||||
| * | Add un-encrypted warning icon for messages in encrypted rooms | Joseph Donofry | 2020-05-14 | 1 | -0/+1 |
| | | |||||
* | | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 1 | -2/+3 |
| | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. | ||||
* | | merge master into reactions | Joseph Donofry | 2020-05-07 | 1 | -1/+19 |
|/ | |||||
* | Fix reaction redaction for real this time | Nicolas Werner | 2020-05-06 | 1 | -0/+2 |
| | |||||
* | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | Run linter | Lasath Fernando | 2020-04-30 | 1 | -3/+4 |
| | |||||
* | Add visual indication that data is being fetched | Lasath Fernando | 2020-04-29 | 1 | -1/+6 |
| | | | | | This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later. | ||||
* | Change decrypt setting again | Joseph Donofry | 2020-04-23 | 1 | -2/+3 |
| | |||||
* | Change how decrypt value is retrieved from settings | Joseph Donofry | 2020-04-23 | 1 | -1/+2 |
| | |||||
* | Add signal/slot for decryption changes in last patch | Joseph Donofry | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | Add menu entry to show decrypted source | Nicolas Werner | 2020-04-21 | 1 | -0/+1 |
| | | | | | Also make hidden entries not consume space in Menus with some qml styles. | ||||
* | Try to fix messages getting stuck by sometimes sending them twice and never ↵ | Nicolas Werner | 2020-04-19 | 1 | -4/+1 |
| | | | | failing them | ||||
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -0/+21 |
| | | | | fixes #124 | ||||
* | Better image overlay handling when downloading | Adasauce | 2020-03-20 | 1 | -1/+1 |
| | | | | | | | | | | - hides the overlay when prompting for download location - cancel re-shows the dialog - success closes the overlay - would be nice to have a return code from the download fn in mtxclient. Closes #140 | ||||
* | Merge pull request #137 from Nheko-Reborn/blurhash | DeepBlueV7.X | 2020-03-05 | 1 | -0/+1 |
|\ | | | | | Experimental Blurhash support | ||||
| * | Experimental blurhash implementation (MXC2448) | Nicolas Werner | 2020-03-03 | 1 | -0/+1 |
| | | |||||
* | | Add support for more room events in timeline | Adasauce | 2020-03-03 | 1 | -4/+9 |
|/ | |||||
* | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 1 | -2/+0 |
| | |||||
* | Select first room on startup | Nicolas Werner | 2020-02-04 | 1 | -1/+3 |
| | |||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -3/+5 |
| | |||||
* | Show event type string in placeholder | Nicolas Werner | 2020-01-23 | 1 | -0/+1 |
| | |||||
* | Implement display of membership events | Nicolas Werner | 2020-01-23 | 1 | -1/+2 |
| | |||||
* | Move typing display to qml | Nicolas Werner | 2020-01-17 | 1 | -0/+13 |
| | |||||
* | Fetch missing events for replies | Nicolas Werner | 2020-01-11 | 1 | -0/+2 |
| | |||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 1 | -1/+3 |
| | |||||
* | invert timeline | Nicolas Werner | 2020-01-06 | 1 | -0/+1 |
| | |||||
* | Reduce includes of MatrixClient.h, as it is the most expensive header | Nicolas Werner | 2019-12-15 | 1 | -7/+5 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -1/+1 |
| | |||||
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 1 | -0/+2 |
| | |||||
* | Implement decryption of images | Nicolas Werner | 2019-12-03 | 1 | -0/+2 |
| | | | | It is a bit of a hack, but it works... | ||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -0/+3 |
| | |||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -31/+10 |
| | |||||
* | Remove old timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+258 |