Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 2 | -2/+19 |
| | |||||
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 4 | -2/+96 |
| | |||||
* | Add drop shadow to emoji panel | Konstantinos Sideris | 2017-05-31 | 2 | -13/+110 |
| | | | | - Minor refactoring | ||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 4 | -13/+46 |
| | |||||
* | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 2 | -0/+55 |
| | |||||
* | Don't show the landing page when there is an active user | Konstantinos Sideris | 2017-05-22 | 1 | -0/+2 |
| | |||||
* | Increase tray icon's bubble size | Konstantinos Sideris | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 3 | -0/+69 |
| | |||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 4 | -10/+24 |
| | |||||
* | Remove RoomList UI form | Konstantinos Sideris | 2017-05-19 | 1 | -8/+6 |
| | |||||
* | Add hover color on RoomList items | Konstantinos Sideris | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Simplify room list item | Konstantinos Sideris | 2017-05-19 | 2 | -30/+54 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 66 | -266/+66 |
| | |||||
* | Add geometry animation on emoji picker | Konstantinos Sideris | 2017-05-16 | 1 | -1/+11 |
| | |||||
* | Show user info even if the display name or avatar are missing | Konstantinos Sideris | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Remove MainWindow ui form | Konstantinos Sideris | 2017-05-14 | 1 | -8/+0 |
| | |||||
* | Make InputValidator class members static | Konstantinos Sideris | 2017-05-14 | 3 | -28/+7 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 3 | -3/+2 |
| | |||||
* | Update prev_batch only while paginating | Konstantinos Sideris | 2017-05-13 | 1 | -0/+1 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 3 | -8/+100 |
| | |||||
* | Highlight URLs in TimelineView | Konstantinos Sideris | 2017-05-11 | 1 | -2/+2 |
| | |||||
* | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 1 | -4/+4 |
| | |||||
* | Add settings panel for homeserver's domain | Konstantinos Sideris | 2017-05-09 | 3 | -1/+53 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -0/+3 |
| | |||||
* | Fix windows build | Konstantinos Sideris | 2017-05-08 | 1 | -3/+3 |
| | |||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 10 | -31/+29 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 21 | -73/+727 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add matrix::events namespace | Konstantinos Sideris | 2017-05-04 | 13 | -0/+78 |
| | |||||
* | Add StateEvent | Konstantinos Sideris | 2017-05-04 | 1 | -0/+67 |
| | |||||
* | Add RoomEvent | Konstantinos Sideris | 2017-05-04 | 1 | -0/+94 |
| | |||||
* | Add base Event class | Konstantinos Sideris | 2017-05-04 | 1 | -0/+89 |
| | |||||
* | Add event contents | Konstantinos Sideris | 2017-05-04 | 10 | -0/+560 |
| | |||||
* | macOS fixes (#15) | Matthew Hodgson | 2017-05-04 | 1 | -0/+3 |
| | | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem. | ||||
* | Add lint rule | Konstantinos Sideris | 2017-04-30 | 3 | -3/+3 |
| | |||||
* | Fix MainWindow being out of focus when the fullscreen overlay is closed | Konstantinos Sideris | 2017-04-30 | 1 | -0/+6 |
| | | | | That was probably a Linux specific issue or my mouse is buggy. | ||||
* | Add full screen overlay for image display | Konstantinos Sideris | 2017-04-30 | 1 | -0/+44 |
| | |||||
* | 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 |