Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -300/+0 |
| | |||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -1/+18 |
| | | | | fixes #24 | ||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+8 |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | ||||
* | Lint | Konstantinos Sideris | 2017-11-15 | 1 | -5/+6 |
| | |||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 1 | -11/+17 |
| | | | [ci skip] | ||||
* | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 1 | -2/+2 |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -2/+2 |
| | |||||
* | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 1 | -0/+10 |
| | |||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 1 | -23/+33 |
| | | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client. | ||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -3/+1 |
| | |||||
* | Use white as the background color | Konstantinos Sideris | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -0/+18 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -6/+15 |
| | | | | closes #41 | ||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -139/+123 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -13/+23 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+10 |
| | | | | closes #11 | ||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -3/+16 |
| | | | | - Adds detection for duplicate events | ||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -1/+2 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 1 | -7/+4 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -4/+3 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -0/+9 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -12/+11 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+201 |
In order to be compatible with the Matrix terminology |