index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
divepicturewidget.cpp
Age
Commit message (
Expand
)
Author
2014-07-03
UI restructure: updateDiveInfo displays displayed_dive
Dirk Hohndel
2014-07-03
UI restructure: always display pictures for displayed dive
Dirk Hohndel
2014-07-01
Implement a cache for the scaled images
Dirk Hohndel
2014-06-27
Emit signal on photo double-click
Sergey Starosek
2014-06-26
Headers cleanup.
Tomaz Canabrava
2014-06-13
Prevent using uninitialized variable
Dirk Hohndel
2014-06-03
Another futile attempt to keep whitespace consistent
Dirk Hohndel
2014-06-03
Also hold a pointer to the struct picture on the model.
Tomaz Canabrava
2014-06-03
Add a static 'instance()' member for the Photos model.
Tomaz Canabrava
2014-06-03
Change from QPixmap to QImage due to thread issues.
Tomaz Canabrava
2014-06-03
Make the new picture widget display the pictures.
Tomaz Canabrava
2014-06-03
Add the data() method of the Picture Model.
Tomaz Canabrava
2014-06-03
Update the picture model to use the new picture function calls.
Tomaz Canabrava
2014-06-01
Add threaded processing of image pixmaps
Tomaz Canabrava
2014-06-01
Add a method to update the dive pictures on the model.
Tomaz Canabrava
2014-06-01
Add a new widget on the main tab: Pictures.
Tomaz Canabrava
2014-06-01
Add stub for a widget to show the dive pictures.
Tomaz Canabrava