| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 5 | -5/+4 |
| * | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 21 | -30/+3 |
| * | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 4 | -23/+11 |
| * | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 1 | -3/+4 |
| * | Remove tone emoji | Konstantinos Sideris | 2018-02-09 | 2 | -10/+11 |
| * | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 2 | -2/+5 |
| * | 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 |
| * | Erase items using the key | Konstantinos Sideris | 2018-01-25 | 1 | -1/+1 |
| * | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 1 | -1/+2 |
| * | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 8 | -75/+57 |
| * | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 1 | -0/+2 |
| * | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 1 | -17/+11 |
| * | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 1 | -1/+0 |
| * | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 2 | -4/+12 |
| * | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 3 | -7/+4 |
| * | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 1 | -0/+1 |
| * | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 3 | -0/+3 |
| * | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 1 | -1/+13 |
| * | Add borders | Konstantinos Sideris | 2018-01-15 | 1 | -0/+1 |
| * | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 2 | -22/+2 |
| * | Add option to disable typing notifications | Konstantinos Sideris | 2018-01-14 | 1 | -0/+9 |
| * | 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 | 2 | -8/+27 |
| * | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 1 | -1/+1 |
| * | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 1 | -22/+25 |
| * | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 4 | -16/+24 |
| * | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 1 | -0/+1 |
| * | Properly assign default value to QSharedPointer for Qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+4 |
| * | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -4/+4 |
| * | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 2 | -2/+7 |
| * | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 1 | -0/+4 |
| * | Lint | Konstantinos Sideris | 2018-01-11 | 1 | -2/+2 |
| * | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 1 | -0/+3 |
| * | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 9 | -12/+103 |
| * | Make group's sidebar visible through an option | Konstantinos Sideris | 2018-01-09 | 2 | -1/+20 |
| * | Communities (#195) | Max Sandholm | 2018-01-09 | 8 | -6/+246 |
| * | 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 | 3 | -10/+46 |
| * | Add missing <functional> header | Konstantinos Sideris | 2018-01-03 | 1 | -0/+1 |
| * | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 8 | -5/+132 |
| * | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 4 | -3/+34 |
| * | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 4 | -3/+8 |
| * | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 2 | -3/+9 |
| * | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 1 | -2/+4 |
| * | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 3 | -1/+13 |
| * | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 1 | -0/+3 |
| * | Fix font size inconsistencies | Konstantinos Sideris | 2017-12-21 | 1 | -1/+5 |
| * | Bump font sizes | Konstantinos Sideris | 2017-12-21 | 1 | -6/+6 |
| * | Prevent emoji selector for closing | Konstantinos Sideris | 2017-12-21 | 1 | -1/+0 |
| * | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 4 | -24/+69 |
| * | Allow only one application instance | Konstantinos Sideris | 2017-12-14 | 1 | -0/+31 |
| * | Valgrind run | Konstantinos Sideris | 2017-12-12 | 1 | -1/+1 |
| * | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 3 | -0/+52 |
| * | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 4 | -0/+76 |
| * | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 3 | -3/+21 |
| * | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 1 | -0/+3 |
| * | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 1 | -0/+12 |
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 35 | -1722/+189 |
| * | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 3 | -92/+0 |
| * | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 2 | -0/+65 |
| * | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 8 | -5/+15 |
| * | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -17/+175 |
| * | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 13 | -39/+67 |
| * | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 15 | -1/+2 |
| * | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 1 | -9/+79 |
| * | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 1 | -10/+26 |
| * | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 6 | -2/+79 |
| * | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 4 | -0/+108 |
| * | Reload theme without restart (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -2/+3 |
| * | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -0/+3 |
| * | Add dark theme | Konstantinos Sideris | 2017-11-25 | 1 | -1/+3 |
| * | Update system theme | Konstantinos Sideris | 2017-11-25 | 2 | -2/+2 |
| * | Send read receipts | Konstantinos Sideris | 2017-11-24 | 5 | -1/+11 |
| * | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 7 | -7/+7 |
| * | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 2 | -9/+3 |
| * | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 6 | -0/+16 |
| * | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 8 | -8/+74 |
| |\ | |||||
| | * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 8 | -8/+74 |
| * | | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 1 | -2/+3 |
| |/ | |||||
| * | Lint | Konstantinos Sideris | 2017-11-15 | 2 | -5/+8 |
| * | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 3 | -12/+29 |
| * | Improve settings menu layout | Konstantinos Sideris | 2017-11-09 | 1 | -2/+7 |
| * | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 1 | -8/+3 |
| * | Parse unsigned key | Konstantinos Sideris | 2017-11-06 | 1 | -0/+26 |
| * | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 1 | -11/+21 |
| * | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 2 | -1/+3 |
| * | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 1 | -0/+1 |
| * | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 5 | -0/+199 |
| * | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 3 | -2/+19 |
| * | Add missing headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+1 |
| * | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 1 | -3/+9 |
| * | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 2 | -2/+28 |
| * | Clean up headers | Konstantinos Sideris | 2017-10-28 | 32 | -116/+116 |
| * | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 2 | -0/+30 |
| * | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 1 | -0/+2 |
| * | Lint | Konstantinos Sideris | 2017-10-23 | 2 | -20/+5 |
| * | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -42/+0 |
| * | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 34 | -639/+106 |
| * | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 1 | -1/+1 |
| * | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 3 | -3/+12 |
| * | Move ctrl-k callback to the MainWindow | Konstantinos Sideris | 2017-10-20 | 2 | -4/+2 |
| * | Remove sync timer | Konstantinos Sideris | 2017-10-20 | 1 | -3/+0 |
| * | Make sidebar topic expand on click and fix html formatting of elided text. (#96) | Rokas Kupstys | 2017-10-20 | 2 | -2/+29 |
| * | Elide room topic | Konstantinos Sideris | 2017-10-19 | 1 | -8/+5 |
| * | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 33 | -178/+195 |
| * | Reduce timeline flickering | Konstantinos Sideris | 2017-10-09 | 1 | -4/+3 |
| * | Add /join command support | Konstantinos Sideris | 2017-10-08 | 4 | -0/+9 |
| * | Add snackbar | Konstantinos Sideris | 2017-10-08 | 1 | -0/+80 |
| * | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 1 | -2/+7 |
| * | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 3 | -0/+13 |
| * | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 6 | -11/+11 |
| * | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -1/+1 |
| * | Put typing notifications above the text input | Konstantinos Sideris | 2017-10-04 | 1 | -0/+1 |
| * | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 4 | -5/+40 |
| * | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 1 | -7/+3 |
| * | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 10 | -0/+124 |
| * | Update badge counter only on change | Konstantinos Sideris | 2017-10-01 | 1 | -1/+1 |
| * | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 6 | -24/+18 |
| * | Fixes #50. | Rokas Kupstys | 2017-10-01 | 1 | -0/+2 |
| * | Don't move scrollbar to the bottom when it's active | Konstantinos Sideris | 2017-09-30 | 1 | -1/+3 |
| * | Add missing update calls | Konstantinos Sideris | 2017-09-30 | 2 | -0/+5 |
| * | Remove unnecessary animations | Konstantinos Sideris | 2017-09-30 | 2 | -90/+1 |
| * | Refactor the welcome page | Konstantinos Sideris | 2017-09-30 | 1 | -21/+2 |
| * | Merge branch 'images' | Konstantinos Sideris | 2017-09-10 | 10 | -164/+92 |
| |\ | |||||
| | * | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 10 | -264/+192 |
| * | | Style change again | Konstantinos Sideris | 2017-09-10 | 68 | -1444/+1467 |
| |/ | |||||
| * | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 5 | -115/+165 |
| * | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 2 | -0/+7 |
| * | Linkify URLs in room topics | Konstantinos Sideris | 2017-08-26 | 1 | -28/+36 |
| * | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 1 | -0/+10 |
| * | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 3 | -100/+102 |
| * | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 3 | -136/+133 |
| * | Fix login UX | Konstantinos Sideris | 2017-08-21 | 1 | -0/+2 |
| * | Place the completion popup under the search widget | Konstantinos Sideris | 2017-08-20 | 1 | -0/+11 |
| * | Small style change | Konstantinos Sideris | 2017-08-20 | 49 | -304/+458 |
| * | Add missing destructors | Konstantinos Sideris | 2017-08-15 | 1 | -0/+6 |
| * | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 2 | -0/+66 |
| * | Focus on the text input when switching rooms | Konstantinos Sideris | 2017-08-14 | 1 | -0/+6 |
| * | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 2 | -2/+3 |
| * | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 5 | -2/+32 |
| * | Fix full screen image viewer on macOS sierra | Konstantinos Sideris | 2017-08-06 | 1 | -6/+2 |
| * | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 2 | -2/+5 |
| * | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 5 | -0/+80 |
| * | Add serialization on matrix events | Konstantinos Sideris | 2017-07-30 | 15 | -12/+111 |
| * | Save and restore app's window size | Konstantinos Sideris | 2017-07-30 | 2 | -0/+12 |
| * | Fix small timestamp misalignment | Konstantinos Sideris | 2017-07-15 | 1 | -1/+1 |
| * | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 7 | -24/+71 |
| * | Linting | Konstantinos Sideris | 2017-07-09 | 1 | -2/+0 |
| * | Improve login flow (#35) | jansol | 2017-07-08 | 3 | -19/+36 |
| * | Slow down spinner | Konstantinos Sideris | 2017-07-02 | 1 | -0/+3 |
| * | Remove hardcoded font sizes on the top bars and text input | Konstantinos Sideris | 2017-07-01 | 3 | -2/+15 |
| * | Set emoji size relative to the default font | Konstantinos Sideris | 2017-07-01 | 1 | -0/+3 |
| * | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 2 | -4/+11 |
| * | Repaint when the room avatar is received | Konstantinos Sideris | 2017-06-05 | 1 | -0/+1 |
| * | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -1/+1 |
| * | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 1 | -1/+5 |
| * | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 3 | -4/+72 |
| * | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 3 | -0/+50 |
| * | Be explicit about the text color on the context menu | Konstantinos Sideris | 2017-05-31 | 1 | -3/+3 |
| * | 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 |
| * | 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 | -30/+28 |
| * | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 21 | -73/+727 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
