aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divepicturewidget.cpp
AgeCommit message (Expand)Author
2015-10-30Move qt-ui to desktop-widgetsGravatar Tomaz Canabrava
2015-05-29Move DivePictureModel to qt-modelsGravatar Tomaz Canabrava
2015-04-24Allow images to be added via the webGravatar Robert C. Helling
2015-03-17Create picture cache directory if neededGravatar Robert C. Helling
2015-03-16Use QUrl::fromUserInput for image filesGravatar Robert C. Helling
2015-03-16Load remote imagesGravatar Robert C. Helling
2015-03-10Don't call UI functions from helper codeGravatar Dirk Hohndel
2015-02-27Add hashes to imagesGravatar Robert C. Helling
2015-01-17Clean up the header filesGravatar Dirk Hohndel
2014-12-09Hide any pictures shown when closing divelogGravatar Dirk Hohndel
2014-10-28dive.h: add a variant of FOR_EACH_PICTUREGravatar Lubomir I. Ivanov
2014-10-19Resolution-indepent dive picturesGravatar Giuseppe Bilotta
2014-08-05Picture handling: cleaning up the messGravatar Dirk Hohndel
2014-07-30Mark divelist changed after removing a pictureGravatar Dirk Hohndel
2014-07-30Implement the functionality of remove_picture.Gravatar Tomaz Canabrava
2014-07-15Do not create a backup for Q_FOREACH containerGravatar Tomaz Canabrava
2014-07-03UI restructure: updateDiveInfo displays displayed_diveGravatar Dirk Hohndel
2014-07-03UI restructure: always display pictures for displayed diveGravatar Dirk Hohndel
2014-07-01Implement a cache for the scaled imagesGravatar Dirk Hohndel
2014-06-27Emit signal on photo double-clickGravatar Sergey Starosek
2014-06-26Headers cleanup.Gravatar Tomaz Canabrava
2014-06-13Prevent using uninitialized variableGravatar Dirk Hohndel
2014-06-03Another futile attempt to keep whitespace consistentGravatar Dirk Hohndel
2014-06-03Also hold a pointer to the struct picture on the model.Gravatar Tomaz Canabrava
2014-06-03Add a static 'instance()' member for the Photos model.Gravatar Tomaz Canabrava
2014-06-03Change from QPixmap to QImage due to thread issues.Gravatar Tomaz Canabrava
2014-06-03Make the new picture widget display the pictures.Gravatar Tomaz Canabrava
2014-06-03Add the data() method of the Picture Model.Gravatar Tomaz Canabrava
2014-06-03Update the picture model to use the new picture function calls.Gravatar Tomaz Canabrava
2014-06-01Add threaded processing of image pixmapsGravatar Tomaz Canabrava
2014-06-01Add a method to update the dive pictures on the model.Gravatar Tomaz Canabrava
2014-06-01Add a new widget on the main tab: Pictures.Gravatar Tomaz Canabrava
2014-06-01Add stub for a widget to show the dive pictures.Gravatar Tomaz Canabrava