aboutsummaryrefslogtreecommitdiff
path: root/lib/avatar.cpp
AgeCommit message (Collapse)Author
2018-11-22Generalise and expose cacheLocation()Kitsune Ral
2018-09-30Avatar: fixes and optimisationsKitsune Ral
Closes #249.
2018-09-23Coding improvements.Black Hat
Change _localFile initializer. Move avatar into <cache>/avatar. Remove redundant codes. Change _localFile to QString. Code deduplication.
2018-09-21Add avatar caching.Black Hat
2018-09-16Remove default avatar.Black Hat
2018-09-09Avatar: don't paint on null images; optimise initial placeholder generationKitsune Ral
2018-04-25Avatar: don't allow null callbacks to be registeredKitsune Ral
2018-04-22Avatar: clear the list of callbacks after completion + general code cleanupKitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral
It's been long overdue to separate them from the rest of the stuff (docs etc.). Also, this allows installing to a directory within the checked out git tree (say, ./install/, similar to ./build/).