Age | Commit message (Expand) | Author |
2017-02-28 | Parse event id for all events; timestamp for all except typing and receipts | Kitsune Ral |
2017-02-26 | Skip read events with an empty event id | Kitsune Ral |
2017-02-23 | Receipts internal handling improved | Kitsune Ral |
2017-01-27 | Merge pull request #52 from Fxrh/kitsune-reverse-iterators | Kitsune Ral |
2017-01-17 | Room: Use reverse iterators internally to deal with read markers | Kitsune Ral |
2017-01-11 | Merge pull request #51 from Fxrh/kitsune-traceable-events | Kitsune Ral |
2017-01-08 | Simplified Room::Private::readMarker() code | Kitsune Ral |
2016-11-26 | Room: provide ability to find an event in the timeline by its id | Kitsune Ral |
2016-11-26 | Room: use std::deque for the timeline | Kitsune Ral |
2016-11-26 | Cleanup | Kitsune Ral |
2016-11-25 | Merge pull request #46 from maralorn/crop-avatar | KitsuneRal |
2016-11-25 | Merge pull request #48 from Fxrh/kitsune-unread-messages-in-lib | KitsuneRal |
2016-11-14 | Merge branch 'pragma-once' | Kitsune Ral |
2016-11-14 | Removed no more used files | Kitsune Ral |
2016-11-07 | Fixed a crasher that slipped in the previous commit | Kitsune Ral |
2016-11-07 | Room::doAddNewMessages: Extend auto-promotion to all users, not only local | Kitsune Ral |
2016-11-07 | Merge pull request #49 from Fxrh/kitsune-cleanup | KitsuneRal |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-06 | Room: extend promoteReadMarker over non-local users (again) | Kitsune Ral |
2016-11-03 | Auto-promote the read marker over locally-originated messages | Kitsune Ral |
2016-11-02 | Room: make read marker a Q_PROPERTY; markMessagesAsRead now uses eventId again | Kitsune Ral |
2016-11-01 | Removed unused code | Kitsune Ral |
2016-11-01 | Receipt: eventId is extraneous inside the receipt, since receipts are associa... | Kitsune Ral |
2016-11-01 | Moved MemberNameSorter from Quaternion to lib | Kitsune Ral |
2016-11-01 | Removed unused #includes | Kitsune Ral |
2016-10-31 | Code cleanup upon inspection in CLion | Kitsune Ral |
2016-10-28 | Relax logging a bit | Kitsune Ral |
2016-10-28 | Implemented unread messages indication on the lib side | Kitsune Ral |
2016-10-27 | Fixed a false alarm in Qt Creator | Kitsune Ral |
2016-10-27 | Merge pull request #47 from Fxrh/kitsune-cmake-tweaks | KitsuneRal |
2016-10-27 | Set CMAKE_CXX_STANDARD variable instead of listing compiler features | Kitsune Ral |
2016-10-27 | Use more compact syntax for find_package; display prefix path to Qt | Kitsune Ral |
2016-10-26 | Introduce cropedAvatar | Malte Brandy |
2016-10-24 | Crop avatar to ensure it has exactly the wanted size; Fixes memory leak #54 | Malte Brandy |
2016-10-24 | Merge pull request #44 from Fxrh/kitsune-read-receipts | KitsuneRal |
2016-10-23 | Room: Don't let the read marker (of any user) get back, only forward | Kitsune Ral |
2016-10-23 | A couple of fixes according to the PR review | Kitsune Ral |
2016-10-21 | Room::markMessagesAsRead correctly handles local user's messages now | Kitsune Ral |
2016-10-21 | Fixed building on VS2013 | Kitsune Ral |
2016-10-20 | Room: added setLastReadEvent accessor and a signal for it; don't post receipt... | Kitsune Ral |
2016-10-17 | Merge pull request #43 from Fxrh/kitsune-request-params | KitsuneRal |
2016-10-17 | Changed the order of arguments in SyncJob::SyncJob() | Kitsune Ral |
2016-10-15 | BaseJob: Use saved parameters instead of overriding apiPath(), query() and da... | Kitsune Ral |
2016-10-14 | Merge pull request #42 from Fxrh/kitsune-use-qsize | Felix Rohrbach |
2016-10-14 | MediaThumbnailJob: Use QSize instead of two separate int's for size | Kitsune Ral |
2016-10-11 | Merge pull request #32 from Fxrh/kitsune-memory-care | Felix Rohrbach |
2016-10-11 | Removed long obsolete initialsyncjob.* files (fixes #37) | Kitsune Ral |
2016-10-07 | Fix building with VS2013 | Kitsune Ral |
2016-10-07 | Fixed leaks of RoomMessageEvent content | Kitsune Ral |
2016-10-07 | Use Q_DECLARE_TYPEINFO correctly | Kitsune Ral |