| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -440/+0 |
| * | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -1/+1 |
| * | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -0/+8 |
| * | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -6/+6 |
| * | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -1/+1 |
| * | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -20/+34 |
| * | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -4/+4 |
| * | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -7/+4 |
| * | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -0/+1 |
| * | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -1/+7 |
| * | Add remove_if for maps | Konstantinos Sideris | 2018-04-27 | 1 | -7/+4 |
| * | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 1 | -0/+14 |
| * | Remove dead code | Konstantinos Sideris | 2018-04-21 | 1 | -1/+0 |
| * | Save read receipts | Konstantinos Sideris | 2018-04-21 | 1 | -2/+0 |
| * | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -42/+35 |
| * | Update room name & avatar on new rooms | Konstantinos Sideris | 2018-03-12 | 1 | -8/+2 |
| * | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -5/+5 |
| * | Remove QPropertyAnimation from modals to work around a regression on Qt 5.10.... | Konstantinos Sideris | 2018-02-17 | 1 | -1/+1 |
| * | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 1 | -16/+0 |
| * | RoomList: do not blindly dereference RoomState (#232) | William Pitcock | 2018-02-11 | 1 | -5/+8 |
| * | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| * | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 1 | -32/+3 |
| * | Erase items using the key | Konstantinos Sideris | 2018-01-25 | 1 | -1/+1 |
| * | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -77/+83 |
| * | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 1 | -12/+9 |
| * | Communities (#195) | Max Sandholm | 2018-01-09 | 1 | -1/+52 |
| * | Use `toMSecsSinceEpoch` to be compatible with qt < 5.8 | Konstantinos Sideris | 2017-12-30 | 1 | -1/+1 |
| * | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 1 | -1/+61 |
| * | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 1 | -8/+39 |
| * | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 1 | -0/+29 |
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -1/+0 |
| * | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 1 | -5/+2 |
| * | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -2/+3 |
| * | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -0/+9 |
| * | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -3/+13 |
| * | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 1 | -3/+1 |
| |\ | |||||
| | * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -3/+1 |
| * | | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 1 | -23/+16 |
| |/ | |||||
| * | Fix roomlist borders | Konstantinos Sideris | 2017-11-09 | 1 | -0/+3 |
| * | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 1 | -8/+1 |
| * | Add missing headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+1 |
| * | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 1 | -3/+3 |
| * | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -2/+6 |
| * | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 1 | -9/+16 |
| * | Build lmdb on appveyor | Konstantinos Sideris | 2017-10-01 | 1 | -4/+5 |
| * | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 1 | -3/+71 |
| * | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -3/+1 |
| * | Style change again | Konstantinos Sideris | 2017-09-10 | 1 | -99/+102 |
| * | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -11/+19 |
| * | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 1 | -1/+5 |
| * | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -3/+12 |
| * | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 1 | -2/+9 |
| * | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 1 | -4/+4 |
| * | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 1 | -3/+2 |
| * | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 1 | -3/+1 |
| * | Remove RoomList UI form | Konstantinos Sideris | 2017-05-19 | 1 | -11/+30 |
| * | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 1 | -4/+1 |
| * | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -48/+38 |
| * | 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 | 1 | -1/+3 |
| * | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 1 | -1/+14 |
| * | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -0/+20 |
| * | Use light theme | Konstantinos Sideris | 2017-04-14 | 1 | -0/+2 |
| * | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -4/+10 |
| * | Use QString::simplified instead of regex | Konstantinos Sideris | 2017-04-10 | 1 | -2/+2 |
| * | Sanitize room info for display | Konstantinos Sideris | 2017-04-10 | 1 | -0/+5 |
| * | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -23/+26 |
| * | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+119 |
