aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divepicturemodel.cpp
AgeCommit message (Expand)Author
2018-07-28Dive media: put duration on video thumbnailsGravatar Berthold Stoeger
2018-07-23Dive video: paint duration-bar above thumbnail in profile plotGravatar Berthold Stoeger
2018-07-18Dive media: transport dive-id in drag'n'drop eventsGravatar Berthold Stoeger
2018-07-13Dive pictures: don't update all images on drag&drop to profileGravatar Berthold Stoeger
2018-07-08Dive pictures: detach ProfileWidget2 from DivePictureModelGravatar Berthold Stoeger
2018-07-04Dive pictures: find moved pictures based on filenameGravatar Berthold Stoeger
2018-07-03Dive pictures: remove unnecessary check for no divesGravatar Berthold Stoeger
2018-06-29Dive pictures: adjust rowDDEnd and rowDDStart on picture deletionv4.8.0Gravatar Berthold Stoeger
2018-05-21qt-models: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21Dive pictures: don't repopulate DivePictureModel on deletionGravatar Berthold Stoeger
2018-05-21Dive pictures: change removePicture() interfaceGravatar Berthold Stoeger
2018-05-21Dive pictures: use modelReset signal when reseting picture listGravatar Berthold Stoeger
2018-05-13Dive pictures: Don't update all pictures on drag & drop to profileGravatar Berthold Stoeger
2018-05-13Dive pictures: Move thumbnail-size to Thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: Update pictures when thumbnails are readyGravatar 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-05-13Dive pictures: save thumbnails to individual filesGravatar Berthold Stoeger
2018-05-13Dive pictures: Scale thumbnails on demandGravatar Berthold Stoeger
2018-04-01Debug: sprinkle debug messages in thumbnailing codeGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2017-12-24beginInsertRows requires last >= firstGravatar Jan Mulder
2017-12-18Implement different zoom levels for dive photos tabGravatar Berthold Stoeger
2017-12-18Make scaleImages() a static functionGravatar Berthold Stoeger
2017-12-15divepicturemodel: Reset start and end row for displayed_dive correctlyGravatar Stefan Fuchs
2017-12-13Enable removal of pictures from different dives at the same momentGravatar Stefan Fuchs
2017-12-13Dive pictures show pictures of all selected divesGravatar Stefan Fuchs
2017-12-10Make thumbnail code threadsafeGravatar Berthold Stoeger
2017-12-10Simplify DivePictureModelGravatar Berthold Stoeger
2017-12-10Whitespace fixes in qt-models/divepicturemodel.cppGravatar Berthold Stoeger
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-08Silence warnings in divepicturemodel.cppGravatar Tomaz Canabrava
2015-11-09Store Thumbnails with image hashesGravatar Robert C. Helling
2015-11-06Move ImageDownloader out of the desktop widgetsGravatar Dirk Hohndel
2015-11-03Context menu for images: change DivePicture modelGravatar Guido Lerch
2015-10-03Make logical block match indentationGravatar Dirk Hohndel
2015-08-15Add DiveSitePicturesModelGravatar Tomaz Canabrava
2015-05-29Move DivePictureModel to qt-modelsGravatar Tomaz Canabrava