Am Mittwoch, 13. Mai 2015, 18:58:43 schrieb Pascal Obry:
> Le mardi 12 mai 2015 à 23:20 +0300, Alexander Rabtchevich a écrit :
> > The styles and history are still broken. Applying styles in lighttable
> > mode can lead them not to be selected in the history stack. Editing
> > photo, leaving darkroom mode and duplicating it can also move current
> > history position back.
> 
> So maybe an issue with non continuous history item. You may check this
> by running:
> 
> $ sqlite3 ~/.config/darktable/library.db "select num from history where
> imgid=<PUT_IMAGEID_HERE>"

Most likely, yes. The underlying problem has been there forever: In some 
places we assume that history_end is the next to be added num in history, 
while in others we assume it to be the number of history entries + 1. That 
breaks down as soon as you compress the history stack and create a gap in num. 
All ways to fix this are having some problems, some more thought has to be put 
into this.

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to