aboutsummaryrefslogtreecommitdiffstats
path: root/core/imagedownloader.cpp
AgeCommit message (Expand)Author
2021-01-01core: add "transparent" parameter to renderSVGIconGravatar Berthold Stoeger
2021-01-01core: move renderSVGIcon() to qthelper.cppGravatar Berthold Stoeger
2020-01-10code cleanup: consistently initialize zero duration_tGravatar Dirk Hohndel
2019-03-18Core: remove variable name conflictGravatar Robert C. Helling
2019-02-07Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
2018-07-28Dive media: Extract thumbnails from videos with ffmpegGravatar Berthold Stoeger
2018-07-23Dive video: paint duration-bar above thumbnail in profile plotGravatar Berthold Stoeger
2018-07-23Dive media: prepare for video-thumbnailsGravatar Berthold Stoeger
2018-07-09Dive pictures: differentiate between IO-error and unknown formatGravatar Berthold Stoeger
2018-07-08Dive pictures: detach ProfileWidget2 from DivePictureModelGravatar Berthold Stoeger
2018-07-08Dive pictures: Recognize video filesGravatar Berthold Stoeger
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger
2018-07-04Dive pictures: index local file name by canonical filnameGravatar Berthold Stoeger
2018-06-28Dive pictures: render icons with white instead of transparent backgroundGravatar Berthold Stoeger
2018-06-22Dive pictures: fix loading of remote images without local versionGravatar Berthold Stoeger
2018-06-13Dive pictures: Make failure of loading images less noisyGravatar Berthold Stoeger
2018-05-27Dive pictures: automatically recalculate thumbnailsGravatar Berthold Stoeger
2018-05-27Dive pictures: give user option to recalculate thumbnailsGravatar Berthold Stoeger
2018-05-26Dive pictures: Derive thumbnail file from picture filenameGravatar Berthold Stoeger
2018-05-26Cleanup: remove code related to pictures in the cloud-repositoryGravatar Berthold Stoeger
2018-05-16Dive pictures: don't attempt reading the same image twiceGravatar Berthold Stoeger
2018-05-16Dive pictures: Don't enter infinity loop on invalid picturesGravatar Berthold Stoeger
2018-05-13Dive pictures: refactor image downloaderGravatar Berthold Stoeger
2018-05-13Dive pictures: Import camera iconGravatar Berthold Stoeger
2018-05-13Dive pictures: Move thumbnail-size to Thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: Introduce thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: replace picture struct by QStringGravatar Berthold Stoeger
2018-05-13Dive pictures: turn SHashedImage class into getHashedImage() functionGravatar Berthold Stoeger
2018-04-01Debug: Error reporting for SHashedImage loadingGravatar Berthold Stoeger
2018-04-01Debug: sprinkle debug messages in thumbnailing codeGravatar Berthold Stoeger
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