Skip to content

Message Database Interface Modificarions

Karel Slaný requested to merge message-db-interface-changes into develop

The database container should emit signals when stored data changes in order to notify the application.

Any shortcuts made in the code of the main window are undesired as the database modifications can be triggered elsewhere and the main window must be able to cope with the changes.

Currently are handled:

  • downloads of complete message content
  • changes of the local read status
  • changes of the process state
  • deleted all message data

Addresses #511 (closed).

Closes #511 (closed).

Edited by Karel Slaný

Merge request reports