Dear developers,

https://github.com/darktable-org/darktable/pull/8719 corrects the order in which images are exported. There is a related bug: *Moving a selection of images in lighttable (filemanager mode, custom sort) by drag and drop reverses the sequence of the moved images.*

To reproduce

1. Open a film roll in lighttable with some images (10 for example)
2. select filtering to "all" and sort order to "custom sort"
3. make a selection of three sequential images
4. drag an drop this selection to a new position
5. after dropping the selection, the moved images are inserted in reversed order. In other words :
      having 10 images (0, 1, 2, 3, 4, 5, 6, 7, 8 ,9)
      selecting images *7, 8, 9*
      dragging and dropping them on image 4 leads to (0, 1, 2, 3, *9, 8, 7*, 4, 5, 6) which is obviously wrong

Expected behavior

Moved images should be inserted in the order (0, 1, 2, 3, *7, 8, 9*, 4, 5, 6)

Platform

* darktable version : 3.5.0+1774~ge60ddfcd2
* OS                : Linux - kernel 5.4.0-70.78
* Linux - Distro    : Ubuntu 20.04
* Memory            : 64 GB
* Graphics card     : NVIDIA GeForce RTX 2060
* Graphics driver   : NVIDIA driver 450.102.04
* OpenCL installed  : yes
* OpenCL activated  : yes
* Xorg              : 1.20.9-2ubuntu1.2~20.04.1
* Desktop           : LXQt
* GTK+              : 3.24.20-0ubuntu1
* gcc               : gcc 9.3.0-1ubuntu2

Best regards

Peter Harde


___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to