[darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread Florian W
Hi guys, after a few months here is the usability nerd again :) I wondered if there was any reason (other than historical I mean) for the ordering of the left panel modules in the darkroom. I can see good reasons to put the snapshot and history modules at the top of the panel, however I'm a bit p

Re: [darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread Aurélien Pierre
Hi, image-processing modules *are not moved *up and down *in the GUI* but *in the pixel pipe, *so that changes the actual order of application of the corresponding filters. You are on for a lot of trouble if you handle that as a workspace widgets reordering feature. Reordering the (non image-proc

Re: [darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread Florian W
Hi Aurélien, > Hi, > > image-processing modules *are not moved *up and down *in the GUI* but *in > the pixel pipe, *so that changes the actual order of application of the > corresponding filters. You are on for a lot of trouble if you handle that > as a workspace widgets reordering feature. > Inde

Re: [darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread David Vincent-Jones
The reordering should then be obvious from the pipeline list (Column 1). How is it that the tone-equalizer always sits ahead of the filmic-rgb? That makes (to me) no sense at all. Further: if the pipeline automatically reorders my input correctly, then my misuse of order should be automaticall

[darktable-dev] Light table current image cursor resetted after each image classification, leading to broken workflow

2020-01-22 Thread Germano Massullo
Let me explain it again, by the way for formatting reasons I suggest to read the text at https://github.com/darktable-org/darktable/issues/4168 ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+u

Re: [darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread David LaCivita
Could we use the same the same method the image processing modules use for "move up" and "move down" vs. the shft+ctl+drag and drop? Or a right click context menu? Thank you, Dave LaCivita On Wed, Jan 22, 2020 at 1:08 PM David Vincent-Jones wrote: > The reordering should then be obvious from t

Re: [darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread Coding Dave
> Further: if the pipeline automatically reorders my input correctly, then my misuse of order should be automatically corrected which would be optimal as I view the situation. That sounds like you want the possibility to sort but then darktable shall reorder as it thinks it is best? What is the pu

Re: [darktable-dev] Moving left panel modules in the darkroom

2020-01-22 Thread jys
On Wed, Jan 22, 2020, at 07:33, Florian W wrote: > As an alternative, some config file based ordering of the left panel > would be easier to achieve I guess (and safer considering your point > #2). This might be enough, at least to start with. This is something most people would want to change