Skip to content

Show multiple attachments

Ruben De Smet requested to merge multiple-attachments-in-view into master

Currently doesn't show anything. The QML code assumes a list of attachments, but I'd rather expose a model (for future lazy loading). Should be possible to rewrite that. @ichthyosaurus, you feel like doing that? ;-)

TODO:

  • [W] unknown:14 - file:///usr/share/harbour-whisperfish/qml/pages/ViewImagePage.qml:14:1: QML ViewImagePage: <Unknown File>:10: Cannot assign to non-existent property "titleOverlay.subtitleItem.wrapMode" (expose subtitle text I suppose)
  • Set the correct attachment upload date (fix #89 (closed))
  • Update attachments when they come in on an open session (fix #288 (closed))
  • Update attachment icon in session list (fix #284 (closed))

Fixes #11 (closed)

Edited by Ruben De Smet

Merge request reports