Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -560/+0 |
| | |||||
* | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 1 | -130/+11 |
| | |||||
* | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 1 | -44/+10 |
| | |||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -26/+1 |
| | | | | fixes #24 | ||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+38 |
| | |||||
* | Remove another /messages call (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -2/+0 |
| | |||||
* | Don't backfill messages automatically (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 |
| | |||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 1 | -0/+1 |
| | |||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+52 |
| | | | | | | | | 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 | -1/+10 |
| | | | | | | | 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 | -6/+11 |
| | |||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 1 | -30/+74 |
| | | | [ci skip] | ||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -4/+4 |
| | |||||
* | Reset the sender's name when paginating backwards | Konstantinos Sideris | 2017-11-03 | 1 | -0/+4 |
| | | | | | | | | The first message of the timeline would have an avatar and the rest of the messages would use the previous to be configured (whether or not should have an avatar). fixes #63 | ||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 1 | -1/+1 |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -9/+4 |
| | |||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 1 | -0/+23 |
| | |||||
* | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 1 | -1/+10 |
| | | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline. | ||||
* | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 1 | -13/+7 |
| | |||||
* | Scroll to the bottom on new messages | Konstantinos Sideris | 2017-10-09 | 1 | -1/+6 |
| | | | | Bug introduced on the last commit | ||||
* | Reduce timeline flickering | Konstantinos Sideris | 2017-10-09 | 1 | -14/+21 |
| | |||||
* | Update badge counter only on change | Konstantinos Sideris | 2017-10-01 | 1 | -4/+2 |
| | |||||
* | Don't move scrollbar to the bottom when it's active | Konstantinos Sideris | 2017-09-30 | 1 | -10/+8 |
| | | | | fixes #55 | ||||
* | Stop sync timer after logout | Konstantinos Sideris | 2017-09-30 | 1 | -1/+18 |
| | | | | Silence errors from redacted events | ||||
* | Fix reverse iterator crash | Konstantinos Sideris | 2017-09-22 | 1 | -4/+5 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -5/+62 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -40/+7 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 1 | -0/+29 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -275/+277 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -26/+50 |
| | |||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 1 | -9/+12 |
| | |||||
* | Don't overwrite last user | Konstantinos Sideris | 2017-08-13 | 1 | -9/+6 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+19 |
| | | | | closes #11 | ||||
* | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 1 | -7/+12 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -2/+50 |
| | | | | - Adds detection for duplicate events | ||||
* | Append backwards events after the spacer | Konstantinos Sideris | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -6/+8 |
| | |||||
* | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 1 | -6/+16 |
| | |||||
* | Don't mark messages from local user as unread | Konstantinos Sideris | 2017-06-01 | 1 | -1/+7 |
| | | | | closes #37 | ||||
* | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 1 | -0/+3 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 1 | -6/+0 |
| | |||||
* | Update prev_batch only while paginating | Konstantinos Sideris | 2017-05-13 | 1 | -1/+4 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -81/+193 |
| | |||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -47/+75 |
| | | | | | - 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/+44 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+190 |
In order to be compatible with the Matrix terminology |