index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
user.cpp
Age
Commit message (
Expand
)
Author
2018-01-30
User: Fixes in newly introduced methods
Kitsune Ral
2018-01-30
Fix compilation with Clang
Kitsune Ral
2018-01-30
Fix compatibility with Qt before 5.10
Kitsune Ral
2018-01-30
User: fullName, isGuest, better doc comments
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-14
User: Q_PROPERTYs; setAvatar()
Kitsune Ral
2017-12-28
Switch from QPixmap to QImage; add convenience avatar() overloads to Room and...
Kitsune Ral
2017-11-10
Add Telegram to the list of bridge suffixes
Kitsune Ral
2017-11-10
Fix (IRC) bridge detection
Roman Plášil
2017-10-27
Support m.room.avatar events
Kitsune Ral
2017-10-26
Move out the avatar code from User
Kitsune Ral
2017-10-19
Don't log renames
Kitsune Ral
2017-10-17
Fixed a blunder leading to users not having names
Kitsune Ral
2017-10-14
Support of changing the display name
Kitsune Ral
2017-09-20
User: no more croppedAvatar(); added avatarUrl() accessor
Kitsune Ral
2017-09-15
MediaThumbnailJob: get rid of useless pimpl; add scaledThumbnail()
Kitsune Ral
2017-06-07
Split user's bridge (IRC, Gitter) into a separate field in user model object
Roman Plášil
2017-05-22
Cleanup
Kitsune Ral
2017-05-09
Code cleanup and tweaking (partially driven by clang-tidy)
Kitsune Ral
2017-04-30
Port to categorized logging
Elvis Angelaccio
2017-04-19
Don't discard avatars as well
Elvis Angelaccio
2017-04-17
Don't discard user display names upon leave membership events
Elvis Angelaccio
2017-03-26
Provide a default avatar
Elvis Angelaccio
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-14
MediaThumbnailJob: Use QSize instead of two separate int's for size
Kitsune Ral
2016-07-12
Added a missing #include
Kitsune Ral
2016-05-27
Enhance logging
Kitsune Ral
2016-05-06
Use lambda captures instead of throwing job pointers around
Kitsune Ral
2016-05-02
Supply more information with User::nameChanged signal
Kitsune Ral
2016-04-22
Allow login with token.
David A Roberts
2016-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral