Age | Commit message (Expand) | Author |
2018-03-05 | Room: addTag() and removeTag() | Kitsune Ral |
2018-03-05 | ReadMarkerEvent; TagEvent remade with less boilerplate code | Kitsune Ral |
2018-03-01 | Fix tags saving/restoring (finally) | Kitsune Ral |
2018-02-27 | Room: Save tags in the cache; isFavourite() and isLowPriority() | Kitsune Ral |
2018-02-26 | Room and Connection: support room tags | Kitsune Ral |
2018-02-24 | User/Room: signal that a user/member is about to change the name | Kitsune Ral |
2018-02-23 | Room: user() and memberJoinState(); code cleanup | Kitsune Ral |
2018-02-03 | Room: urlToDownload() and urlToThumbnail() | Kitsune Ral |
2018-02-01 | Room::fileNameToDownload: get a sensible initial name for the file picker | Kitsune Ral |
2018-01-30 | Room: setName(), setCanonicalAlias() | Kitsune Ral |
2018-01-25 | Room, User: expose avatarMediaId(); declare User for the metatype system | Kitsune Ral |
2018-01-25 | Room, User: const-tighten up the code, set QObject names | Kitsune Ral |
2018-01-25 | Expose avatar URLs of Room and User as Q_PROPERTY | Kitsune Ral |
2018-01-20 | Room: store the first displayed event as well; Room::*DisplayedMarker() methods | Kitsune Ral |
2018-01-18 | Room: add properties for shown (room/event), message and members count | Kitsune Ral |
2018-01-18 | Move links pretty-printing code from Quaternion to lib | Kitsune Ral |
2018-01-14 | RoomEvent-aware file up/downloads along with status tracking | Kitsune Ral |
2017-12-28 | Switch from QPixmap to QImage; add convenience avatar() overloads to Room and... | Kitsune Ral |
2017-12-25 | Room: Remove C++14 code from the header file | Kitsune Ral |
2017-12-25 | Now really switching to the new toolchain: C++14, GCC/Clang 5, Qt 5.6 | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-12-14 | Room::markMessagesAsRead(): Move private overload to pimpl | Kitsune Ral |
2017-12-10 | Enable sending requests for redaction to the server | Kitsune Ral |
2017-12-10 | Process incoming redactions | Kitsune Ral |
2017-12-10 | Elaborate a deprecation comment | Kitsune Ral |
2017-11-02 | Room: Move away internal methods to not mislead client authors | Kitsune Ral |
2017-10-30 | Room::timelineSize() convenience method | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | Kitsune Ral |
2017-10-14 | Leaving a room now uses a generated Job file | Kitsune Ral |
2017-10-14 | Cleanup around Room (potentially breaks API compatibility, beware) | Kitsune Ral |
2017-10-13 | Support banning and unbanning | Kitsune Ral |
2017-10-02 | Room::id(): return cref | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-19 | Merge branch 'master' into cache-state-to-json | Kitsune Ral |
2017-09-09 | Kicking, inviting, exposing rooms in Invite state | Kitsune Ral |
2017-09-05 | Room: memberCount(); slight optimization and reformatting | Kitsune Ral |
2017-09-03 | More fixes | Roman Plášil |
2017-08-19 | Room::localUser() facility method | Kitsune Ral |
2017-08-16 | WIP saving intermediate state to JSON | Roman Plášil |
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral |
2017-06-07 | Make markAllMessagesAsRead() Q_INVOKABLE | Roman Plášil |
2017-06-02 | Add Room::memberNames() for nick completion in QML | Roman Plášil |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-13 | More code cleanup and tweaks; fine-tuning logs; performance improvements | Kitsune Ral |
2017-05-09 | LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro... | Kitsune Ral |
2017-05-09 | Allow to get a Connection object of the Room | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-04-18 | Added markAllMessagesAsRead() | Kitsune Ral |
2017-04-14 | Enable PostMessageJob to send rich text messages | Kitsune Ral |