Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 5 | -35/+35 |
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 20 | -217/+736 |
* | Add matrix::events namespace | Konstantinos Sideris | 2017-05-04 | 11 | -1/+21 |
* | Add base Event class | Konstantinos Sideris | 2017-05-04 | 1 | -0/+61 |
* | Add event contents | Konstantinos Sideris | 2017-05-04 | 10 | -0/+415 |
* | macOS fixes (#15) | Matthew Hodgson | 2017-05-04 | 2 | -12/+20 |
* | Set application attributes before QApplication | Konstantinos Sideris | 2017-05-03 | 1 | -2/+2 |
* | Set text color for QLineEdit | Konstantinos Sideris | 2017-05-03 | 2 | -0/+6 |
* | Don't set the font size with a stylesheet | Konstantinos Sideris | 2017-05-02 | 1 | -6/+7 |
* | Enable high dpi | Konstantinos Sideris | 2017-05-01 | 1 | -0/+2 |
* | Add lint rule | Konstantinos Sideris | 2017-04-30 | 1 | -1/+2 |
* | Fix MainWindow being out of focus when the fullscreen overlay is closed | Konstantinos Sideris | 2017-04-30 | 1 | -3/+10 |
* | Close fullscreen overlay with out of contents click | Konstantinos Sideris | 2017-04-30 | 1 | -0/+2 |
* | Add full screen overlay for image display | Konstantinos Sideris | 2017-04-30 | 2 | -3/+122 |
* | Show image text overlay on hover | Konstantinos Sideris | 2017-04-30 | 1 | -8/+11 |
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 5 | -3/+293 |
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 4 | -48/+48 |
* | Exclude m.room.member events from initial sync | Konstantinos Sideris | 2017-04-27 | 1 | -0/+6 |
* | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 2017-04-26 | 4 | -5/+307 |
* | Bundle fonts into the app | Konstantinos Sideris | 2017-04-25 | 1 | -11/+9 |
* | Set allowed TLD size to 63 chars | Konstantinos Sideris | 2017-04-24 | 1 | -1/+1 |
* | Don't set initial room with an empty room list | Konstantinos Sideris | 2017-04-24 | 1 | -0/+3 |
* | Add common style for the scroll bars | Konstantinos Sideris | 2017-04-24 | 3 | -7/+10 |
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 8 | -14/+1977 |
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 4 | -20/+23 |
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 3 | -2/+22 |
* | Update unread messages for the current room when the app is inactive | Konstantinos Sideris | 2017-04-16 | 1 | -3/+9 |
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 3 | -1/+30 |
* | Move the main window to the center | Konstantinos Sideris | 2017-04-15 | 1 | -0/+8 |
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 6 | -9/+86 |
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 4 | -35/+58 |
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 10 | -36/+40 |
* | Add proper struct initialization | Konstantinos Sideris | 2017-04-13 | 1 | -4/+1 |
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 5 | -44/+200 |
* | Don't use icons as room avatars | Konstantinos Sideris | 2017-04-12 | 2 | -3/+2 |
* | Use less contrast on the sidebar | Konstantinos Sideris | 2017-04-12 | 2 | -4/+5 |
* | Small stylistic changes | Konstantinos Sideris | 2017-04-12 | 3 | -12/+9 |
* | Add style for m.notice | Konstantinos Sideris | 2017-04-12 | 1 | -1/+4 |
* | Use a single nick to color map | Konstantinos Sideris | 2017-04-11 | 2 | -42/+45 |
* | Decrease button's animation duration | Konstantinos Sideris | 2017-04-11 | 1 | -2/+2 |
* | Remove halo animation | Konstantinos Sideris | 2017-04-11 | 2 | -106/+0 |
* | Remove capitalization | Konstantinos Sideris | 2017-04-11 | 1 | -3/+0 |
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 7 | -172/+157 |
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 2 | -12/+22 |
* | Allow message text selection | Konstantinos Sideris | 2017-04-10 | 1 | -0/+1 |
* | Handle room avatars in top bar without an icon | Konstantinos Sideris | 2017-04-10 | 2 | -0/+12 |
* | Hide horizontal scroll bar on history view | Konstantinos Sideris | 2017-04-10 | 2 | -2/+2 |
* | Use QString::simplified instead of regex | Konstantinos Sideris | 2017-04-10 | 2 | -3/+3 |
* | Use Matrix ID for login | Konstantinos Sideris | 2017-04-10 | 2 | -13/+13 |
* | Sanitize room info for display | Konstantinos Sideris | 2017-04-10 | 2 | -13/+17 |
* | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 6 | -21/+21 |
* | Add travis CI | Konstantinos Sideris | 2017-04-09 | 2 | -1/+2 |
* | Clear text fields after login | Konstantinos Sideris | 2017-04-09 | 2 | -0/+7 |
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 8 | -37/+141 |
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 4 | -18/+130 |
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 3 | -18/+22 |
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 7 | -135/+16 |
* | Initialize sync timer | Konstantinos Sideris | 2017-04-06 | 1 | -2/+3 |
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 32 | -0/+4653 |