aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divepicturemodel.cpp
AgeCommit message (Expand)Author
2021-04-02profile: display arbitrary diveGravatar Berthold Stoeger
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-05-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06media: turn DivePictureModel::pictures into std::vectorGravatar Berthold Stoeger
2020-05-06media: store dive instead of dive-id in DivePictureModelGravatar Berthold Stoeger
2020-05-06media: don't send dive-id in drag&drop eventGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06pictures: turn QString into std::string for filenamesGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-04-11cleanup: don't keep pointer-to-picture in PictureEntryGravatar Berthold Stoeger
2020-04-10cleanup: directly return from DivePictureModel::data()Gravatar Berthold Stoeger
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2019-04-16Write dive data as video subtitlesGravatar Robert C. Helling
2019-02-07Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
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