Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 4 | -2/+87 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 4 | -19/+19 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 2017-04-26 | 4 | -4/+184 |
| | |||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 7 | -3/+277 |
| | |||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 1 | -1/+2 |
| | |||||
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 3 | -0/+11 |
| | |||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 5 | -2/+16 |
| | | | | - Add border width on Badge | ||||
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 1 | -1/+0 |
| | |||||
* | Add proper struct initialization | Konstantinos Sideris | 2017-04-13 | 1 | -0/+8 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 5 | -4/+44 |
| | | | | | | | | | | | | | Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager. | ||||
* | Use a single nick to color map | Konstantinos Sideris | 2017-04-11 | 2 | -5/+4 |
| | |||||
* | Remove halo animation | Konstantinos Sideris | 2017-04-11 | 1 | -34/+0 |
| | |||||
* | Remove capitalization | Konstantinos Sideris | 2017-04-11 | 1 | -2/+0 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 6 | -39/+42 |
| | |||||
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 2 | -0/+2 |
| | |||||
* | Handle room avatars in top bar without an icon | Konstantinos Sideris | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | Use Matrix ID for login | Konstantinos Sideris | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 6 | -24/+24 |
| | |||||
* | Clear text fields after login | Konstantinos Sideris | 2017-04-09 | 1 | -0/+2 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 7 | -4/+24 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 2 | -3/+84 |
| | |||||
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 1 | -0/+5 |
| | |||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 9 | -54/+168 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 31 | -0/+2338 |