Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-10-08 | 1 | -1/+1 |
|\ | |||||
| * | Port ActiveCallBar to Qml | trilene | 2020-09-22 | 1 | -1/+1 |
| | | |||||
* | | Don't fail on missing key for a device and /rotate-megolm-session command | Nicolas Werner | 2020-10-03 | 1 | -0/+1 |
|/ | |||||
* | remove unused includes and use QRegularExpression | Jussi Kuokkanen | 2020-08-31 | 1 | -1/+0 |
| | |||||
* | remove comment | Jussi Kuokkanen | 2020-08-31 | 1 | -15/+0 |
| | |||||
* | get completion string based on trigger position instead of current word | Jussi Kuokkanen | 2020-08-31 | 1 | -2/+10 |
| | |||||
* | lint | Jussi Kuokkanen | 2020-08-28 | 1 | -14/+14 |
| | |||||
* | Merge branch 'master' of https://github.com/Nheko-Reborn/nheko | Jussi Kuokkanen | 2020-08-28 | 1 | -0/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp | ||||
| * | | Add /clear-timeline command | Nicolas Werner | 2020-08-09 | 1 | -0/+1 |
| | | | |||||
* | | | add emoji completer to text input | Jussi Kuokkanen | 2020-08-28 | 1 | -1/+23 |
| |/ |/| | |||||
* | | Polish voice call UI | trilene | 2020-07-22 | 1 | -1/+2 |
| | | |||||
* | | Support voice calls | trilene | 2020-07-10 | 1 | -0/+3 |
|/ | |||||
* | Add /roomnick command | Nicolas Werner | 2020-05-18 | 1 | -0/+1 |
| | |||||
* | 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 |