[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #22 from Buovjaga  ---
(In reply to stephenboston from comment #21)
> In light of this conversation perhaps you will allow this feature request to
> remain open. Although the macro is very useful it is not what I am looking
> for. I don't want a backup I want the file I'm working on to be saved under
> its own name, replacing the file on disk that I opened. 

Bug 65509 is about the AutoSave feature being broken, so that is why I closed
your report as a duplicate. It is unfortunate that the report has languished
since 2013, but we have thousands of bug reports and requests and a limited
number of developers.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #21 from stephenbos...@gmail.com ---
I apologise. Sincerely. I am so very sorry. I am grateful for your help. I am.

I thought you were a member of the dev team. I welcome your opinion as a user.
I hope you understand where I'm coming from. 

I have found this very frustrating. Once again, I apologise. 

Thank you for your help. 

In light of this conversation perhaps you will allow this feature request to
remain open. Although the macro is very useful it is not what I am looking for.
I don't want a backup I want the file I'm working on to be saved under its own
name, replacing the file on disk that I opened. 

Please accept my apology and reconsider my request.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #20 from Buovjaga  ---
It seems I hastily gave bad links to the AskLibO answers - to the revision
history instead of the answers. I can't find a way to link to the answers
themselves so:
https://ask.libreoffice.org/en/question/75460/libo-515-on-debian-85-writer-close-without-asking-to-save-in-need-of-an-automatic-incremental-saving-function/?answer=75547#post-id-75547

The answer by mark_t has a TimeAutoBackup document, which contains the macro
module and documentation. Quoting from the file:

"Copy the three modules from the Standard Library of this document or from the
module code sections of the text of this document.

In the “TimedBackup” module set “Const iBackupTimeSeconds” to the desired delay
between automatic saves in seconds. Recommended 900 = 15 minutes.

Under “Tools”, “Customise...”, select save in LibreOffice and assign the macro
“Standard.TimedBackup.TriggerAutomaticBackup” to the events for "Document
loading finished" and "Document has been saved as". 

In “AutoBackup” module, set sPathBackupFolder to select the location for saving
timed backups. The default "\BackupDocs" will save timed backups to a subfolder
"BackupDocs" of the current documents location."

I think it is outrageous that you accuse me of condescension and arrogance when
I am helping you in my free time, as user to user.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #19 from stephenbos...@gmail.com ---
As far as I can see the macro requires a manual trigger. This is not what I
need. 

I want a timed automatic event that triggers the same process as I will trigger
when I press the save button. The macro does not provide that. 

It is not for you to tell me that what you want is better than what I want.

Can you explain why this feature is so difficult for LO to implement? The
function exists as a response to the File.Save event. All I want is a timed
loop that does exactly the same thing. 

Now there may be a very good reason why this impossible but I am yet to hear
it. I receive condescension and correction but no explanation. It's a simple
request and all I get back from the LO dev community is a dismissal insisting
that I don't really want what I want. 

This suggests a charge of arrogance and indifference to users. Users are losers
is a refrain I'm familiar with through my time as a developer. The LO community
is beginning to show itself as that kind of culture. 

I hope to be proven wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEEDINFO|RESOLVED

--- Comment #18 from Buovjaga  ---
Ok I found an older issue.

You have to use the macro solution and it is anyway better to have incremental
versions of the files. Less risk of damaging a single copy.

*** This bug has been marked as a duplicate of bug 65509 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #17 from stephenbos...@gmail.com ---
org.openoffice.Office.Common
   Save
 Document AutoSave boolean true
 Document AutoSavePrompt boolean true
 Document AutoSaveTimeIntervall long 1


org.openoffice.Office.Recovery
   AutoSave Enabled boolean true
   AutoSave TimeIntervall long 1
   AutoSave MinSpaceDocSave long 5
   AutoSave MinSpaceConfigSave long 1
   AutoSave UserAutoSaveEnabled boolean true

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #16 from Buovjaga  ---
(In reply to stephenboston from comment #15)
> Are you sure? It is set to true in mine with an interval of 1.
> 
> I went through this  a year or so ago. My version is the latest as delivered
> through the Ubuntu repository. 6.4.4.2. 
> 
> Perhaps there is an issue with Linux?

Let me reconstruct the expert config structure here for AutoSave:
> org.openoffice.Office.Common
>   Save
> Document AutoSave boolean false
> Document AutoSavePrompt boolean true
> Document AutoSaveTimeIntervall long 10

Then, we have a separate preference for AutoRecovery:
> org.openoffice.Office.Recovery
>   AutoSave Enabled boolean true
>   AutoSave TimeIntervall long 10
>   AutoSave MinSpaceDocSave long 5
>   AutoSave MinSpaceConfigSave long 1
>   AutoSave UserAutoSaveEnabled boolean false

Can you comment on how they are for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #15 from stephenbos...@gmail.com ---
Are you sure? It is set to true in mine with an interval of 1.

I went through this  a year or so ago. My version is the latest as delivered
through the Ubuntu repository. 6.4.4.2. 

Perhaps there is an issue with Linux?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #14 from Buovjaga  ---
(In reply to stephenboston from comment #13)
> That autosave is for autorecovery. That is not the same thing. Autosave
> saves an image that I restore through autorecovery that overwrites the file
> in place. This runs into problems with a version control program.

No, the one in expert config is not autorecovery. Did you try it? The boolean
is false in my expert config, while autorecovery is enabled. I believe autosave
was moved to expert config from the visible UI at some point.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

stephenbos...@gmail.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED

--- Comment #13 from stephenbos...@gmail.com ---
That autosave is for autorecovery. That is not the same thing. Autosave saves
an image that I restore through autorecovery that overwrites the file in place.
This runs into problems with a version control program.

People have been asking for this for many years yet the LO development
community is resistant. There may be a very good reason for this resistance but
it has never been explained to me.

To be clear: the autorecovery process does not work for my workflow. I need a
process that saves the file I'm working on. If Microsoft can do it...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REOPENED|RESOLVED

--- Comment #12 from Buovjaga  ---
Then use Tools > Options > LibreOffice > Advanced ... Expert Configuration ..
search for AutoSave

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

stephenbos...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #11 from stephenbos...@gmail.com ---
This does not satisfy the requirement. 

The suggested macro saves a *backup* of the file when I manually trigger a
file.save. 

I'm looking for a feature that will *automatically* save a file I have open
that is modified.

Expressed simply: 

- consider the File.Save item on the File menu -- the event handler that
responds to that trigger
- every n minutes *automatically* fire that event handler. 

This could be implemented by a simple timed loop that checks if a file is
modified and if it is then trigger the File.Save event.  


The suggested solution -- the macro -- adds an additional process to the
file.save event and a useful feature that is indeed.  

However that solution does not satisfy the requested requirement. 

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2020-04-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #10 from Buovjaga  ---
Use a macro, see:
https://ask.libreoffice.org/en/answers/75547/revisions/
https://ask.libreoffice.org/en/answers/89030/revisions/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #9 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #8 from stephenbos...@gmail.com ---
Auto-recovery is not an acceptable solution for this requirement. 

Consider this scenario:

- I neglect to manually save a document
- I check in the directory
- On another host I make changes to the same file -- attempting to reconstruct
the lost changes
- Back on the home host I checkout those changes
- Open the document in LO
- Auto recovery overwrites the changes

Now admittedly there are steps along the way this could have been avoided, and
many people may insist that sinners must suffer the consequences of their sins. 

However other people may argue, I among them, that it is not the place of
software to play the scold. 

This is a feature that many people have requested and that is persistently
denied for reasons that are not clear. On the face it seems a simple request. A
timed loop that triggers the file.save function on dirty files.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #7 from Xisco Faulí  ---
(In reply to stephenboston from comment #5)
> In other word processors I have used there is an 'Autosave' option in the
> settings. When enabled we can specify a time -- in minutes usually. When a
> file is open and has unsaved changes for that specified time, then the
> system will trigger a 'save' action on that file.

Please, see comment 1, I believe it's what you want, isn't it ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-10-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #6 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-10-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-10-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #5 from stephenbos...@gmail.com ---
In other word processors I have used there is an 'Autosave' option in the
settings. When enabled we can specify a time -- in minutes usually. When a file
is open and has unsaved changes for that specified time, then the system will
trigger a 'save' action on that file.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-10-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Xisco Faulí  ---
(In reply to stephenboston from comment #2)
> I have issues when using remote version control.
> 
> If I check in with unsaved changes those changes will not be recovered when
> I checkout to a different device.
> 
> I am a frequent saver but still there are those odd moments -- say I'm about
> to checkin then make a quick change to a file and then checkin without
> saving the file.
> 
> I do understand that such cases are instances of operator error -- I do I do
> -- but every other word processor I've used offers this feature and in these
> days with our fast disks even a large file saves instantly.
> 
> I've read that previous attempts to provide this feature wiped out the
> file's history for undo, but I do not find that a simple save of the file
> has this effect.
> 
> It should be possible to do this with a macro but I had difficulty with the
> macro framework and running context, and I don't have the time to learn
> unfortunately.

Hi,
How is it called in the other word processor? Word for instance ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

--- Comment #2 from stephenbos...@gmail.com ---
I have issues when using remote version control.

If I check in with unsaved changes those changes will not be recovered when I
checkout to a different device.

I am a frequent saver but still there are those odd moments -- say I'm about to
checkin then make a quick change to a file and then checkin without saving the
file.

I do understand that such cases are instances of operator error -- I do I do --
but every other word processor I've used offers this feature and in these days
with our fast disks even a large file saves instantly.

I've read that previous attempts to provide this feature wiped out the file's
history for undo, but I do not find that a simple save of the file has this
effect.

It should be possible to do this with a macro but I had difficulty with the
macro framework and running context, and I don't have the time to learn
unfortunately.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes

2019-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127224

Oliver Brinzing  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
Thank you for reporting the bug. 

LO has already a AutoRecovery feature.
Please check Menu Tools/Options/Load/Save/General/
Save
[ ] Save AutoRecovery information every x Minutes

Does that correspond to your ideas?

I have set the bug's status to 'NEEDINFO'. 
Please change it back to 'UNCONFIRMED' once the requested info is provided.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs