[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2023-04-27 Thread Pure
https://bugs.kde.org/show_bug.cgi?id=410024

Pure  changed:

   What|Removed |Added

 CC||darkedpa...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-06-01 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

Halla Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 Status|REOPENED|ASSIGNED

--- Comment #21 from Halla Rempt  ---
I'm assiging it to you :P

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-06-01 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=410024

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|ha...@valdyas.org   |krita-bugs-n...@kde.org
   Severity|major   |normal
  Component|General |Usability

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-06-01 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=410024

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #20 from Dmitry Kazakov  ---
I'm reopening this bug, because we agreed that we need a proper save operation
queueing/compression. The fix in the commit avoids the data loss, but makes UIX
not very user friedly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-05-31 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=410024

Dmitry Kazakov  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/45c28ddef
   ||8e09e19ce186fbfcd3ef7580ecf
   ||9ab4

--- Comment #19 from Dmitry Kazakov  ---
Git commit 45c28ddef8e09e19ce186fbfcd3ef7580ecf9ab4 by Dmitry Kazakov, on
behalf of Halla Rempt.
Committed on 31/05/2022 at 12:10.
Pushed by dkazakov into branch 'master'.

Warn the user if a save operation is aborted

It's possible to try to save during autosave or try to export
when a save is going on, and in that case the savingMutex is locked
and we'd cancel() the saving operation, silently, as if the user
had pressed cancel in the export dialog.

Now we can return not just a bool, but succes, failure or busy
from initiateSaving depending on whether the the document was
busy, saving succeeded or failed.

M  +26   -23   libs/ui/KisDocument.cpp
M  +2-2libs/ui/KisDocument.h
M  +2-1libs/ui/KisImportExportErrorCode.cpp
M  +3-0libs/ui/KisImportExportErrorCode.h
M  +6-0libs/ui/KisImportExportUtils.h
M  +4-3libs/ui/KisMainWindow.cpp

https://invent.kde.org/graphics/krita/commit/45c28ddef8e09e19ce186fbfcd3ef7580ecf9ab4

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-05-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #18 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/krita/-/merge_requests/1410

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-04-07 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #17 from Halla Rempt  ---
Merge request: https://invent.kde.org/graphics/krita/-/merge_requests/1410

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-04-07 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

Halla Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ha...@valdyas.org
 Status|CONFIRMED   |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-04-07 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #16 from Manga Tengu  ---
Definitely will give it a try as I often do need that. However concurrent
saving usecases are so numerous I'm glad you could reproduce.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-04-07 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #15 from Halla Rempt  ---
Btw, note that if you regularly want to both export and save the .kra, you can
just enable the checkbox "Also save as kra" in the png export dialog.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-04-07 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

Halla Rempt  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #14 from Halla Rempt  ---
Okay, I've managed to reproduce this now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-03-03 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #13 from Manga Tengu  ---
Here is a way to reproduce easily as this is not directly related to autosave
but concurrent saving commands:
-Prepare a big canvas (big enough for the saving as a png to take several
seconds).
-export it to png
-CTRL + s before the finished saving popup appears
The file is not saved (still the star in the title etc.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2022-03-03 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #12 from Halla Rempt  ---
I've tried to reproduce this, but... I couldn't. This is what I saw happening:

I set autosave to 1 minute, I saw the autosave message, pressed ctrl-s when
that was visible and the autosave's save progress bar was in progress, I
pressed ctrl-s, and my save started immediately after the autosave.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2021-09-22 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

Halla Rempt  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Ever confirmed|1   |0
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2021-09-21 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #11 from Manga Tengu  ---
This leads to sometimes uncool data loss. It's easy to reproduce so if you need
me to try anything...

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2021-09-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #10 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2021-09-07 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #9 from Manga Tengu  ---
Yes, More generally (see my duplicate
https://bugs.kde.org/show_bug.cgi?id=425584) you can't queue saving operations.
For example you can't save and export in parallel. Only the first command will
be taken.
I sometimes lose quite some work because I think a save was done but was not.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2021-09-07 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

Halla Rempt  changed:

   What|Removed |Added

 CC||ha...@valdyas.org
 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from Halla Rempt  ---
Is this still the case?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2021-09-07 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=410024

Halla Rempt  changed:

   What|Removed |Added

 CC||tgdev...@gmail.com

--- Comment #7 from Halla Rempt  ---
*** Bug 435204 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2020-12-11 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=410024

Tymond  changed:

   What|Removed |Added

   Severity|normal  |major
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Tymond  ---
The duplicate bug is most probably caused by the same thing. It mentions that
Export during Save doesn't work, either. Both are quite dangerous for the user,
I believe.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2020-12-11 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=410024

Tymond  changed:

   What|Removed |Added

 CC||mangate...@gmail.com

--- Comment #5 from Tymond  ---
*** Bug 425584 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2020-10-01 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=410024

Tymond  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REPORTED

--- Comment #4 from Tymond  ---
Still the case (and I don't think any saving changes last year were relevant;
they were mostly changes in plugins for specific formats, not the general
saving strategy).

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2020-05-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410024

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2020-05-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410024

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2020-04-25 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=410024

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from wolthera  ---
Hey tiar, is this still relevant? We did change a lot about saving last
summer...

-- 
You are receiving this mail because:
You are watching all bug changes.