aboutsummaryrefslogtreecommitdiffstats
path: root/core/imagedownloader.cpp
AgeCommit message (Expand)Author
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-03-05Cleanup: Fold add_hash() call into learnHash() functionGravatar Berthold Stoeger
2018-03-05Cleanup: remove updateHash() functionGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Use signal to exit eventloopGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Use implicit default constructor of QImageGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: remove recursionGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Make the manager object local to load()Gravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Simplify deletion of objectsGravatar Berthold Stoeger
2018-03-05core/imagedownloader.cpp: Fix memory leakGravatar Berthold Stoeger
2018-02-07Cleanup: unserialize loading of picturesGravatar Berthold Stoeger
2018-02-07Cleanup: Make local helpers and variables of static linkageGravatar Berthold Stoeger
2017-12-29cleanup: Uninitialized scalar fieldGravatar Jan Mulder
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2016-12-30Fix picture hashing logic for pictures on the web.Gravatar Robert C. Helling
2016-04-30Only attempt to download each picture onceGravatar Robert C. Helling
2016-04-29Protect access to image hash dictionaries with lockGravatar Robert C. Helling
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel