Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reply not closing | Nicolas Werner | 2020-04-13 | 1 | -22/+5 |
| | | | | fixes #124 | ||||
* | Make closing the reply popup actually clear the reply message | Joseph Donofry | 2020-02-04 | 1 | -0/+1 |
| | |||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 1 | -4/+1 |
| | |||||
* | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 1 | -2/+2 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -1/+0 |
| | |||||
* | Add command for invite,kick,ban and unban | Nicolas Werner | 2020-01-29 | 1 | -0/+4 |
| | |||||
* | Allow replying with an image | Nicolas Werner | 2020-01-12 | 1 | -20/+19 |
| | |||||
* | Implement sending encrypted files | Nicolas Werner | 2019-12-05 | 1 | -8/+4 |
| | |||||
* | Fix copy and pasting image from clipboard | Nicolas Werner | 2019-07-22 | 1 | -4/+0 |
| | | | | | | | | If the QMimeData contains an image, it actually has a mime type of application/x-qt-image. At least in some cases accessing the image/* data returns a 0 length array. Accessing the data via ->imageData works however. So we use that as our accessor and pass it to the preview dialog. | ||||
* | Further UI Updates to Rich Replies | Joseph Donofry | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Further Improve Reply Functionality | Joseph Donofry | 2019-06-13 | 1 | -6/+11 |
| | | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements. | ||||
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | Initial Support for Rich Replies | Joseph Donofry | 2019-06-11 | 1 | -4/+8 |
| | | | | | | | | Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit). | ||||
* | Add initial support for rich replies to nheko | Joseph Donofry | 2019-06-09 | 1 | -1/+10 |
| | |||||
* | Revert "Remove built-in emoji picker" | redsky17 | 2019-01-26 | 1 | -0/+5 |
| | | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6. | ||||
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 1 | -5/+0 |
| | |||||
* | Remove the reserved space gap for the typing notifications | Konstantinos Sideris | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | Add tab-completion for usernames | Konstantinos Sideris | 2018-07-29 | 1 | -0/+15 |
| | | | | fixes #394 | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+183 |