Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 7 | -1248/+0 |
| | |||||
* | De-duplicate the m.room.encryption event | Konstantinos Sideris | 2018-07-15 | 1 | -2/+5 |
| | |||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Send image dimensions in m.image event | Konstantinos Sideris | 2018-07-10 | 2 | -3/+8 |
| | | | | fixes #215 | ||||
* | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 1 | -39/+4 |
| | |||||
* | Mark all decrypted messages with a padlock | Konstantinos Sideris | 2018-07-07 | 1 | -1/+9 |
| | | | | fixes #351 | ||||
* | 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 |
| | |||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 2 | -0/+3 |
| | |||||
* | Send one claim request per user that includes all devices | Konstantinos Sideris | 2018-06-25 | 1 | -3/+2 |
| | | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error. | ||||
* | Fix regressions regarding invites & slowness during shutdown | Konstantinos Sideris | 2018-06-17 | 1 | -2/+0 |
| | |||||
* | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 1 | -0/+5 |
| | |||||
* | Don't try to send megolm session keys to devices with no one-time keys | Konstantinos Sideris | 2018-06-15 | 1 | -0/+21 |
| | |||||
* | 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 | ||||
* | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 1 | -1/+30 |
| | | | | Add more logging during message sending | ||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -0/+3 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 6 | -42/+67 |
| | |||||
* | 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 | 3 | -2/+4 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 2018-05-26 | 2 | -3/+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 | 7 | -47/+19 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -3/+0 |
| | |||||
* | Remove the extra top margin from timeline widgets | Konstantinos Sideris | 2018-05-04 | 1 | -2/+2 |
| | |||||
* | Show user avatar for messages on different day or time gap > 15 mins | Konstantinos Sideris | 2018-05-01 | 1 | -8/+31 |
| | | | | fixes #278 | ||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -19/+8 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 2 | -0/+34 |
| | | | | fixes #291 | ||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 1 | -0/+36 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 3 | -20/+38 |
| | |||||
* | Update first & last sender after message deletion | Konstantinos Sideris | 2018-03-27 | 1 | -0/+3 |
| | | | | fixes #282 | ||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -2/+4 |
| | |||||
* | Don't count m.room.member or m.room.reaction events as viewable | Konstantinos Sideris | 2018-03-18 | 1 | -0/+6 |
| | |||||
* | Remove redacted events from other users (#171) | Konstantinos Sideris | 2018-03-18 | 1 | -6/+0 |
| | |||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 2 | -42/+42 |
| | |||||
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 2 | -0/+6 |
| | | | | fixes #265 | ||||
* | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 2 | -1/+13 |
| | | | | fixes #261 | ||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 2 | -6/+2 |
| | |||||
* | Add a unique id for locally uploaded images | Konstantinos Sideris | 2018-03-07 | 1 | -3/+0 |
| | | | | The event_id will be an empty string because we haven't received yet | ||||
* | Fix crash when trying to use automatically deleted ImageOverlay dialog | Konstantinos Sideris | 2018-02-20 | 1 | -1/+0 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 2 | -3/+3 |
| | |||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 1 | -0/+5 |
| | | | | | On macOS the modal has some extra space around the main content that might make it unusable with a big enough image. | ||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 1 | -1/+0 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 6 | -12/+12 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 6 | -18/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | ||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 2 | -3/+1 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 2 | -3/+0 |
| | |||||
* | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 1 | -3/+4 |
| | |||||
* | 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 |
| | |||||
* | Render messages received by `/messages` on demand | Konstantinos Sideris | 2018-01-30 | 1 | -0/+4 |
| | |||||
* | Register timeline item so that it will be available | Konstantinos Sideris | 2018-01-29 | 1 | -4/+2 |
| | |||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -5/+7 |
| | |||||
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 1 | -0/+2 |
| | |||||
* | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 1 | -1/+13 |
| | |||||
* | 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 |
| | |||||
* | Properly assign default value to QSharedPointer for Qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+4 |
| | | | | [ci skip] | ||||
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -4/+4 |
| | | | | fixes #199 | ||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 6 | -4/+17 |
| | | | fixes #132 | ||||
* | 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 | 2 | -10/+26 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -2/+6 |
| | |||||
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 2 | -2/+4 |
| | | | | fixes #157 | ||||
* | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 1 | -2/+4 |
| | | | | | | | | If the user switched to another timeline before the current timeline filled up with messages, nheko would keep fetching history. Now it will check periodically if the timeline became visible so it can decide whether or not to stop fetching history. | ||||
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 1 | -0/+3 |
| | |||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 7 | -113/+66 |
| | |||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 2 | -0/+65 |
| | | | | fixes #115 | ||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -17/+175 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 5 | -0/+721 |