After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669927 - Save current entry after a timeout
Save current entry after a timeout
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
unspecified
Other All
: Normal enhancement
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-12 14:44 UTC by Philip Withnall
Modified: 2012-03-25 09:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Withnall 2012-02-12 14:44:40 UTC
Currently the current diary entry is only saved when Almanah is closed, or the view is switched to a different diary entry. It would be good to also save the current diary entry after an inactivity timeout, just in case the user keeps one diary entry open (for example) for an entire day.
Comment 1 Philip Withnall 2012-03-25 09:28:15 UTC
commit 7501b26e7414d95d55f57bd497cc034ba9dfc76c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Mar 25 10:17:01 2012 +0100

    Bug 669927 — Save current entry after a timeout
    
    Save the current entry every 10 minutes, to deal with the situation where
    a user keeps the same entry open all day, periodically adding to it.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=669927

 src/main-window.c |   38 ++++++++++++++++++++++++++++++++++----
 1 files changed, 34 insertions(+), 4 deletions(-)