Bug 357493 - Remember color history after reopening a document
Summary: Remember color history after reopening a document
Status: CONFIRMED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: 2.9.10
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 03:03 UTC by tylerecouture
Modified: 2022-06-01 18:32 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tylerecouture 2016-01-04 03:03:29 UTC
It would be cool if the color histories were persistent and didn't reset when you close a document.

Reproducible: Always

Steps to Reproduce:
1. Draw a picture and observe color history in the pop-up palette ring
2. Save document and close
3. Reopen


Actual Results:  
Color History is gone

Expected Results:  
Color history saved with document, so that when you reopen a document, your color history is still there.
Comment 1 Halla Rempt 2016-01-10 13:27:59 UTC
Yes, I agree. It wouldn't be even hard to do, it just needs a bit of time.
Comment 2 tylerecouture 2016-01-11 05:29:34 UTC
Related... It would be really nice if the Digital Colors Mixer remembered the colors you had in there too =D
Comment 3 Halla Rempt 2016-01-24 11:35:12 UTC
WISHGROUP: Stretchgoal

We would need to embed the color history as a palette, for instance.
Comment 4 gordie.lachance+dev 2017-03-03 11:31:59 UTC
..I agree !
Comment 5 Tiar 2020-12-11 00:02:23 UTC
> We would need to embed the color history as a palette, for instance.

It doesn't need to be later read as a resource, though, just to populate the color history. Not sure if it's feasible in the new resource system - I hope it is, though.
Comment 6 Bourumir Wyngs 2022-04-16 20:11:49 UTC
As discussed in IRC with @tiar, I will try to put the color history into KisConfig. We agreed that the resource system is less appropriate for this. To avoid writing to hard drive too often, the color history will only be dropped into KisConfig in destructor.  This does not look very critical resource to be saved on every change; currently not saved at all.
Comment 7 Bourumir Wyngs 2022-06-01 18:32:37 UTC
There is a merge request on this at https://invent.kde.org/graphics/krita/-/merge_requests/1424