aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-06Fixed building with MSVCKitsune Ral
2017-02-26Skip read events with an empty event idKitsune Ral
2017-02-23Receipts internal handling improvedKitsune Ral
2017-01-27Merge pull request #52 from Fxrh/kitsune-reverse-iteratorsKitsune Ral
2017-01-17Room: Use reverse iterators internally to deal with read markersKitsune Ral
2017-01-11Merge pull request #51 from Fxrh/kitsune-traceable-eventsKitsune Ral
2017-01-08Simplified Room::Private::readMarker() codeKitsune Ral
2016-11-26Room: provide ability to find an event in the timeline by its idKitsune Ral
2016-11-26Room: use std::deque for the timelineKitsune Ral
2016-11-26CleanupKitsune Ral
2016-11-25Merge pull request #46 from maralorn/crop-avatarKitsuneRal
2016-11-25Merge pull request #48 from Fxrh/kitsune-unread-messages-in-libKitsuneRal
2016-11-14Merge branch 'pragma-once'Kitsune Ral
2016-11-14Removed no more used filesKitsune Ral
2016-11-07Fixed a crasher that slipped in the previous commitKitsune Ral
2016-11-07Room::doAddNewMessages: Extend auto-promotion to all users, not only localKitsune Ral
2016-11-07Merge pull request #49 from Fxrh/kitsune-cleanupKitsuneRal
2016-11-06Use #pragma once everywhereMalte Brandy
2016-11-06Room: extend promoteReadMarker over non-local users (again)Kitsune Ral
2016-11-03Auto-promote the read marker over locally-originated messagesKitsune Ral
2016-11-02Room: make read marker a Q_PROPERTY; markMessagesAsRead now uses eventId againKitsune Ral
2016-11-01Removed unused codeKitsune Ral
2016-11-01Receipt: eventId is extraneous inside the receipt, since receipts are associa...Kitsune Ral
2016-11-01Moved MemberNameSorter from Quaternion to libKitsune Ral
2016-11-01Removed unused #includesKitsune Ral
2016-10-31Code cleanup upon inspection in CLionKitsune Ral
2016-10-28Relax logging a bitKitsune Ral
2016-10-28Implemented unread messages indication on the lib sideKitsune Ral
2016-10-27Fixed a false alarm in Qt CreatorKitsune Ral
2016-10-27Merge pull request #47 from Fxrh/kitsune-cmake-tweaksKitsuneRal
2016-10-27Set CMAKE_CXX_STANDARD variable instead of listing compiler featuresKitsune Ral
2016-10-27Use more compact syntax for find_package; display prefix path to QtKitsune Ral
2016-10-26Introduce cropedAvatarMalte Brandy
2016-10-24Crop avatar to ensure it has exactly the wanted size; Fixes memory leak #54Malte Brandy
2016-10-24Merge pull request #44 from Fxrh/kitsune-read-receiptsKitsuneRal
2016-10-23Room: Don't let the read marker (of any user) get back, only forwardKitsune Ral
2016-10-23A couple of fixes according to the PR reviewKitsune Ral
2016-10-21Room::markMessagesAsRead correctly handles local user's messages nowKitsune Ral
2016-10-21Fixed building on VS2013Kitsune Ral
2016-10-20Room: added setLastReadEvent accessor and a signal for it; don't post receipt...Kitsune Ral
2016-10-17Merge pull request #43 from Fxrh/kitsune-request-paramsKitsuneRal
2016-10-17Changed the order of arguments in SyncJob::SyncJob()Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-10-14Merge pull request #42 from Fxrh/kitsune-use-qsizeFelix Rohrbach
2016-10-14MediaThumbnailJob: Use QSize instead of two separate int's for sizeKitsune Ral
2016-10-11Merge pull request #32 from Fxrh/kitsune-memory-careFelix Rohrbach
2016-10-11Removed long obsolete initialsyncjob.* files (fixes #37)Kitsune Ral
2016-10-07Fix building with VS2013Kitsune Ral
2016-10-07Fixed leaks of RoomMessageEvent contentKitsune Ral
2016-10-07Use Q_DECLARE_TYPEINFO correctlyKitsune Ral