Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -310/+0 |
| | |||||
* | 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 | 1 | -2/+31 |
| | | | | fixes #24 | ||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+3 |
| | |||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+5 |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | ||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 1 | -2/+7 |
| | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | ||||
* | Lint | Konstantinos Sideris | 2017-11-15 | 1 | -4/+7 |
| | |||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 1 | -8/+20 |
| | | | [ci skip] | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -8/+7 |
| | |||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 1 | -0/+4 |
| | |||||
* | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 1 | -0/+2 |
| | | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline. | ||||
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 1 | -14/+2 |
| | |||||
* | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 1 | -1/+1 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -4/+5 |
| | |||||
* | Reduce timeline flickering | Konstantinos Sideris | 2017-10-09 | 1 | -4/+3 |
| | |||||
* | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 1 | -0/+9 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -1/+2 |
| | |||||
* | Don't move scrollbar to the bottom when it's active | Konstantinos Sideris | 2017-09-30 | 1 | -1/+3 |
| | | | | fixes #55 | ||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -34/+6 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -4/+39 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 1 | -0/+3 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -80/+79 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -9/+19 |
| | |||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 1 | -2/+2 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+5 |
| | | | | closes #11 | ||||
* | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 1 | -1/+3 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -0/+10 |
| | | | | - Adds detection for duplicate events | ||||
* | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 1 | -1/+5 |
| | |||||
* | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 1 | -0/+2 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 1 | -1/+0 |
| | |||||
* | Update prev_batch only while paginating | Konstantinos Sideris | 2017-05-13 | 1 | -0/+1 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -7/+38 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -7/+15 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -2/+5 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+81 |
In order to be compatible with the Matrix terminology |