aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-10-07Fixed massive leaks of Event objectsKitsune Ral
2016-10-05Check there are no non-members "typing" or "having read" messagesKitsune Ral
2016-10-04Changed angle brackets to parentheses for user disambiguationKitsune Ral
2016-09-21Room: don't emit signals if there are no message events receivedKitsune Ral
2016-09-21Merge pull request #31 from Fxrh/kitsune-sender-in-all-eventsKitsuneRal
2016-09-21Merge pull request #30 from Fxrh/fix-messages-orderingKitsuneRal
2016-09-21Push sender from RoomTopicEvent to EventKitsune Ral
2016-09-21Fixed the order of historical messagesKitsune Ral
2016-09-17Merge remote-tracking branch 'remotes/origin/master' into fix-messages-orderingKitsune Ral