[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Dieter changed: What|Removed |Added Resolution|--- |MOVED See Also|

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #28 from Mike Kaganski --- (In reply to Mike Kaganski from comment #27) > Every save makes the document "clean". The following save will make it > dirty, Oh a typo indeed; meant to be "The following *edit* will make it

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #27 from Mike Kaganski --- (In reply to Luke Kendall from comment #26) > I also disagree that it should be measured from the first time the doc was > dirtied. I think it's far more useful to measure from the first time the

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #26 from Luke Kendall --- (In reply to Mike Kaganski from comment #24) > (In reply to Luke Kendall from comment #10) > > Surely the logic of the auto-save should be, the time is measured from the > > last time the document

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #25 from Luke Kendall --- (In reply to Dieter from comment #23) > (In reply to Dieter from comment #13) > > So perhaps we have two issues here: > > 1. Improve documentation (should be reported in a new bug) > > 2. Enhancement

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Mike Kaganski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2021-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #23 from Dieter --- (In reply to Dieter from comment #13) > So perhaps we have two issues here: > 1. Improve documentation (should be reported in a new bug) > 2. Enhancement request: AutoSave per document (perhaps this bug or

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-09-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #22 from Luke Kendall --- A new record: it kicked in four minutes after auto-save of one edited document, and manual save of the main document. The whole time, Writer was quite responsive and normal. -- You are receiving

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-09-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Telesto changed: What|Removed |Added CC||mikekagan...@hotmail.com --- Comment

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-09-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #20 from Luke Kendall --- This is happening quite frequently. Often the auto save (which I have set at 30 mins), triggers a mere two minutes after I last saved the file. It seems to especially happen if I save the file when

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #19 from Luke Kendall --- Just a note: At 11:37 local time, auto-save kicked in and interrupted my editing. Last save had been 2 mins earlier: -rw-rw 1 luke kendall 801718 Sep 18 23:35 LostGirl-5x8.odt This is with

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #18 from Luke Kendall --- I generally sanitise by throwing away most but not all the information. I keep capitals, vowels, punctuation. So the change is done with a regexp and match case enabled, then Find:

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #17 from Telesto --- @Luke @Off topic mode If i'm remember I asked this before, but how do you do they obfuscating thing. It's different (& better) compared to what's described here

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #16 from Luke Kendall --- I assume this comment is a little misleading: "// force save of all currently open documents" I assume it really means "force save of all currently open documents that have been modified". Even so,

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #15 from Telesto --- The who logic including the code is explained here.. Pretty well documented.. Especially interesting are of course all variables defining the start/stop of interval timer of autosave/autorecovery. And the

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #14 from Telesto --- (In reply to Luke Kendall from comment #12) > It helps a little, in that it clarifies that the behaviour is not fully > documented. > > "Specifies that LibreOfficeDev saves the information needed to

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #13 from Dieter --- So perhaps we have two issues here: 1. Improve documentation (should be reported in a new bug) 2. Enhancement request: AutoSave per document (perhaps this bug or a new one) -- You are receiving this

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #12 from Luke Kendall --- It helps a little, in that it clarifies that the behaviour is not fully documented. "Specifies that LibreOfficeDev saves the information needed to restore all open documents in case of a crash. You

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Dieter changed: What|Removed |Added CC||dgp-m...@gmx.de --- Comment #11 from

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2020-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #10 from Luke Kendall --- I just noticed it happen again. File last saved at 22:12, autosave period set to 30 mins, and the auto-save kicked in at 22:18. Four documents open, the active one (370,000 characters), and three

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-08-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #9 from Buovjaga --- I tried it again, following your directions in comment 8 closely. I am not able to observe the auto recovery info saving process no matter what I do. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #8 from Luke Kendall --- Can I check my understanding of what you described? "after 2 mins I saved one of the documents (savings takes about 5 seconds for me)." 2 mins after doing something, you saved one document. It took

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #7 from Buovjaga --- I tested with the documents, setting autorecovery info save time to 2 minutes. Using a stopwatch, after 2 mins I saved one of the documents (savings takes about 5 seconds for me). Then I watched what

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #6 from Luke Kendall --- I'm really unsure, because it would then be explicitly doing what the user asked it NOT to. If the new feature was enabled by a separate checkbox (smart autosave), then I suppose it wouldn't hurt,

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Buovjaga changed: What|Removed |Added CC||todven...@suomi24.fi --- Comment #5

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #4 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] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 QA Administrators changed: What|Removed |Added Ever confirmed|1 |0

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #3 from Luke Kendall --- Created attachment 151613 --> https://bugs.documentfoundation.org/attachment.cgi?id=151613=edit Two longish documents The documents I wanted to include have a lot of comments, but I can't get

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 --- Comment #2 from Luke Kendall --- I'm trying to do this. Currently Writer is hanging when I try to load a good sample document. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 QA Administrators changed: What|Removed |Added Whiteboard|QA:needsComment | -- You are receiving this

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Xisco FaulĂ­ changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO CC|

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-05-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 QA Administrators changed: What|Removed |Added Whiteboard||QA:needsComment -- You are

[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently

2019-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122530 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added Blocks||77999